/* CSS Document for page styles */

body,html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}

a{
	color: #003366;
	text-decoration: none;
}

p{
	margin: 10px;
}

h1{
	font-size: 2em;
	margin: 10px 0 0 10px;
}

h2{
	font-size: 1.1em;
	margin: 10px 0 0 10px;
}

h3{
	font-size: 1em;
	margin: 10px 0 10px 10px;
}

hr{
	background-color: #999999;
	height: 1px;
}

.bold{
	font-weight: bolder;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.progressmeter{
	line-height: 20px;
}

.currentstep{
	color: #ff0000;
	cursor: pointer;
	font-weight: bolder;
}

.otherstep{
	cursor: pointer;
	font-weight: bolder;
}

.eventlisting ul{
	margin: 10px 0 10px 0;
}

.eventlisting ul li{
	margin: 0 0 5px -30px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

/********** Menu Styles **********/
.menuitems a{
	color: #ffffff;
	padding: 4px 2px 6px 2px;
}

.menuitems a:hover{
	background-color: #b3b4b6;
}

.dropdown a{
	color: #ffffff;
	margin: 0 0 10px 0;
}

.dropdown a:hover{
	color: #669933;
}

/********** List Styles **********/
ul{
	
}

ul li{
		
}

/********** Form Styles **********/
.required{
	font-weight: bolder;
}

.optional{
	font-style: italic;
}

.error{
	color: #ff0000;
}

.success{
	color: #669933;
	font-weight: bolder;
}

input,select{
	border: solid #333333 1px;
	padding: 3px;
}

textarea{
	border: solid #333333 1px;
	padding: 3px;
}

.logicalgrouptitle{
	color: #ffffff;
	font-weight: bolder;
}

.submitdisabled{
	color: #999999;
	border: solid #999999 1px;
	font-weight: bolder;
	width: 130px;
}

.formsubmit{
	border: solid #333333 1px;
	background-color: #669933;
	color: #ffffff;
	font-weight: bolder;
	width: 130px;
}

.formsubmit:hover{
	color: #ffff00;
	cursor: pointer;
}

.formcancel{
	border: solid #333333 1px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bolder;
	width: 130px;
}

/********** Table Styles **********/
.tableheader{
	line-height: 25px;
	color: #ffffff;
	font-weight: bolder;
}

.tablerow{
	line-height: 20px;
}