
@import url("global.css");

#section{
	width:762px;
	height:176px;
	position:relative;
}

#section h2{
	font-size:1.2em;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	border-bottom:4px solid #32383D;
 	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	padding-top:0px;
	background-image:none;
	
}

#upcoming{
	width:366px;
	height:148px;
	float:left;
	background:#282F33;
	padding-top:14px;
}

#wrap #content table.classes {
	margin:10px 0px 0px 0px;
	width:100%;
}

#wrap #content table tr {
	border-bottom:1px solid #fff;
}
#wrap #content table tr.alt {
	background:#32383D none repeat scroll 0%;
}
#wrap #content table tr td {
	font-size:12px;
	padding: 4px 0px 8px 0px;
}

#wrap #content table tr td.dates {
	color:#B4B7BA;
	text-align:right;
}

#wrap #content table tr td a {
	border:medium none;
	color:#6F9DBE;
}

#wrap #content table tr td a:hover {
	color:#AAD5FF;
}


#email{
	width:366px;
	height:148px;
	position:absolute;
	right:0;
	top:0;
	background:#282F33 url("#") no-repeat;
	padding-top:14px;
}

#email p{
	margin-top:10px;
	font-size:12px;
	line-height:1.8em;
}

#email .txt{
	width:226px;
	padding:4px;
	color: #282F33;
	margin:0px 10px 0px 0px;
	border: solid 2px #5F98B9;
}

#email .btn{
	vertical-align:top;
}