.tab_unsel {
	width:			70px;
	height:			16px;
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;

	z-index:		1;
	font:			11px Tahoma;
	white-space:		nowrap;
	text-align:		center;

	background:      ThreeDFace;
	border:          1px solid;
      	border-color:    ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
	cursor: pointer;

	border-bottom: none;

	margin-top: 6px;

	font: Menu;
	font-size: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-user-select: None;
}

.tab_sel {
	width:			74px !important;
	height:			20px !important;
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;

	z-index:		1;
	white-space:		nowrap;
	text-align:		center;

	font: Menu;
	font-weight: 	 bold;
	font-size: 110%;

	background-color:      #EAF0F3;

	border:          1px solid;
      	border-color:    ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-user-select: None;
}


.tab_page {
	display: none; 
	position: relative;

	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;

	font:				11px Tahoma;
	color:				Black;

	padding:		10px;
}

.tabs_container {
			border: none;
			margin-top: 10px;
		}

