﻿/*
#ebebeb - even lighter gray
#b3b3b3 - lighter gray
#808080 - light gray
*/

html 
{
}

body
{
	background-image: url('/img/background.png');
	background-color: Black;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: Black;
	margin: 0px;
	height: 100%;
}

.header_container
{
	font-size: 12px;
	color: White;
	background-color: Black;
	border: 2px solid Black;
	width: 810px;
}

.body_container
{
	font-size: 12px;
	color: Black;
	background-color: White;
	background-image: url('/img/titlebar.png');
	width: 810px;
	border: 2px solid Black;
}

.footer_container
{
	font-size: 12px;
	color: White;
	background-color: Black;
	border: 2px solid Black;
	width: 810px;
}

a, a:active, a:visited, a:link
{
	color: White;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	background-color: #808080;
}

.links a, .links a:active, .links a:visited, .links a:link
{
	color: Black;
	text-decoration: none;
}

.dropdownlists 
{
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: Gray;
}

.textboxes 
{
	height: 13px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: Gray;
}

.buttons
{
	height: 22px;
	font-size: 11px;
	font-weight: bold;	
	color: #575757;
	font-family: Arial, Helvetica;
	padding-top: auto;
	vertical-align: inherit;
}
	
.shoutbox
{
	width: 376px;
	height: 75px;
	border: 2px solid #b3b3b3;
}

.inner_shoutbox 
{
	width: 372px;
	height: 71px;
	background-color: White;
	font-size: 12px;
	color: Black;
	padding: 2px 2px 2px 2px;
	overflow: hidden;
}	

.newsticker-jcarousellite ul li
{ 
	list-style: none; 
	display: block; 
	padding-bottom: 1px; 
	margin-bottom: 5px;
}

.newsticker-jcarousellite .thumbnail  
{
	float: left; 
	width: 60px; 
}

.newsticker-jcarousellite .info  
{
	float: right; 
	width: 300px; 
}

.newsticker-jcarousellite .info span.cat  
{
	display: block; 
	font-size: 10px; 
	color: #808080; 
}

.clear  
{
	clear: both; 
}

.emphasis 
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: White;
	height: 20px;
	background-color: #808080;
	background-image: url('/img/headerbar.png');
}

#hover 
{
	border-collapse: collapse;	
}

#hover tr.highlight 
{
  background-color: #ebebeb;
}

.star_rating 
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.star_filled 
{
	background-image: url('/img/FilledStar.png');
}

.star_empty 
{
	background-image: url('/img/EmptyStar.png');
}

.star_saved 
{
	background-image: url('img/WaitingStar.png');
}

.video_description 
{
	font-size: 11px;
}

.header 
{
	font-size: 13px;
	font-weight: bold;	
}

.label
{
/*
	font-size: 12px;
	color: Gray;
	font-weight: bold;
*/
}

.ValidationSummary 
{
	border: solid 1px red;
	text-align: left;
	background: #efefef;
	padding: 15px;
}

.ValidationSummary ul 
{
	margin-left: 15px;
}