/* Validation class CSS starts here */
/*
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
*/
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
}

.validation-advice {
	margin: 5px 0;
	padding: 2px;
	padding-left: 5px;
	background-color: #8E8E68/*#FF6600*/;
	color : #FFF;
	font-weight: bold;
	font-size: 11px;
}

.custom-advice {
	margin: 5px 0;
	padding: 2px;
	padding-left: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	font-size: 11px;
}
/* Validation class CSS ends here */

div.box-light-brown
{
	margin:0px 0px 0px 0px;
	padding:5px;
	border:1px solid #D0CFB6;
	background-color:#F9F9F0;
}

div.box-light-blue
{
	margin:0px 0px 0px 0px;
	padding:5px;
	border:1px solid #003399;
	background-color:aliceblue;
}


#bookmarklets
{
	border: 0px;
	color: #0072C1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	font-size: 11px;
	padding: 3px;
}


.float_left
{
	float:left;
}

.padded_box
{
	padding: 10px;
}

.float_right
{
	float:right;
}

.clear
{
	clear:both;
}

.spacer
{
	margin-top: 5px;
}

.spacer_10
{
	margin-top: 10px;
}


.hidden
{
	display:none;
}

/* modal window css */
#modal_container 
{      
	padding:10px;    
	background-color:#f0efdb;
	border:1px solid #666;      
	overflow:auto;      
	font-family:"Lucida Grande",Verdana;      
	font-size:12px;      
	color:#333;      
	text-align:left;
	/*background-image: url(/img/layout/bg.gif);*/
}  

#modal_overlay 
{      
	background-color:#000;  
} 
/* modal window css ends here */


.button-primary
{
	background-color: #919073;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.button-secondary
{
	background-color: #EEEEEE;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

/* tabs start */


#tabs 
{
	margin-top: 10px;
	border-bottom: 1px solid #826600;
	padding-bottom: 1px;
	height:21px;
}

#tabs a {
	padding: 2px 4px;
	margin-left: 3px;
	background-color: #F3F1DC;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #826600;
	text-decoration: none;
	color: #64644E;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	font-family: verdana,helvetica,sans-serif;
	margin-top: 4px;
}

#tabs a.active-tab {
	background-color: #919073;
	border: 1px solid #826600;
	border-top: 3px solid #826600;
	padding-top: 3px;
	color: #fff;
	margin-top: 0;
}

/* tabs end */

.urdu_text
{
	font-family: tahoma;
	line-height:27px; 
	font-size:15px;
	font-weight: bold;
	padding: 5px 0;
}

.arabic_text
{
	font-family:Traditional Arabic; 
	line-height:40px; 
	font-weight:bold; 
	font-size:30px;
}

.arabic_reference
{
	font-family:Traditional Arabic; 
	font-weight:bold; 
	font-size:20px;
}