body, table, tr, td, div
{
	font-family: Verdana, Helvetica, sans-serif;
}

body 
{
	background: #000 url(../images/page_bg.jpg) no-repeat scroll center top;
	margin: 0;
	padding: 0;
}

/*									Divs */
div.Page
{
	display: block;
	margin: auto auto;
	width: 780px;
}

div.BodyBg
{
	background-color: #30090A;
	background-image: url(../images/body_bg.jpg);
}
div.ContentBody
{
	background: transparent url(../images/body_back.jpg) no-repeat scroll center top;
	padding-left: 40px;
	padding-top: 50px;
	width: 740px;
}

div.Clear
{
	clear:both;
}
div.Center
{
	text-align: center;
}
div.AwardRight, div.Signiture
{
	float: right;
	clear: both;
}
div.ContentBox, div.ContentBoxWhite
{
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #EEEEEC;
	line-height: 24px;
	font-size: 14px !important;
}
div.ContentBox td, div.ContentBoxWhite td
{
	font-size: 14px !important;
}
div.ContentBoxWhite
{
	background-color: #FFF;
}
div.ContentBox a 
{
	color: #570609;
}
div.ContentBox a:link 
{
	text-decoration:underline;
}
div.ContentBox a:visited 
{
	text-decoration:underline;
}
div.ContentBox a:hover 
{
	text-decoration:none;
}


div.Footer
{
	width: 720px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 25px;
	color: #000;
	line-height: 26px;
	font-size: 11px;
	background-color: #cbcbcb;
	background-image: url(../images/footer_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
div.Footer a 
{
	color: #000;
}
div.Footer a:link 
{
	text-decoration:underline;
}
div.Footer a:visited 
{
	text-decoration:underline;
}
div.Footer a:hover 
{
	text-decoration:none;
}

/*									Countdown */
div #Countdown
{
	width: 780px;
	height: 148px;
	position: relative;
	background-image: url(../images/headersponsors.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div #CountdownDays, div #CountdownTime, div #Sponsors
{
	font-size: 13px;
	width: 140px;
	position: absolute;
	color: #FFF;
	clear: both;
	text-align: center;
}
div #CountdownDays
{
	left: 350px;
	top: 71px;
}
div #CountdownTime
{
	left: 350px;
	top: 111px;
}
div #Sponsors
{
	width: 144px;
	height: 84px;
    padding: 0;  
    margin: 0 auto;  
	left: 573px;
	top: 42px;
	overflow: hidden;
}
div #Sponsors img {  
    padding: 0px;  
    background-color: rgb(255,255,255);
    width: 144px;
    height: 84px;
    top:  0; 
    left: 0 
}

table.Sponsors{
width: 100%;
}
table.Sponsors td
{
width: 33%;
padding: 10px;
text-align: center;
vertical-align: middle;
}


/*									Imgs */
img.PageImg
{
	display: block;
	margin: auto auto;
	width: 780px;
}

img 
{
	border: 0;
}

img.Header
{
	padding-bottom: 20px;
}

/*									Inputs */
input
{
	font-size: 14px;
	vertical-align: middle !important;
}
input.Field, textarea.Field, input.SmallField
{
	border: solid 1px #8F8F8F;
	background-color: #DFDFDF;
}
input.Field, input.SmallField
{
	width: 184px;
	height: 26px;
}
input.SmallField
{
	width: 97px;
}
textarea.Field
{
	width: 413px;
	height: 102px;
}
input.Button
{
	width: 90px;
}


/* lightbox */
div.Thumbnail 
{
	border:1px solid #8F8F8F;
	float:left;
	margin-bottom:15px;
	margin-right:10px;
	padding:7px;
	background-color: #CBCBCB;
}

div.Thumbnail:hover
{
	border: 1px solid #9F9F9F;
	background-color: #fff;
}
div.Caption
{
	font-size:0.9em;
	padding-top:0.2em;
}

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; clear: left; }
#keyboardMsg{ float: right; clear: right; display: none;}
#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../images/overlay.png); margin: 0; padding: 0;}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
kbd 
{
	background-color:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	font-family:inherit;
	font-size:inherit;
	padding:0 3px 2px 4px;
}
#closeButton
{
	top: 5px;
	right: 5px;
}



.Required
{
	color: #F00;
}