@charset "UTF-8";


#rank .TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin:0 0 0 13px;
}
#rank .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
#rank .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0 9px;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	background: url(/static/images/080725_fc_04.png) repeat-x;
	list-style: none;
	border: solid 1px #c4c5a6;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#000;
}
#rank .TabbedPanelsTabHover {
	background: url(/static/images/080725_fc_03.png) repeat-x;
}
#rank .TabbedPanelsTabSelected {
	background: url(/static/images/080725_fc_03.png) repeat-x;
}
#rank .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#rank .TabbedPanelsContentGroup {
	clear: both;
}
#rank .TabbedPanelsContent {
	width:170px;
	padding:8px 10px;
}
#rank .TabbedPanelsContentVisible {
}


#news .TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin:10px 0 0 15px;
}
#news .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background:url(/static/images/080725_fc_09.png) no-repeat;
	height:1%; /* if IE*/
	overflow: hidden;
	padding-left:16px;
	height:26px;
}
#news .TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding:0 0 0 20px;
	height:23px;
	overflow:hidden;
	margin: 0px 0px 0px -1px;
	background: url(/static/images/080725_fc_09_2.png) no-repeat left top;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#news .TabbedPanelsTab span {
	background: url(/static/images/080725_fc_09_2.png) no-repeat right top;
	display:block;
	padding:0 20px 0 0;
	line-height:28px;
}
#news .TabbedPanelsTabHover,
#news .TabbedPanelsTabSelected {
	background: url(/static/images/080725_fc_09_1.png) no-repeat left top;
}
#news .TabbedPanelsTabHover span,
#news .TabbedPanelsTabSelected span {
	background: url(/static/images/080725_fc_09_1.png) no-repeat right top;
}
#news .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#news .TabbedPanelsContentGroup {
	clear: both;
}
#news .TabbedPanelsContent {
	padding:8px 10px;
	width:430px;
}
#news .TabbedPanelsContent ul {
	text-align:right;
	line-height:22px;
}
#news .TabbedPanelsContent ul li {
	border-bottom:1px solid #d1d1bb;
	clear:both;
}
#news .TabbedPanelsContent ul b,
#news .TabbedPanelsContent ul span,
#news .TabbedPanelsContent ul a {
	float:left;
	display:block;
}
#news .TabbedPanelsContent ul .button2,
#news .TabbedPanelsContent ul .button3 {
	margin-top:2px;
}
#news .TabbedPanelsContentVisible {
}
