/*--------------------------------------------- Public Styles -------------------------------------------*/
body
{
	background-color: #F7F7F9;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	height:82%;
}
.ErrorMessageStyle
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: red;
	text-align:right;
}
.RedMessage
{
    direction:rtl; 
    font-family:Tahoma; 
    font-size:13px; 
    color:Red; 
    font-weight:bold;
    padding-bottom:10px;
}
.HideWhenPrint
{
    text-decoration:none;
}
/*------------------------------------------------- Text Style ------------------------------------------------*/
.TitrLeftStyle
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	text-align: left;
	white-space:nowrap;
	padding-right:20px;	
	text-decoration:none;
}

.TitrCenterStyle
{
	padding: 4px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #CEDFDD;
	color: #515151;
	text-align: center;
	white-space:nowrap;
}

.InfoCenterStyle
{
	padding: 4px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color:#E9E9E9;
	color: #515151;
	text-align: center;
	white-space:nowrap;
}
.BoxHead
{
	font-size:11px;
	font-weight:bold;
	color:#70A29F;
	font-family:'tahoma';
	text-align:center;
	height:20px;
}
/*--------------------------------------------- Skins Styles -------------------------------------------*/
.TextBoxStyle
{
	background-color: #F2F2F2;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color:White;
	width:120px;
	direction: rtl;
}
.BtnStyle
{
	width:80px;
	color:#333366;
	font-size:8pt; 
	font-family:tahoma;
	font-weight: bold;
	height:20px; 
	border: #728C8A 1px ridge; 
	border-right-style:solid;
	padding: 0px 5px 5px 4px;
	margin:0px;
	background-color:#BCD1CE;
}
.DropDownListStyle
{
	background-color: #F2F2F2;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color:White;
	direction: rtl;
}

/*--------------------------------------------- Login Styles -------------------------------------------*/
.LoginBoxStyle
{
	border-width: 1px;
	border-style: solid;
	border-color: #93A29F;
	direction: rtl;
	background-color: #F2F2F2;
}
.LoginBoxHead
{
	font-family:Tahoma;
	font-weight:bold;
}
/*--------------------------------------------- Panel Styles -------------------------------------------*/
.MainCenterContainer
{
	width:600px;
	border-width:0px;
	text-align:center;
}
.PanelBoxStyle
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	direction: rtl;
	background-color: #FFFFFF;
	width: 100%;
	text-align:center;
}
.PanelBoxHead
{
	border-width:0;
	border-bottom-width:1px;
	border-style:solid;
	font-size:11px;
	font-weight:bold;
	color:#0A887F;
	font-family:'tahoma';
	text-align:center;
	height:20px;
	background-color:#C2D6D3;
	border-color:#93A29F;
}
/*--------------------------------------------- Head Styles -------------------------------------------*/
.HeadBar
{
	padding: 0px;
	width:100%;
	height:78px; 
	border: 0px;
}
.HeadLogo
{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size:10pt;
	font-weight:bold;
}
/*--------------------------------------------- Footer Styles -------------------------------------------*/
.FooterBar
{
	width:100%;
	height:24px; 
	border: 0px;
	background-color:#00968F;
}
.FooterLogo
{
	color:#C1C1C1;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:bold;
}
.FooterBarLine
{
	width:100%;
	height:9px; 
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-width:1px;
	border-bottom-style:double;
	border-top-style:double;
	border-color:#65A8A5;
	background-color:#8FFCFA;
}
/*--------------------------------------------- Print Buttom Styles -------------------------------------------*/
.PrintResultStyle
{
	width:110px;
	height:20px; 
	border: solid 1px #728C8A; 
	padding: 5px 5px 0px 5px;
	margin-top:30px;
	background-color:#BCD1CE;
}
.PrintResultLinkStyle
{
	color:#333366;
	font-size:8pt; 
	font-family:tahoma;
	font-weight: bold;
	margin-top:30px;
	text-decoration:none;
}

/*--------------------------------------------- Other Styles -------------------------------------------*/
.SubDescPanelBoxHead
{
	font-size:12px;
	font-weight: bold;
	color:#A0C1BC;
	font-family:'tahoma';
	text-align:right;
}
.BuletStyle
{
	color:#FF8724;
	line-height:1.5;
	list-style-type:square;
}
.ParagrafStyle
{
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	direction:rtl;
	font-weight:normal;
}
.CellStyle
{
	border-width:1px; 
	border-style:solid;
	border-color:#BDBDBD;
	width:100%;
}
.HeaderContainer
{
	background: #eee url('images/top_tile.jpg') repeat-x top;
	width:100%;
}
.ContentContainer
{
	height:100%;
}
.DownLinkStyle
{
	color:#539D99;
	font-size:8pt; 
	font-family:tahoma;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
.DownLinkStyle:hover
{
	color:#000000;
	text-decoration:underline;
}
.MenuLinkStyle
{
    color:#3E3E40;
	font-size:11px; 
	font-family:tahoma;
	font-weight: normal;
	text-decoration:none;
}
.MenuLinkStyle:Hover
{
    color:#FF8724;
}
.MenuItem
{
	background-color:#FFFFFF;
	border: solid 1px #C0C0C0; 
	padding:2px 10px 2px 10px;
}