body
{
	width:762px;
	margin:0 auto;
	font:12px Arial, Helvetica, sans-serif;	
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3300;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3300;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC3300;
}

.tabletitle
{
	background-color:#DEE8F5;font-weight:bold
}

.tablemain
{
	background-color:#EFF3FB;
}

.tablealt
{
	background-color:White;
}

/*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:250px;
}

.modalPopupCaption {
	background-color: #aaa;
	background-image: url('/images/caption.gif');
	color: #000;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

/*Textbox Watermark*/
.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/*Password strength*/
.BarBorder_PasswordStrength
{
    border-style:solid;
    border-width:1px;
    padding:1px 1px 1px 1px;
    width:100px;
    height:30px;
    vertical-align:middle;
}

.BarIndicator_PasswordStrength_weak
{
    color:Red;
    background-color:Red;
}

.BarIndicator_PasswordStrength_average
{
    color:Blue;
    background-color:Blue;
}

.BarIndicator_PasswordStrength_good
{
    color:Green;
    background-color:Green;
}



.hiddenButton
{
 display: none;
}