/***********************************************/
/* main.css                                    */
/* Use with Extranet Request Form default.htm  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	text-align: center;
}
img {
	border: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin:0px auto 0px auto; /*for centering in firefox and compliant browsers*/
	width: 614px;
	background: url(../Images/bg-container.gif);
	vertical-align: top;
	border: 1px solid #999999;
}
#masthead {
	text-align: left;
}
#tl {
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: absolute;
}
#tr {
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: absolute;
}
#content {
	margin: 20px 7px 0px 7px;
	text-align: left;
}
/********* footer *********/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	margin-top: 15px;
	padding: 3px;
}
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/********* form and related tag styles *********/
#form {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 8.3%;
	right: 8.2%;
	width:84%;
	background-color: #6699cc;
	text-align: center;
}
#formHeader {
	color:#FFFFFF;
	font-size: 105%;
	padding: 4px 0px 5px 10px;
	text-align: left;
}
#formBody {
	padding: 20px;
	background-color: #eff5fa;
}
#formTable {
	margin:0px auto 0px auto;
}
#formTable td {
	text-align: left;
	padding: 3px;
}
TD#requiredFields {
	padding-bottom: 15px;
	font-size: 80%;
	color: #003366;
}
.asterisk {
	color: #0066ff;
}
.fields {
	font-size: 80%;
	color: #003366;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: top;
}
.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	border: 1px solid #d3e1ea;
	padding-right: 5px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	border: 1px solid #d3e1ea;
	width: 250px;
}
.buttStyle {
	margin-right: 5px;
}
.buttReset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 5px;
	background-image:url(../Images/butt-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #c6d9ec;	
	width: 94px;
	height: 28px;
	cursor: hand;
}
.buttSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 5px;
	background-image:url(../Images/butt-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #c6d9ec;	
	width: 94px;
	height: 28px;
	cursor: hand;
}

/********************* Important Notes ******************/
TD#importantNotes {
	padding-top: 10px;
	padding-bottom: 20px;
}
#importantNotes a:link, #importantNotes a:visited {
	font-size: 80%;
	color: #0066ff;
} 
#importantNotes a:hover {
	text-decoration: none;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#logo {
	width: 120px;
	margin: 20px 0px 0px 21px;
}
#banner {
	margin: 30px 8px 0px 8px;
}
/********************* demo link **********************/
#demoLink {
	font-size: 80%;
	padding-left: 30px;
}
#demoLink a:link {
	color: #0066ff;
	text-decoration: underline;
}
#demoLink a:visited {
	color: #0066ff;
	text-decoration: underline;
}
#demoLink a:hover {
/*	background-color: #eefcff;*/
	text-decoration: none;
}
/********************* instruction **********************/
#instruction {
	font-size: 80%;
	padding-left: 60px;
	margin-top: 5px;
	line-height: 110%;
}


/********************* end **********************/
