body {
	margin: 0;
	padding: 0;
}
.basictab {
	width: 995px;
	margin: 0 auto;
	border-bottom: 1px solid #cecece;
	background-image:url(media/bg_tabmenu.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height: 31px;
}

.basictab ul{
margin: 4px;
padding: 0;
margin-left: 0;
font: bold 10px Arial;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
float: left;
margin: 10px 0 0 0;

}

.basictab li a{
text-decoration: none;
padding: 10px 20px 9px 20px;
border-left: 1px solid #fff;

color: #0f2d4a;
}

.basictab li a:visited{
color: #0f2d4a;
}

.basictab li a:hover, .basictab li a.current{
background-color: #cbddee;
border-top: 1px solid #7195b8;
border-left: 1px solid #7195b8;
border-right: 1px solid #7195b8;
color: #0f2d4a;
padding: 10px 20px 14px 20px;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
background-color: #cbddee;
width: 973px;
margin: 0 auto;
margin-top: 2px;
padding: 10px;
border: 1px solid #7195b8;
font: normal 11px Arial;
}

.tabcontainer a {
	font: bold 11px Arial;
	color: #0f2d4a;
	text-decoration:none;
}

.tabcontent{
display:none;
width: 100%;
}

.clear {
	clear: both;
}

.tabcontent form {
	display: inline;
}

.tabcontent form input {
	padding: 3px;
	background-color: #f0f6fc;
	border:1px solid #7c98b3;
	margin: 0 2px 0 5px;
	font: bold 10px Arial;
	color: #123657;
}

.tabcontent form select {
	padding: 3px;
	background-color: #f0f6fc;
	border:1px solid #7c98b3;
	margin: 0 2px 0 5px;
	font: bold 10px Arial;
	color: #123657;
	width: 100px;
}

.tabcontent .submit {
	padding: 3px 5px 3px 5px;
	background-color: #e6e6e6;
	border:1px solid #ccc;
	margin: 0 2px 0 5px;
	font: bold 10px Arial;
	color: #494949;
}

