
body 
{
	text-align: center;
		/* shift whole page down by 25 pixels */
/*	margin: 20px;   */
	background-color: #FFFFFF;
}


#mainForm 
{
/*	position: relative;  */
	border: 0px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
/*	background-color: #ffffff;  */
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color:#000080;
	font-size:12px;	
}

li.mainForm
{
	padding-bottom: 2px;
}


#mainFormError
{
/*	position: relative;  */
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
/*	position: relative;   */
	width: 100%;
	background-color: #B6B0B0;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

/*
p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}
*/


#formInfo
{
/*	position: relative;   */
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#tableForm
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
/*	position:relative;   */
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000080;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
/*	position:relative;   */
	left:10px;
	top:0px;
	color: #000080;
}

#formFields
{
/*	position: relative;   */
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:100%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

/*  safe copy
input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
*/

input.formFieldStyle
{
	display:flat;
	line-height:1.2em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
/*	position: relative;   */
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
/*	position: relative;   */
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position: relative;
/*	position:absolute;
	top:300px;;
	left:450px;  */
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f7ef93 url(question.gif) no-repeat bottom right; 
	color:#000080; 
	text-align:center; 
	font-size:0.8em; 
	padding-left:2px; 
	padding-top:4px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000080;
	font-size:9px;
/*	position:relative;   */
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000080;
	font-size:9px;
/*	position:relative;   */
	top:4px;
	letter-spacing: 2px;
}

// A:link { COLOR: #0000FF; TEXT-DECORATION: none; FONT-WEIGHT: normal }
A:active { COLOR: #00f0ff; TEXT-DECORATION: none; }
// A:visited { COLOR: #0000ff; TEXT-DECORATION: none; }
// A:hover { COLOR: #ff0000; TEXT-DECORATION: underline; FONT-WEIGHT: normal }


td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #666666; line-height: 140%}

.blank		{font-size: 1pt}
.tbox		{border-right: #999999 1px solid; border-top: #999999 1px solid; border-left: #999999 1px solid; border-bottom: #999999 1px solid; 
			 height:19px; background: #FFFFFF; font-family: "verdana"; font: 8pt;}

A:link		{color: #2B6CDC; text-decoration:none}
A:visited	{color: #2B6CDC; text-decoration:none}
A:hover		{color: #00BD04; text-decoration:underline}
