/*
CSS Reset
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* ############## END RESET  ############ */

body {
	background-image:url(../images/bg_y.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#2b2c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#wrapper {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
#top {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 400px;
	padding: 10px 0 0 65px;
}
#thumbnails {
	padding: 5px 0px 0px 65px;
	width: 850px;
}
.thumb_link{
	float: left;
	width:255px;
	background-color:#f6edca;
	border: 1px solid #a39d86;
	padding: 5px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
#thumbnails a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.thumb_link img {
	padding-right: 7px;
}
#admin_link {
	width:800px;
	padding: 75px 0 20px 70px;
	float:left;
}
#admin_link a{
	color:#2D3843;
	text-decoration:none;
	font-size: 10px;
}
#admin_link a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}
#download {
	width:121px;
	padding: 6px 0 0 325px;
}
#lg_video_player_container {
	float: left;
	margin: 0 0 5px 0;
	}
#category {
	float: left;
	margin: 334px 0 0 140px;
	}
#category select {
	width: 190px;
	font-size: 12px;
	color:#444444;
	}