@charset "utf-8";
/* CSS Document */

ul#tables {
	list-style: none;
	float: right;
	margin: -35px 20px; 0 0;
	padding: 0 0 0 0;
	height: 35px;
}
ul#tables li {
	float: left;
}
#default-tab {
	display: none;
	display: block;
	width: 1px;
	height: 1px;
	margin-top: -1000px;
}
.tab {
	clear: both;
}
#tab_default {
	z-index: 50;
}



ul#tables a {
	position: relative;
	display: inline;
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: -13px;
	text-decoration: none;
        margin-top: 30px;

}
ul#tables a.selected {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#tables a span.left {
	display: inline;
	float: left;
	width: 20px;
	height: 27px;
	background: url(../images/tabs.png) no-repeat left 0px;	
	margin-top: 8px;
}
ul#tables a span.right {
	display: inline;
	float: left;
	height: 20px;
	background: url(../images/tabs.png) no-repeat right 0px;
	padding: 7px 22px 0 0;	
	margin-top: 8px;
}
ul#tables a:hover span.left {
	background: url(../images/tabs.png) no-repeat left -60px;	
}
ul#tables a:hover span.right {
	background: url(../images/tabs.png) no-repeat right -60px;
}
ul#tables a.selected span.left {
	height: 34px;
	margin-top: 1px;
	background: url(../images/tabs.png) no-repeat left -120px;	
}
ul#tables a.selected span.right {
	height: 27px;
	margin-top: 1px;
	background: url(../images/tabs.png) no-repeat right -120px;
}



ul#tables #btn1 {
	z-index: 30;
}
ul#tables #btn2 {
	z-index: 20;
}
ul#tables #btn3 {
	z-index: 10;
}
ul#tables #btn1.selected,
ul#tables #btn2.selected,
ul#tables #btn3.selected {
	z-index: 40;
}