﻿body 
{
    background:#5A5A5A;
    margin: 0 auto;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	background:url(../../Common/Images/bg_pattern6.png) repeat fixed top center;
}

#container 
{
    width: 960px;
	margin: 0 auto;
	padding: 0px 20px;
	background:url(../../Common/Images/container_shadow.png) repeat-y top center;
	position: relative;
}

#header 
{
    width: 100%;
	height: 157px;
	background:url(../../Common/Images/img_header.jpg) no-repeat 0 0;
	position: relative;
}

.mainpanel
{
    width: 100%;
    height:532px;
    position:relative;
}

.mainpanel_grid
{
    width: 100%;
    height:570px;
    position:relative;
}

.candidates_panel
{
    width: 100%;
    height:635px;
    position:relative;
}

.mainpanel_short
{
    width: 100%;
    height:333px;
    position:relative;
}

.mainpanel_medium
{
    width: 100%;
    height:450px;
    position:relative;
}

.mainpanel_logo
{
    padding-left:1px;
    margin-top:10px;
    width:155px;
    height:313px;
    position:relative;
    float:left;   
}
.mainpanel_flash
{
    margin-top:10px;
	width: 530px;
	height: 313px;
	position:relative;
	float:left;
}

.mainpanel_video
{
    margin-left:10px;
    margin-top:10px;
	width: 520px;
	position:relative;
	float:left;
	text-align: center;
}

.mainpanel_video_short
{
	width: 100%;
    height:400px;	
	position:relative;
}

.mainpanel_candidates
{
    padding-left:10px;
    margin-top:5px;
	width: 342px;
	position:relative;
	float:left;
}

.mainpanel_sponsors_panel
{
    width: 100%;
    height:900px;
    position:relative;
}

.mainpanel_winners_panel
{
    width: 100%;
    height:550px;
    position:relative;
	float:left;   
	background:#F5F5F5;
}
.mainpanel_sponsors
{
    padding-left:10px;
    margin-top:10px;
	width: 780px;
	height:820px;
	position:relative;
	float:left;
}

.mainpanel_login
{
    padding-left:10px;
    margin-top:10px;
	width: 200px;
	position:relative;
	float:left;
}

.mainpanel_loggedout
{
    padding-left:10px;
    margin-top:10px;
	width: 780px;
	float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.mainpanel_pageant
{
    padding-left:10px;
    margin-top:10px;
	width: 580px;
	float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.mainpanel_vbanner
{
    padding-left:30px;
    margin-top:10px;
	width: 150px;
	float:left;
}

.mainpanel_textvote
{
    width: 100%;
    height:570px;
    position:relative;
}

.mainpanel_login_instructions
{
    padding-left:10px;
    margin-top:9px;
	width: 562px;
	position:relative;
	float:left;
}

.mainpanel_candidates_profile
{
    margin-left:10px;
    margin-top:5px;
	width: 310px;
	height:240px;
	position:relative;
	float:left;
}
.mainpanel_candidates_rating
{
    margin-left:10px;
    margin-top:5px;
    width: 320px;
	height:80px;
	position:relative;
	float:left;
}
.mainpanel_sub
{
    background: #0058A5;
    margin-top:10px;
	width: 684px;
	height: 200px;
	position:relative;
	float:left;
}
.mainpanel_features
{
    margin-top:10px;
    margin-right:10px;
    width:255px;
    height:390px;
    float:right; 
}    
.mainpanel_list
{
    margin-top:5px;
    margin-right:10px;
    width:270px;
    height:70px;
    float:right; 
} 
.mainpanel_title
{
    background: #5A5A5A;
    padding: 5px;
    color:White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight:bold;
}    

.mainpanel_sub_title_big
{
    color:White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    padding-top:10px;
    padding-left:20px;
} 
.mainpanel_sub_title_small
{
    color:Yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding-left:20px;
    padding-right:10px;
} 

#footer 
{
	width: 960px;
	height: 35px;	
	margin: 0 auto;
	background:url(../../Common/Images/footer.png) repeat-y top center;
	color: White;
	float:left;
}

/* Horizontal Menu */

.glossymenu{
	position: relative;
	width:948px;
	padding: 0 0 0 10px;
	margin: 0 auto;
	background: url(../../Common/Images/menub_bg.png) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a{
	color: #fff;
	background: url(../../Common/Images/menub_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a:hover{
	color: #fff;
	background: url(../../Common/Images/menub_hover_left_red.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b{
	color: #fff;
	background: url(../../Common/Images/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}

.glossymenu li a:hover b{
	color: #fff;
	background: url(../../Common/Images/menub_hover_right_red.png) no-repeat right top; /*right tab image path*/
}

.header 
{
    width: 100%;
	height: 31px;
	background: #78C0FF;
	position: relative;
	font-size: 1.5em;
}

div.rank 
{
    width: 32px;
	height: 31px;
	background: #169bce;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 31px;
}


.glossyvmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 253px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossyvmenu li a{
background: white url(../../Common/images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossyvmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossyvmenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossyvmenu li a:hover{
background-image: url(../../Common/images/glossyback2.gif);
}

/* Accordion */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


.ProfileHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.RatingHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.ProfilePhoto
{
    border: 1px solid #2F4F4F;
    cursor: pointer;
}
.ProfileContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    height:218px;
    border-top: none;
    padding: 15px 10px 20px 20px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.RatingContent
{
    background-color: #FFFFFF;
    border: 1px solid #2F4F4F;
    height:15px;
    border-top: none;
    padding: 10px 10px 10px 20px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.InstuctionContent
{
    background-color: #FFFFFF;
    border: 1px solid #2F4F4F;
    height:100%;
    border-top: none;
    padding: 5px 20px 5px 20px;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
}
.loginbox
{
    background-color: #FFFFFF;
    border: 1px solid #2F4F4F;
    height:50px;
    padding: 1px 10px 0 20px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.ProfileRates
{
    border-top: none;
    padding-top:10px;
    padding-left:10px;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      float:left;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Common/Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../../Common/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../ommon/Images/SavedStar.png);
}

.sidebox {
	background: url(../../Common/Images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}	

.box_rate {
	background: url(../../Common/Images/sbbody-r.gif) no-repeat bottom right;
}

.sponsors_box 
{
    font-weight: bold; 
	font-size: 1.3em; 
	margin: 0 0 9px 0;
	color:blue;
}	
	
.boxhead {
	background: url(../../Common/Images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}	

.boxhead h2 {
	background: url(../../Common/Images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 14px 0px 8px 12px;
	color: #000000; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.blockbody   {
	background: url(../../Common/Images/sbbody-l.gif) no-repeat bottom left;
	margin: 0 auto;
	padding: 10px 14px 19px 10px;
}

.blockbody_content  {
    margin-left:7px;
    margin-right:7px;
	font-size: 1.1em; 	
}

.blockbody_sponsors  {
    text-align:left;
}

.video_label 
{
    padding-top:5px;
    font-size: 1.2em; 	
    color:	#772B1A;    
    font-weight:bold;
}    

.bold_text
{
    font-weight:bold;
}

a.nct:link {color:#772B1A;text-decoration:none;font-weight:bold;}
a.nct:visited {color:#772B1A;text-decoration:none;font-weight:bold;}
a.nct:active{color:#772B1A;text-decoration:none;font-weight:bold;}
a.nct:hover{color:#772B1A;text-decoration:none;font-weight:bold;}

a.nct2:link {color:#FFFFFF;text-decoration:none;}
a.nct2:visited {color:#FFFFFF;text-decoration:none;}
a.nct2:active{color:#FFFFFF;text-decoration:none;}
a.nct2:hover{color:#FFFFFF;text-decoration:none;}

.title, .title a {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color: #660099;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

.boldfont 
{
    font-weight: bold; 
	font-size: 1em; 
}	

/* GridView and Paging */

#gridpanel
{
    width:1850px;
    margin: 0 auto;
    padding:4px 0 15px 17px; 
    float:left;
}   

.PagerStyle table td
{
    border:0px;
    padding:3px;
}

.PagerStyle a
{
    color:#000;
    text-decoration:none;
    padding:2px 5px 2px 5px;
    border:solid 1px Black;
    text-align:left;
    background: White;
}
.PagerStyle span
{
    font-weight:bold;
    color: White;
    text-decoration:none;
    padding:2px 5px 2px 5px;
    background: red;
    border:solid 1px Black;    
}

.download_icon
{
    margin-top:15px;
    text-align:right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.candidates_voting
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}
.votes_tally
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    padding-top:10px;
    padding-left:20px;
    color:Red;
} 

#scroll-text-shell { width:100%; background:#000000; }
#scroll-text-panel  
{
    width:900px; 
    margin:0 auto; 
    padding:1px 0 1px 0; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color:White;
}

.large_text
{
    color:#446D8C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
}

.profile_text
{
    color:#888888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    text-align:justify;
}    

.winners_text
{
    color:black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    text-align:justify;
}    