/* CSS Document */

body {
	background:url(../img/kats_logo.gif) top left no-repeat;
	font:90%/1.1em Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}

#title {
	display:block;
	text-align:left;
	width:300px;
	margin-left:-4000px;
}

#register {
	width:500px;
	margin:100px auto 0 auto;
	border:#333333 1px solid;
	padding:0 0 10px 0;
}

h2.frmlbl {
	background:#007700;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 0 1em 0;
}

h2 {
	color:#666666;
	margin-top:100px;
}

h3 {
	color:#666666;
}

#privstmt {
	text-align:left;
}

#privstmt h2, #privstmt h3, #privstmt p {
	color:#000000;
}

#privstmt ul li {
	list-style-type:square;
}

legend {
	font-weight:bold;
	color:#666666;
}

fieldset {
	border:none;
	text-align:left;
}

ol li {
	list-style-type:none;
	padding:3px 0;
}

label {
	color:#666666;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width:135px;
	font-size:90%;
	font-weight:bold;
}

input.errbox {
	background-color:#FFFFCC;
	border:#ED310D 1px solid;
	color:#ED310D;
	font-weight:bold;
	}
ol.err_list li {
	list-style-type:decimal;
	text-align:left;
	font-weight:bold;
	font-size:90%;
	color:#ED310D;
}
label.errlbl {
	color:#ED310D;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width:135px;
	font-size:90%;
	font-weight:bold;
}

label.eventDate {
	color:#666666;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width:35px;
	font-size:90%;
	font-weight:bold;
}

input.button {
	position:relative;
	left:282px;
	top:10px;
}

p {
	color:#666666;
}

p.error {
	color:#ED310D;
	font-weight:bold;
	font-size:90%;
}

a {
	color: #2D3954;
}

a:hover {
	color:#0000FF;
}

.err {
	color:#DC0000;
	font-weight:bold;
	text-align:left;
	margin-top:35px;
	list-style-type:square;
}

.err1 {
	color:#DC0000;
	font-weight:bold;
	text-align:center;
	margin-top:35px;
	list-style-type:square;
}

#main {
	text-align:left;
	padding:10px 10px 10px 25px;
	margin-top:25px;
}

#nav h2 {
	margin-top:35px;
}

#main caption {
	text-align:left;
	font-weight:bold;
	color:#666666;
	padding-bottom:5px;
}

table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}

tr td.odd {
	background:#ffffff;
}

tr td.even {
	background:#f7fbff;
}

tr.odd .column1 {
	background:#f4f9fe;
}

.column1 {
	background:#f9fcfe;
}

thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3;
	border-right:1px solid #e5eff8;
}

#nav {
	text-align:left;
}

#nav ul {
	width:90%;
	margin:1em auto;
}

#nav ul li {
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	text-align:center;
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3;
	text-decoration:none;
	padding:0.5px 10px;
}

#nav li a:hover, #nav li a:focus {
	text-decoration:underline;
}
