﻿body 
{
	
}


.finger
{
	cursor:hand;	
}
.center
{
	text-align:center;
}
.noBorder
{
	border: none;
}
.right
{
	text-align:right;
}
.left
{
	text-align:left;
}
CITE
{
	font-size: large; 
	font-weight: 300; 
	text-align: center; 
	background-color: White;
}
.BG
{
	background-image:url("~/images/BG1.gif");
	top:0px;
	left:0px;
}
.format
{
	color: #003c00; 
	height: 22px; 
	text-decoration: underline;
	text-align: right;
	padding-right: 2px;
}
.noborder
{
	border: none;
}
.thinBorder
{
	border: solid 1px LightGrey;
}
.pad-rt2
{
	padding-right:2px;
}
.pad-lt2
{
	padding-left:2px;
}
.pad-lt5
{
	padding-left:5px;
}
.pad-tp5
{
	padding-top:5px;
}
.def_bottom
{
	vertical-align: bottom; 
	color: #626469; 
	float: left;
	margin-bottom: 2px; 
	width: 33%; 
	position: relative; 
	/*bottom: 2px;*/
    font-size: 8pt;
}
.mrgn_lft5
{
	margin-left:5px;
	text-align:left;
}
.lnkBtn
{
	text-decoration: underline;
	color: #626469;
	font-weight: normal;
}
.lnkBtn1
{
	text-decoration: none;
	background-color: LightBlue;
	font-weight: bold;		
}
.padBtm_2
{
	padding-bottom: 2px;
	text-align: left;
}
.setFont9

{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 7pt;
}
.rdoStyle
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;
	color: #009A3A;
	
}
.setColor
{
	color: #009A3A;
}
.BG_only
{
	background-image: url(~images/BG3.gif);
}
.waitText 
{
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	font-family: Verdana, Arial, sans-serif; 
	font-size:10pt;
	color: #009A3A;
	vertical-align: middle;

}
.collapsePanel {
	width:80%;
	background-color:white;
	overflow:hidden;
	height: 0px;
	color: #009A3A;
	font-family: Verdana, Arial, sans-serif;
}

.collapsePanelHeader{	
	width:30%;		
	height:40px;
	background-image: url(~/images/Green-Vert-Bar.png);
	padding-top: 5px;
	color:#009A3A;
	font-weight:bold;
	cursor: hand;
	font-family: Verdana, Arial, sans-serif;
}
.stretchText
{
	letter-spacing: 12px;
	word-spacing: 20px;
}
.headline 
{
	font-family: Arial, sans-serif; 
	font-size:12pt; 
	font-weight: bold; 
	color: #003366; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal}
.subhead 
{  
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	color: #0066CC; 
	line-height: normal; 
	font-variant: normal
}
.subhead1 
{  
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0066CC; 
	line-height: normal; 
	font-variant: normal
	}
.bodytext {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;


}
.updateText
{
	 font-size: 10pt; 
	 color: #626469; 
	 font-family: Verdana, Arial, sans-serif;
}