/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#979797;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}
td, th {
font-size:10px;
}
.arabic{
font-family:tahoma;
}
.left-bg {
background-image:url(../images/gradient-left.gif);
background-position:right;
background-repeat:repeat-y;
}
.right-bg {
background-image:url(../images/gradient-right.gif);
background-position:left;
background-repeat:repeat-y;
}
.down-bg {
background-image:url(../images/back-dn.jpg);
background-position:left ;
background-repeat: no-repeat;
}
.up-bg {
background-image:url(../images/back-up.jpg);
background-position:right;
background-repeat: no-repeat;
}
.sub-down-bg {
background-image:url(../images/sub-dn.jpg);
background-position: bottom left ;
background-repeat: no-repeat;
}
.sub-up-bg {
background-image:url(../images/sub-up.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
a {
text-decoration:none;
color:#753800;
padding-bottom:10px;
}
a:hover {
color:#FF8B33;
}
.reversed-a {
text-decoration:none;
color:#FF8B33;
}
.reversed-a:hover {
color:#753800;
}
.corner {
background-image:url(../images/corner.gif);
background-position:right 0px;
background-repeat:no-repeat;
}
.input1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:200px;
font-size:10px;
color:#FFFFFF;
background-color:#588598;
border-top:1px solid #122B34;
border-left:1px solid #122B34;
border-right:1px solid #94B7C3;
border-bottom:1px solid #94B7C3;
}
.input2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:200px;
font-size:10px;
color:#FFFFFF;
background-color:#588598;
border-top:1px solid #122B34;
border-left:1px solid #122B34;
border-right:1px solid #94B7C3;
border-bottom:1px solid #94B7C3;
}
.input3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
background-color:#588598;
color:#F8E82F;
border:2px solid #648F9D;
}
.footer {
color:#B6987D;
font-size: 9px;
}
.clicked{
color:#FF8B33;
}
.reversed-clicked{
color:#753800;
}
.titles {
color:#753800;
font-size:14px;
font-weight:bold;
}
.orange-titles {
color:#F6821F;
font-size:14px;
font-weight:bold;
}
.news-titles {
color:#F6821F;
font-size:11px;
font-weight:bold;
}
.sub-titles {
color:#753800;
font-size:12px;
}
.top-td-orange {
border-top: #F6821F solid 1px;
}
.right-td-orange {
border-right: #F6821F solid 1px;
padding-right:10px;
}
.top-right-td-orange {
border-right: #F6821F solid 1px;
border-top: #F6821F solid 1px;
}
