/*
 * Layout CSS file
 */

img
{
    border-style: none;
    padding: 0px;
}

img.l
{
    display: block;
}

td
{
    /*border-style: none;*/
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

/*************************************************************/

body
{
    background-color: White;
    padding: 0px;
    margin: auto;
    text-align: center;
    vertical-align: top;
}

table#mainTbl
{
    margin: auto;
}

td#mailFormTd
{
    background-color: White;
    background-image: url(../img/bgTopRight.png);
    background-position: top right;
    background-repeat: repeat-y;
    text-align: center;
    vertical-align: top;
}

td#linkBarTd
{
    background-color: #c87676;
    height: 22px;
    text-align: left;
    vertical-align: middle;
}

td#mainTd
{
    background-image: url(../img/blogbg.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

td#bottomCTd
{
    background-image: url(../img/sec_21.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

td#bottomEmptyLineTd
{
    height: 20px;
    background-color: #E3BABA;
}


table#iCntTbl
{

}

td#iCntTd
{
    width: 566px;
    text-align: center;
    margin: auto;
}

td#iRightTd
{
    width: 172px;
    text-align: center;
    vertical-align: top;
    margin: auto;
}

input
{
    background-color: White;
    color: black;
    font-size: 11px;
    font-family: Verdana, sans-serif, arial;
    color: Black;
    font-weight: normal;
    text-align: left;
    border: solid 1px #fbe4e4;
    padding: 2px;
    
}

textarea
{
	font-family: Verdana, sans-serif, arial;
    color: Black;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}