﻿.CBEspacerCell {
        font-weight:bold;
        font-size:110%;
        padding:10px 1px 0px 10px;
        border-top:2px gray solid;
}
.CBEfieldInfoCell {
        font-weight:normal;
        font-size:95%;
        padding:2px 10px 10px 10px;
        border-bottom:2px gray dashed;
}
.CBESubTabDesCell {
        font-weight:normal;
        font-size:95%;
        padding:2px 10px 10px 10px;
        border-bottom:2px gray dashed;
}

.cbe_radioList_table {
	width:		90%;
	float:		left;
}

.cbe_checkboxList_table {
	width:		90%;
	float:		left;
}

.tab-pane {
	position:	relative;
	width:		100%;
}

.tab-row .tab {
	font:			Menu;
	cursor:			pointer;
	display:		inline;
	margin:			10px -1px 1px 2px;
	float:			left;
	padding:		2px 5px 3px 5px;
	background:		#CCC;
	border-width:	1px;
	white-space:	nowrap;
	position:		relative;
	top:			0px;
}

.tab-row .tab.selected {
	background:		#FFF;
	border:			1px solid #666;
	border-bottom:	0px;
	padding:		2px 6px 4px 6px;
	margin:			1px -3px -3px 0px;
	top:			-2px;
}

.tab-row .tab a {
	font:			Menu;
	color:			#000;
	text-decoration:	none;
	cursor:			pointer;
}

.tab-row .tab.hover {
	background:	#EEE;
}

.tab-page {
	clear:			both;
	border-top:		1px dotted #999999;
	background:		#FFFFFF;
	position:		relative;
	top:			10px;
	color:			#333333;
	font:			Message-Box;
	padding:		5px;
	width:        	95%;
}

.tab-row {
	white-space:		nowrap;
}
