/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	font-size: 20px;
	font-family: Times New Roman;
	color: #000000;
	text-decoration: none;
	
}	


.DivFirstSection
{
	direction:rtl;
	overflow: auto;
    height: 430px;
    width:940px;
    text-align:right;
}

.ablum
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
		
A:visited	
{
	font-size: 20px;
	font-family: Times New Roman;
	text-decoration:	none;
	color:	#693110;
	}	
		
A:active	
{
	font-size: 20px;
	font-family: Times New Roman;	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	
{
	font-size: 20px;
	font-family: Times New Roman;	
	text-decoration:underline;
	color:	#D86010;
	}
	

body
{
	margin: 0px;
	leftmargin: 0;
	rightmargin: 0;
	topmargin: 0;
	dir: rtl;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
}

.lblNormal
{
	font-size: 18px;
	font-family: Times New Roman;
	text-decoration: none;
}

.lblNormalGB
{
	font-size: 18px;
	font-family: Times New Roman;
	text-decoration: none;
	color:#ffffff;
}

.lblNormalB
{
	font-weight: bold;
	font-size: 16px;
	font-family: Times New Roman;
	
}

.titleLink
{
	
	font-size: 10pt;
	font-family: Tahoma;
	
}

.lblHeader
{
	font-size: 25px;
	color: #000000;
	font-family: Times New Roman;
	text-decoration: none;
}

.lblPageTitle
{
	font-weight: bold;
	font-size: 14pt;
	vertical-align: baseline;
	color: #336600;
	font-family: Times New Roman;
	text-align: center;
	text-decoration: none;
}

.lblWarning
{
	font-size: 10px;
	color: red;
	font-family: Times New Roman;
	text-decoration: none;
}

.btnNormal
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	color: black;
	border-bottom: 1px solid;
	font-family: Times New Roman;
	text-decoration: none;
}

.txtNormal
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 10pt;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Times New Roman;
}

.txtNormalRead
{
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	font-size: 10pt;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-family: Tahoma;
}



.lblW
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Times New Roman;
	text-decoration: none;
}

.lblBl
{
	font-size: 10pt;
	color: #110885;
	font-family: Times New Roman;
	text-align: justify;
	text-decoration: none;
}
.soDiv
{
	margin-left: 3px;
	overflow: auto;
	width: 179px;
	cursor: hand;
	margin-right: 3px;
	height: 80px;
	text-align: right;
	direction:rtl;
}

.lblError
{
	font-size: 8pt;
	color: red;
	font-family: tahoma;
	text-align: justify;
	text-decoration: none;
}

.lblLinkN
{
	font-size: 8pt;
	color: #000000;
	font-family: Times New Roman;
	text-align: justify;
	text-decoration: none;
}




