@charset "utf-8";
/* CSS Document */

div {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #009 url('header-gradient.png') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 900px;
	height: 120px;
	margin: 30px auto 20px auto;
}

#header img {
	display: block;
	float: left;
	margin-left: 30px;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 30px;
	color: #FFF;
}

#body {
	width: 900px;
	margin: 20px auto;
}

ul#sidebar {
	display: block;
	float: left;
	width: 160px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	height: 46px;
	margin: 0;
	/* margin: 10px 0 0 0; */
	padding: 10px 10px 0 0;
	text-align: right;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#sidebar li.selected {
	color: #009;
	background: transparent url('tab.png') no-repeat right top;
}

#sidebar li a {
	color: inherit;
	text-decoration: inherit;
}

#frame {
	float: left;
	width: 740px;
}

#frame-top {
	float: left;
	width: 740px;
	height: 13px;
	background: #F4B311 url('frame-top.png') no-repeat center top;
}

#frame-body {
	float: left;
	clear: left;
	width: 702px;
	min-height: 380px;
	padding: 19px;
	background: #FFF url('frame-body.png') repeat-y center top;
}

#frame-bottom {
	float: left;
	clear: left;
	width: 740px;
	height: 13px;
	background: #FFF url('frame-bottom.png') no-repeat center top;
}

.registration_form {
	font-family: Arial, Helvetica, sans-serif;
}
.registration_form h3 {
	text-align: center;	
}
.registration_form a {
	color: #CC9966;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CC9900;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

.registration_form table {
	width: 38em;
	padding-right: 2px;
}

.label_cell {
	text-align: right;
	vertical-align: top;
	width: 10em;
	height: 2em;
}
.input_cell {
	text-align: left;
	vertical-align: top;
	width: 28em;
	height: 2em;
}
.submit_cell {
	vertical-align: middle;
	height: 2em;
	text-align: center;
}

.text_field {
	font-family: Arial, Helvetica, sans-serif;
	/* color for initial value */
	color: #999999;
}

#cap_warning_box {
	color: #FF0000;
}

div.questions {
	margin: 0 12px;
}

div.liability {
	margin: 6px 12px;
	padding: 4px;
	border: #F4B311 1px solid;
}

.registration_form input[type=submit] {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 25px;
	background-color: #009;
	color: #FFF;
	border: #009 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.registration_form input[type=submit]:hover {
	background-color: #F4B311;
}

h3.public_roster {
	text-align: center;
}

table.public_roster {
	border: 1px solid #000000;
}
.public_roster_row1 td {
	background-color: #CCCCCC;	
}
.public_roster_row2 td {
	background-color: #999999;
}

div.clearer {
	width: 100%;
	height: 1px;
	clear: both;
}