@charset "UTF-8";
/* CSS Document */
@import url('../shared/additions.css');

/**********
Last updated: 01/26/09 - 10:30am - eo
**********/



/************************************************
 Global Reset
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;	padding: 0;	border: 0; outline: 0;font-size: 100%; }
body{ line-height: 1; }
ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
/* remember to define focus styles! */
:focus{ outline: 0; }
/* remember to highlight inserts somehow! */
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
table{ border-collapse: collapse; border-spacing: 0; }
img{ border: none;}


/************************************************
 Global Styles
************************************************/
body{ 
	background: #ffd200; 
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	color: #005696;
}
a{ 
	color: #005696; 
}
img.center{ margin: 0 auto; display: block; }
img.profile-icon{ 
    margin-right: 5px;
}

/************************************************
 Text Styles
************************************************/
.small-font{ font-size: 10px; }
.black{ color: #000; }
.strong{ font-weight: bold; }
.block{ display: block; }
.center{ text-align: center; }
.green{ color: #009612; }
.red{ color: #972503; }
.title{ margin-bottom: 15px; }
.errors{ font-weight: bold; color: #F00; margin: 10px 0; }


/************************************************
 sIFR Styles
************************************************/
h1.title-replace-me{ 
    color: #404040;
    font-size: 24px; 
    line-height: 24px;
    height: 24px;
}
h3.subtitle-replace-me{ 
    color: #808080;
    font-size: 16px; 
    line-height: 16px;
    height: 16px;
}
h1.subcol-title-replace-me{ 
    color: #fff;
    font-size: 24px; 
    line-height: 24px;
    height: 24px;
}
h3.subcol-subtitle-replace-me{ 
    color: #808080;
    font-size: 16px; 
    line-height: 16px;
    height: 16px;
}
h1.replace-me{ 
    color: #404040;
    font-size: 36px; 
    line-height: 36px;
    height: 36px;
}
h2.replace-me{ 
    color: #404040; 
    font-size: 18px; 
    line-height: 18px;
    height: 18px;
}
h3.replace-me{ 
    color: #808080; 
    font-size: 25px; 
    line-height: 25px;
    height: 25px;
}
.trophy-room-title{ 
	width: 230px;
	float: left;
    overflow: hidden;
}
.my-profile-title{ 
	width: 330px;
	float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.page-title-challenge{ 
	width: 430px;
	float: left;
    overflow: hidden;
}
.page-title-full{ 
	width: 600px;
	float: left;
    overflow: hidden;
    padding-bottom: 1px;
}
.page-title{ 
	width: 465px;
	float: left;
    overflow: hidden;
}
.page-subtitle-overview{ 
	width: 430px;
	float: left;
    overflow: hidden;
}
.page-subtitle-picks{ 
	width: 300px;
	float: left;
    overflow: hidden;
}
.page-subtitle{ 
    margin-top: 15px;
}
.button-right{ 
	float: right;
}
.round-nav-right{ 
	float: right;
}
.headline2{ 
	position: relative;
    top: -10px;
    overflow: hidden;
	border: 1px solid #f00; 
}
h3.col2-title-replace-me{
    color: #808080; 
    font-size: 16px; 
    line-height: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}
h3.col2-welcome-replace-me{
    color: #404040; 
    font-size: 16px; 
    line-height: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}
/************************************************
 Button Styles
************************************************/
.button-view-challenge {
	background: url(../../media/imgs/shell/button-viewchallenge.gif) no-repeat;
	width: 107px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-approve-challenge {
	background: url(../../media/imgs/shell/button-approvechallenge.gif) no-repeat;
	width: 107px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-pending-challenge {
	background: url(../../media/imgs/shell/button-pendingchallenge.gif) no-repeat;
	width: 107px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view {
	background: url(../../media/imgs/shell/button-view.gif) no-repeat;
	width: 55px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-league {
	background: url(../../media/imgs/shell/button-view.gif) no-repeat;
	width: 60px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-full-league {
	background: url(../../media/imgs/shell/button-full.gif) no-repeat;
	width: 60px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-join-league {
	background: url(../../media/imgs/shell/button-join.gif) no-repeat;
	width: 60px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-my-leagues {
	background: url(../../media/imgs/shell/button-myleagues.gif) no-repeat;
	width: 99px;
	height: 23px;
    display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.button-add-friend {
	background: url(../../media/imgs/shell/button-addfriend.gif) no-repeat;
	width: 264px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-approve-friend {
	background: url(../../media/imgs/shell/button-approvefriend.gif) no-repeat;
	width: 134px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-deny-friend {
	background: url(../../media/imgs/shell/button-denyrequest.gif) no-repeat;
	width: 134px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-trophies {
	background: url(../../media/imgs/shell/button-viewalltrophies.gif) no-repeat;
	width: 161px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-friends {
	background: url(../../media/imgs/shell/button-viewallfriends.gif) no-repeat;
	width: 150px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-h2hs {
	background: url(../../media/imgs/shell/button-viewallchallenges.gif) no-repeat;
	width: 178px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-leagues {
	background: url(../../media/imgs/shell/button-viewallleagues.gif) no-repeat;
	width: 150px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-news {
	background: url(../../media/imgs/shell/button-viewallnews.gif) no-repeat;
	width: 134px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-add-blog {
	background: url(../../media/imgs/shell/button-postnewblog.gif) no-repeat;
	width: 146px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-add-comment {
	background: url(../../media/imgs/shell/button-addcomment.gif) no-repeat;
	width: 146px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-add-topic {
	background: url(../../media/imgs/shell/button-createnewtopic.gif) no-repeat;
	width: 158px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-reply {
	background: url(../../media/imgs/shell/button-reply.gif) no-repeat;
	width: 69px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-challenge-h2h {
	background: url(../../media/imgs/shell/button-challengetomatchup.gif) no-repeat;
	width: 297px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-create-league {
	background: url(../../media/imgs/shell/button-createaleague.gif) no-repeat;
	width: 146px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-view-profile {
	background: url(../../media/imgs/shell/button-viewprofile.gif) no-repeat;
	width: 300px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-find-competition {
	background: url(../../media/imgs/shell/button-findcompetition.gif) no-repeat;
	width: 158px;
	height: 23px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
}
.button-find-me {
	background: url(../../media/imgs/shell/button-findme.gif) no-repeat;
	width: 76px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-go-make-picks {
	background: url(../../media/imgs/shell/button-goandmakemypicks.gif) no-repeat;
	width: 188px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.button-signup {
	background: url(../../media/imgs/shell/button-signup.gif) no-repeat;
	width: 302px;
	height: 26px;
	float: left;
	margin: 15px 0 15px 10px; 
	text-indent: -9999px;
	overflow: hidden;
}
div.block-2 a {
    margin-right: 3px;
}
div.block-3 a {
    margin-right: 3px;
}
    
/************************************************
 Form Styles
************************************************/
div.norm-form input.checkbox{
	float: left;
	margin-right: 5px;
	width: auto;
}
div.norm-form input.radio{
	float: left;
	margin-right: 5px;
	width: auto;
}
div.norm-form .option{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
div.norm-form select{
	width: 100%;
	display: inline;
	}
div.norm-form input.button{
	margin: 10px 0;
}

div.norm-form label{
	font-weight: bold;
	display: block;
	}
.label-description{
	font-size: 85%;
}
.required{
    color: #ff0000;
}

div.reg-form label{
	font-weight: bold;
	display: block;
	}
div.reg-form .field{
    width: 250px;
	}

/************************************************
 Registration sidebar
************************************************/
.reg-sidebar{ 
	float: right;
	width: 370px;
	line-height: 1.4em;
	margin-top: 9px;
	padding-right: 20px;
}

.reg-sidebar p{
	margin: 10px 0 30px;
}

p.justify{
	text-align: justify;
}
   
/************************************************
 Floats
************************************************/
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }


/************************************************
 Containers
************************************************/
div.page-container{ 
	width: 1000px; 
	margin: 0 auto; 
	background: #ffd200; 
	background-repeat: repeat-x;
}
div.col1{ 
	width: 655px; 
	float: left;
}
div.col2{ 
	width: 331px; 
	float: left; 
	margin-left: 9px;
}
div.col2-home{
	width: 331px;
	height: 404px;
	float: left;
	margin-left: 14px;
	background: url(../../media/imgs/shell/bg-col2-home.jpg) no-repeat;
}


/************************************************
 Header
************************************************/
div.header{ 
	height: 224px; 
    position: relative;
	background: url(../../media/imgs/shell/bg-header.jpg) no-repeat;
	margin-bottom: 5px;
}
div.ad-top{ 
	float: right; 
	margin-top: 120px; 
	color: #fff; 
	font-size: 10px; 
}
div.ad-top img{ 
	display: block; 
}
.learnmore{
	position: absolute;
	height: 23px;
	width: 178px;
	top: 0px;
	right: 61px;
	background: url(../../media/imgs/shell/button-learnmore.gif) no-repeat;
}

/************************************************
 Navigation 
************************************************/
div.col1-nav-home{
	background: url(../../media/imgs/shell/bg-col1-nav-home.jpg) no-repeat #bfbfbf;  
	height: 61px; 
	width: 655px;
	overflow: hidden; 
	text-transform: uppercase; 
}
ul.navigation-home{
	list-style: none;
	margin: 15px 0 0 20px;
}
ul.navigation-home li{
	float: left;
	margin-right: 10px;
}


ul.navigation-home li#navhome{ background: url(../../media/imgs/shell/nav-home.gif); height: 34px; width: 103px; }
ul.navigation-home li#navhome a{ height: 35px; width: 102px; display: block; }

ul.navigation-home li#navprizes{ background: url(../../media/imgs/shell/nav-prizes.gif) no-repeat; height: 34px; width: 101px; }
ul.navigation-home li#navprizes a{ height: 35px; width: 102px; display: block; }

ul.navigation-home li#navfaq{ background: url(../../media/imgs/shell/nav-faq.gif); height: 34px; width: 101px; }
ul.navigation-home li#navfaq a{ height: 35px; width: 102px; display: block; }

ul.navigation-home li#navhowtoplay{ background: url(../../media/imgs/shell/nav-howtoplay.gif); height: 34px; width: 101px; }
ul.navigation-home li#navhowtoplay a{ height: 35px; width: 102px; display: block; }

div.col1-nav{ 
	background: url(../../media/imgs/shell/bg-col1-nav.gif) no-repeat #bfbfbf;  
	height: 45px; 
	width: 655px;
	overflow: hidden; 
	text-transform: uppercase; 
}
div.col2-nav{ 
	background: url(../../media/imgs/shell/bg-col2-nav.gif) no-repeat #bfbfbf;
	height: 45px; 
	overflow: hidden; 
	text-transform: uppercase; 
}
ul.navigation{ 

}
	
ul.navigation, .col1-nav-single ul.navigation{
	margin: 10px 0 0 20px;
}
ul.navigation li, .col1-nav-single ul.navigation li{
	float: left;
	height: 26px;
	width: 81px;
	background: url(../../media/imgs/shell/bg-nav-li.gif) no-repeat;
	text-align: center;
	padding-top: 4px;
	margin: 10px 3px;
}
ul.navigation li a, .col1-nav-single ul.navigation li a{
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;	
}
	
ul.navigation li.active, .col1-nav-single ul.navigation li.active,
ul.navigation li.navfirst-active, .col1-nav-single ul.navigation li.navfirst-active,
ul.navigation li.navlast-active, .col1-nav-single ul.navigation li.navlast-active{
	background: url(../../media/imgs/shell/bg-nav-li-active.gif) no-repeat;
}
	
	
.logoutbutton{
	float: right;
	height: 26px;
	width: 81px;
	background: url(../../media/imgs/shell/bg-nav-li.gif) no-repeat;
	text-align: center;
	padding-top: 4px;
	margin: 0 15px 0 0;
}
.logoutbutton a{
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}

div.subnav{  
	float: left;
	text-transform: uppercase; 
	padding-left: 15px; 
	font-size: 10px;
	overflow: hidden; 
}
div.subnav ul{ 
		float: right; 
}
div.subnav ul li{ 
		float: left; 
		padding-right: 12px; 
		padding-bottom: 20px;
}
div.subnav ul li a{ 
		text-decoration: none;
}
div.subnav ul li a:hover{ 
		text-decoration: underline;
}
div.subnav ul li a.red{ 
		color: #005696; 
}
div.subnav ul.leagues{ 
		/*margin-left: 195px;*/ 
}
		
/************************************************
 Full Page Single Column
************************************************/
.single-col-top{ 
    width: 1000px; 
    height: 60px; 
    background: url(../../media/imgs/shell/bg-singlecol-top.jpg) no-repeat; 
}
.single-col-middle{ 
    width: 960px; 
    background: #fff; 
    padding: 0px 20px; 
    position: relative; 
    float: left; 
	background: url(../../media/imgs/shell/bg-single-middle.gif) repeat-y;
}
.single-col-white{ 
    width: 970px; 
    background: #fff; 
    padding: 0px 10px; 
}
.single-col-bottom{ 
    width: 1000px; 
    height: 30px; 
    background: url(../../media/imgs/shell/bg-singlecol-bottom.gif) no-repeat; 
}
.col1-nav-single{
	background: url(../../media/imgs/shell/bg-singlecol-top.jpg) no-repeat;
	height: 61px;
	overflow: hidden;
	text-transform: uppercase;
}
div.subnav-large{ 
	background: #fff; 
	height: 25px; 
	text-transform: uppercase; 
	padding-left: 15px; 
	font-size: 10px;
	overflow: hidden; 
	display: none;
}
/************************************************
 Column One
************************************************/

.col1-content select{ 
		float: right; 
}
div.col1-content{ 
	padding: 0px 15px 10px 9px; 
	background: url(../../media/imgs/shell/bg-col1-content.jpg) repeat-y;  
	width: 631px; 
	float: left;
}
.col1-content select{ 
		float: right; 
}

div.singlecol-content-inner{
	background: url(../../media/imgs/shell/bg-col1-content-inner.jpg) no-repeat;
	padding: 0 10px;
	width: 900px;
	min-height: 300px;
}
div.col1-content-inner{
	background: url(../../media/imgs/shell/bg-col1-content-inner.jpg) no-repeat;
	padding: 0 10px;
	min-height: 300px;
	float: left;
}

div.roundnum{ 
	font-size: 19px; 
	font-weight: bold; 
	float: left; 
	color: #2D2D2D; 
	margin: -4px 0 0 6px; 
}
div.race{ 
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic; 
	color: #808080; 
	margin-bottom: 30px; 
	margin-top: -5px; 
}

#tiebreaker{ 
	border-bottom: 1px solid #000; 
	border-top: 1px solid #000; 
	padding: 10px 5px; 
	margin: 5px 0 15px; 
	float: left; 
	width: 605px; 
	background: #9c9c9c; 
    line-height: 110%;
}
#tiebreaker input{ 
		float: right; 
}

div.col1-bottom{ 
	width: 655px; 
	height: 26px; 
	background: url(../../media/imgs/shell/bg-col1-bottom.jpg) no-repeat; 
	clear: both;
}

div.profile-subcol-left{
    width: 340px;
	line-height: 1.5em; 
	font-size: 10px; 
	margin-bottom: 30px; 
}	
div.profile-subcol-left a{
        text-decoration: none;
}
div.profile-subcol-right{
    width: 230px;
	line-height: 1.5em; 
	font-size: 10px; 
	margin-bottom: 30px; 
}	
div.profile-subcol-left label{ 
	font-weight: bold; 
	font-style: italic; 
}
div.profile-subcol-left .info{
    width: 200px;
}


div.friend-count{ 
	color: #707070; 
	font-size: 13px; 
	font-style: italic; 
}
div.friend{ 
	color: #919191; 
	font-family: Arial, Verdana, Geneva, sans-serif; 
	font-size: 9px; 
	text-align: center; 
	margin: 0 3px 25px 0; 
	width: 54px; 
	float: left;
        overflow: hidden;
}
div.friend a{ 
	text-decoration: none; 
}
div.friend img{ 
	border: 2px solid #000; 
	display: block; 
	margin-bottom: 5px; 
}

div.col1-content-home{ 
		background: url(../../media/imgs/shell/bg-col1-content-home.jpg) no-repeat;
		padding: 10px 20px; 
		height: 344px;
		width: 615px; 
		color: #005696;
}
div.col1-content-home p{
			padding: 5px 0 15px;
}
div.col1-bottom-home{
		width: 655px; 
		height: 155px; 
		background: url(../../media/imgs/shell/bg-col1-bottom-home.jpg) no-repeat;
		float: left;
}
/************************************************
 Column 2
************************************************/
div.col2-content{ 
	padding: 10px 5px 0px 5px; 
	background: url(../../media/imgs/shell/bg-col2-content.gif) repeat-y; 
}	
div.col2-content-home{ 
	padding: 10px 5px 0px 5px;  
}
div.col2-bottom{ background: url(../../media/imgs/shell/bg-col2-bottom.gif) no-repeat; 
	height: 25px; 
	width: 331px; 
}
div.col2-bottom-gray{ background: url(../../media/imgs/shell/bg-col2-bottom-gray.gif) no-repeat; 
	height: 13px; 
	width: 331px; 
}
div.col2-ad{ 
	color: #fff; 
	font-size: 10px; 
	margin: 15px auto; 
	width: 300px; 
}
div.col2-ad img{ 
	display: block; 
}
div.col2-content-gray { 
	background: #ececec; 
	width: 289px;
	margin-left: 5px;
}
div.col2-content-gray .button{ 
	float: right; 
	margin: 0 5px 0 0; 
}
div.col2-content-gray .strong{ 
	font-weight: bold; 
}
div.col2-content-gray img{ 
	vertical-align: bottom; 
}
div.col2-content-padding{ 
	padding: 10px;
}
div.col2-content-width{ 
	width: 321px; 
}
	
div.col2-content-subcol{ 
	width: 140px; 
	float: left; 
	line-height: 1.4em; 
	padding: 5px 0 5px 0px;
}
div.col2-content-subcol h1{ 
	font-size: 12px; 
}
div.col2-content-subcol h2{ 
	font-size: 11px; 
}
div.col2-content-subcol .gray-text{ 
	color: #808080; 
}
div.myleagues-text{ 
	width: 190px;
	float: left; 
}
	
.col2-padding{ 
	margin-left: 10px; 
}
.col2-loginbox-wrapper{
	float: left;
  	width: 301px;
	padding: 0px 10px;
  margin: 0;
}
.col2-username{
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  float: left;
	width: 125px;  
	line-height: 1.4em;
  padding: 0;
  margin: 0;
}
.col2-password{
  text-align: left;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  float: left;
	width: 125px; 
	line-height: 1.4em; 
  padding: 0;
  margin: 0;
}
.col2-title{
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 3px 0px 3px 8px;
	margin-top: 16px; 
	float: left;
	background: #ececec;
    width: 105px;
	display: block;
    clear: both;
	margin-left: 5px;
}
.col2-welcome{
	padding: 3px 0px 3px 8px;
	float: left;
    width: 80px;
	display: block;
    clear: both;
}
img.player-icon{ 
	display: block; 
	margin: 10px auto 30px; 
}
.username{
	float: left;
	padding-top: 4px;
	font-size: 14px; 
	font-style: italic; 
	font-weight: bold; 
	color: #808080; 
}
/************************************************
 Col2 Countdown
************************************************/
.col2-countdown{
	height: 52px;
	width: 300px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	}
.col2-countdown h1{
	font-size: 16px;
	margin-top: 9px;
}
.col2-countdown h2{
	font-size: 13px;
	color: #003768;
	margin-top: 3px;
}
/************************************************
 Countdown Clock - Right Nav
************************************************/
#countdown-wrapper{
    margin: 10px 10px 0 10px;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
    background-color:#e4e4e4;
    width: 300px;
    position: relative;
    display: none;
}
.countdown-clock-title{
	margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	border-top: 1px solid #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
}
#countdown-clock{ 
    width: 300px; 
    height: 40px;
    margin: 0;
}
.hasCountdown{
	border-bottom: 1px solid #fff;
    background-color:#e4e4e4;
}
.countdown_rtl{
    direction:rtl;
}
.countdown_holding div{
    background-color:#ccc;}
.countdown_row{
    clear:both;
    width:100%;
    text-align:center;
}
.countdown_show1 div{width:100%;}
.countdown_show2 div{width:50%;}
.countdown_show3 div{width:33%;}
.countdown_show4 div{width:25%;}
.countdown_show5 div{width:20%;}
.countdown_show6 div{width:16%;}
.countdown_show7 div{width:14%;}
.countdown_section{
    float:left;
    font-size:75%;
    color: #800;
}
.countdown_amount{
    font-size:200%;
}
.countdown_descr{
    width:100%;
}
/************************************************
 Countdown Clock - Picks Page
************************************************/
#countdown-wrapper2{
    width: 600px;
    position: relative;
    display: none;
}
.countdown-clock-title2{
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #2D2D2D;
}
#countdown-clock2{ 
    width: 500px; 
    height: 15px;
    margin: 0;
}
#countdown-wrapper2 .hasCountdown{
	  border: 0;
    background-color:transparent;
}
#countdown-wrapper2 .countdown_section{
    float:left;
    font-size:75%;
    font-weight: bold;
    color: #ee3a43;
}


/************************************************
 Footer
************************************************/
div.footernav-1{ 
	border-bottom: 1px solid #595959; 
	padding-bottom: 5px; 
	margin-top: 20px; 
	}
div.footernav-1 ul{ 
	float: left; 
	}
div.footernav-1 ul li{ 
	float: left; 
	margin-right: 10px; 
	}
div.footernav-1 ul li a{ 
	font-size: 10px; 
	color:#595959; 
	text-decoration: none; 
	}
	
div.footernav-2{ 
	float: right; 
	padding-top: 5px; 
	}
div.footernav-2 ul li{ 
	float: left; 
	margin-left: 10px; 
	font-size: 10px; 
	color: #595959; 
	}
div.footernav-2 ul li a{ 
	color: #595959; 
	text-decoration: none; 
	}
	
div.powered-by{ 
	float: right; 
	color: #595959; 
	font-size: 10px; 
	margin: 10px 0 20px; 
	}
.powered-by img{ 
	margin-left: 10px; 
	vertical-align: top; 
	}


/************************************************
 Picks Page
************************************************/
div.expert-container{ 
	width: 134px; 
	height: 210px; 
	background: #C9C9C9; 
	float: left; 
	margin: 10px 30px 30px 0; 
	text-align: center; 
	border: 1px solid #AFAFAF;
    overflow: hidden;
	}
div.expert-container.last{
	margin-right: 0; 
	}
div.expert-container img{ 
	display: block; 
	margin: 10px auto 5px; 
	border: 2px solid #000; 
	}
div.expert-container h1{ 
	font-size: 12px; 
	}
div.expert-container h2{ 
	font-size: 11px;
    font-weight: normal;
	}
div.expert-container p{ 
	font-size: 10px; 
	margin: 6px 0; 
	}
* html .expert-container { 
	display: inline; 
	} /* IE 6 fix */	

.title-group{ margin-top: 20px }

/************************************************
Tabs Page
************************************************/
.tabs{
	float: right;
	width: 253px;
	height: 31px;
	background: url(../../media/imgs/shell/bg-tabs.gif) no-repeat;
}
.tabs a{
	color: #000;
}
.tabs div{
	float: left;
	font-size: 10px;
}
.tabs div img{
	float: left;
	margin-top: -3px;
}
.tab-experts{
	width: 110px;
	padding: 10px 8px 0 10px;
}
.tabs img{
	margin-right: 4px;
}
.tab-statcast{
	padding: 10px 8px 0;
}
	
/************************************************
 Article Listing Page
************************************************/
.news-summary, .news-full {
  padding: 0.7em 0 2.5em 0;
  position: relative;
  clear: left;
  min-height: 55px;
}

/** HEADLINE, COMMENT COUNT, TEASE CONTAINER **/
.news-summary .news-body,
.news-full .news-body {
  padding-left: 70px;
  padding-right: 25px;
}

/** Comment Count BLOCK on Listings**/
.news-summary .news-left-box {
  position: absolute;
  top: 0.8em;
  left: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-summary .news-left-box li {
  margin: 0;
  padding: 0;
}

/** Comment Count BLOCK on full article page **/
.news-full .news-left-box {
  position: absolute;
  top: 0.8em;
  left: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-full .news-left-box li {
  margin: 0;
  padding: 0;
}

.news-summary .news-left-box .num-comments,
.news-full .news-left-box .num-comments {
  font-style: italic;
  border: 2px solid #808080;
}

.news-summary .news-left-box .num-comments a,
.news-full .news-left-box .num-comments a {
  display: block;

  width: 60px;
  min-height: 30px;
  padding: 7px 0 2px 0;

  font-size: .8em;
  text-decoration: none;

  color: #808080;
  text-align: center;
}

.news-body h3 a{ text-decoration: none; color: #000; text-transform: uppercase; }
.news-body a{ color: #333; text-decoration: underline; }
.news-body .date{  }
.news-body .body{ line-height: 1.3em; }


.news-summary .news-left-box .num-comments strong,
.news-full .news-left-box .num-comments strong {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  display: block;
  color: #808080;
}

.news-summary .news-left-box .num-comments a:hover,
.news-summary .news-left-box .num-comments a:hover strong,
.news-full .news-left-box .num-comments a:hover,
.news-full .news-left-box .num-comments a:hover strong {
  color: #000;
}

.news-summary .news-left-box li.discuss,
.news-full .news-left-box li.discuss {
  margin-top: 1px;
  padding: 0px 0 5px 0;
  background-color: #808080;
  color: #fff;
  float: left;
}

.news-summary .news-left-box .discuss a,
.news-full .news-left-box .discuss a {
  font-size: .9em;
  font-weight: bold;
  font-style: italic;
  color: #fff;

  display: block;
  margin-bottom: -5px;
  padding: 4px 1px 5px 1px;

  width: 62px;
  text-decoration: none;
  text-align: center;
}

.news-summary .news-left-box li.discuss:hover a,
.news-full .news-left-box li.discuss:hover a {
  color: #000;
  font-size: 1em;
}


/************************************************
 Article Page
************************************************/
.news-summary .news-body em.date,
.news-full .news-body em.date {
  font-style: normal;
  font-size: 85%;
  color: #666;
}

.NOTHING{
        background: #E1E1E1;
        border-left: 1px solid #6c6c6c;
        font-size: 130%;
        color: #fff;
}

table.main tr td.article-comment {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

table.main tr td.article-comment-user {
  width: 110px;
}

table.main tr td.article-comment-user img {
  margin: 10px 5px 0 0;
  float: left;
}

table.main tr td.article-comment-user p.u {
  margin: 10px 0 0 0;
}

table.main tr.share td img {
  border: none;
}

.article-comment-area {
  width: 600px;
  background-color: #fff;
  padding: 5px;
}

.article-comment-area textarea{
  width: 600px;
  height: 150px;
}

.activefirst {
	background:#FFFFFF url(../../media/imgs/sentricon/nav-first.gif) no-repeat scroll 0%;
        padding-left:2px;
}

/************************************************
 Overview Page
************************************************/
div.redbar{
        background: #FF0000;
        padding: 10px;
        width: 595px;
        margin: 20px 0 20px;
        color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
        }
.mystandings-round{ 
	float: left; 
	color: #7E7E7E; 
	font-size: 13px; 
	font-style: italic; 
	font-weight: bold; 
	margin: -2px 0 0 4px; 
	}
.challenger-you{ 
	text-align: right; 
	margin-top: 10px; 
	}


/************************************************
 Table Styles
************************************************/
table{ 
	font-size: 11px; 
	}
table a{
	text-decoration: underline;
	}
table thead tr { 
	border: 1px solid #6C6C6C; 
	border-left: none; 
	border-right: none; 
	background: #9C9C9C; 
	color: #FFF;  
	}
table thead tr td{ 
	border: 1px solid #6C6C6C; 
	background: #9C9C9C; 
	}
table tbody tr{ 
	border: 1px solid #AFAFAF; 
	border-left: none; 
	border-right: none; 
	}
table tbody tr td{ 
	border: 1px solid #AFAFAF; 
	}
table td{ 
	padding: 6px; 
	}
table td.first{ 
	border-left: none; 
	}
table td.last{ 
	border-right: none; 
	}
table td.head-first{ 
	background: #8A8A8A; 
	border: 1px solid #6C6C6C; 
	border-left: none; 
	}
td.center{ 
	text-align: center 
	}
tr.white, tr.white td, td.white{ 
	background: #FFF; 
	}
tr.gray, tr.gray td, td.gray{ 
	background: #E4E4E4; 
	}
tr.odd, td.odd{ 
	background: #C9C9C9 !important; 
	}
tr.even, td.even{ 
	background: #E1E1E1 !important; 
	}
.col-title{ 
	color: #FFF; 
	display: block; 
	}
td.header input{ 
	margin-left: 4px; 
	}
td.header{ 
	background: #6C6C6C; 
	color: #FFF; 
	height: 0; 
	}
td.dark{
	border: 1px solid #6C6C6C; 
	border-left: none; 
	border-right: none; 
	background: #9C9C9C; 
	color: #FFF;
}
td.imgpadding{ 
	padding: 2px 6px; 
	}
.nopadding{ 
	padding: 0; 
	}
table.login{
	margin: 10px 0;
	width: 100%;
}
table.login tr td{
	border-left: none;
	border-right: none;
}

form.login-form{
	margin-bottom: 40px;
}

/************************************************
 Full Table
************************************************/
table.full-width{ 
	width: 610px; 
	margin: 10px 0; 
	}
table.auto-width{ 
	margin: 10px 0; 
	}
table.full-page-width{ 
	width: 950px; 
	margin: 10px 0; 
	}
/************************************************
 Picks Table
************************************************/


/************************************************
 Profile Search Listing Table
************************************************/
table.full-width td.td_user{ 
	width: 270px; 
	}
table.full-width td.td_actions{ 
	width: 365px; 
	}
/************************************************
 My Feed, Comments Table
************************************************/
table.full-width td.td_date{ 
	width: 100px; 
	}
table.full-width td.td_comments{ 
	width: 535px; 
	}
/************************************************
 My Standings Table
************************************************/
table.mystandings{ 
	margin: 10px 0;
	}
table.mystandings td.weekpoints{ 
	width: 140px; 
	}
table.mystandings td.weekrank{ 
	width: 130px; 
	}
table.mystandings td.cumulativepoints{ 
	width: 150px; 
	}
table.mystandings td.cumulativerank{ 
	width: 130px; 
	}
table.mystandings td.margin{ 
	width: 75px; 
	}


/************************************************
 News Table
************************************************/	
table.news{ 
	margin: 10px 0; 
	}
table.news td.story{ 
	width: 450px; 
	}
table.news td.date{ 
	width: 180px;
 	}
table.news a{ 
	color: #000; 
	display: block; 
	}


/************************************************
 Head to Head Table
************************************************/	
table.headtohead{ 
	margin: 10px 0; 
	font-size: 10px;
	}
table.headtohead td.challenger{ 
	width: 261px; 
	}
table.headtohead td.versus{ 
	width: 111px; 
	background: #C4C4C4; 
	}
table.headtohead img.vs{ 
	display: block; 
	margin: auto; 
	vertical-align: middle; 
	border: none; 
	}
table.headtohead p{ 
	line-height: 1.2em; 
	font-style: italic; 
	}
table.headtohead p.right{ 
	text-align: right; 
	display: inline; 
	}
table.headtohead img.left{ 
	border: 2px solid #000; 
	margin-right: 5px; 
	}
table.headtohead img.right{
	border: 2px solid #000; 
	margin-left: 5px; 
	}


/************************************************
 My Leagues
************************************************/
table.myleagues{ 
	margin: 10px 0 5px; 
	font-size: 10px; 
	}
table.myleagues img{ 
	margin: 2px 6px; 
	}
table.myleagues td.leaguename{ 
	width: 320px; 
	}
table.myleagues td.owner{ 
	width: 120px; 
	}
table.myleagues td.players{ 
	width: 80px; 
	}
table.myleagues td.attitude{ 
	width: 80px; 
	}
table.myleagues td.margin{ 
	width: 80px; 
	}
table.myleagues .small-gray{ 
	color: #676767; 
	font-size: 11px; 
	}
table.myleagues .text-float{ 
	float: left; 
	margin-top: 8px; 
	}


/************************************************
 Picks-History Table
************************************************/
table.picks-history{ 
	margin: 10px 0; 
	font-size: 10px; 
	}
table.picks-history td.group{ 
	width: 152px; 
	}
table.picks-history td.yourgolfer{ 
	width: 152px; 
	}
table.picks-history td.pointsearned{ 
	width: 152px; 
	}
table.picks-history td.capvalue{ 
	width: 152px; 
	}


/************************************************
 My Trophies Table
************************************************/
table.mytrophies{ 
	width: 230px; 
	margin: 10px 0; 
	font-size: 10px; 
	}
table.mytrophies td.one{ 
	padding: 0px 2px; 
	width: 22px; 
	}
table.mytrophies td.two{ 
	padding: 1px 2px; 
	width: 45px;
    font-size: 9px;
    text-align: right;
	}
table.mytrophies td.three{ 
	padding: 1px 2px 1px 0; 
	width: 163px;
    font-size: 9px;
	}
table.mytrophies td img{
	 vertical-align: middle; 
	}
table.mytrophies .text-float{ 
	float: left; 
	margin: 2px 0 0 5px; 
	}
/*.trophy-list {
	width: 272px;
	border-top: 1px solid #afafaf;
	margin: 20px 0 5px;
}
.trophy-list li {
	border-bottom: 1px solid #afafaf;
}
.trophy-list a {
	height: 26px;
	display: block;
	font-size: 110%;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	padding-left: 25px;
}
.trophy-list a:hover,
.trophy-list li.active a {background-color: #fff;}*/
.trophy-1 {
    background: url(../../media/imgs/shared/trophies/trophy-1-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-2 {
    background: url(../../media/imgs/shared/trophies/trophy-2-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-3 {
    background: url(../../media/imgs/shared/trophies/trophy-3-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-4 {
    background: url(../../media/imgs/shared/trophies/trophy-4-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-5 {
    background: url(../../media/imgs/shared/trophies/trophy-5-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-6 {
    background: url(../../media/imgs/shared/trophies/trophy-6-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-7 {
    background: url(../../media/imgs/shared/trophies/trophy-7-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-8 {
    background: url(../../media/imgs/shared/trophies/trophy-8-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-9 {
    background: url(../../media/imgs/shared/trophies/trophy-9-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.trophy-10 {
    background: url(../../media/imgs/shared/trophies/trophy-10-sm.gif) no-repeat;
	width: 18px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
div.trophy-header{
        background: #9C9C9C;
        color: #FFF;
        clear: both;
        padding: 5px;
        width: 625px;
}


div.trophy-box{
	height: 110px;
	width: 130px;
	margin: 6px 3px 6px 3px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px solid #c1c1c1;
	background: #fff;
	position: relative;
}

div.trophy-box.empty{
	/*background: #EBEBEB;*/
}

/************************************************
 Blog Table
************************************************/
table.blog{ 
	margin: 10px 0; 
	}
table.blog td.topic{ 
	width: 470px; 
	}
table.blog td.views{ 
	width: 160px; 
	}
table.blog a{ 
	text-decoration: underline; 
	}


/************************************************
 Comments Table
************************************************/	
table.comments{ 
	margin: 10px 0; 
	}
table.comments td.comment{ 
	width: 470px; 
	}
table.comments td.date{ 
	width: 160px; 
	}
table.comments a{ 
	font-style: italic; 
	}
    
/************************************************
 Registration Table
************************************************/	
table.registration{
    width: 550px;
	margin: 10px 0; 
	}
table.registration td.label{ 
	width: 290px; 
	}
table.registration td.enter{ 
	width: 260px; 
	}

/*****
 * hide	input field from bots
 ***/
input.name-bh{
  display: none;
}

/************************************************
 Survey Questions Table
************************************************/	
table.survey-questions{
    width: 635px;
	margin: 10px 0; 
	}
table.survey-questions td.one{ 
	width: 35px;
    vertical-align: top;
    text-align: right;
	}
table.survey-questions td.two{ 
	width: 300px; 
    vertical-align: top;
	}
table.survey-questions td.three{ 
	width: 300px; 
    vertical-align: top;
    text-align: left
	}
table.survey-questions select{
    float: left;
}

/************************************************
 My Position Table
************************************************/
table.myposition{ 
	margin: 10px 0 40px;  
	}
table.myposition td{ 
	border: 1px solid #6C6C6C; 
	}
table.myposition td.user{ 
	width: 280px; 
	line-height: 1.4em; 
	border-left: none; 
	}
table.myposition td.weekpoints{ 
	width: 130px;
	}
table.myposition td.overallpoints{ 
	width: 130px; 
	}
table.myposition td.margin{ 
	width: 95px; 
	border-right: none; 
	}
table.myposition img{ 
	margin-right: 5px; 
	}
table.myposition td.head{ 
	background: #9C9C9C; 
	color: #FFF; 
	}

.amount{ text-align: right; width: 80px; } 
.tbreaker{ font-size: 10px; color: #F00; width: 40px; text-align: right; float: right; margin-top: 5px; }

/************************************************
 Pagination
************************************************/
div.pages{ 
	float: right; 
	margin-bottom: 40px; 
	color: #808080; 
	/*font-size: 10px;*/ 
	font-weight: bold; 
  display: inline;
  font-size: 9px;
  /*margin-bottom: 2px;*/
	}
div.pages ul{ 
	display: inline; 
	}
div.pages ul li{ 
	display: inline; 
	}
div.pages a{ 
	color: #005696; 
	text-decoration: underline; 
	}
div.pages p{
    display: inline;
    font-size: 9px;
    margin-bottom: 2px;
}
div.pages a.current{ 
	color: #666; 
	text-decoration: none; 
	}
	
	
/************************************************
 Index Styles
************************************************/	
.divider{ 
	margin: 0 8px; 
	}
.welcome{ 
	margin-left: 10px; 
	font-weight: bold; 
	font-size: 15px; 
	}
.username{ 
	font-color: #808080; 
	font-style: italic; 
	font-size: 13px; 
	}
/*.col2-title{ 
	display: block; 
	margin-top: 16px; 
	}*/
.submit{ 
	margin: 15px 15px 0 0; 
	}
.login-padding{ 
	margin-left: 10px; 
	}
.forget-password{ 
	font-size: 8px; 
	font-weight: bold;
	margin: 5px 10px 8px 0;
    clear: both;
	}
.login-button{ 
	margin: 0 10px 10px 0; 
	}
a.login-red{ 
	text-decoration: none; 
	color: #F00; 
	}
a.login-white{ 
	text-decoration: none; 
	color: #FFF; 
	font-size: 1.3em;
	line-height: 150%;
	}
.advertisement{ 
	font-size: 10px; 
	margin: 10px 0 5px 10px; 
	} 

.steps{	
	margin: 15px 0; 
	}

.subcol-title{ 
	width: 320px; 
	float: left;
    overflow: hidden;
    margin-bottom: 10px;
	}
.subcol{ 
	width: 290px; 
	float: left; 
	color: #002e5c; 
	font-size: 11px;
	background: url(../../media/imgs/shell/bg-3col.jpg) no-repeat;
	height: 221px;
	padding: 20px 15px 15px;
	line-height: 1.4em;
	}
	
	.subcol p{ 
		line-height: 1.4em; 
		width: 250px; 
		margin-bottom: 10px; 
		}
	.subcol h1{ 
		font-size: 22px; 
		font-weight: bold; 
		color: #005696;
		text-transform: uppercase;
		}
	.subcol .title{ 
		margin-bottom: 10px; 
		}
	.subcol a{ 
		color:#F00; 
		}
	.subcol p.last{ 
		width: 100%; 
		}

.small-image{ 
	float: right; 
	width: 60px; 
	text-align: right; 
	}
	.small-image img{ 
		display: block; 
		}
	.small-image a{ 
		color: #F00; 
		font-size: 10px; 
		}

#winner{ 
	margin: 10px 0 10px 15px;
	width: 231px; 
	height: 78px; 
	background: url(../../media/imgs/shell/bg-winner.jpg) no-repeat;	
	margin-bottom: 10px; 
	font: 14px #fff; 
	font-weight: bold; 
	padding: 0px 20px 0px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}
	#winner img{ 
		float: left; 
		}
	#winner h3{ 
		font-size: 14px;
		color: #005696;
		font-weight: bold;
		padding-top: 5px;
		}
	#winner .gray{ 
		color: #005696;
		font-size: 14px;
		display: block; 
		font-weight: normal;
		}

.powered-by{ 
	float: right; 
	color: #595959; 
	font-size: 10px; 
	margin: 10px 0 20px; 
	}
	.powered-by img{ 
		margin-left: 10px; 
		vertical-align: top; 
		}

/************************************************
 Picks-History Page
************************************************/
div.races{
    color: #808080;
    font-style: italic;
    padding: 2px 2px 4px;
    font-size: 12px;
}
    div.races a{
        color: #808080;
        font-weight: bold;
}

/************************************************
 Login Page
************************************************/
.login-content p{
	margin-bottom: 10px;
}
.login-content ul{
	margin: 15px 0;
}
.login-content ul li{
	padding: 10px 0 10px 40px;
}
.login-content h1{
	margin-bottom: 20px;
}
	
/************************************************
 FAQ
************************************************/
ol.faq{
	margin: 10px 0 15px;
	border: 1px solid #999;
}
ol.faq li{
	padding: 5px 0;
	background: #fdfdfd;
	margin-bottom: 1px;
}
ol.faq li:hover{
	background: #999;
}

/************************************************
 Prize Page
************************************************/
.prize-page-image{
	display: block;
	margin: 0 auto;
}


.col1-content-home h1{
	color: #005696;
	font-size: 14px;
	text-transform: uppercase;
}

.col1-content-home h3{
	color: #005696;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

h2.login{
	font-size: 24px;
	color: #ffffff;
	margin: 5px 0 10px 10px;
}
.tiger-update{
  border: 1px solid #b05858;
  background: #f2dada;
  color:#363636;
  float: left;
  font-size: 10px;
  font-weight: normal;
  margin:10px 0;
  padding:10px;
  width: 615px;
}


/***
 *
 *
 *
 *
 */
#question-holder{
  position: relative;

  width: 610px;
  height: 450px;

  margin-top: 10px;
}

#question-holder #remaining{
  position: absolute;
  top: 0;
  left: 0;

  width: 505px;
  height: 24px;
  padding: 5px 5px 5px 100px;

  background: transparent url(../../media/imgs/shell/question-position-bg.jpg) no-repeat;
}

#question-holder #remaining p{
  float: left;
  width: 17px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;

  text-align: center;
  color: #fff;
  margin: 2px 0 0 3px;

  background-color: #3b8bb4;
}

#question-holder #timer-wrapper {
  position: absolute;

  top: 50px;
  left: 10px;

  width: 370px;
  height: 24px;
  line-height: 24px;

  padding: 5px 10px;
  background: transparent url(../../media/imgs/shell/timer-bg.jpg) no-repeat;

  z-index: 999999;
}

#question-holder #timer-wrapper #timer {
  font-style: italic;
  font-weight: bold;
}

#begin{
  position: absolute;

  top: 0px;
  left: 0px;

  width: 610px;
  height: 455px;

  background: transparent url(../../media/imgs/shell/start-bg.jpg) no-repeat;

  z-index: 999999999;
}

#begin #start-lang{
  position: absolute;
  top: 30px;
  left: 30px;
  
  width: 350px;
  height: 200px;

  color: #fff;
  font-weight: bold;
}

#begin #start-lang p{
  font-size: 1.1em;
  margin-bottom: 15px;
}

#begin #start{
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

#question-holder .jcarousel-container{
  position: relative;
  width: 600px;
  height: 411px;

  top: 40px;
  left: 0;

  padding: 5px;

  background: transparent url(../../media/imgs/shell/question-holder-bg.jpg) no-repeat;
}

#question-holder .jcarousel-container .jcarousel-prev{ display: none; }

#question-holder .jcarousel-container .jcarousel-next{  
  position: absolute;
  width: 191px;
  height: 191px;
  background: url(../../media/imgs/shell/next-question.jpg) no-repeat;

  top: 10px;
  right: 10px;

  cursor: pointer;
}

#question-holder .jcarousel-container .jcarousel-clip{
  position: absolute;
  width: 390px;
  height: 344px;

  top: 50px;
  left: 10px;
}

#question-holder .jcarousel-container .jcarousel-clip #questions{
  line-height: 150%;
}

#question-holder .jcarousel-container .jcarousel-clip #questions .picks-group-wrapper{
  margin: 0;
  padding: 0;

  width: 370px;
  height: 334px; /*344*/

  padding: 5px 10px;

  background: transparent url(../../media/imgs/shell/question-bg.jpg) no-repeat;
}

#question-holder .jcarousel-container .jcarousel-clip #questions .picks-group-wrapper h3{
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;

  margin-bottom: 3px;
}

#question-holder .jcarousel-container .jcarousel-clip #questions .picks-group-wrapper ul{
  margin: 0;
  padding: 0;
}

#question-holder .jcarousel-container .jcarousel-clip #questions .picks-group-wrapper ul li{
  clear: left;

  height: auto;
  width: auto;

  margin: 2px 0 0 0;
  padding: 0;
}

#question-holder .jcarousel-container .jcarousel-clip #questions .picks-group-wrapper ul li input{
  margin: 0 3px 0 0;
  padding: 0;
}

#end{
  display: none;
  position: absolute;

  top: 40px;
  left: 0px;

  width: 610px;
  height: 411px;

  background: transparent url(../../media/imgs/shell/question-holder-bg.jpg) no-repeat;

  z-index: 999999999;
}

#end #stop-lang{
  position: absolute;
  top: 15px;
  left: 15px;
  
  width: 350px;
  height: 200px;

  color: #3B8BB4;
  font-weight: bold;
}

#end #stop-lang p{
  font-size: 1em;
  margin-bottom: 15px;
}

#end #stop{
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}


.note{
  margin-top: 20px;
  font-size: .8em;
}


/***
 * Rules
 */
#rules{
  color: #000;
  line-height: 140%;
}

