﻿body
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px silver;
}
#Title a:hover
{
    color: Yellow;
    font-weight: bold;
}
a
{
    text-decoration: none;
    color: Navy;
}
a:hover
{
    color: red;
}
#Hdr
{
    width: 950px;
}

#SubHd
{
    font-family: Tahoma;
    font-size: 8pt;
    height :31px;
    padding-top :3px;
}

#Main
{
    background-color: White;
    width: 950px;
    min-height: 800px;
    direction: rtl;
}
#Header
{
    width: 950px;
    height: 120px;
    background-color: #A6BCFF;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
#SubHeader
{
    width: 950px;
    height: 50px;
    background-color: #D7E1FF;
}
#Access
{
    border: solid 1px Red;
    background-color: Blue;
}
#grpHd
{
    background-color: Silver;
}
#Body
{
    width: 950px;
    height: 625px;
    background-color: White;
    border: outset 2px #D7E1FF;
    vertical-align: top;
    direction: rtl;
    text-align: justify;
}
#Title
{
    width: 950px;
    height: 20px;
    background-color: #ACACEA;
    font-weight: bold;
}

.TopTD
{
    border-top: solid 1px #AFC7FA;
}
.TopTD-R
{
    background-image: url(  '/img/tr.jpg' );
    background-repeat:no-repeat;
    width: 36px;
    height: 24px;
}
.TopTD-L
{
    background-image: url(  '/img/tl.jpg' );
    background-repeat:no-repeat;
    width: 36px;
}
.BottomTD-R
{
    background-image: url(  '/img/br.jpg' );
    background-repeat:no-repeat;
    width: 36px;
    height: 25px;
}
.BottomTD-L
{
    background-image: url(  '/img/bl.jpg' );
    background-repeat:no-repeat;
    width: 36px;
}
.BottomTD
{
    border-bottom: solid 1px #AFC7FA;
}
.MainTD-R
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #AFC7FA;
}
.MainTD-L
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #AFC7FA;
}
.Buttons
{
    border: 1px outset #AFC7FA;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #EAE7FE;
    cursor: hand;
    font-weight: normal;
    color: Blue;
    margin-right: 0px;
    }

.inputs
{
    direction: rtl;
    text-align: right;
    font-family: Tahoma;
    font-size: 8pt;
    color: Blue;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #AFC7FA;
    background-color: #EAE7FE;
}
.links
{
    direction: rtl;
    text-align: right;
    font-family: Tahoma;
    font-size: 8pt;
    color: Blue;
    text-decoration: none;
}

.rightFloat
{
	clear: both;
	text-align: right;
	float: right;
}

.advItem 
{
     -moz-border-radius: 5px; 
     -webkit-border-radius: 5px; 
     -khtml-border-radius: 5px; 
     border: 1px solid #d8dce3;      
     float: right; 
     font-size: 8pt; 
     height: 180px; 
     margin: 1px;      
     width: 140px; 
     text-align: center;      
     padding:10px 5px 5px 5px; 
}

