@charset "utf-8";
/* CSS Document */
/* main elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
body * {padding: 0; margin: 0;}
body p {margin-top: 0;}
#wrapperContainer {
	margin-right:auto;
	margin-left:auto;
	width:480px;
    position:relative;
    padding-top:0px;
}
#headerShadowContainer {
	background-image:url(../boss/images/YTV_NAV_GREY_EX.jpg);
	height: 46px;
	position:relative;
	z-index:1;
}

* html #headerShadowContainer {
	background-image:url(../boss/images/YTV_NAV_GREY_EX.jpg);
	height: 46px;
	position:relative;
	z-index:-3;
}

/* header red elements */
#redHeaderWrapper {
	background-image:url(../boss/images/YTV_HDR_RedBackGrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	height:92px;
}
#logoContainer {
	position:absolute;
	width:235px;
	height:206px;
	top:11px;
	z-index:3;
	left:5px;
}

* html #logoContainer {
	position:absolute;
	width:235px;
	height:206px;
	top:11px;
	z-index:-1;
	left:5px;
}

#titlecontainer {
	position:absolute;
	color: #ffffff;
	font-weight:bold;
	text-align:right;
	font-size: 1em;
	bottom:3px;
	right:10px;
}
#imageHeaderWrapper {
	background-image:url(../boss/images/YTV_HDR_IMG_Tile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
	height:87px;
	position:relative;
	z-index:2;	
}

* html #imageHeaderWrapper {
	background-image:url(../boss/images/YTV_HDR_IMG_Tile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
	height:87px;
	position:relative;
	z-index:-2;	
}


#videoplayer {
	padding: 5px 0px;
}

#textarea {
	padding: 5px;
}

#content {
	background-image:url(../boss/images/contentbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #990000;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #333333;
	margin: 0px 5px 0px 5px;
}
