﻿body {
	margin: 0 auto;
	padding: 0px 50px;
	background: #f79328 url('images/bgSite.png') repeat-x;
	font: normal 90%/140% Arial, Verdana, sans-serif;
	width: 950px;
	min-width: 400px;
}
#loginForm {
	float: right;
	clear: right;
	margin-bottom: 2px;
}
#logo {
	width: 210px;
	height: 65px;
	background: transparent url( 'images/logo.png' ) no-repeat;
	margin-top: 20px;
	float: left;
}
#mainMenu {
	position: relative;
	float: right;
	clear: right;
	z-index: 2;
	font-size: 80%;
	margin-top: 10px;
}
#video {
	height: 320px;
	width: 100%;
	padding: 5px 5px;
}
#player {
	float: left;
	clear: left;
	width: 67%;
	height: 330px;
	border-right: none;
}
#videoWrapper {
	text-align: center;
	width: 480px;
	height: 318px;
	border-bottom: none;
	border-top: none;
	padding: 0px 1px;
	z-index: 1;
	float: left;
	margin-left: 1px;
}
#screen {
	height: 320px;
	background-color: #000;
	margin-top: 0px;
	text-align: center;
	border: 2px #2D2D2E solid;
}
#controls {
	background-color: transparent;
	padding: 1px 0px;
	height: 310px;
	border-left: none;
	margin-left: 482px;
}
#adsVideo {
	float: right;
	clear: right;
	width: 32%;
	border: 0px #2D2D2E solid;
	height: 320px;
	padding-left: 0px;
	padding-top: 0px;
	background: transparent;
	margin-top: 2px;
}
#premAds {
	height: 330px;
	padding: 0px 2px;
}
#data {
	height: 100%;
	width: 100%;
	padding: 5px;
}
#dataGridold {
	border: 1px #2D2D2E solid;
	padding: 2px 7px;
	background-color: #e5e6e6;
	width: 68%;
	height: auto;
	overflow: auto;
	float: left;
	clear: left;
}
#dataGrid {
	float: left;
	padding: 2px 9px;
	clear: left;
	width: 65%;
	height: 100%;
	border-right: none;
	background-color: #e5e6e6;
}
#adsData {
	float: right;
	clear: right;
	width: 32%;
	margin-right: 0px;
	padding: 3px 0px;
	border: 2px #2D2D2E solid;
	background: url( 'images/bgCommunityAds.png' ) repeat;
}
#proAds {
	height: 300px;
	margin-left: 2px;
	margin-bottom: 5px;
}
/* Content Styles */
.title {
	display: block;
	color: #757678;
	font-family: "Arial Black";
	font-size: 135%;
	font-weight: bold;
	padding: 10px 0px;
	margin-left: -5px;
}
.formRow .title, .formAltRow .title {
	display: inline-block;
	color: black;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	padding: 5px 5px;
	width: 245px;
}
h2 {
	display: block;
	color: black;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0px;
}
.date {
	display: inline-block;
	color: black;
	font-size: 78%;
	font-weight: normal;
	padding: 5px 2px;
	width: 130px;
}
.watch {
	display: inline-block;
	background-color: #002a5c;
	padding: 0px 5px;
	margin: 2px;
	width: 10px;
}
.schoolName {
	display: inline-block;
	color: black;
	font-size: 78%;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	width: 170px;
	text-align: left;
}
.footnote {
	display: block;
	color: #575547;
	font-weight: normal;
	font-size: 85%;
	background-color: #fbfae9;
	padding: 0px 2px;
}
/* Form Styles */
.txtBox {
	background-color: #000;
	border: none;
	border: solid 1px #d0c1ba;
	color: #dfdfdf;
	padding: 2px;
	font-size: 85%;
	font-weight: bold;
	width: 150px;
	margin-top: 3px;
}
.label {
	font: normal 85%/100% Tahoma, Arial;
	color: #264882;
}
.formButton {
	background-color: #264882;
	border: none;
	text-align: center;
	color: #c0cad7;
	padding: 0px 5px;
}
.formButton:hover {
	font-weight: bold;
	padding: 0px 3px;
	cursor: pointer;
}
.formRow {
	display: block;
	background-color: #bdbebe;
	padding: 2px 5px;
	margin-bottom: 7px;
	font-weight: bold;
	border: 1px #dbdddd solid;
}
.formAltRow {
	background-color: #cfd1d1;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
/* Menu Styles */
a {
	text-decoration: none;
}
#loginForm a {
	color: #8897b9;
	text-decoration: none;
	font-size: 90%;
}
#loginForm a:hover {
	color: #2c2f35;
	padding: 0px;
}
.quarters {
	display: block;
	padding: 2px 5px 0px 5px;
	font-size: 11px;
	width: 141px;
	height:25px;
	text-align:left;
	color: #a49f80;
	background: url( 'images/btnVideoControl.png' ) no-repeat;
    margin-bottom:5px;
    font-variant:small-caps;
}
.quarters:hover {
	color: #f78f1e;
	cursor: pointer;
	font-weight: bold;
	font-size:14px;
	background-position: 0 -25px;
}
.formRow a, .formAltRow a {
	color: #f78f1e;
	font-weight: normal;
	font-size: 130%;
}
.formRow a:hover, .formAltRow a:hover {
	font-weight: bold;
}
/* Text ad styles*/
#textAds {
	font-size: 90%;
	padding: 2px;
}
#textAds .Title {
	color: #E8871D;
	font-size: 125%;
}
#textAds .TagLine {
	display: block;
	color: #898B8D;
	font-size: 85%;
	margin-top: -5px;
}
#textAds .Contact {
	float: right;
	clear: right;
	color: #e8871d;
	font-weight: bold;
}
#textAds .Description {
	display: block;
	color: #fff;
	font-size: 85%;
	line-height: 90%;
	padding: 2px;
}
#textAds .Link {
	display: block;
	color: #fff;
	font-size: 85%;
	line-height: 90%;
	padding: 2px;
}
.textAd {
	margin-right: 0px;
	padding: 3px;
	border: 1px #2D2D2E solid;
	height: auto;
	background: url( 'images/bgCommunityAds.png' ) repeat;
}
.ms-vb {
	border: 1px gray solid;
}
