
html, body{
  height:100%;
  margin:0;
  padding:0;
  background-image:url(bg.png);
  font-family:Arial;
}

h1
{
	font-size:37px;
	color:gray;
}

input
{
	border:1px solid gray;
}	

a
{
	font-weight:bold;
	color:#9A0101;
	font-size:11px;
}

a:hover
{
	color:gray;
}

.borderless
{
	border:0px;
}

.error
{
	font-size:9px;
	color:#9A0101;
}

#container
{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left: -500px;
	margin-top:20px;
}

#header
{
	width:1000px;
	text-align:left;
}

#contacts
{
	float:right;
	text-align:right;
	font-size:11px;
	margin-top:0px;
	width:500px;
	height:100px;
}



#contacts a
{
	color:gray;
	text-decoration:none;
	font-weight:normal;
}

#contacts a:hover
{
	color:#990000;
}

#video_container
{
	width:1000px;
	text-align:center;
	margin-top:30px;

}

#item_controls
{
	width:352px;
	float:right;
	text-align:left;
	border:0px solid #E9E9E9;
	border-bottom-width:1px;
}

#item_video
{
	float:left;
}

#item_playlist
{
	margin-top:0px;
	text-align:left;
	border: 1px solid #CCCCCC;
	background-color:#F9F9F9;
	width:350px;
	float:right;
	height:358px;
}

#sorter
{
	background-color:#C0C0C0;
	width:350px;
	text-align:right;
	font-size:10px;
	padding-top:4px;
	padding-bottom:4px;

}

#sorter a
{
	color:black;
	font-weight:bold;
	size:10px;
	text-decoration:none;
	color:#9A0101;
}



#subcontent
{
	font-size:10px;
}

#subcontent a
{
	color:white;
	text-decoration:none;
	font-weight:bold;
	size:10px;
	padding-right:150px;
}

#subcontent div
{
	width:190px;
	background-color:#9F9F9F;
	margin-bottom:1px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#sorter input
{
	border:1px solid gray;
	width:130px;
	margin-left:5px;
}

#sorter form
{
	display:inline;
}

#subcontent div:hover
{
	background-color:gray;
}

#mycustomscroll2 {
	width: 350px;
	height: 440px;
	overflow: auto;
	position: relative;
	text-align:left;
}

#footer
{
	width:900px;
	margin-top:30px;
	margin-left:30px;
}

.footer_row
{
	width:200px;
	padding:5px;
	float:left;
	color:gray;
	font-size:11px;
	line-height:17px;
}

.footer_row a
{
	color:gray;
	text-decoration:none;
}


.footer_row a:hover
{
	color:#990000;
}


.playlistItem
{
	padding-left:0px;
	padding-right:5px;
	margin-bottom:1px;
	background-color:#E9E9E9;
	font-size:11px;
	border: 0px solid #B0B0B0;
	border-bottom-width:1px;
	height:110px;
}

.playlistItem a
{
	text-decoration:none;
	color:black;

}

.playlistItem img
{
	float:left;
	border: 1px solid gray;
	margin:3px;
}

.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

#query
{
	margin-top:3px;
}

#kateDIV
{
	margin-top:5px;
	padding-bottom:2px;
}
