@charset "utf-8";

#header 
{		
	margin:0;
	background-image:url('images/header-top.gif');
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	position:relative;
}

#header #search
{
	position:absolute;
	top:15px;
	right:30px;
}

#body
{
	background-image:url('images/body-bg-wide.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:auto;
	width:100%;
	font-size:0.7em;
}

#uservideowrapper
{
	background-image:url('images/videoplayer-bg.jpg');
	background-repeat:no-repeat;
	height:372px;
	width:736px;
	margin-left:5px;
	overflow:hidden;
	padding:0;
	position:relative;

}

#uservideoMain
{
	width:520px;
	padding:0;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;	
	position:absolute;
	top:15px;
	left:15px;	
}
#uservideoMain p
{
	color:#ffffff;
}
#uservideoMain p.date
{
	color:#000000;
}
#uservideoMain ul
{
	margin-top:10px;
	margin-left:335px;
}
#uservideoMain ul li
{
	color:#ffffff;
	margin-bottom:1em;	
}

#uservideowrapper a
{
	color:#ffffff;
	text-decoration:underline;	
}

#uservideoMain ul li h3
{	
	font-size:1em;
	color:#000000;
}


#userprofile
{
	width:175px;
	height:350px;
	position:absolute;
	top:10px;
	right:15px;
	overflow-y:auto;
	overflow-x:hidden;
}

#video
{
	border:1px #ff0000 solid;
	height:221px;
	width:294px;
	margin:10px 0 0 15px;
	float:left;
}

#player
{
	height:182px;
}

#userimg
{
	border:1px #ffffff solid;	
}

#userlips
{
	float:right;
}

#videoName
{
	color:#000000;	
}

.date
{
	color:#000000;
}

#videoComments
{
	margin-left:20px;
	margin-top:10px;
}

#videoComments a
{
	color:#007dc8;
	text-decoration:underline;
}

#videoComments h1
{
	margin-left:10px;
	margin-top:10px;
	font-weight:bold;
}

.h1_paraimg
{
	color:#007dc8;
	font-size:0.9em;	
	margin-bottom:10px;
}

.h1_paraimg img
{
	margin-right:5px;
	vertical-align:text-bottom;	
}

.h1_paraimg a
{
	margin-left:10px;
}

#videoComments .comment
{
	margin-bottom:10px;
	overflow:hidden;
	width:95%;
}

#videoComments .comment img
{
	margin-left:20px;
	margin-right:20px;
	border:1px #ff0000 solid;
	float:left;
}

#moreVideosWrapper
{
	height:1%;
	margin-left:20px;	
	overflow:hidden;
}

#moreVideosWrapper h1
{
	color:#007dc8;
	margin-left:10px;
	margin-top:10px;
}

#moreVideos
{
	overflow:hidden;	
	margin-left:5px;
}

div.moreVideo
{
	margin-bottom:20px;
	margin-right:5px;
	overflow:hidden;
	height:1%;
}

div.moreVideo img
{
	float:left;	
	border:1px solid #ff0000;
	margin-right:10px;
}

#moreVideosSponsor
{
	float:right;
	margin-right:15px;
}

#moreVideosSponsor img
{
	border:1px solid #999999;
}

#moreVideosWrapper
{
	width:736px;
	margin-left:10px;	
	overflow:hidden;
}

#moreVideosWrapper h1
{
	color:#007dc8;
	margin-left:10px;
	margin-top:10px;
}

#moreVideos
{
	overflow:hidden;	
	margin-left:15px;
}

div.moreVideo
{
	margin-bottom:20px;
	margin-right:5px;
}

div.moreVideo img
{
	float:left;	
	border:1px solid #ff0000;
	margin-right:10px;
}

#moreVideosSponsor
{
	float:right;
	margin-right:10px;
}

#moreVideosSponsor img
{
	border:1px solid #999999;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
