﻿html 
{
	height:100%;
	width:100%;
}
.MainTable 
{
	width:100%;
	height:100%;
	text-align:center;
	background-position:50% bottom;
	background-image:url('../images/Bg.png');
	background-repeat:repeat-x;			
}
body 
{
	direction:rtl;
	font-family:Tahoma;
	font-size:9pt;
	margin:0px;
	padding:0px; 
	background-color:#ECF5FB;
	/*background-color:#024978;*/
	height:100%;	
	width:100%;
}
.WhiteText
{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:none;
}

.SilverText
{
	color:#FCFCFC;
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:none;
}

.BtnSearch
{
	background-color:Orange;
	height:20px;
	font-family:Tahoma;
	font-size:8pt;
	color:Navy;
	border:Solid 1px #000000;
	width:60px;
}

.txtSearch
{
	background-color:White;
	height:16px;
	font-family:Tahoma;
	font-size:8pt;
	color:Navy;
	border:Solid 1px #599CD4;
	width:90px;
}

.clsPage 
{
	background-color:White;
	padding:15px 0px 15px 0px;
}

.LnkNews 
{
	text-decoration:none;
	color:#000080;	
	font-weight:bold;
}	

.ButtonStyle 
{	
	font-family:Tahoma;
	font-size:9pt;
	color:Blue;
}	

.TextStyle 
{	
	font-family:Tahoma;
	font-size:9pt;
	background-color:#FFFFC0;
}	

.ComboStyle 
{	
	font-family:Tahoma;
	font-size:9pt;
	background-color:#FFFFC0;
}	

.Msg 
{
	font-family:Tahoma;
	font-size:9pt;
	color:Red;
}

.bar 
{
	background-image:url('../images/bar_bg.jpg');
	background-repeat:repeat-x;
	height:24px;
}

.LToR
{
	direction :ltr;	
}

.RToL
{
	direction :rtl;	
}

.pages 
{
	font-family:Tahoma;
	font-size:9pt;
	color:Navy;
	direction:rtl;
	text-align:center;
	height:100%;
}	
.StyleDate 
{
	font-family:Tahoma;
	font-size:8pt;
	color:Navy;
	padding:5px 0px 5px 0px;
	color:#000040;	
}

Table.Portal
{
	font-size: 9pt;
	font-family: tahoma;
	border-right: darkseagreen 1px solid;
	border-top: darkseagreen 1px solid;
	border-left: darkseagreen 1px solid;
	border-bottom: darkseagreen 1px solid;
	background-image: url('../Content/Image/gradient.gif');
	background-repeat:repeat-x;
}