body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
a,a:link,a:visited{
	color:#000000;
	text-decoration:none;	
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
img{
	border:0px;	
}


#dFooter a,#dFooter{ /*modified for global all links*/
	text-decoration:none;
	color:#666666;
	font-size:11px;
	padding-bottom:5px;
}
#dFooter a:hover{
	color:#000000;
}

#dContent{
	text-align:left;
	font-size:11px;	
	color: #666666;
}
#title_bg{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:6px;
	height:21px;
}
#dContent .gap{
	height:30px !important;
}

#pop-box{	
	left: 50%;
	margin-left: -150px;
	position: fixed;
	top: 30%;
	width: 14%;
	z-index: 1001;	
}
#progressBackgroundFilter, .modalBack{
	background-color: black;
	bottom: 0px;
	display: block;
	height: auto;
	left: 0px;
	margin: 0px;
	opacity: 0.75;
	filter: alpha(opacity='75'); 
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: auto;
	z-index: 1000;
}





.light_blue_bg{
	border:1px solid #c7e1f4;
}
.border{
	border:1px solid;
}
.text_indent{
		padding-left:20px;
		padding-right:20px;		
}

/*Content template*/

.btn{
	background:transparent url(../images/buttonbg.png) repeat-x;	
	color:White;	
	font-weight:bold;
	font-size:12px;	
	height:22px;
	cursor:pointer;
	border:none;
	padding:0px 7px;
}
.btn:hover
{	
	background:transparent url(../images/btnbgHover.jpg) repeat-x;
}
.form{
	text-align:left;
	width:100%;
}
.colLeft,.colRight{
	/*float:left;*/
	margin-top:10px;
}
.colLeft.chkCol,.colRight.chkCol{	
	margin-top:2px;
}
.colLeft{
	width:30%;
	float:left;	
}
.colRight{
	width:68%;
	float:right;	
	/*clear:right;*/
}
.label{
	font-size: 12px;
	color:#333333;
	font-weight:bold;	
}
.text{
	width:99%;	
}
.ddl{
	width:100%;
}
.chkLabel label{ /*for label associated with a checkbox*/
	margin-left:10px;	
}
.dot{
	border-bottom:1px dotted #000000;
}
.row{
	margin:10px 0px;
}
.seperator{
	border:1px solid #000000;
}
.form textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bold,.MyAnswerYes,.MyAnswerNo{
	font-weight:bold;
}
.green{
	color:#00FF00;
}
.MyAnswerYes{
	color:#009933;
}
.green_btn{
	background:url(../images/btnYes.jpg) repeat-x;	
	color:White;	
	font-weight:bold;
	font-size:12px;	
	height:22px;
	cursor:pointer;
	border:none;
	padding:0px 7px;	
}
.red,.MyAnswerNo{
	color:#FF0000;
}
.red_btn{
	background:url(../images/btnNo.jpg) repeat-x;	
	color:White;	
	font-weight:bold;
	font-size:12px;	
	height:22px;
	cursor:pointer;
	border:none;
	padding:0px 7px;
}
/*Start Style for Default.aspx*/
.faqHeader,.faqHeaderSelected{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding-left:15px;
	margin-top:5px;
	cursor:pointer;		 
}

.faqHeader{	
	background-image: url('../images/plus.gif'); 
	background-position:left;	
	background-repeat:no-repeat;		
}
.faqHeaderSelected{
	background-image: url('../images/minus.gif');
	background-position :left;
	background-repeat:no-repeat; 			
}
.MyFAQContents
{	
	font-size: 11px;
	color: #666666;
	font-weight: normal;		
	margin:5px 5px 10px 15px;	
	display:block;	
}
/*End Style for Default.aspx*/

/*start style for user_persons.aspx*/
	
/*end style for user_persons.aspx*/

/* Error css */

.errorText
{
	color:red;

}

.grayBorderTextBox
{
	border: 1px solid #cfdce5;
}

.custom_width{
	width:400px;
}

/*calender style*/
.ajax__calendar div.ajax__calendar_dayname{
	background-color:#0099FF;
	border:none;
	color:white;
	line-height:17px;
}

/*Align classes*/
.alignRight{
	text-align:right;
	float:right;		
}
.alignLeft{
	text-align:left;
	float:left;		
}
.alignCenter{
	text-align:center;
	margin:0px auto;	
}
.loader{
	background:url(../images/loader.gif) no-repeat left;
	width:100%;	
	height:30px;
	padding-left:50px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.validatorCalloutHighlight
{
    background: #fffacd; 
}
.ajax__validatorcallout,.ajax__validatorcallout *{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}
.closeButton{
	margin:2px;	
}