/*Tab Container*/

#tabContainer {
	border: none;
	margin:0;
	padding:0;	
	width: 894px;
	font-size:1em;
}

#tabContainer tr  {
	background-color: transparent;
}

#tabContainer tr td {
	border: none;
	margin:0;
	padding:0;
	white-space: nowrap;
	background-color: transparent;
}

/* Tabs */

#tabs {
	float: left;
	width:100%;
	font-size:12px;
}

#tabs ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	margin:0px;
	background: url("/static/media/images/rt2_tab_left.png") no-repeat scroll left top;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
	color: #666666;
}

#tabs a span {
	float: none;
	background: url("/static/media/images/rt2_tab_right.png") no-repeat scroll right top;
	display: block;
	padding: 5px 15px 4px 6px;
	margin: 0px;
}

#tabs a.selected {
	background: url("/static/media/images/rt2_tab_selected_left.png") no-repeat scroll left top;
	color:#FFFFFF;
	border: none;
}

#tabs a span.selected {
	background: url("/static/media/images/rt2_tab_selected_right.png") no-repeat scroll right top;
}

#tabs a:hover span {
	color:#FFFFFF;
}
  
#tabs a:hover {
	background: url("/static/media/images/rt2_tab_selected_left.png") no-repeat scroll left top;
}
  
#tabs a:hover span {
	background: url("/static/media/images/rt2_tab_selected_right.png") no-repeat scroll right top;
 }
 
 
 /* Tab Base */
 div.tabBase {
 	margin:0;
 	height: 1px;
 	padding:0;
 	float:left;
 	border-top: 1px dotted #000000;
 	width:100%;"
 }