/* Basic */

div.clear, div.microspacer, div.spacer1, div.spacer2 {
    clear:both;
    height:0px;
	overflow: hidden;	
}
div.microspacer { height: 0.5em }
div.spacer1 { height: 1em }
div.spacer2 { height: 2em }


hr { color: #F2B718 } /* MSIE */
HTML>BODY hr { background-color: #F2B718; border: 0px solid #F2B718 } /* For Opera and Gecko-based browsers */

body.photos hr { color: #E5E5FF } /* MSIE */
HTML>BODY.photos hr { background-color: #E5E5FF; border: 0px solid #E5E5FF }

body.videos hr { color: #FFE5E5 } /* MSIE */
HTML>BODY.videos hr { background-color: #FFE5E5; border: 0px solid #FFE5E5 }

/* standard tags behavior */

body { 
	text-align: center;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 10pt;
}

strong  { font-weight: bold }
em      { font-style: italic; }
em.uppercase { font-style: normal; text-transform: uppercase }
acronym { cursor: help; border-bottom: 0px none; }

a, a:active, a:visited { color:#333; text-decoration:none}
a:hover { color:#000; text-decoration:underline}

sup{ font-size:50%;vertical-align:top;}

.hide {display:none}
.float_right {float:right}
.float_left {float:left}
.underline{ text-decoration:underline}
.yellow {color:#FCCE0A}
.italic {font-style:italic}
.upper {text-transform:uppercase}

/* Basic end*/

/* Page style*/

div#global_container { 
	margin:0px auto; 
	width:1004px;
	text-align: center;
	background-image:url('../img/bg_shadow.png');
	background-repeat: repeat-y;
	background-position: center top;

}
div#page_container {
	width:982px;
	margin:0px auto;
	/*padding-top:20px*/
}

div#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	position:relative
}




div#content{ text-align:left}

div#content p{
	font-size:14px;
	line-height:1.3em;
	margin-bottom:1em
}
div#content div.left_box  {
	float:left;
	padding-left:80px;
	padding-bottom:30px;
}
div#content div.right_box  { float:right; margin-left:42px;width:449px}

div#content h2, 
div#content p.relevant{
	color:#c00;
	font-size:18px;
	line-height:1.3em;
	margin-bottom:1em;
	width: 340px;
}
div#content p.home-note {width: 340px;}

div#content div.extend, div#content div.extend_winner
{
    background-color: #9FA7B1;
    color: #FFF;
    font-weight: bold;
    width: 315px;
    font-size:18px;
	line-height:1.3em;
	margin-bottom:1em;
	padding: 10px;
	border: solid 5px #CCC;
	text-align: center;
}
div#content div.extend_winner { width: 395px; }

div#content div.extend span, div#content div.extend_winner span { color: #333; }

div#content div.bottom, div#content div.bottom-sponsor{
	background-image:url('../img/bg_bottom.png');
	background-repeat: no-repeat;
	background-position: 65px top;	
	padding-top:10px
}
div#content div.bottom-sponsor {background-image:url('../img/bg_bottom_home.png');}

div#content div.video_contest{
	width:366px;
	height:260px;
	background-image:url('../img/video_contest.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center	
}
div#content div.video_contest div.view_winners,
div#content div.video_contest div.learn_more,
div#content div.photo_contest div.learn_more,
div#content div.video_contest div.vote_now,
div#content div.photo_contest div.vote_now,
div#content div.photo_contest div.show_winners,
div#content div.video_contest div.show_winners
{ 
	background-image:url('../img/view_past_winners.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	margin:0px auto;
	width:175px;
	margin-top:10px
}

/* div#content div.video_contest div.show_winners { background-image:url('../img/see_winners.jpg'); }
div#content div.photo_contest div.show_winners { background-image:url('../img/see_winners.jpg'); } */

div#content div.video_contest div.learn_more { background-image:url('../img/learn_more.gif'); }
div#content div.photo_contest div.learn_more { background-image:url('../img/learn_more.gif'); }

div#content div.video_contest div.vote_now { background-image:url('../img/vote_now.gif'); }
div#content div.photo_contest div.vote_now { background-image:url('../img/vote_now.gif'); }


div#content div.video_contest div.view_winners a,
div#content div.video_contest div.learn_more a,
div#content div.photo_contest div.learn_more a,
div#content div.video_contest div.vote_now a,
div#content div.photo_contest div.vote_now a,
div#content div.video_contest div.show_winners a,
div#content div.photo_contest div.show_winners a
{ display:block; width:175px; height:30px} 

div#content div.photo_contest{
	width:366px;
	height:260px;
	background-image:url('../img/photo_contest.png');
	background-repeat: no-repeat;
	background-position: left top;	
}
div#content div.video_contest p,
div#content div.photo_contest p { padding:85px 15px 0; text-align:left }
div#content div.photo_contest span {text-transform: uppercase; font-weight: bold}

div#footer{
	background-image:url('../img/bg_footer.png');
	background-repeat: repeat-x;
	background-position: left -8px;
	background-color:#fff;
	height: 86px;
	text-align:center
}

div#footer div.bottom_menu{
	margin:0px auto; 
	width:490px;
	padding-top:56px
}

div#footer ul li {	float:left }
div#footer ul li  {	
	display:block;
	padding:0px 10px;
	border-left:1px solid #333;
	font-weight: bold;
	font-size:14px
}
div#footer ul li.first  { border:none}

div.bottom_shadow{
	margin:0px auto; 
	width:1004px;	
	background-image:url('../img/bottom_shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
	height:11px;
}
/* new styles*/
div#content div.form_container{		
	position:relative;
	padding-left:77px;
	padding-right: 20px;
	margin-top:20px
}
div.field_padded,
div.field_single {
	padding: 5px 0px;
	clear: both;
}
div.field_padded { padding-left:150px }
div.field_padded span { margin-left:5px}

div.field_padded div.image 
{
	border:1px solid #EEEEEE;
	margin:5px;
	padding:5px;
	position:relative;
	width:300px	
}
div.field_padded div.image input { position:absolute; left:150px; top:40px }
div.field_padded div.image label { position:absolute; left:175px; top:42px }

div.field_single label {
	margin-top: 2px;
	float: left;
	vertical-align: middle;
	width: 150px;
	font-size:14px;
}

div.field_single input, div.field_single select, div.field_single textarea,
div.field_padded input, div.field_padded select, div.field_padded textarea {
	margin-left: 5px;
	vertical-align: middle;
	font-size:14px;
}
fieldset.support{
    padding: 15px 40px; 
    border: none; 
}
fieldset.support div.label, fieldset.support label {
    float: left; 
    width: 125px; 
}
fieldset.support div.field_unit{
    margin-left: 130px
}

fieldset.login { padding:20px }


/* Login / Register */

div.want_participate
{
	width:550px;
	padding:10px 25px;
	text-align:center;
	background-color:#F8D821;
	border:1px solid #333;
	border-top:1px solid #999;
	border-left:1px solid #999;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px
}

/*========= Past Winners Section ============*/
div#content div.left_content{
	float: left;
	background: url('../img/border_portrait.jpg') no-repeat top right;
	height: 450px;
	width:235px;
	padding-top: 60px;
	margin-bottom: 40px;
}

div#content div.left_content div.start_plan{
	width: 159px;
	height: 20px;
	background-image: url('../img/start_planning.gif');
}

div#content div.left_content div.border_land{
	height:1px;
	background: url('../img/border_landscape.jpg') no-repeat;
	width:235px;
} 

div#content div.left_content div.start_plan{
	margin: 20px auto 20px 41px;
}

div#content div.right_content div.season{
	background: url('../img/bg_season.jpg') repeat-x top left;
	position: relative;
	padding-top:20px;
	width:747px;
	left: -12px;
}

div#content div.right_content div.season img{
	width: 182px;
	height: 122px;
	background-color: #000000;
	display: block;
}

div#content div.right_content div.season div.entry{
	padding: 15px 15px 0 15px;
	float: left;
	clear: none;
	width: 208px;
}

div#content div.right_content div.season div.entry div.place_blue,
div#content div.right_content div.season div.entry div.place_red,
div#content div.right_content div.season div.entry div.place_orange,

div#content div.right_content div.place_blue,
div#content div.right_content div.place_red,
div#content div.right_content div.place_orange
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0px;
}

div#content div.right_content div.season div.entry div.place_blue, div#content div.right_content div.place_blue     { color: #003399; }
div#content div.right_content div.season div.entry div.place_red, div#content div.right_content div.place_red       { color: #CC0000; }
div#content div.right_content div.season div.entry div.place_orange, div#content div.right_content div.place_orange { color: #CC6600; }

div#content div.right_content div.season div.entry h4{
	font-size: 18px;
	clear: both;
	font-weight: normal;
	color: inherit;
	margin-bottom: 0px;
}

div#content div.right_content div.season div.entry p{
	font-style: italic;
	font-size: 12px;
	color: #8F8F8F;
	padding: 5px 0px 0px 0px;
}

div#content div.right_content div.season h3{
	background: url('../img/bg_season_title.jpg') top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 17px;
	height: 20px;
	line-height: 19px;
	position: absolute;
	top:14px;
	left: 15px;
	width:115px;
	
}

div#content div.info
{
	font-size:11px;
	padding:5px 5px 10px 35px;
	background:#fff url('../img/info.png') no-repeat 4px 2px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	line-height:1.2em
}
div#content div.right_content div.more_info 
{
	font-size:12px;
	padding:20px;
	background-color:#eee;
	border:1px solid #ccc
}
div#content div.right_content div.more_info p {font-size:12px;}

div#content div.right_content a.more_info
{
	display:block;
	height:30px;
	line-height:30px;
	background:#fff url('../img/info.png') no-repeat 4px 4px;
	padding-left:35px;
}

/*========= View Winner Page ============*/

div#content div.left_content a.back, div#content div.left_content a.back_list{
	display: block;
	width: 175px;
	height: 30px;
	background: url('../img/bg_back_link.gif') top left no-repeat;
	margin: 50px 30px 30px 30px;
}
div#content div.left_content a.back_list { background: url('../img/back_list.gif') top left no-repeat; }


div#content div.right_content div.player,
div#content div.right_content div.comments{
	margin-left: 0px;
	width: 640px;
	border:1px solid #eee;
	float:left;
	background-color:#fff;
	padding-bottom:5px
}

div#content div.right_content div.comments{ padding:10px; width:620px }

div#content div.right_content div.player ul { 
	clear:both;
	margin:0; 
	border-bottom:1px dotted #ccc;
	height:30px;
	background-color:#eee;
	padding-left:0
}

div#content div.right_content div.player ul li {
	float: left;
	margin:10px 0px 0px 35px;
	line-height: 25px;
	font-size:15px;
	font-weight:bold;
	list-style-type: none;
}

div#content div.right_content div.player div.caption {
	float: left;
	font-size: 10px;
	margin-left:10px	
}

div#content div.right_content div.player a.caption {
	float: right;
	font-size: 10px;
	margin-top: 10px;
	color: #0066CD;
	text-decoration: underline;
	margin-right:10px
}

div#content div.right_content div.player div.caption img{
	position: relative;
	top: 4px;
}

div#content div.right_content div.data
{
	float: right; 
	width: 280px;
	border:1px solid #eee;
	padding:10px
}

div#content div.right_content div.data p.title
{
	text-transform:uppercase;
	font-size:12px
}

div#content div.right_content div.data h4{
	font-size:20px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
}

div#content div.right_content div.data p.authors{
	color:#8F8F8F;
	font-size:14px;
	font-style:italic;
	padding:5px 0;
}

div#content div.right_content div.tag_container 
{
	padding:10px;
	border:1px solid #eee;
	text-align:center;
	margin-bottom:20px
}

div#content div.right_content div.data div.readonly_field label{
	font-weight: bold;
	font-size: 13px;
	clear:right;
	display:block;
	margin: 12px 0 5px 0;
}

div#content div.right_content div.data div.readonly_field input.textbox 
{
    width: 270px;
    border: 1px inset #ccc;
    height:18px;
    padding-left:3px;
    background-color:#efefef
}

div#content div.right_content div.data div.filter_links,
div#content div.right_content div.data div.social_links
{
	border:1px solid #c99;
	margin:15px auto;
	width:250px;
	padding:10px
}
div#content div.right_content div.data div.filter_links { background-color:#FFE5E5; border:none}

body.photos div#content div.right_content div.data div.filter_links { background-color:#E5E5FF }

div#content div.right_content div.data div.add_bookmark,
div#content div.right_content div.data div.facebook { margin-bottom:10px }

div#content div.right_content div.data div.add_bookmark img.ribbon { float:right}

div#content div.right_content div.data div.share p{

}

div#content div.right_content div.data div.share ul {padding-left: 0px }

div#content div.right_content div.data div.share ul li{
	float: left;
	line-height:25px;
	width:138px;
	list-style-type: none;
	margin-bottom: 2px;
}
div#content div.right_content div.data div.share ul li img {
	position:relative;
	top:3px;
}

div#content div.right_content div.data div.share ul li a { 
	width: 50px;
	text-decoration: underline;
	color: #0066CD;
	font-size: 15px; 
	font-weight: normal;
}

div.ok_message {
	background: #9FFFD0;
	color: #103F28;
	border: solid 1px #319F69;
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
	padding: 5px;
	width: 250px;
	margin:15px auto 0;
}

/*========= Error Page ============*/
div.error_content { padding: 20px }
div.error_content h2
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
div.error_content p { padding-top: 5px }
div.error_content p a { color: #0066CD; text-decoration: underline; }
/* Page style end */


/* new styles, Mar09 ================================================ */


body.master div#header { background-image:url('../img/header_yellow.jpg') }
body.photos div#header { background-image:url('../img/header_blue.jpg') }
body.videos div#header {  background-image:url('../img/header_red.jpg') }

div#header a.tab{
	display: block;
	position: absolute;
	top: 170px;
	left: 23px;
	width: 84px;
	height: 17px;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 0px;	
}

div#header a.return {
    left:114px;
    text-transform:uppercase;
    top:171px;
    font-size:10px;
    font-weight:bolder;
    height:17px;
}

div#header a {
	display:block;
	float: left;
	position:absolute;
	top:0px;
	/*left:362px;
	margin-right: 10px;*/
}

div#header a.logo { left:374px; height: 200px; width: 220px; }
div#header a.logo_video, div#header a.logo_photo { height: 210px; width: 110px; margin-right: 0px; }
div#header a.logo_video { left:377px }
div#header a.logo_photo { left:487px }

div#header h2 
{
    float: right;
    height: 17px;
    position: absolute;
    left: 35px;
    top: 145px;
    display: none;
}

div#header a.goto_photo, div#header a.goto_video, div#header a.swap 
{
    display: block;
    float: right;
    height: 17px;
    position: absolute;
    top: 145px;
    text-indent: -1000em;
}    

body.videos div#header a.swap, div#header a.goto_photo { background: #000000 url('../img/title_2009photocontest.gif') top left no-repeat; width: 121px; left: 820px; }
body.photos div#header a.swap, div#header a.goto_video { background: #000000 url('../img/title_2009videocontest.gif') top left no-repeat; width: 113px; left: 830px; }

div#header a.goto_video { left: 690px }

div#header div#home_headerbuttons 
{
    float: right;
    position: absolute;
    bottom: 25px;
    right: 20px;
    width: 200px;   
    height: 18px;
    line-height: 18px;
}

div#header div#home_headerbuttons a.register,div#header div#home_headerbuttons a.myaccount{
    background-color: #E77934;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 5px;
    left: 0px;
    font-weight: bold;
    line-height: 14px;
}
div#header div#home_headerbuttons a.myaccount 
{
   left: 30px;
    }

div#header div#home_headerbuttons a.login {
    left: 140px;
    font-weight: bold;
}


div#content { position: relative; top: -30px; }

div#content div.side_menu 
{
    float: left;
    width: 235px;
    margin-bottom: 40px;
}

div#content div.side_menu ul li { margin-bottom: 10px; padding-left: 30px; }
   
div#content div.side_menu ul li a 
{
    font-size: 16px;
    text-transform: uppercase;
    font-family: Myriad, "Myriad Pro", Helvetica, Arial, Sans-Serif;
}

div#content div.side_menu ul li.tips_success 
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 17px;
    float: left;
}

div#content div.side_menu ul li a { color: #E26427}
body.photos div#content div.side_menu ul li a { color: #003399 }
body.videos div#content div.side_menu ul li a { color: #660000 }

body.photos div#content div.side_menu ul li.tips_success { background: #E0E3EC url('../img/bg_sidephototips.gif') 0px 10px no-repeat }
body.videos div#content div.side_menu ul li.tips_success { background: #E3D6D1 url('../img/bg_sidevideotips.gif') 0px 10px no-repeat; }

div#content div.side_menu ul li a.selected { color: #F2B718 }
body.videos div#content div.side_menu ul li a.selected { color: #DAB4B4 }
body.photos div#content div.side_menu ul li a.selected { color: #819CCF }

div#content div.right_content { padding-top: 60px; float: right; width:715px; padding-right: 20px; line-height: 1.2; }
div#content div#nosidebar { padding-right: 160px; width: 575px; }

div#content div.right_content a { font-weight: bold }

div#content div.right_content h3 
{
    font-size: 16px; 
    text-transform: uppercase; 
    font-weight: bold; 
    margin-bottom:10px
    /*float: left;*/
}
body.photos div#content div.right_content h3 { color: #003399 }
body.videos div#content div.right_content h3 { color: #660000 }
body.master div#content div.right_content h3 { text-transform:none }

body.videos div#content div.right_content div.season h3, body.photos div#content div.right_content div.season h3 { color: #FFFFFF }

div.action_links
{
	padding:10px 5px;
	margin:10px 0px;
	text-align:left;
}
div.top_controls,
div.link_stripe
{
	padding:5px 10px;
	color:#333;
	margin-bottom:10px;
	text-align:right;
	height:20px;
	line-height:20px
}

div.comment_popup
{
	border:1px dashed #ccc;
	display:block;
	height:20px;
	line-height:20px;
	margin:5px 80px;
	padding:5px;
	text-align:center;	
}

div.top_controls { background-color:#000; color:#fff}

div#content div.right_content span.confirm_message {font-size:11px; color:#c00}

div.other_links ul { float: left; list-style-type: none !important; padding: 0px !important; margin-left: 5px; }
div.other_links ul li { float: left; list-style-type: none !important; }
div.other_links ul li a 
{
    display: block;
    padding: 4px 6px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 3px;
    background-color: #B5C6DB;
    font-weight: bold !important;
}
div.other_links ul li a.guidelines { background-color: #D6BD9C }

div#content div.right_content p { margin-bottom: 1em }

div#content div.right_content h4 { text-align:left;color: #CC0000; font-weight: bold; font-size: 14px; margin-bottom: 5px;}
body.master div#content div.right_content h4 {margin-bottom: 10px;}
div#content div.right_content h4.step { color: #000000; font-weight: bold; font-size: 14px; margin: 20px 0px 8px 0px; text-transform: uppercase; }
div#content div.right_content h5 { color: #000000; font-weight: bold; font-size: 13px; margin-bottom: 5px;}

body.photos div#content div.right_content a { color: #003399 }
body.videos div#content div.right_content a { color: #660000 }

div#content div.right_content ol { padding-left: 30px; padding-bottom: 1em; }
div#content div.right_content ul { padding-left: 25px; padding-bottom: 1em; }
div#content div.right_content ul li { list-style-type: disc; margin-bottom: 0.7em; }
div#content div.right_content ol li { list-style-type: decimal; margin-bottom: 0.7em; }

dl.faq {line-height: 2em; margin-bottom: 1em; }
dl.faq dt { float: left; width: 250px; clear: none; }
dl.faq dd { margin-left: 250px; }
/* dl.faq dt { clear: right } */

ol.faq { padding-left: 22px }
ol.faq, ol.faq li { font-weight: bold; list-style-type: decimal; margin-bottom: 1em; }
ol.faq li p { font-weight: normal }
ol.faq li dl { line-height: 1.3em }
ol.faq li dl dt { float: left; font-style: italic; font-weight: normal; width: 230px; }
ol.faq li dl dd { font-weight: bold; margin-bottom: 0.5em; }

ol.faq li ul { padding-left: 25px }
ol.faq li ul, ol.faq li ul li { font-weight: normal; list-style-type: disc; }
ol.faq li ol { padding-left: 25px; padding-bottom: 1em; }
ol.faq li ol, ol.faq li ol li { font-weight: normal }

div#content div.right_content div.planning_panel { float: right }
div#content div.right_content div.narrow { float: left; width: 430px; }
body.videos div#content div.right_content div.planning_panel 
{
    background: #ffffff url('../img/bg_sidebar_video.gif') top left no-repeat; 
    width: 255px;
    height: 437px;
    padding-left: 15px;
    position: relative;
}

body.photos div#content div.right_content div.planning_panel 
{
    background: #ffffff url('../img/bg_sidebar_photo.gif') top left no-repeat; 
    width: 255px;
    height: 437px;
    padding-left: 15px;
    position: relative;
}

div#content div.right_content div.planning_panel div.login_register { display:none; /*Removed register button to show vote now */ }
div#content div.right_content div.planning_panel div.login_register a.button
{
    background: transparent url('../img/register_now.gif') top left no-repeat;
    width: 245px;
    height: 41px;
    display: block;
    text-indent: -1000em;  
}

div#content div.right_content div.planning_panel div.vote_now a.button
{
    background: transparent url('../img/vote_now_orange.gif') top left no-repeat;
    width: 245px;
    height: 41px;
    display: block;
    text-indent: -1000em;
}
div#content div.right_content div.planning_panel div.vote_now { padding-top:50px; }
div#content div.right_content div.planning_panel div.vote_now p  
{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:5px;
    padding-bottom:0;
    text-align:center;    
}

body.videos div#content div.right_content div.planning_panel div.login_register 
{
    position: absolute;
    bottom: 41px;
    left: 15px;    
}

body.photos div#content div.right_content div.planning_panel div.login_register 
{
    position: absolute;
    top: 38px;
    left: 15px;    
}

div#content div.right_content div.planning_panel div.login_register p 
{
    padding: 10px 0;
}
div#content div.right_content div.planning_panel div.top_container div.season_thumb {
    width: 244px;
    height: 108px; 
	margin-bottom:20px;
}

div#content div.right_content div.planning_panel h5.title_red,
div#content div.right_content div.planning_panel h5.title_blue{
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    height: 15px;
}
div#content div.right_content div.planning_panel h5.title_red { background-color: #D16A6A; }
div#content div.right_content div.planning_panel h5.title_blue { background-color: #81A2D0; }

div#content div.right_content div.planning_panel div.details div.entry
{
    width: 95px;
    height: 75px;
    display: inline;
    margin: 0px 8px 0px 0px;
    float: left;
}

div#content div.right_content div.planning_panel div.details{
    border: solid 1px #FFD9B4;
    border-top: none 0px;
    padding: 10px 0px 10px 10px;
}

div#content div.right_content div.planning_panel div.details img 
{
    width: 95px;
    height: 75px;
    background-color: #000000;
    display: inline;
}

div#content div.right_content div.planning_panel div.details a.arrow
{
    width: 17px;
    height: 17px;
    background: #FFFFFF url('../img/arrow.gif') no-repeat;
    display: block;
    float: left;
    margin-top:28px;
}

div.red_note { text-align: left; font-size: 12px }
span.asterisk { color: red }
p.support_note em { padding: 5px 0 }

div#content div.top div.watch{
	float:right;
	width:491px;
	height:180px;
	background-image:url('../img/watch.gif');
	background-repeat: no-repeat;
	background-position: 100px 0px;
	position:relative
}

div#content div.top div.home_text{
	float:right;
	width:455px;
	padding-top:75px;
	position:relative;
}

div#content div.top div.watch a{ 
	display:block;
	width:190px;
	height:60px;
	position:absolute;
	top:35px;
	left:260px;
	font-size:14px;
    line-height:1.3em;
}

div#content div.left_content div.watch{
/*	background: #ffffff url('../img/watch.gif') top center no-repeat;*/
	width: 214px;
	height: 200px;
	text-align: center;
	margin-left: 20px;
	position: relative;
	color: #FFF;
}

div#content div.left_content div.watch p
{
    padding-top: 27px;
    font-size: 95%;
}

div#content div.left_content div.watch a.flip
{
    position: static;
    font-weight: bold;
    color: #FFF;
    font-size: 140%;
    padding: 2px 0;
}

div#content div.left_content div.watch a.flip span { font-size: 80% }

div#content div.left_content div.facebook{ height: 3em; margin-left: 53px; }
div#content div.left_content div.facebook a { color: #DF0D0D; font-weight: bold; }
div#content div.left_content div.facebook a:hover { text-decoration: none; }
div#content div.left_content div.facebook a img { margin-bottom: -2px }

div#content div.left_content div.watch a {	
	display: block;
	width: 200px;
	height: 2.7em;
	margin: 0px auto;
	font-size:14px;
    line-height:1.3em;
    position: absolute;
    top: 155px;
    left: 5px;
}

div#content div.left_content div.watch p { margin: 20px auto; }

div#content dl.judges dt, div#content dl.judges dd { padding-left: 110px }

div#content div.right_content ul.judges { padding: 0px; }
div#content div.right_content ul.judges li { list-style-type: none }

/*body.photos div#content dl.judges dt { color: #003399 }
body.videos div#content dl.judges dt { color: #003399 }*/
div#content dl.judges dt { font-weight: bold; font-size: 1.1em; position: relative; margin-top: 20px; } 
div#content dl.judges dt a { position: relative; top: -2em; }
div#content dl.judges dt img { position: absolute; top: 0px; left: 0px; float: left; }
div#content dl.judges dd { margin-top: 20px; background: transparent url('../img/bg_separator_judges.gif') bottom left no-repeat; padding-bottom: 12px; margin-bottom: 12px; }
div#content dl.judges dd a.readmore { text-transform: uppercase }

div.item a.thumb_list
{
    display: table-cell;
    vertical-align: middle;
    /*float: left;*/
    border:2px solid #ccc;
    width: 160px;
    height: 120px;
    text-align: center;    
    background-color: #000;
}

div.item div.imageThumb { float: left }

div.item a.thumb_list:hover { border:2px solid #666 } 
/*
div.item a.thumb_list img
{
    display: block;
    float: left;    
    background-color: #000;
}*/

div.item div.details  
{
    float: right; 
    width:520px;
}

div#content div.right_content div.item div.details h3
{
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
    text-transform: none;
}

div#content div.right_content div.item div.details h3 a { font-weight: normal }

div#content div.right_content div.item div.details img { float: right; margin-top:-40px}

div#content div.right_content div.item div.details ul 
{
    padding-left: 0;
}

div#content div.right_content div.item div.details li
{
    float:left;
    font-size:14px;
    margin-right:20px;
    list-style-type:none;
}

div#content div.right_content div.pagenavi 
{
    background-color: #DF1B35;
    padding: 7px;
}
body.photos div#content div.right_content div.pagenavi { background-color: #003399}

div#content div.right_content div.pagenavi span.pages {
    background-color:#444;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    margin:2px;
    padding:1px 5px;
}

div#content div.right_content div.pagenavi a, 
div#content div.right_content div.pagenavi a:link, 
div#content div.right_content div.pagenavi a:active {
    background-color:#FFFFFF;
    border:1px solid #BBB;
    margin:4px;
    padding:0 4px;
}

div#content div.right_content div.pagenavi a.prev_next, 
div#content div.right_content div.pagenavi a.prev_next:link, 
div#content div.right_content div.pagenavi a.prev_next:active {
  width: 100px;
}

div#content div.right_content div.pagenavi span.current {
background-color:#444444;
border:1px solid #FFFFFF;
color:#FFF;
font-weight:bold;
margin:2px;
padding:0px 4px;
}

div.right_content div.season div.all_videos 
{
    padding-left: 14px;  
	margin-bottom:12px;	
}

div#content div.left_box div.player  
{
    padding-left: 10px;
    padding-top:50px;
}

/* prizes page */
div#content p q { font-style: italic }
div#content p.highlight { font-size: 17px; color: #cc0000; }

dl.video_prizes { padding: 1em 0em }
dl.video_prizes {  }
dl.video_prizes dt {float: left; clear: left; width: 226px; text-indent: -1000em; }
dl.video_prizes dd 
{
    float: right; 
    clear: right; 
    width: 335px; 
    font-size: 14px; 
    padding-left: 10px; 
    position: relative; 
}
dl.video_prizes dd div.decorated
{
    background: #ffffff url('../img/prices_separator.gif') center top no-repeat; 
    width: 100%;
    height: 1px;
    width: 585px;
    position: absolute;
    top: 0px;
    right: 0px;   
}

dl.video_prizes dt.grand {height: 136px; background: #ffffff url('../img/grandprize.png') center right no-repeat }
dl.video_prizes dt.first {height: 151px; background: #ffffff url('../img/firstplace.png') center right no-repeat }
dl.video_prizes dt.second {height: 146px; background: #ffffff url('../img/secondplace.png') center right no-repeat }
dl.video_prizes dt.thrid { height: 136px;background: #ffffff url('../img/thridplace.png') center right no-repeat }
dl.video_prizes dt.finalist { height: 146px;background: #ffffff url('../img/title_finalistplace.gif') center right no-repeat }
dl.video_prizes dt.semifinalist {height: 136px; background: #ffffff url('../img/title_semifinalistplace.gif') center right no-repeat }

dl.video_prizes dd.grand { color: #5db115; padding-top: 16px; height: 120px; font-size: 15px; }
dl.video_prizes dd.first { color: #5db115; padding-top: 16px; height: 135px; font-size: 15px; }
dl.video_prizes dd.second { color: #e0aa00; padding-top: 16px; height: 130px;  }
dl.video_prizes dd.thrid { color: #e0aa00; padding-top: 16px; height: 120px;  }
dl.video_prizes dd.finalist { color: #3f85b6; padding-top: 16px; height: 130px;  }
dl.video_prizes dd.semifinalist { color: #909090; padding-top: 16px; height: 120px; }

dl.video_prizes dd strong { font-size: 1.2em }


/* Rating */

div.finalist_voting, div.nonwinner_voting  {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	padding: 0px;
}

div.finalist_voting p, div.nonwinner_voting p { 
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}


div.finalist_voting {
	/*background-image: url('../Img/finalist_vote_boxv3.jpg')	;
	width: 252px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 20px 0px 0px 8px;
	float: right;
	font-size: 90%;*/
	border: 1px solid #ccc;
	padding:10px 20px;
	background-color:#FFE5E5
}

body.photos div.finalist_voting { background-color:#E5E5FF }


div.panel_vote { padding:10px 0px}

div.confirmationMessage{ margin:5px 0px}

div.rating_compact { 
	margin-top: -15px;
	margin-bottom: 20px;
}

div#content div.right_content div.data div.finalist_voting  p.title {
	/*clear: both;
	float: left;
	margin-left: 7px;
	margin-top: -16px;
	margin-bottom: -12px;
	font-weight: bold;
	background-color: #fafafa;
	padding: 1px 5px;
	width: auto;*/
	text-transform:none;
	font-weight: bold;
	font-size:14px
}

div.finalist_voting #star-rating {
	margin-bottom: 0px;
}

div.finalist_voting #star-rating ul {
	margin-bottom: 0px;
}
	
img.finalist_ribbon {
	clear: none;
	float: right;
	position: relative;
	left: -40px;
	top: -10px;	
	/*margin-left: -40px;*/
}

div.finalist_voting p.message {
	text-align: left;
	width: 190px;
	margin-top: -1px;
}

div.finalist_voting div.response {
	text-align: left;
	position: relative;
	top: -12px;
}

.error { color: #D84B44}

div.finalist_voting input.button {
	float: left;
	margin-left: 85px;
	position: relative;
	top: -12px;
	clear: both;
	cursor:pointer
}

div.nonwinner_voting 
{
	
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style:solid;
	border-width:1px;
	height:110px;
	margin:0px auto;
	padding:15px;
	/*width:200px;*/
}

div.nonwinner_voting img.lonely_star {
	float: left;
	margin-left: 25px;
} 

div.nonwinner_voting p.rate { 
	float: left; 
	margin-top: 8px; 
	margin-left: 5px; 
	text-align: left; 
}


div#content div.right_content #star-rating ul { padding:0; }
div#content div.right_content #star-rating ul li { list-style-type: none; margin-bottom: 0; }

/* Lists */

div#content div.right_content table.list 
{
	border:2px solid #ccc
}

div#content div.right_content table.list tr td 
{
	padding:2px 4px;
	border-top:1px solid #ccc;
	border-right:1px dotted #ddd;
}

div#content div.right_content table.list tr:hover{ background-color:#FBE6A7 !important}

div#content div.right_content table.list tr td a,
div#content div.right_content table.list tr td a:visited,
div#content div.right_content table.list tr td a:active { color:#E26427}

div#content div.right_content table.list tr.header
{
	height:20px;
	background-color:#000;
	color:#fff
}
div#content div.right_content table.list tr.header:hover{background-color:#000 !important}

div#content div.right_content table.list tr.header th { padding:5px }

div#content div.right_content table.list tr.header a,
div#content div.right_content table.list tr.header a:visited,
div#content div.right_content table.list tr.header a:active { color:#fff}

div#content div.right_content table.list tr.pager
{
	background-color:#ddd
}
div#content div.right_content table.list tr.pager:hover { background-color:#ddd !important}

div#content div.right_content table.list tr.pager table tr:hover { background-color:Transparent !important}

div#content div.right_content table.list tr.pager table tr td 
{
	border:none;
	padding:0
}

div#content div.right_content table.list tr.pager table tr td a,
div#content div.right_content table.list tr.pager table tr td span { display:block; padding:3px 7px }

div#content div.right_content table.list tr.pager table tr td a:hover 
{
	background-color:#E26427; 
	color:#fff;
	text-decoration:none
}


/* Contestant Public List (Video & Photo) */

div.divFilters {
	float:left;
	height:20px;
	line-height:20px;
	padding:5px;
}

div.final-filters { float:left; height:20px;  }
div.final-filters a 
{
	display:block;
	float:left;
	background-color:#CC0000;
	border:1px solid #c00;
	color:#FFFFFF !important;
	font-weight:bold;
	height:auto;
	padding:4px 6px;
	margin-right:2px
	
}

body.photos div.final-filters a { background-color: #009; border:1px solid #009 }

div.final-filters a.current { 	background-color:#fff; 	color:#c00 !important } 
body.photos div.final-filters a.current{ background-color:#fff; color:#009 !important } 

div.search_form 
{
	padding-bottom:10px;
	border-bottom:2px solid #DF1B35;
	text-align:right;
	margin-bottom:5px
}
body.photos div.search_form  { border-bottom:2px solid #003399 }

div.search_form input 
{
	border:1px solid #c00;
	height:18px;
	width:180px
}
body.photos div.search_form input { border:1px solid #00c; }

div.search_form input:focus{ background-color:#ffefff}
body.photos div.search_form input:focus{ background-color:#efefff}

div.search_form input.button
{
	border:1px outset #ccc;
	height:auto;
	width:60px;
	padding:1px 3px;
	color:#fff;
	font-weight:bold;
	background-color:#c00;
	cursor: pointer
}
body.photos div.search_form input.button { background-color:#009}

div.search_form input.button:hover{background-color:#e00}
body.photos div.search_form input.button:hover{background-color:#00c}


/* Video List */


table.favorite_list tr td { vertical-align: top }

table.favorite_list tr td a
{
	color:#E26427
}

table.favorite_list tr.line td input.thumbnail { border:20px solid #ccc}
table.favorite_list tr.line td input.thumbnail:hover { border:20px solid #666}

table.favorite_list tr td div.video_title{ margin-bottom:10px}
table.favorite_list tr td div.video_title a { font-size:16px}

/* Captions */

fieldset.special_form { border:1px solid #ddd; padding:20px}
fieldset.special_form legend 
{
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:4px 8px;
	margin-left:15px
}

/* Video Detail / Photo Detail */

div.zoom { padding:5px }

div#content div#wide_container{ width:950px }

div.author_box_edit input.author 
{
	width:300px; 
	margin-bottom:3px; 
	border:1px solid #ccc; 
	height:18px;
	padding-left:3px
}

div.author_box_edit a.action{ margin-left:10px}

div#content div.right_content div.post_comment { background-color:#eee } 

body.photos div#content div.right_content div.post_comment { background-color:#E5E5FF } 

body.videos div#content div.right_content div.post_comment { background-color:#FFE5E5 }


div#content div.right_content div.post_comment a { display:block; padding:5px 10px}
div#content div.right_content table.post_comment tr td
{
	vertical-align:top
}

div#content div.right_content div.comment_links 
{
	text-align:right
}

div#content div.right_content div.comment_form,
div#content div.right_content div.reply_form 
{
	height:120px;
	border:2px solid #eee;
	border-top:none;
	position:relative
}
body.videos div#content div.right_content div.comment_form { border:2px solid #FFE5E5 }

body.photos div#content div.right_content div.comment_form { border:2px solid #E5E5FF }

div#content div.right_content div.reply_form 
{
	border:2px solid #ccc;
	margin:5px 10px;
	border-top:2px solid #eee;
	border-left:2px solid #eee;
	
}

div#content div.right_content div.writing 
{
	float:left; 
	width:385px;
	padding:10px
}
div#content div.right_content div.reply_form div.writing { width:320px;}

div#content div.right_content .hide_link 
{
	position:absolute;
	bottom:10px;
	right:10px
}

div#content div.right_content div.options 
{
	float:right; 
	width:180px;
	padding:10px;
	margin-top:14px;
}

div#content div.right_content table.comment_container{ border:1px solid #ccc; border-bottom:2px solid #ccc}

div#content div.right_content div.comment_container
{
	padding:10px;
	border-top:1px solid #ccc
}

div#content div.right_content div.comment_title
{
	background-color:#EEEEEE;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;
}	


div#content div.right_content div.data a.video_title 
{
	font-size:11px;
	display:block;
	text-align:center;
	padding:5px 0px 10px 0px;
	border:none;
}

div#content div.right_content div.data table.items tr td,
div#content div.right_content div.data table.quick_links tr td { text-align:center !important}

div#content div.right_content div.data table.items a.thumbnail img { border:none}

div#content div.right_content div.data table.items a.thumbnail,
div#content div.right_content div.data table.items a.thumbnail:visited,
div#content div.right_content div.data table.items a.thumbnail:active  
{
	display:block;
	border:1px solid #ccc; 
	width:130px;
	height:100px;
	margin:0 auto;
	background-color: #000;
}

div#content div.right_content div.data table.items a.thumbnail:hover { border:1px solid #666} 


/* Photo Detail */

div.photo_wrapper{position:relative; width:490px}

div#wide_container div.player div.photo_wrapper { margin-left: 70px }

div.photo_container, #wrapper
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:transparent;
}

div.photo_container {background-color:#000; }

div.photo_container #wrapper{
	height:354px;
}

#wrapper {
	margin:0 auto;
	vertical-align: middle; 
}

div.player div.photo_wrapper div.photo_container table#wrapper tr td { vertical-align: middle}

div.photo_container {
	width: 472px;
	height: 354px;
 }

div.photo_print, img.photo_print {
	vertical-align: middle; 
	/*width: 150px;
	height: 100px;*/
	margin: 0px;
	padding: 0px;
}

/* Admin tables */


 table.admin_commands,
 table.workflow { border:1px solid #eee; border-top:2px solid #eee; width:500px }
 
  table.admin_commands {width:600px; margin:0 auto }
 
 table.admin_commands tr td,  table.admin_commands tr th,
 table.workflow tr td,  table.workflow tr th
 {
	vertical-align:middle;
	padding:5px;
	border-bottom:1px solid #eee
 }
 
 table.admin_commands tr td div.field_single label { float:none}
 
 span.radio-list{ display:block; padding-left:15px}
 

/* Tag cloud */

div#content div.right_content div.tag_container a.tag1 { font-size: 8px; font-weight: normal }
div#content div.right_content div.tag_container a.tag2 { font-size: 10px; font-weight: normal }
div#content div.right_content div.tag_container a.tag3 { font-size: 12px; font-weight: normal }
div#content div.right_content div.tag_container a.tag4 { font-size: 14px; font-weight: normal }
div#content div.right_content div.tag_container a.tag5 { font-size: 18px; font-weight: normal }
div#content div.right_content div.tag_container a.tag6 { font-size: 23px; font-weight: normal }
div#content div.right_content div.tag_container a.tag7 { font-size: 28px; font-weight: bold; }

.tagMessage 
{
	background-color: #efefef;
	border: 1px dashed #000000;
	margin: 0px 20px 15px 0px;
	padding: 5px 10px;
	width: 95%;
	height:20px;
	font-size: 11pt;
}

div.taglink {
	text-align: center;
	width: 100px;
	position: relative;
	left: 580px;
	top: -16px;
	font-size: 10pt;
}

a.submit_link { color: #003399; }

div#content div.right_content div.planning_panel div#loginregister_videohome { bottom: auto; top: 40px; }
div#content div.right_content div.planning_panel div#seasons_videohome { position: relative; top: 70px; }
div#content div.right_content div#planning_videohome { background-image: url('../img/bg_sidebar_video2.gif') }

textarea.txtWidget { width: 300px; height: 180px; }
div.widget_right_ver { float: right; margin-right:170px; width:350px; }
div.widget_right_hor { float: right; margin-right:20px;  width:300px; }


div#flash_container {
	/*background: transparent url('../img/dummy_flashcounter.gif') top left no-repeat;*/
	height: 61px;
	width: 245px;
	position: absolute;
	bottom: 124px;
	right: 60px;
	z-index: 4000;
}

div.flash_bevel {
	width: 251px;
	height: 67px;
	background: transparent url('../App_Themes/Base/Img/round_flashpad.gif') top left no-repeat;
	position: absolute;
	bottom: 121px;
	right: 57px;
	opacity: 0.3;
	z-index: 3000;
}

sup { vertical-align: super; font-size: 0.8em;  }


ol.criteria {font-weight:bold;}

div.sponsors img {margin-left: 50px; padding-top:10px;}
div.sponsors span {margin-left: 80px;}

div#content div.bottom-sponsor p.home-sponsors {width:800px; text-align:center; margin-left:70px;font-weight:bold;font-size:13px;}

div.home-board {
	top:245px;
	position:absolute;
    background-color:#CCCCCC;
    border:5px solid #888888;
    color:#FEFEFE;
    font-size:1.5em;
    font-weight:bold;
    line-height:1.2em;
    padding:10px;
    text-align:center;
    width:340px;
}

div.home-board  span { color:#666666; }

div.home-board  span span.day  {color:#C10010; font-weight:bold; font-size:1.2em; }

div#content div.right_content ol li ul.resources, div#content div.right_content ol li ul.resources li ul {padding-top:10px;}

div#content div.right_content ol li ul.resources li ul li {list-style-type:square;}
div#content div.right_content ol li ul.resources li ul li span {color:#E77934; font-weight:bolder;}

div.webchat-faq span.title {color:#0070C0; font-weight:bolder;}

div#content div.right_content ol li ul.resources li, div#content div.right_content div.webchat-faq ol.faq li ul li {list-style-type:disc;}

div.webinar 
{
    border-top:1px solid #CCCCCC;
    font-size:15px;
    line-height:1.3em;
    padding-top:7px;
    position:absolute;
    text-align:center;
    top:148px;
    width:390px;
}

div.webinar a { font-weight:bold; }
div.webinar span 
{
    color:#666666;
    font-size:18px;
    font-weight:bold;    
}

div#content p#home-continue
{
    color:#666666;
    font-size:17px;
    /*font-weight:bold;*/
    line-height:1.2em;
    width:370px;
}

div#content p#home-continue a
{
    color:#CC0000;
    font-weight:bold;
}