@CHARSET "UTF-8";

/* General Styles */
/*--------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
html { height:100%; width:100%; }
body {
	font-family: "Lucida Grande", Calibri, Verdana, Arial, sans-serif;
	font-size: 0.625em;
	line-height: 1em;
	background-color:#FFFFFF;
}
.text {
	font-size: 1.4em;
	line-height:1.2em;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
a {
	color:#000080;
	text-decoration:none;
}
a:hover {
	background-color:#CCCCFF;
	color:#000080;
}
a.img:hover {
	background-color:transparent !important;
}

/* Grid System */
/*--------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: white;
}

/* Global */
.grid_1, .grid_2, .grid_3, .grid_4 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Children (Alpha ~ First, Omega ~ Last) */
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* 5 Columns */
.container .grid_1 { width:168px; }
.container .grid_2 { width:356px; }
.container .grid_3 { width:544px; }
.container .grid_4 { width:732px; }

/* Prefix Extra Space */
.container .prefix_1 { padding-left:188px; }
.container .prefix_2 { padding-left:376px; }
.container .prefix_3 { padding-left:564px; }

/* Suffix Extra Space */
.container .suffix_1 { padding-right:188px; }
.container .suffix_2 { padding-right:376px; }
.container .suffix_3 { padding-right:564px; }

/* Push Space */
.container .pull_1 { left:-188px; }
.container .pull_2 { left:-376px; }
.container .pull_3 { left:-564px; }

/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Header */
/*--------------------------------------------------------------------------------------*/
.header_nav {
	background:transparent url('../images/top_dots_bg.gif') repeat-x center;
}
.header_nav div {
	text-align: right;
}
.header_nav div span,
.header_nav div a {
	padding:0 0.2em;
	background-color:#ffffff;
}
.header_nav div a:hover {
	background-color:#C5DEC5;
}
.header {
	padding-top:0.5em;
}
.header .flash {
	position:relative;
	z-index:0;
}
.header a,
.header object {
	float: left;
}
.header_bar {
	margin:1em 0;
	background:transparent url('../images/top_bar.gif') repeat-x 0px -23px;
}
.header_bar .left {
	background:transparent url('../images/top_bar.gif') no-repeat 0px 0px;
}
.header_bar .left div {
	height:23px;
	background:transparent url('../images/top_bar.gif') no-repeat right -46px;
}
.header_bar .left div span.dots {
	width:15em;
	height:23px;
	display:block;
	float:right;
	margin-right:10px;
	background:transparent url('../images/top_bar.gif') repeat-x 0px -69px;
}
.header_bar .left div span.acc {
	font-size:1.2em;
	line-height:1.7em;
	color:#ffffff;
	padding-left:10px;
}
.header_bar .left div span.acc a {
	color:#b0d2b0;
	text-decoration:underline;
	padding:0 0.5em;
}
.header_bar .left div span.acc a:hover {
	color:#b0d2b0;
	background-color:transparent !important;
	text-decoration:none;
}

/* Body */
/*--------------------------------------------------------------------------------------*/
.leftblock .navigation {
	padding-top:0.4em;
}
.leftblock .admnav {
	margin-bottom:2em;
}
.login {
	margin-top:3em;
}
.leftblock .navigation .head,
.leftblock .login .head {
	font-size:1.2em;
	background:#000080 url('../images/nav_head_corn.gif') no-repeat top right;
	padding:0.3em;
	color:#FFFFFF;
}
.leftblock .admnav .head {
	background:#f2d0d0 url('../images/adm_head_corn.gif') no-repeat top right;
	color:#000000;
}
.leftblock .navigation .body,
.leftblock .login .body {
	padding:0.5em;
	border:1px solid #b0d2b0;
}
.leftblock .admnav .body {
	border:1px solid #f2d0d0;
}
.leftblock .admnav a {
	color:#c27070;
	text-decoration:none;
}
.leftblock .admnav a:hover {
	background-color:#f2d0d0 !important;
	color:#c27070;
}

.leftblock .navigation .body ul li {
	line-height:1.4em;
}
.leftblock .login label {
	display:block;
	line-height:1.6em;
}
.centerblock .ext_content {
	margin-top:2em;
}
.centerblock .ext_content a:hover {
	background-color:transparent;
}
.centerblock .login .ln {
	clear:both;
	padding:0.5em;
}
.centerblock .login label {
	width:75px;
	float:left;
}
.centerblock .login .ln .err {
	width:290px;
	float:left;
	margin-left:1em;
	padding:0.1em 0.3em;
	background-color:#f2d0d0;
	font-size:0.85em;
}
.centerblock .login .err {
	padding:0.5em;
	background-color:#f2d0d0;
	font-size:0.85em;
}
.leftblock .login input.tfield {
	border:1px solid #b0d2b0;
	padding:0.1em;
	width:150px;
}
.centerblock .login input.tfield {
	border:1px solid #b0d2b0;
	padding:0.1em;
	width:140px;
	float:left;
}
.leftblock .login input.bfield {
	margin-top:0.5em;
}
.leftblock .tips {
	margin-top:2.5em;
	padding:0.5em;
	border:1px solid #b0d2b0;	
}
.leftblock .tips ul li {
	list-style:url('../images/bullet.gif') outside;
	line-height:1.4em;
	font-size:0.85em;
	margin-left:1.3em;
}
.leftblock .tips ul li.empty {
	list-style-image:none;
	list-style-type:none;
	height:2em;
}
.leftblock .tips ul li em {
	font-style:normal;
	display:block;
	margin-left:-1.3em;
}
.middle {
	border-right:1px solid #b0d2b0;
	margin-right:0;
	padding-right:10px;
}
.location {
	background:transparent url('../images/bullet_location.gif') no-repeat center left;
	padding-left:10px;
}
.centerblock table.stats,
.centerblock table.schedule {
	margin-bottom:1em;
}
.centerblock table.stats td,
.centerblock table.schedule td {
	padding:0.3em;
	line-height:1.1em;
	border:1px solid #000000;
}
.centerblock table.stats thead td,
.centerblock table.schedule thead td {
	font-weight:bold;
}
.centerblock table.stats td.group,
.centerblock table.schedule td.group {
	background-color:#CCCCFF;
	color:#000000;
	text-align:center;
}
.centerblock table.schedule td.selected {
	background-color:#ffd0d0;
}
.centerblock table.schedule td a {
	text-decoration:underline;
}

.centerblock .sort {
	padding-bottom:0.5em;
	text-align:right;
}
.centerblock .sort label {
	font-weight:bold;
	padding-right:0.5em;
}
.centerblock .sort input {
	margin-left:0.5em;
}

.right_column table {
	border:2px solid #000000;
	line-height:1em;
}
.right_column table thead td {
	font-weight:bold;
}
.right_column table td {
	border:1px solid #000000;
	padding:0.3em;
}

h2 {
	font-size:2.6em;
	line-height:2em;
}
h3 {
	font-size:2em;
	line-height:2em;
}
div.hr {
	height:1px;
	border-top:1px dashed #000000;
	margin:1.5em 0;
}
p {
	font-size:1.6em;
	line-height:1.2em;
}

/* Footer */
/*--------------------------------------------------------------------------------------*/
.footer {
	font-size:1.4em;
	line-height:1.8em;
}
.footer div.links span,
.footer div.links a {
	float:left;
	padding:0 0.15em;
}
