.tabbed{
	padding:1px 2px 1px 2px;
	border: 1px solid #CDCDCD;
	display:none;
}

.tabtitle{
	background-color:#C50000;
	color:#FFFFFF;
	display:inline;
	margin-right:5px;
	padding:1px 2px 1px 2px;
	font-size:10pt;
	font-weight:bold;
	border: 1px solid #CDCDCD;
	border-bottom-style:none;
}

.tabtitle:hover, div.tabtitleunsel:hover, .tabtitleIeHoverFix, .tabtitleunselIeHoverFix{
	background-color:#F6F6F6;
	color:#FF3300;
	display:inline;
	margin-right:5px;
	padding:1px 2px 1px 2px;
	font-size:10pt;
	font-weight:bold;
	border: 1px solid #CDCDCD;
	cursor:pointer;
}

.tabtitleunsel{
	padding:1px 2px 1px 2px;
	display:inline;
	background-color:#FFFFFF;
	margin-right:5px;
	color:#424242;
	border: 1px solid #CDCDCD;
	border-bottom-style:none;
	font-size:10pt;
	font-weight:bold;
}

.tabbedshow{
	background-color:#F6F6F6;
	border: 1px solid #CDCDCD;
}
