/*  start of css for tabs */

/*
.tabBtn{ 
	padding: 2px 0px 2px 0px; 
	border: 3px outset #ffffff; 
	border-bottom: 0px; 
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	
	-webkit-border-top-right-radius : 5px; 
	-webkit-border-top-left-radius : 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	margin-left: 1px; 
	display:block; 
	cursor: pointer;
	background-color:#353535; 
}
*/

.tabLink{ 
	padding: 0px 5px 0px 5px; 
	color: #ffffff;
}

.dataContainer{ 
	border: 2px outset #ffffff; 
	padding: 10px; 
	border-top: 2px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	visibility: hidden; 
	display: none; 
	clear: left;
}





/*  end of css for tabs */

.tabBtn{
	background-image:url('../images/tab-btn-normal.gif');
	width:175px;
	cursor:pointer;
	text-align:center;
	height:38px;
	line-height:38px;
	float:left;
}

.tabBtnOver{
	background-image:url('../images/tab-btn-over.gif');
	float:left;
	color:#ffffff;
	width:175px;
	cursor:pointer;
	text-align:center;
	height:38px;
	line-height:38px;
	
}

.tabContainer{
	border-bottom:1px solid #bf419e;
	width:600px;
}