﻿body
{
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #A6BCFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#Title a
{
    color: Navy;
    font-weight: normal;
    
}
#Title a:visited
{
	color : Navy ;
}
#Hdr
{
	
}

#Title a:hover
{
    color: Yellow;
}
a
{
	color:Navy ;	
    text-decoration: none;
}
a:hover
{
    color: red;
}
a:visited 
{
	color : Navy ;
}


#Main
{
    background-color: White;
    width: 950px;
    min-height:800px;
    border: outset 1px white;
    direction: rtl;
}
#Header
{
    width: 950px;
    height: 125px;
    background-color: #A6BCFF;
    border: outset 2px #5E86FF;
    background-image : url('/img/Head.jpg');
}
#SubHeader
{
    width: 950px;
    height: 50px;
    background-color: #D7E1FF;
    border: outset 2px #5E86FF;
}
#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;
    border-style : none ;
}

.TopTD
{
    border-top: solid 1px #AFC7FA;
}
.TopTD-R
{
    background-image: url( '/img/tr.jpg' );
    width: 36px;
    height: 24px;
}
.TopTD-L
{
    background-image: url( '/img/tl.jpg' );
    width: 36px;
}
.BottomTD-R
{
    background-image: url( '/img/br.jpg' );
    width: 36px;
}
.BottomTD-L
{
    background-image: url( '/img/bl.jpg' );
    width: 36px;
}
.BottomTD
{
    border-bottom: solid 1px #AFC7FA;
    height: 25px;
}
.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;
}
.CellsBody
{
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-style: dashed;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-left-width: 1px;
    border-color : #AFC7FA ;
}


