/*********************************/
/*   Justin Voelker
/*   Northwood niversity
/*********************************/


/*********************************/
/* all-inclusive overall styling */
/*********************************/
* html .everything { /* to fill 100% height in IE6 */
	height:100%
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	margin: 0px auto;
	background: #616161;
	font-family: tahoma;
	font-size: 13px;
	width: 768px;
	color: #666666;
	background-image: url(imgs/background_apophysis2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
div.everything {
	min-height: 100%;
	background: #FFFFFF;
	background-image: url(imgs/body_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	/*border-bottom: 5px solid #FFFFFF;*/
}

/**************/
/* header bar */
/**************/
div.header_bar {
	margin: 0px 5px;
	height: 170px;
	background-image: url(imgs/header_bar_full_2010_swirl2.jpg);
	/*background-image: url(imgs/header_bar_full_with_banner2.jpg);*/
	background-repeat: no-repeat;
}
div.header_glug {
	float:left;
	padding: 41px 0px 0px 20px;
}
div.header_gl_map {
	float:right;
	padding: 10px 5px 0px 0px;
}


/********************************/
/* left-hand navigation buttons */
/********************************/
div.left_container {
	margin-left: 5px;
	float: left;
	width: 190px;
}
.nav_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
.nav_container li.indent {
	text-indent: 20px;
}
.nav_container a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 0px 4px 5px;
	width: 187px;
	height: 15px;
	color: #FFFFFF;
}
.nav_container a:hover, .nav_container a.active {
	background-color: #CFD7E2;
	color: #002C61;
}
div.info_box {
	padding: 5px 5px 0px 5px;;
	color: #FFFFFF;
}
div.info_box div.info_header {
	font-weight: bold;
}
div.info_box p {
	margin: 5px 0px;
}

/*********************************/
/* main body for content display */
/*********************************/
div.main_body {
	margin-top: 175;
	margin: 0px 5px;
	padding: 5px 5px 5px 200px;
}
h1 {
	font-weight: normal;
	font-size: large;
	margin: 0px;
	color: #002C61;
	/*background-image: url(imgs/page_heading_bar2.jpg);*/
	width:500px;
}
h2 {
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	color: #002C61;
}
h3 {
	font-weight: bold;
	font-size: small;
	margin: 0px;
	color: #002C61;
}
div.main_body hr.heading_hr {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
div.main_para {
	line-height: 25px;
	font-size: 14px;
}
div.main_para p {
	text-indent: 25px;
	margin: 0px 0px 5px 0px;
}
div.main_body a, div.main_body a:link, div.main_body a:active, div.main_body a:visited, div.main_body a:hover {
	color: #000000;
}
.contacts a {
	font-weight: bold;
}


/***************************/
/* pieces of the main body */
/***************************/

/* all content has larger line height so this needs to be change back for tables */
table.att_ven {
	border-collapse: collapse;
	line-height: 20px;
	border: 2px solid #000000;
}
table.att_ven tr.header {
	border: 2px solid #000000;
	background-color: #41618A;
}
table.att_ven th, table.att_ven th a, table.att_ven th a:link, table.att_ven th a:active, table.att_ven th a:visited, table.att_ven th a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
table.att_ven td, table.att_ven th {
	border: 1px solid #333333;
	border-left: 2px solid #000000;
	margin-left: -5px;
	padding-left: 5px;
}

table.daily_grids {
	border-collapse: collapse;
	line-height: normal;
	border: 2px solid #000000;
}
table.daily_grids tr.header {
	border: 2px solid #000000;
	color: #000000;
}
table.daily_grids td {
	border: 1px solid #333333;
	/*border-left: 2px solid #000000;*/
}
/* track colors for session grid */
/*.track_1 {background-color:#c8dfd7;}
.track_2 {background-color:#efcbdc;}
.track_3 {background-color:#e7e7ce;}
.track_4 {background-color:#cee3ef;}
.track_5 {background-color:#d6cbef;}
.track_6 {background-color:#efcfce;}*/
.track_CA {
	background-color: #daeef3;
}
.track_CF {
	background-color: #d6e3bc;
}
.track_IT {
	background-color: #e5b8b7;
}
.track_HR {
	background-color: #ffffcc;
}

.track_ST {
	background-color: #8eb3e2;
}
.track_RP {
	background-color: #ccc0d9;
}
.track_GE {
	background-color: #c4bc96;
}

/* form error list */
ul.fel {
	color: #993333;
}
