/*=====================================*/
/* Layout */
/*=====================================*/
/*  
3 column fixed layout
Sidebars background full height of content
Use: 
2 containers for sidebar bakchgrouds, one left and one right
Centre column with left margin, followed by #cleardiv  (both) 
Page title head tag <h1,2,3...> use margin top=0. Use div top padding to lower page title
*/
/*=====================================*/
/* Layout */
/*=====================================*/
body, div, span, form, table, ul, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(VideoPub/_Assets/bgBody2.jpg);
	background-color: #CCCCCC;
}
#container {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header
{
	margin: 0px;
	position: relative;
	background-color: #500000;
}
#hdBar1 {
	height: 25px;
	width: 100%;
	background-color: #500000;
}
#hdBar2 {
	height: 10px;
	width: 100%;
	background-color: #500000;
}
#hdLink {
	top: 2px;
	height: auto;
	width: auto;
	font-size: 10px;
	float: right;
	position: absolute;
	right: 10px;
	padding: 3px;
	z-index: 9;
}
#hdLogo {
	font-size: 2.2em;
	font-weight: normal;
	width: 230px;
	color: #FFFFFF;
	float: left;
	height: 120px;
	background-color: #990000;
	position: absolute;
	left: 0px;
	top: 5px;
}
#hdNav {
	background-color: #333333;
	width: 100%;
	height: 32px;
	background-image: url(../_Assets/bg_hdNav.jpg);
	top: 0px;
	position: relative;
}
#hdTitle {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	height: auto;
	width: auto;
	float: left;
	position: absolute;
	left: 5px;
	top: 30px;
	padding: 0px;
}
#container1 {
	background-color: #999999;
	width: 100%;
}
#content {
	margin-left: 260px;
	margin-right: 0px;
	width: 715px;
	padding: 10px;
	font-size: 12px;
	height: auto;
	color: #FFFFFF;
	background-color: #999999;
}
#conTracks {
s	width: 100%;
}

#conVideo {
	text-align: center;
	height: auto;
	width: 100%;
}
#sidebarL {
	width: 250px;
	padding: 0px;
	background-color: #500000;
	float: left;
}
#sbNav {
	width: 250px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #666666;
}
#ftBar {
	background-color: #500000;
	height: 10px;
}
#cleardiv {
	clear: both;
	height: 10px;
}
/*=====================================*/
/* Select menus's  */
/*=====================================*/
#selGenre, #selArtist, #selTrack {
	color: #990000;
	background-color: #CCCCCC;
	height: auto; width: 100%;
}
select {
	padding: 5px;
}
/*=====================================*/
/* Tags */
/*=====================================*/
button {
	color: #FFFFFF;
	background-color: #990000;
	padding: 1px;
	margin: 0px;
	width: 90px;
}
button :hover {
	color: #FFFFFF;
	background-color: #333333;
	padding: 1px;
	margin: 5px;
	width: 90px;
}
h1 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #FFFFFF;
}

table {
	background-color: #CCCCCC;
	width: 100%;
	border: thin solid #333333;
	margin-bottom: 3px;
	color: #990000;
	height: auto;
	padding: 2px;
}
td {
	padding: 0px;
	vertical-align: top;
}
/*=====================================*/
/* Styles */
/*=====================================*/
.td0 {
	padding: 2px;
	vertical-align: top;
}
.style2 {font-size: 12px}
.style3 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
div .style3 {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
}

