/* This style sheet controls the look of the tabbed layout component */
.tabs {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style-type: none;
}
.tabs li {
	float: left;
	background: url(../images/tab.gif) top right no-repeat;
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 5px 10px 5px 10px;
	margin: 1px 5px 0 0;
}
.tabs li.active {
	background: url(../images/selected_tab.gif) top right;
}	
.tabs li a {
	padding: 5px;
	margin: 0;
}

#tab_control {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;	
}

#tabcontentcontainer {
	clear: left;
	font-size: inherit;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
	margin: -1px 0 0 0;
}
/*
.tabs {
	font-size: inherit;
	padding: 0;
	margin: 10px 0 5px 0;
}

.tabs li {
	font-size: inherit;
	display: inline;
	background: url(../images/tab.gif) right top;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	margin-left: 10px;
}

.tabs li a {
	font-size: inherit;
	padding: 10px 25px 3px 25px;
	margin: 0;
	font-weight: bold;
}

//#tablist li a:hover {
//	background: #fff;
//	border-bottom: 1px solid #fff;
//}

.tabs li.active {
	font-size: inherit;
	background: #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/selected_tab.gif) right top;
}

#tabcontentcontainer {
	font-size: inherit;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

*/