@charset "UTF-8";
/* CSS Document */

body {
	background:url(/assets/images/body-bg.png);
	width:915px;
	margin:20px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#header {
	height:100px;
	background:url(/assets/images/header.png) no-repeat;
}

#header h1, #header p {
	display:none;
}

#content {
	background:url(/assets/images/content-bg.png);
	padding:1px 10px;
	font-size:12px;
}

#content-body {
	width:660px;
	float:right;
	line-height:160%;
	margin-right:15px;
	margin-top:10px;
}

#sidebar {
	width:199px;
	float:left;
	margin-left:5px;
}

#sidebar p, #sidebar h3 {
	padding-left:8px;
	padding-right:8px;
}

#footer {
	background:url(/assets/images/footer.png) no-repeat;
	padding-top:10px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	position:relative;
}

#navigation {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:-1px;
	font-weight:bold;
}

#navigation li {
	display:block;
	height:30px;
	line-height:30px;
	border-bottom:#a2b891 1px solid;
	text-indent:15px;
}

#navigation li.active {
	border-right:#cdcdcd solid 1px;
	background-color:#cdcdcd;
}

#navigation a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#46721f;
}

#navigation a:hover {
	background-color:#cdcdcd;
}

hr {
	clear:both;
	margin:0;
	border:none;
	height:0;
	visibility:hidden;
}

h2, h3 {
	color:#46721f;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:14px;
}

a {
	color:#46721f;
}

a:hover {
	text-decoration:none;
}

.schedule tr:hover {
	background-color:#c0c4bd;
}

pre.code {
	border:#CCCCCC 1px solid;
	width:480px;
	margin:0 auto;
	border-left:4px solid #CCCCCC;
	padding:5px;
}

ul.results {
	list-style:circle;
	padding-left:20px;
}

ul.results li {
	display:inline;
	width:50%;
	float:left;
}

ul.results + h3 {
	clear:both;
	padding-top:15px;
}

.noresult {
	clear:both;
}

#form {
	width:400px;
	margin:0 auto;
}

#form label {
	float:left;
	width:80px;
}

#form input, #form textarea {
	width:300px;
	margin-bottom:10px;
	border:1px solid #46721f;
}

#form .submit {
	margin-left: 80px;
	width:150px;
	background-color:#AAAFA7;
}

#form .verify {
	width:30px;
	display:inline;
}

.go-show-manager {
	background:url(/assets/images/go-show-manager.png);
	width:117px;
	height:21px;
	position:absolute;
	right:4px;
	top:7px;
}

.go-show-manager a {
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}

#next {
	width:170px;
	margin:auto;
	margin-top:15px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#next p {
	padding:3px;
	margin:0;
	font-variant:small-caps;
	text-align:center;
}

#next .number {
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	padding:6px;
}