body {
	font-family: verdana;
	font-size: 10px;
}

tr td {
	font-family: verdana;
	font-size: 10px;
}

#container {
	margin-left: 40px;
	margin-top: 30px;
}

#topnav {
	position:relative;
	top: -20px;
	left: 230px;
	z-index:2;
}

.videothumb {
	text-align: center;
	width: 90px;
}

.videothumb .title {
	margin-top: 3px;
}

.videothumb .company {
	margin-top: 7px;
}

#active-page {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#active-movie {
	text-align: center;
	width: 560px;
}

.pager {
	margin-top: 10px;
	text-align: center;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: normal;
	display: block;
	font-variant: normal;
	list-style-type: none;
	text-transform: lowercase;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#nav li {
	background-image: url("../images/dnbutt.gif"); /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px; /* For IE5 Mac only - reset to 0 below */
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url("../images/upbutt.gif"); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 5px; 
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 32px; /* For IE5 Mac only - reset to 10 below */
	color: yellow;
	font-family: "Arial Black", sans-serif;
	text-align: center;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:80px;
	}
 
#nav a:hover {
	background: url("../images/dnbutt.gif") no-repeat; /* no background-x styles work here */
	color: red; 
	}
#nav a img {
	width: 560px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 420px;
	position: absolute;
	top: 200px;
	left: 500px;
	border: 1px solid black;
	visibility: hidden;
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 10px; 
	display: block;
	line-height: 80px;
	}	
#nav li {
	margin-top:0;
	margin-bottom:0;
	width: 80px;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}

table.admin tr th {
	background-color: #DEDA6F;
	color: white;
	font-weight: bold;
}

table.admin tr th a {
	color: white;
	text-decoration: none;
}

table.admin {
	border: solid 1px #DEDA6F;
	width: 400px;
}

table.admin tr td {
	border: solid 1px #DEDA6F;
	padding: 5px;
}
	
a.active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}