


table{
font-family: arial, verdana, ms sans serif;
	font-size: 9pt;
	
}
A{ 
	
	text-decoration:none; 
	color:#1990C2;
}
A:hover { 
	
	text-decoration:underline; 
	color:#A26103;
}

textarea, input, SELECT {
	background-color: #D9E3ED;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-weight: normal;
	font-size: 9pt;
}
textarea.selectedValue, input.selectedValue {
	background-color : #EFF3F8;

}
textarea.normal, input.normal {}

input.errorfield {
	background-color : #FFA8A8;
}



.highlighttxt{
	background-color: #FFFFC6;
}


.plins_faq_div_on{
	color: blue;
	padding: 5px;
	text-decoration:none;
	cursor: pointer;
	background-image:    url(/pix/plins/plins/liarrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;

}
.plins_faq_div_off{
	color: blue;
	padding: 5px;
	text-decoration:none;
	cursor: pointer;
	background-color: #EFF0F2;
	background-image:    url(/pix/plins/plins/liarrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
} 
.plins_faq_div_over{
	color: red;
	text-decoration:underline;
	padding: 5px;
	cursor: pointer;
	background-image:    url(/pix/plins/plins/liarrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}


.plins_faq_answer{
	margin: 8px;
	padding: 3px;

}
.plins_faq_holder{
	border:1px solid #AFB3BE;
	margin-bottom: 12px;
}
.plins_page_title{
	text-align: center;
	font-weight: bolder;
	font-size: 14pt;
	padding-top: 5px;
	padding-bottom: 10px;
}
.plins_page_sub_title{
	text-align: center;
	font-weight: bolder;
	font-size: 11pt;
	padding-top: 3px;
	padding-bottom: 10px;
}

.form_holder{
	border: 2px solid #afb3be;
	width: 90%;
	margin-left: auto; 
	margin-right: auto; 

}


.form_holder_title{
	background-color: #afb3be;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
   	background-image:    url(/pix/plins/ar_preview_stepbg.gif);
	background-repeat: repeat-x;	
}

.form_holder_seperater{
	height: 10px;
	
}


.copy_holder_padding{
	padding: 10px;
}
.plins_copyright{
	text-align: center;
	padding-top: 7px;
	font-size: 8pt;
	padding-top: 100px;
	
}
.cstools_warning_message{
	text-align: center;
	color: red;
}



/* PRM Desc Box */

.desc_box_visible{
	left:200px;
	top:300px;
	width:500;
	height: 280px;
	z-index:99;
	visibility: visible;
	position: absolute;
	background-color: #ECECEA;
	border:2px solid #023A6B;
	padding:6px;
	overflow : auto;
}
.desc_box_hidden{
	visibility: hidden;
	position: absolute;
}
.desc_bg_vissible{
	position:absolute;
	visibility: visible; 
	overflow:hidden;
	width:520px;
	height: 300px;
	left:190px;
	top:290px;	
	padding:6px;
	background-color: silver;
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
	border:1px solid black;
	z-index: 98; 
}
.refferal_holder{
	padding-top: 3px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;

}
.refferal_ul{
	display: block;
	list-style-image: url(/pix/plins/arrow.gif);
}



/*
	USED IN FORMSTYLES.CSS ALSO
*/
.req_fld{
	color: red;
}

.fld_len_100_perct{
	width: 99%;
}
.hidden_div{
	visibility: hidden;
	position: absolute;	
}
/*
	END
*/


