﻿/* tabs */
div#tabcontainer {
	height:40px;
	clear:both;
}
div.panel {
	min-height:300px;
	height:300px;
	height:auto !important;
}

/* tabs */
ul.tabs {	
	line-height: normal;
	/*
	width: 600px;
	background-image: url("images/tabs_bg.gif");
	*/
}
ul.tabs, ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	float: left;	
	margin-right: 1px;
	margin-left: 0px;
	padding: 0 0 0 10px;
	line-height: 18px;		
	cursor: pointer;	

	background-color: #f0f0ee;
	border-bottom: none;	

	background: url("images/tab_bg.gif") no-repeat left top;	
}

ul.tabs li span {
	float: left;
	display: block;	
	padding: 0px 10px 0 0;
	font-size: 9px;
	line-height: 18px;
}


ul.tabs li.current {
	background-color: #ffffff;	
	border-bottom-color: #ffffff;
	background: url("images/tab_sel_bg.gif") no-repeat left top;	
}

ul.tabs li.disabled {
	filter: alpha(opacity=50);	
	opacity: 0.5;	
	cursor: default;
}

ul.tabs li span {	
	background: url("images/tab_end.gif") no-repeat right top;	
}
ul.tabs li.current span {
	background: url("images/tab_sel_end.gif") no-repeat right top;
}




