/* CSS Document */
body {
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FFFFCC;
}
img {
	border:0;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 18px;
}
h2 {
}
h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #aebcd2;
}
h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
h5 {
}
h6 {
}

/********** Universal Ids ****************/
#header, #headerAudio {
	height: 147px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 35px;
	padding-top: 3px;
}
#header {
	background-image: url(../images/etsuStreamHeader.jpg);
}
#headerAudio {
	background-image: url(../images/etsuStreamHeaderAudio.jpg);
}
#header a {
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	text-decoration: underline;
}
#wrapper {
	background-image: url(../images/bgEtsuStream.gif);
}
#navbar {
	height: 23px;
	background-image: url(../images/bgNavBar.gif);
	background-repeat: repeat-x;
	margin-left:31px;
	margin-right: 31px;
	font-size: 14px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 15px;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/buttonGap.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#navbar a:hover {
	color:#aebcd2;
}
#scoreads {
	background-image: url(../images/bgScoreAds.gif);
	background-repeat: no-repeat;
	height: 49px;
	padding-top: 3px;
	text-align: right;
}
#scoreBoard {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
	
#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentVideoBG {
	background-image: url(../images/bgEtsuVideo.jpg);
}
#contentAudioBG {
	background-image: url(../images/bgEtsuContentAudio.jpg);
}
#contentBG {
	background-image: url(../images/bgEtsuContent.jpg);
}
#contentBG, #contentVideoBG, #contentAudioBG {
	background-color: #010101;
	background-repeat: no-repeat;
	text-align: left;
	margin-left:31px;
	margin-right: 31px;
}

#submitButton {

	margin-top: 15px;
}
#submitButton a:hover {
	color:#999999;
}
#footer {
	height: 38px;
	background-image: url(../images/bgEtsuFooter.gif);
	vertical-align: top;
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10px;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC
}
#powered {
	float: left;
	margin: 0;
}
/*********** LOGIN Page **************/
#loginform {
	margin-left: 15px;
}

/********* Checkout Page *************/
#cartItems td {
	padding-left: 20px;
	font-weight:bold;
}
#cartItems table {
	border: 0;
	border-bottom-color:#041f47;
}
#checkoutTotal {
	margin-left: 20px;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFCC;
}
#Catalog1_subscriptionView {
	border:0;
}

/********* Video Page **************/
#player {
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-left: 16px !important; margin-left: 8px;
	margin-right: 135px;
}
#playerInfo h3 {
	margin-left: 10px;
}
#playerInfo p {
	margin-left: 15px;
}
#videoLogin {
	padding-top: 5px;
}