@charset "UTF-8";

#content h1 { background: url(../img/dot-div-blue.png) 0px 31px repeat-x; padding-bottom: 16px; }

#content .game { float: left; width: 255px; height: 131px; padding: 0 25px 0 110px; background-position: top left; background-repeat: no-repeat; }

#content .general_wisdom { background-image: url(../img/daily_trivia/main-img-general.jpg); }
#content .mtv { background-image: url(../img/daily_trivia/main-img-mtv.jpg); }
#content .history { background-image: url(../img/daily_trivia/main-img-history.jpg); }
#content .music { background-image: url(../img/daily_trivia/main-img-music.jpg); }
#content .sports { background-image: url(../img/daily_trivia/main-img-sports.jpg); }
#content .super { background-image: url(../img/daily_trivia/main-img-super.jpg); }
#content .rivvid { background-image: url(../img/daily_trivia/main-img-rivvid.jpg); }

#content .game h2 { font-size: 20px; color: #fff; padding: 7px 0 12px 0; }
#content .game p { font-size: 12px; font-weight: bold; color: #4d4d4d; padding-bottom: 8px; }
#content .game p.nologin { color: #900; font-style: italic; }

#content .game p em { color: #26abe2; }

#content .game h3 { color: #2e2e2e; font-size: 12px; font-weight: bold; padding-bottom: 6px; }
#content .game h3 strong { color: #26abe2; font-size: 26px; font-weight: normal; }

#content .game h4 { color: #2e2e2e; font-size: 13px; font-weight: bold; }


#daily_trivia_player_stats {
	background: url(../img/daily_trivia/player_stats_bar.png) top left no-repeat;
	width: 972px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 14px;
	padding: 0px;
	text-transform: uppercase;
}
#daily_trivia_player_stats li {
	float: left;
	color: #2e2e2e;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	padding: 12px 12px 0 12px !important;
	border-right: dotted 1px #82bee8;
	height: 36px !important;
}
#daily_trivia_player_stats li:first-child, #daily_trivia_player_stats li:last-child { border-right: none; }
#daily_trivia_player_stats li.avatar {
	width: 44px;
	padding: 0px !important;
	height: 48px;
}
#daily_trivia_player_stats li.avatar div {
	margin: 3px 0 0 3px;
}
#daily_trivia_player_stats li.avatar div img {
	border: 1px solid #fff;
}
#daily_trivia_player_stats li em {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
}
#daily_trivia_player_stats li em span {
	color: #c0dcf0;
	font-size: 14px;
}



/* today's top daily scores table */
#todays_top_scores { padding: 0 0 20px 0; }
#todays_top_scores h4 {
	background: url(../img/dot-div-blue.png) top repeat-x; padding: 12px 0 12px 0;
	font-size: 20px;
	color: #0b7171;
}

#todays_top_scores ul { }
#todays_top_scores ul li {
	list-style-type: none;
	float: left;
	margin-left: 3px;
	border-bottom: 1px solid #fff;
}
#todays_top_scores ul li:first-child { margin-left: 0 !important; }

#todays_top_scores ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-topright: 4px !important;
	-webkit-border-top-left-radius: 4px !important;
	-webkit-border-top-right-radius: 4px !important;
	background-color: #8bc541;
	padding: 6px;
	cursor: pointer;
}
#todays_top_scores ul li.active a {
	color: #fff;
	background-color: #333;
}
#todays_top_scores ul li a:hover {
	color: #fff;
	background-color: #2c9be9;
}
#todays_top_scores table { clear: both; width: 100%; }
#todays_top_scores table th {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	padding: 6px;
	text-align: left;
}
#todays_top_scores table td {
	text-align: left;
	font-size: 11px;
	padding: 6px;
	border-bottom: 1px dotted #999;
}
#todays_top_scores table tr td.rank {
	font-weight: bold;
	width: 10px;
	font-size: 12px;
}
#todays_top_scores table tr .score {
	text-align: right;
}
#todays_top_scores table tr.altrow td { background-color: #eee; }
#todays_top_scores table td strong { font-size: 12px; }
#todays_top_scores table td em {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #2c9be9;
}
#todays_top_scores table td a {
	font-size: 13px;
	font-weight: bold;
	color: #2c9be9;
	text-decoration: underline;
}
#todays_top_scores table td a:hover {
	color: #30644e;
}
#todays_top_scores p { padding-top: 8px !important; text-align: right; }
#todays_top_scores p a {
	font-size: 13px;
	font-weight: bold;
	color: #2c9be9;
}


/* top 5 players sidebar */
#top_5_players h4 {
	margin-top: 12px;
	background: url(../img/daily_trivia/right_top5.png) top left no-repeat;
	width: 300px;
	height: 48px;
}
#top_5_players h4.category0 { background: url(../img/daily_trivia/right_top5_today.png) top left no-repeat; }
#top_5_players h4.category1 { background: url(../img/daily_trivia/right_top5_general.png) top left no-repeat; }
#top_5_players h4.category2 { background: url(../img/daily_trivia/right_top5_history.png) top left no-repeat; }
#top_5_players h4.category3 { background: url(../img/daily_trivia/right_top5_movies.png) top left no-repeat; }
#top_5_players h4.category4 { background: url(../img/daily_trivia/right_top5_music.png) top left no-repeat; }
#top_5_players h4.category5 { background: url(../img/daily_trivia/right_top5_sports.png) top left no-repeat; }
#top_5_players h4.category6 { background: url(../img/daily_trivia/right_top5_super.png) top left no-repeat; }
#top_5_players h4 span { display: none; }

#top_5_players table { width: 100%; }
#top_5_players table td {
	border-bottom: 1px solid #bfe1f8;
	padding: 10px 0;
	vertical-align: top;
}
#top_5_players table tr:last-child td {
	border-bottom: none;	
}

#top_5_players td.avatar { width: 80px; }
#top_5_players td.avatar img { border: 1px solid #ccc; padding: 1px; }

#top_5_players h5 { padding-bottom: 6px; }
#top_5_players h5, #top_5_players h5 a {
	font-size: 14px;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;
}
#top_5_players h5 a:hover { text-decoration: underline; }

#top_5_players p {
	padding: 2px 0;	
	margin-bottom: 4px;
}
#top_5_players p, #top_5_players li {
	font-size: 12px;
	color: #999;
}
#top_5_players p strong {
	color: #2c9be9;
	font-weight: normal;
	font-size: 24px;
}
#top_5_players li {
	list-style-type: none;
	float: left;
}
#top_5_players li strong {
	color: #3a3a3a;
	font-size: 13px;
}
#top_5_players li:first-child { padding-right: 15px !important; }

#top_5_players p.top100 a {
	display: block;
	text-decoration: none;
	background: url(../img/daily_trivia/right_btn_top100.png) top left no-repeat;
	height: 26px;
}
#top_5_players p.top100 a span { display: none; }

