﻿#body 
{
    margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    background: url(../Images/bg.jpg) top left;
    text-align: center;
    color: #cbc6b8;
	font-size: 14px;
}

.white
{
    color: #ffffff;    
}

.small
{
    font-size: 10px;
}

div, img, a
{
	margin: 0px;
	padding: 0px;
}

a
{
    color: #cbc6b8;
    text-decoration: underline;
}

a:hover
{
    color: #ffffff;
}

img
{
	border: none;
}

.clear
{
	clear: both; 
	height: 0px; 
	line-height: 0px; 
	overflow: hidden;
}

.clearLeft
{
	clear: left; 
	height: 0px; 
	line-height: 0px; 
	overflow: hidden;
}

.clearRight
{
	clear: right; 
	height: 0px; 
	line-height: 0px; 
	overflow: hidden;
}

#siteHolder
{
    margin: 0 auto 0 auto;
    width: 900px;
    text-align: left;
}

#logo
{
}

.logoLink
{
    display: block;
	width: 255px;
	height: 76px;
	margin: 24px auto auto 80px;	
	overflow: hidden;
}

.logoLink img
{
	display: block;
	width: 255px;
	height: 68px;
}

#rightHeader
{
	margin: -103px 80px auto auto;
	float: right;
	height: 110px;
	width: 416px;
	text-align: right;
}

#rightHeader .slsLogoLink
{
    display: block;
    margin: 0 0 0 auto;
	height: 35px;
	width: 160px;
}

#rightHeader .slsLogoLink img
{
    display: block;
	height: 35px;
	width: 160px;
}

#menuHolder
{
    margin: 0 0 0 auto;
	height: 75px;
	width: 416px;
}

/*RadMenu Styles*/
#menuHolder div.RadMenu_scs
{
	height: 75px;
	background: url(../Images/menu_hand.png) no-repeat top left;
}

#menuHolder div.RadMenu_scs ul.rmRootGroup
{
    margin: 0 0 0 47px;
	display: block;
	list-style-type: none;
	white-space: nowrap;
}

#menuHolder div.RadMenu_scs li.rmItem
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menuHolder div.RadMenu_scs li.rmItem a.rmLink
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(../Images/menu_join.png) no-repeat top left;
	width: 124px;
	height: 75px;
}

#menuHolder div.RadMenu_scs li.rmFirst a.rmLink
{
	background: url(../Images/menu_rules.png) no-repeat top left;
	width: 114px;
	height: 75px;
}

#menuHolder div.RadMenu_scs li.rmLast a.rmLink
{
	background: url(../Images/menu_gallery.png) no-repeat top left;
	width: 131px;
	height: 75px;
}
/*RadMenu Styles*/

#submenu
{
    height: 110px;
    background: url(../Images/submenu_cable.png) no-repeat top left;
}

#header
{
    font-size: 47px;
    margin: -40px 90px -28px 90px;
}

#subHeader
{
    height: 75px;
    background: url(../Images/subheader_cable.png) no-repeat top left;
}

#content
{
    margin: 0 90px 0 90px
}

#footer
{
    border-top: 1px solid #5a533a;
    margin: 0 90px 0 90px;
    padding: 20px 0 20px 0;
    color: #5a533a;
    font-size: 11px;
    height: 1px;
}

/* Join Contest styles */
.left
{
    width: 230px;
    float: left;
    text-align: right;
    padding-top: 7px;
}

.right
{
    width: 470px;
    float: right;
}

.formLabel
{
    font-size: 16px;
}

.formDescription
{
    font-style: italic;
}

.formField
{
    background-color: #bcb694;
    height: 32px;
    border: none;
    font-size: 16px;
}
/* Join Contest styles */

/* Gallery styles */
.dlstEntriesHolder .AspNet-DataList
{
	overflow: hidden;
}

.dlstEntriesHolder .AspNet-DataList-Outer-List
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dlstEntriesHolder .AspNet-DataList-Row
{
	display: block;
	clear: left;
	border-top: 1px solid #5a533a;
}

.dlstEntriesHolder .AspNet-DataList-Row-List
{
	display: block;
	float: left;
	clear: left;
	margin: 30px 0 30px 0;
	padding: 0;
}

.dlstEntriesHolder .AspNet-DataList-Item
{
 	display: block;
	float: left;
	width: 360px;
}

.dlstEntriesHolder .AspNet-DataList-Alternate
{
 	display: block;
	float: left;
	width: 360px;
}

.thumbLink
{
    float: left;
    margin: 0 20px 0 0;
    width: 180px;
}

.thumb
{
    width: 180px;
}

.entryTitle
{
    font-size: 16px;
    font-weight: bold;
}

.entryName
{
    font-style: italic;
}
/* Gallery styles */

/* Entry page styles */
.silverlightHolder
{
    height: 540px;
}

.silverlightHolderFullScreen
{
    position:absolute; 
    z-index:20000; 
    top:0; 
    left:0; 
    width: 100%; 
    height: 100%;
    text-align: center;
    background: url(../Images/bg.jpg) top left;
}

.silverlightHolderFullScreen object
{
    margin: 0 auto 0 auto;
    text-align: center;
}

.closeButtonHidden
{
    display: none;  
}

.closeButtonVisible
{
    position:absolute; 
    z-index:20001; 
    top:0; 
    right:0;
    width: 93px;
    height: 25px;
    background-image: url(../Images/btn_close.png);  
}

.btnFullScreen
{
    display: block;
    background-image: url(../Images/btn_full_screen.png);
    width: 131px;
    height: 25px;
}

.name
{
    font-size: 16px;
    font-weight: bold;
}
/* Entry page styles */

/* Rating styles */
.rating a
{
    height: 16px;
    margin: 0px;
    padding: 0px;
}

.rating .ratingStar
{
    font-size: 0px;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    /*display: block;*/
    background-repeat: no-repeat;
}

.rating .filledRatingStar
{
    background-image: url(../Images/star_whole.gif);
}

.rating .emptyRatingStar
{
    background-image: url(../Images/star_none.gif);
}

.rating .savedRatingStar
{
    background-image: url(../Images/star_saved.gif);
}

.rating .ratingDisabled span
{
	cursor:default;
}
/* Rating styles */