/* CSS Document */

body{
	margin:0px;
	background: url(../img/rptBG.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}
	
.mainCell{
	background:url(../img/topBG.jpg) top no-repeat;
	padding:380px 30px 20px 30px;
}

input, select {
	border:1px solid #009900;
	background:#FFF url(../img/formBG.gif) top left no-repeat;
}


.footer{

	margin-top:30px;
	border-top:1px solid #CCC; 
	font-size:10px; 
	color:#666666; 
	padding:10px 50px 0px 50px;
}


a.alinkFooter:link{
	color:#666;
	text-decoration:underline;
} 

a.alinkFooter:visited{
	color:#666;
	text-decoration:underline;
} 

a.alinkFooter:active{
	color:#666;
	text-decoration:underline;
} 

a.alinkFooter:hover{
	color:#333;
	text-decoration:none;
} 

.poweredBy	{
	font-size: 11px;
	text-align: right;
	background: url(https://www.data3001.com/images/forms/lock_03.gif) no-repeat right top;
	padding-right: 23px;
	cursor: pointer;
}

.securerightsNote	{
	font-size:10px;
	text-align: justify;
	color: #999999;
	vertical-align: top;
	clear:both;
}
.FormInputShort 		{font-size: 11px;color: #000000; padding-right: 0px; text-align: left; width:65px; 	border:1px solid #009900;
	background:url(../img/formBG.gif) top left no-repeat;}
.FormInputMedium 		{font-size: 11px;color: #000000; padding-right: 0px; text-align: left; width:100px;	border:1px solid #009900;
	background:url(../img/formBG.gif) top left no-repeat;}
.FormInputSSN 		{font-size: 11px; color: #000000; padding-right: 0px; text-align: left; width:35px;	border:1px solid #009900;
	background:url(../img/formBG.gif) top left no-repeat;}




/*----------------------------  validation styles -------------------------------*/

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, select.required {
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed, select.validation-passed{
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 2px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: normal;
	font-size:11px;
}

.custom-advice {
	margin: 2px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: normal;
	font-size:11px;
}

