/*

CM07
Adam Campbell / adam@hotmeteor.com
May 2007

*/

* {
	outline:none;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin:0 0 1em;
	padding:0;
}

button, input, select, textarea {
	font-family:verdana, arial, helvetica, sans-serif;
}

/* Layout ---------------------*/

body {
	background:#dad4c7 url(../images/bg_body.png) repeat-x left top;
}

#ctl00_container {
/*	background:url(../images/bg_container.png) repeat-x left top;
*/	margin:0 auto;
	width:844px;
}

#header {
	clear:both;
	height:160px;
	margin:0 0 25px;
	position:relative;
	width:100%;
}

.session {
	bottom:0;
	position:absolute;
	right:0px;
}

#main {
	clear:both;
	width:100%;
}

#footer {
	background-color:#0075b7;
	border-top:3px solid #fea70f;
	clear:both;
	height:136px;
	padding-top:15px;
	text-align:center;
	width:100%;
	position:relative;
}

/* Element Layouts */

#signup {
	background:url(../images/bg_signup_bottom.png) no-repeat left bottom;
	display:block;
	float:left;
	margin:0 0 50px;
	padding:0 0 18px;
	width:493px;
}

#signup dt a {
	float:right;
	height:60px;
	width:60px;
}


#signup dt {
	background:url(../images/bg_signup_top.png) no-repeat left top;
	height:102px;
	margin:0;
	padding:0;
	overflow:hidden;
	width:493px;
}

#signup dd {
	background:url(../images/bg_signup_sl.png) repeat-y center top;
	color:#000;
	margin:0;
	padding:25px 0;
	text-align:center;
}

#signup #signup_button {
	background:url(../images/button_signup.png) no-repeat left top;
	color:#fff;
	height:55px;
	padding:0;
	width:493px;
}

#signup p a {
	border:0;
	color:#000;
	font-weight:bold;
}

/* Blue Box Layout */

.bluebox {
	background:url(../images/bg_bluebox.png) no-repeat left top;
	float:right;
	margin:0 0 100px;
	padding-left:22px;
	behavior:url("styles/iepngfix.htc");
}

.bluebox_inner {
	background-color:#fff;
	border-right:2px solid #cbc7bf;
	border-bottom:2px solid #cbc7bf;
	border-left:1px solid #cbc7bf;
	padding:0 2px 10px;
}

.widebox {
	clear:right;
	width:640px;
}

.widerbox {
	float:left;
	width:894px;
	height:591px;
}

.smallbox {
	float:left;
	width:190px;
}

.loginbox {
	width:305px;
}

.midbox {
	float:left;
	margin-left:220px;
	width:400px;
}

	.midbox .bluebox_inner,
	.loginbox .bluebox_inner {
		padding:15px 25px;
	}

/* Typography ----------------*/

/* Image Replacement -----------*/

.ir {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-align:left;
	text-indent:-999em;
}

.ir a {
	display:block;
	height:100%;
	width:100%;
}

#logo {
	background-image:url(../images/logo.png);
	float:left;
	height:71px;
	margin:0;
	margin-top:95px;
	width:259px;
}

/* Standard Type ---------------*/

h4 {
	color:#1c5095;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:1.1em;
}

p {
	font-size:1.2em;
	line-height:1.6em;
}

	.itemdesc p {
		color:#333;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:1.1em;
	}

#footer a,
#footer p {
	color:#fff;
}

#footer p {
	font-size:1.1em;
}

/* Blue Box Content */

.bluebox h3 {
	background:url(../images/bg_bluebox_top.png) no-repeat right top;
	color:#fff;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	height:32px;
	line-height:1.5em;
	margin:0;
	padding:0;
	width:100%;
}

.bluebox h3.whitebox {
	background:url(../images/bg_whitebox_top.png) no-repeat right top;
}

.bluebox h3 span {
	background:url(../images/bg_bluebox_h3.png) no-repeat left top;
	display:block;
	float:left;
	height:21px;
	margin:0;
	padding:7px 0 4px 15px;
}

.bluebox h3 span.whiteboxspan {
	background:url(../images/bg_whitebox_h3.png) no-repeat left top;
}

.bluebox h3 em {
	float:right;
	font-family:tahoma, verdana, aria, sans-serif;
	font-size:0.9em;
	font-style:normal;
	margin:6px 20px 0 0;
	text-transform:uppercase;
}

.bluebox a {
	color:#666;
}

#biglist {
	border-bottom:1px solid #dadad9;
	list-style-position:inside;
	margin:0;
	padding:0;
}

#biglist li {
	border-top:1px solid #dadad9;
	border-bottom:6px solid #f5f5f3;
	color:#999;
	font-family:georgia, "times new roman", serif;
	font-size:2em;
	margin:0 0 0 20px;
	padding:10px 0 10px;
	position:relative;
}

	#biglist li.first {
		border-top:0;
	}

#biglist strong {
	color:#000;
	font-size:1.2em;
	font-weight:normal;
}

#biglist span.list_button {
	margin:0 3px;
}

#biglist span.list_button a {
	background:url(../images/button_list_off.png) no-repeat left top;
	color:#fff;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:0.5em;
	font-weight:bold;
	padding:3px 12px 5px 18px;
	text-decoration:none;
	text-transform:uppercase;
}

#biglist span.selected a {
	background:url(../images/button_list_on.png) no-repeat left top;
}

#biglist .itemlist ul {
	margin:0;
	padding:0;
}

#biglist .itemlist li {
	background-repeat: no-repeat;
	background-position: left center;
	border:0;
	font-size:1em;
	list-style-type:none;
	margin:0 0 0 20px;
	padding:10px 0 10px 15px;
}

	#biglist .itemlist li.active {
		background-image: url(../images/bullet_arrow_blue.png);
	}
	
	#biglist .itemlist li.inactive {
		background-image: url(../images/bullet_arrow_grey.png);
	}	
	
#biglist .itemlist li strong {
	font-size:0.9em;	
}
#biglist .itemlist li.inactive strong {
	color:#666;
}

#biglist .itemlist li span {
	line-height:1.5em;
	margin:0 ;
	padding:0;
}

#biglist .itemlist li span.list_link {
	float:left;
	width:60px;	
}

#biglist .itemlist li span a {
	color:#000;
	display:block;
	margin:0 10px;
	text-align:right;
}

	.linkfirst {
		border-right:1px solid #aaa;
	}

#biglist .iteminfo {
	line-height:1em;
	position:absolute;
	top:15px;
	left:255px;
	z-index: 5;
}

	#biglist .itemlist .iteminfo {
		font-size:0.6em;
		left:258px;
		top:12px;
		width:150px;
	}

#biglist .itemdesc {
	background-color:#f5f5f3;
	font-size:0.5em;
	margin-top:20px;
	margin-left:-20px;
	padding:10px 15px 10px 40px;
}

.lgprog {
	position:absolute;
	top:15px;
	left:435px;
	background:url(../images/bg_progress_large.png) no-repeat 0 0;
	width:146px;
	z-index:10;
}

.smprog {
	position:absolute;
	left:415px;
	top:10px;
	background:url(../images/bg_progress_small.png) no-repeat 0 0;
	width:146px;
	z-index:20;
}

.lgprog span {
	background:url(../images/bg_lgprog.png) no-repeat 0 0;
	display:block;
	height:20px;
	margin:0;
	overflow: hidden;
	padding:0;
	width:146px;
}

.smprog span {
	background:url(../images/bg_smprog.png) no-repeat 0 0;
	display:block;
	height:10px;
	margin:0;
	overflow: hidden;
	padding:0;
	width:146px;
}

.lgprog em,
.smprog em {
	color:#333;
	display:block;
	font-family:verdana, arial, sans-serif;
	font-size:0.5em;
	font-style:normal;
	line-height:normal;
}

.smallbox ul {
	margin:0;
	padding:5px 0 0;
}

.smallbox li {
	background:url(../images/bullet_circle_grey.png) no-repeat left top;
	border-bottom:1px solid #dadad9;
	color:#999;
	font-family:georgia, "times new roman", serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
	list-style-type:none;
	margin:0 0 0 5px;
	padding:3px 0 5px 15px;
	position:relative;
}

.smallbox a {
	display:block;
	margin-right:5px;
	padding-right:30px;
	padding-bottom:7px;
}

#courselink_active {
	background:url(../images/bg_sidebox_item.png) no-repeat right top;
}

/* Forms ---------------------*/

.bluebox form {
	margin:0;
	padding:15px 35px;
}

form p {
	font-size:1.1em;
	line-height:1.5em;
}

label {
	clear:both;
	color:#666;
	display:block;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:1.8em;
	margin:0 0 3px;
	width:100%;
}

	p label {
		display:inline;
		font-size:1.2em;
	}

.textbox {
	border:1px solid #7f9db9;
	font-size:1.3em;
	margin:0 0 7px;
	padding:3px;
}

.textboxwide {
	border:1px solid #7f9db9;
	font-size:1.3em;
	margin:0 0 7px;
	padding:3px;
	width:226px;
}

select {
	border:1px solid #666;
	font-size:1.3em;
	margin:0 0 7px;
}

button {
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	color:#fff;
	cursor:pointer;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	height:28px;
	margin:0 0 8px;
	overflow:hidden;
	padding:0;
	text-align:center;
	vertical-align: middle;
}

	.bluebutton {
		background-image: url(../images/button_blue.png);
		width:142px;
	}
	
	.greybutton {
		background-image: url(../images/button_grey.png);
		width:119px;
	}

/* Navigation ----------------*/

#nav {
	float:right;
	margin-top:26px;
	margin-right:10px;
	width:400px
	text-align:right;
}

#nav li {
	float:left;
	font-size:1.1em;
	height:34px;
	list-style-type:none;
	margin:0 0 0 25px;
	text-align:right;
	width:1%; width /* */:auto;
	white-space: nowrap;
}

#nav a {
	color:#fff;
	display:block;
	height:30px;
}

#nav a:link,
#nav a:visited {
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav a.nav_prof,
#nav a.nav_cont,
#nav a.nav_home,
#nav a.nav_lang 
{
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:2px;
}

#nav a.nav_prof {
	background-image:url(../images/bg_nav_prof.png);
	padding-left:22px;
}

#nav a.nav_cont {
	background-image:url(../images/bg_nav_cont.png);
	padding-left:16px;
}

#nav a.nav_home {
	background-image:url(../images/bg_nav_home.png);
	padding-left:25px;
}

#nav a.nav_logout {
	background:url(../images/nav_logout.png) no-repeat left top;
	cursor:pointer;	
	overflow:hidden;
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	font-weight:bold;
	width:72px;
}

#nav a.nav_lang {
	background-image:url(../images/bg_nav_prof.png);
	padding-left:24px;
	text-align:left;
}

form span.readonly {
	background-color:#eee;
	border:1px solid #aaa;
	color:#666;
	cursor:default;
	display:block;
	font-size:1.3em;
	margin:0 0 6px;
	padding:3px 5px;
	width:160px;
}

p.subTitle {
	border-bottom:1px solid #ccc;
	color:#333;
	display:block;
	font-size:1.5em;
	padding:3px 0 1px;
}

.error {
	color:#c00;
}

.flashdiv {
	padding-left:8px;
}

.formerror {
	color:#c00;
	clear:left;
	display:block;
	font-size:1.1em;
	margin:3px 0 6px;
	width:100%;
}

#glclogo {
	display:block;
	padding-bottom:15px;
}

#glclogo a img {
	border:0;
}








