/* Default CSS Stylesheet for a new Web Application project */


/* Table colors */
.TableColors           { border-color : #B0D0E3 }
.TableHeadingColor     { background: #B0D0E3 } /* Dark mauve */
.TableSubHeadingColor  { background: #D0E0F2 } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */
.Gridstyle
{  Border-Style : ridge;
   Border-width : 1px;
   background-color:White;
   Padding : 2;
   Border-color : Black;
   text-align : center;
   color: Black;
   padding:=1;
   font-family:Tahoma;
 
}
 .headerstyle
{
	Font-Size : 10pt;
	font-family:tahoma;
	text-align :center;
	background-color : #48B2D9;
	color: White ;
}


.ItemStyle
{
	Font-Size : 8pt;
	font-family:tahoma;
    Border-Color: Black;
    direction:rtl;
    border-collapse:separate ;
    border-color:Black;
    border-left-color:Black;
    border-bottom-color:Black;
    border-width:thick;
     
 }
.ItemStyleE
{
	Font-Size : 8pt;
	font-family:tahoma;
    Border-Color: Black;
    border-collapse:separate ;
    border-color:Black;
    border-left-color:Black;
    border-bottom-color:Black;
    border-width:thick;
     
 }

.footerstyle
{
	Font-Size : 10pt;
	font-family:tahoma;
	background-color : #CCCC99;
    color : Black;
}
.selectedStyle
{
    Font-Size : 12pt;
	font-family:tahoma;
	background-color : White;
    color : White;
    Font-weight: Bold;

}
.InputLabel
{
	background : #48B2D9;
	direction:rtl ;
	color: White ;
	
}
.TableLabel
{
	background : #C1E7F3;
	color: White ;
}
.InputFClass
{
	direction:rtl ;
	font-family:Tahoma ;
}
.LabelFCenClass
{
	direction:rtl ;
	text-align:center ;
	height:10;
}
.InputEClass
{
	 direction :ltr; 	 
}
.Messageclass
{
	font-family:Tahoma;
	font-size:smaller;
	direction:rtl;
	 
}
.LabelErr1
{
	font-family:Tahoma;
	font-size:smaller;
	direction:rtl;
	color: #ff0000;
}

/*menu part */
.topmenu a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	background-color: #48B2D9;
	height: 15px;
	width: 90%;
	color: #FFFFFF;
}
.topmenu a:hover {
	background-color: #006699;
	text-decoration: none;
	height: 15px;
	width: 90%;
	color: #FFFFFF;
}

.informt a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	background-color: #48B2D9;
	height: 18px;
	width: 100%;
	color: #FFFFFF;
}
.informt a:hover {
	background-color: #ffcc00;
	font-size: 11px;
	text-decoration: none;
	height: 18px;
	width: 100%;
	color: #000000;
}
/*Report Part*/
.RepLable
{
	font-family:Tahoma;
	font-size:medium;
	border-left:border_color:black;
	direction:rtl;
	color: #ff0000;
}
.RepDetail
{
	font-family:Tahoma;
	font-size:small;
	direction:rtl;
	color:Black 
}
.title2f {
	font-family: Tahoma;
	font-size: 10px;
	color: #000066;
	text-align: left;
	font-weight: bold;
	background-position: center bottom;
	height: 18px;
}
.dtext3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.title2fdcolor a {
	font-family: Tahoma;
	font-size: 10px;
	color: #0000FF;
	text-align: right;
	height: 13px;
	width: 100%;
	text-decoration: none;
	border-top: 1px solid #5A8239;
	border-right: 1px #5A8239;
	border-bottom: 1px #5A8239;
	border-left: 1px #5A8239;
	font-weight: bold;
	height: 18px;
	background-position: center;
}
.title2fdcolor a:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	height: 13px;
	width: 100%;
	background-color: #7CA0C5;
	text-decoration: none;
	border-top: 1px #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px #000066;
	border-left: 1px solid #000066;
	height: 18px;
	color: #FFFFFF;
}

