#tabwrapper {
	height: 35px;
	float: left;
}

#tablinks {
	height: 19px;
	width: 50px;
	float: left;
	padding-left: 15px;
	padding-top: 9px;
	background: url(../images/tablinks_new.jpg) top left no-repeat;
	}
	
#tablinks a {
	color: #118abc;
	text-decoration: none;
	margin-left: 5px;
}

#tablinks a:hover {
	text-decoration: underline;
}
	
#tabrechts {
	height: 45px;
	width: 49px;
	float: left;
	background: url(../images/tabrechts.png) top left no-repeat;
	}
	
#tabmid {
	float: left;
	padding-left: 15px;
	background: url(../images/tab_bg.gif) no-repeat;
	}

div.demolayout {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	}

ul.demolayout {
	list-style-type: none;
	float: left;
	margin: 0;
	padding-left: 15px;
	background: url(../images/tab_bg.gif) repeat-x;
	}

ul.demolayout li {
	margin: 0 5px 0 0;
	float: left;
	margin-top: 3px;
	}
	
.demolayout li.hide {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

ul.demolayout a {
	float: left;
	display: block;
	height: 16px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	border-bottom: 0;
	color: #118abc;
	text-decoration: none;
	}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #118abc;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: none;
	}

.tabs-container {
	clear: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	}
