/* Styles for Games website 
-------------------------------------*/


/* Count down
-----------------------------------------------*/

#count_down {
	width:232px; height:51px;
	margin:0 0 8px 0; padding:0;
	background:url(/_template/08/images/count_bg.gif) top left no-repeat;
}

#count_down p {
	font:bold 1.7em arial, verdana, tahoma, san-serif;
	color:#FDB812;
	padding: 14px 0 0 130px;
}

/* Weather 
----------------------------*/
iframe {margin-bottom:8px;}


/* Styling of Medal Count
-----------------------------------------------*/

.medal_count {
	border-collapse:collapse;
	width:200px;
	padding:8px; margin:8px 0 0 12px;
	text-align:center;
}
.medal_count th {border-bottom:1px solid #BfBfBF; border-right:1px solid #BFBFBF;}
.medal_count td { border-right:1px solid #BFBFBF;}

.medal_count th.last, .medal_count td.last {border-right:0px solid #BFBFBF;}



/* Tabbed navigation used for News section
--------------------------------------------------------*/
ul#tabnav { 
	text-align: left; 
	margin: 10px 2px;  padding: 3px 10px 3px 10px; 
	border-bottom: 1px solid #BFBFBF; 
	list-style-type: none;
	
}

ul#tabnav li {display: inline;}


ul#tabnav li a { 
	padding: 3px 6px; 
	border: 1px solid #BFBFBF; 
	background: #F4F4F4 url(../images/tab_bg.gif) bottom repeat-x; 
	color: #333; 
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover {background:#F2F2F2;}
ul#tabnav a.here{background: #fff; border-bottom:1px solid #FFF;}



