/* Layout Specific Updates from Default */
body {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
	background: #000000 url('/css/layout/images/background_techno_black.gif');
}

a {
	color: #aaaaaa;
	text-decoration: none;
}


.headerYellow {
	color: #ffcc00;
	font-size: 16px;
	margin-top: 3px;
	font-weight: bold;
}

.headerYellowSmall {
	color: #ffcc00;
	font-size: 13px;
	font-weight: bold;
}

.headerWhite {
	color: #fff;
	font-size: 18px;
	margin-top: 3px;
	font-weight: bold;
}

.headerWhiteSmall {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

.backgroundDkGray {
	background : #454545;
}

.backgroundMdGray {
	background : #575757;
}

.backgroundLtGray {
	background : #727070;
}

.backgroundGray {
	background : #bebebe;
}

.roundedBoxBlackOutline {
    margin: 5px;
	padding: 2px;
	padding-bottom: 1px;
	background:#000000;
}

.roundedBoxWhite {	
	padding: 2px;
	color: #000000;
	background: #ffffff;
}

.roundedBoxBlue {	
	padding: 2px;
	text-align: center;
	color: #000000;
	background: #d9e9f3 url('/css/layout/images/bottom_fade_blue.png') repeat-x bottom;
}


.roundedBoxDkGray {	
	padding: 2px;
	text-align: center;
	color: #fff;
	background: #444 url('/css/layout/images/bottom_fade_dkgray.png') repeat-x bottom;
}

.smallText {
	font-size : 10px;
	padding-left : 5px;
	color:#bebebe;
}

th {
	background: #b6d885;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
}

.row1 {
	background: #ccc;
}

.row2 {
	background: #fff;
}

.reviewNote {
	background: #e4ef9d;
}

.caption {
	background:#dfc172;
	margin-top: 10px;
	padding: 5px;
}

.notice {
	color: #353535;
	background: #f4f4f4;
}

/* Layout */

#bodyContainer {
	width : 950px;
	margin: 0 auto;
}

#bodyContent {
	margin: 0 auto;
	width : 800px;	
}

#bodyContainerLiveFeed {
	width : 1050px;
	margin: 0 auto;
}

#bodyContent, #bodyContentLiveFeed {
	float: left;
	margin: 0 auto;
	width : 950px;
	color: #ffffff;
	background: #000000 url('/css/layout/images/homepage_blackfade.png') repeat-x;
}

#bodyContentLiveFeed {
	width : 1050px;
}

#header {
	width : 950px;
	margin: 0 auto;
}

#headerTbws {
	color: #ffffff;
	position: relative;
	font-size: 12px;
	width : 950px;
	background: #000000 url('/img/logo_tbws_black.gif') no-repeat 15px;
	margin-bottom: 10px;
	min-height:100px;
}

#footer {
	clear: both;
	width : 950px;
	margin: auto;
	color: #aaaaaa;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
}

#leftColumn {	
	width:500px;
	float:left;
}

#rightColumn {
	width:250px;
	float:right;
}


.homePageElement {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 0px;
}

ul {
	margin: 0px;
	padding-left: 10px;
	margin-left : 15px;
}

li {
	padding-bottom:2px;
	font-size: 13px;
	font-weight: bold;
	list-style-image : url('/img/icon_red_check.gif');
}

ol {
	margin-bottom: 15px;
	margin-top: 5px;
}

#faq li {
	list-style-image : url('');
	font-weight: normal;
	margin-left: 55px;
}

#faq a {
	color: #000000;
	font-weight: bold;
}

#faq a:hover {
	color: #ff0000;
	font-weight: bold;
}

#faq .boldText {
	font-weight: bold;
	margin-left: 35px;
}


#playVid ul {
	margin-bottom: 15px;
	margin-top: 5px;
}

#playVid li {
	margin-left: -10px;
	font-size: 13px;
	list-style : none;
	list-style-image : url('');
	background-image : url('');
}

.plainLi {
	font-weight: normal;
	list-style-image : url('');
	background-image : url('');
}

#videoDescriptionBox li {
	list-style-image : url('');
	background-image : url('');
}

.playVidSelected a {
	color: #ff0000;
}

.eventList {
	color: #000000;
	font-weight:bold;
}

.videoText {
	float: left;
	text-align: left;
	width: 275px;
	margin-top:5px;
	margin-left:10px;
}


#promoGraphic {
	margin-left: 10px;
}

.videoPlayer {
	float: left;
	margin-left: 15px;
}

#player {
	background:#dfc172;
	margin-top: 10px;
	padding: 5px;
	width: 400px;
}


#topNavigationGroup {
	width: 795px;	
	margin: 0 auto;
}

.homepageNav, .homepageNavSelected {
	float: left;
	margin-right: 20px;
	width: 143px;
	height: 44px;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 13px;
	text-align: center;
	background: url('/img/navigation_background.gif') no-repeat;
}

.homepageNavSelected a{
	color: #ff0000;
}

/* Form Elements */

#headerLogin {
	color: #cccccc;
	margin-top: 5px;	
	width: 185px;
}

#loginForm {
	width: 185px;
	margin-top:5px;
	margin-bottom:5px;
}

#loginForm .formField {
	float:right;
	width: 100px;
	margin-bottom:2px;
}

#loginForm .formLabel {
	float:left;
	width: 75px;
	margin-bottom:2px;
}

#loginForm #submitLogin {
	float: right;
	margin-top: 5px;
}

/* My Page Elements */

#mypageLeftColumn {
	margin-left: 10px;
	float: left;
	width: 400px;
}

#mypageRightColumn {
	float: left;
	margin-left: 40px;
	width: 450px;
}

#videoDescriptionBox {
	width:370px;
	padding:15px;
	color: #000000;
	background:#cccccc;
	margin-top: 10px;
	margin-bottom:15px;
}

#latestNews {
	float: right;
	width: 250px;
	height: 290px;
	min-height: 290px;
	margin-bottom: 20px;
	overflow: auto;
	color: #000000;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

#userFeedback {
	float: left;
	width: 220px;
	color: #000000;
	text-align: center;
}

#videoArchive {
	float: right;
	width: 160px;
	height: 600px;
	overflow: auto;
	background: #555555;
	color: #ffffff;
	padding: 5px;
	margin-left: 10px;
}

.videoArchiveItem {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.videoArchiveItem:hover {
	
}

.greenIcon {
	float: left;
	width: 16px;
	height: 14px;
	background: url('/img/icon_greenball.jpg') no-repeat;
	margin-right: 10px;
	margin-top: 5px;
	margin-left : -20px;
}

#userAgreement {
	text-transform:uppercase;
	width:650px;
	height:100px;
	margin-top:5px;
	padding:15px;
	color : #000000;
	background : #ffffff;
	border:#575757 1pt solid;
	overflow:auto;
	text-align:justify;
}

.subscriptionFeature {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	display: list-item;
	list-style-image : url('/img/icon_red_check.gif');
	padding-left: 15px;
	margin-left: 40px;
	margin-bottom: 5px;
}

.subscriptionFeature a {
	color: #000000;
}

.subscriptionFeature a:hover {
	color: #ff0000;
}

.featureText {
	float:right;
	margin-right:20px;
	width: 300px;
	padding: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 135%;
	border: #ff0000 dotted 2px;
}

.paragraphText {
	margin: 20px;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 12px;
	line-height : 125%;
}

.paragraphText a {
	color:#000;
	font-weight: bold;
}

.paragraphText a:hover {
	color: #ff0000;
}

/* Live Video Stuff */

#liveVideoFiles {
	width: 453px;
	margin: 0 auto;
	border: 1px solid #cccccc;
}

#liveVideoPolls {
	display: none;
	height: 275px;
	width: 453px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #cccccc;
}

.linksAndDocsEdit {
	display: none;
}
.linkItems {
	padding: 5px;
	line-height : 100%;
}
