/* CSS Document */

	
/* **************  tab ******************** */

.tab_on {
	background-color:#C96F95;
	height:16px;
	width:110px;
	margin-right:1px;
	float:left;
	color:#000000;
	font-family: verdana, Arial;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:16px;
	display:block;
	}
.tab_off {
	background-color:#ffffff;
	height:16px;
	width:110px;
	margin-right:1px;
	color:#6F7073;
	font-family: verdana, Arial;
	font-size:11px;
	text-align:left;
	float:left;
	line-height:16px;
	display:block;
	}

.item_border {display:inline; padding:5px 5px; border-style:dotted; border-width:2px; border-color:#CACACC;}	

