/* Review nav */
.tabs {
	padding-top: 8px;
	padding-left: 4px;
	margin-bottom: 0px;
	border-bottom: solid 1px #fff;
	background: url(/support/rio/images/tabrule.gif) repeat-x 100% 100%;
	width:100%;
}
.tabs UL {
	margin:0;
	padding: 0;
	width: 100%;
}

.tabs LI {
	list-style-type: none;
	float: left;
	background: url(/images/rio2004/tab_rt_f2.gif) no-repeat right top;
	border-bottom: solid 1px #ccc;
	width: auto;
	overflow: visible;
	white-space: nowrap;
	font-size: 11px;
}
.tabs LI A:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.tabs LI A {
	font-size: 11px;
	background: url(/images/rio2004/tab_lt_f2.gif) left top no-repeat;
	padding: 4px 6px 2px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 8%;
}
.tabs LI.selected  {
	background: url(/images/rio2004/tab_rt.gif) right top no-repeat;
	border-bottom-color: #fff;
}
.tabs LI.selected A {
	background: url(/images/rio2004/tab_lt.gif) left top no-repeat;
	color: #000;
}
.tabs LI.selected A:hover  {
	color: #000;
	text-decoration: none;
	cursor: default;
}
.tabs LI.wtb  {
	width: auto;
	background: url(/images/rio2004/tab_rt.gif) right top no-repeat;
}
.tabs LI.wtb A:hover {
	font-weight: bold;
	color: #fff;
}

.tabs LI.wtb A {
	color: #fff;
	background: url(/images/rio2004/tab_lt.gif) left top no-repeat;
	padding: 4px 15px 2px 10px;
}
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}