#loader {
	text-align:center;
	height:200px;
}
.justadded {
	font-weight:bold;
	color:#C00;
	font-style:italic;
}
#staff_table.center td {
	text-align:center;
}
.TitleToggle {
	FONT-SIZE: 9pt; 
	FONT-FAMILY: Arial, Helv, Helvetica; 
	color: #CC0000;
	cursor:pointer;
}
.quicklink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	display: block;
	margin-top: 6px;
}
.step {
	font-weight: bold;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.mc_footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
.cart {
	cursor: pointer;
	}
.CartTable thead {
text-align: left;
}
.remove_item {
	cursor: pointer;
	}
.courier {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
/*
	Author: Gary Hires
			ghires@midland.edu
*/

/* RESETS & BASIC PAGE SETUP */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
/*	overflow-y: scroll; */
	overflow: scroll;
}
ul { list-style: none inside; }
#results ul { list-style: circle; margin-left: 15px; }
#results ul li { padding-bottom: 10px; }

.list { list-style: disc;
		margin-left: 30px; }
p {font-size: 1em; line-height: 1.1em; margin-bottom: 1em; }
#tabs p {font-size: 1.2em; }
a { outline: none;
	color: #005926; }
a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFcd7 url(/workforce/images/top_bg.jpg) repeat-x;
	}
#container {
	width: 990px;
	margin: 0 auto;
}
#container #header {
	background-image: url(/workforce/images/top_small.jpg);
	background-repeat: no-repeat;
	height: 105px;
}
#container #header #logo a {
	display: block;
	text-indent: -9999px;
	width: 350px;
	float: left;
	height: 70px;
}
#container #header #header_links {
		float: right;
		padding-top: 70px;
		padding-right: 40px;
		color: #fffcd7;
}
#container #header #header_links a, #container #header #header_links a:active {
		color: #ffffcc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
	}
#container #header #header_links a:hover {
	background-color: #006600;
}
#container #main {
	background-image: url(../images/middle_bg.png);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}
#container #middle {
	background-image: url(../images/middle_bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	width: 919px;
}
#container #footer {
	text-align: center;
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}
#content {
	margin-left: 40px;
	float: left;
	width: 700px;
	}
.results_return {
	font-weight: bold;
	font-size: small;
	font-style: italic;
}
.results_return_keyword {
	color: #990000;
}
#middle_left {
	width: 700px;
	float: left;
}
#middle_right {
	width: 200px;
	float: right;
	padding-right: 5px;
}
#middle_right img {
	float:right;
}
.upcoming {
list-style:none;
line-height: 175%;
font-size:small;
}
.upcoming dt {
	font-weight:bold;
}
.upcoming dd {
	margin-top: -5px;
	margin-bottom: 14px;	
}
.upcoming a:hover {
	background-color:#003300;
	color: #ffffcc;

}
.placeholder { color:#999999 }
.video {
	width: 240px;
	height: 180px;
	border: medium #006600 solid;
}
blockquote {
padding-left: 20px;
padding-right: 20px;
}
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 10em;
    overflow: auto;
    width: 60em;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }


.nobottom {
	margin-bottom: 0px;
}
#slider {
	width: 100%;
	height: 176px;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}
#slider div { width: 100%; height: 176px; color: #333; text-align: left; font-size: 16px;  }
#slider div img { float: left; margin: 0 10px 10px 0; padding: 3px 15px; background: #fff }
#slider div h3 {
	 margin-top: 0;
	 text-decoration: none
}
#news_tab ul {
 list-style:disc;
 margin-left: 20px;
}
#news_tab ul li {
	padding-bottom: 8px;
}
/* Bar Graphs */
#poll_container {
	margin-top: 20px;
	text-align:left;
	float:left;
}
#poll .graph {
  width: 180px;
  padding:10px 10px 0px 10px;
}
#poll .bar-title {
  font-weight: bold;
}
#poll .bar {
  background-color:#cc4400;
  height: 15px;
}
#poll .container {
	width:135px;
	float:left;
    border:#CCC thin inset;
	margin-bottom: 15px;
}
#poll .percent {
  float: left;
  width: 40px;
  font-weight:bold;
  text-align:right;
}
#poll {
		width:200px;
		font-family:Arial, Helvetica, sans-serif;
		border: #033 thin solid;
		font-size: small;
}
.poll_input {
	margin-bottom: 15px;
}
.poll_input label {
	margin-left: 3px;
}
#poll h4 {
	margin: 0px;
}
#poll p {
  text-align: center;
  font-weight: bold;
}
#poll_title {
	background-color:#CCC;
	font-size:small;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
}
.result_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#930;
	text-decoration:underline;
	cursor: pointer;
}
.custom_h2 {
	font-size:x-large;
	text-decoration:underline;
	color:#900;
}
.custom_h3 {
	font-size:large;
	margin-top: 5px;
}
.custom_duration {
	color:#900;
}
.custom_outline {
	background-color:#FFC;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	border: thin groove #060;
}
