﻿#header ul, #tabletabs ul {
	font-size:1em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li, #tabletabs li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
}

#header a, #tabletabs a {
	display: block;
	background: #eee;
/*	color: #00c;*/
	color: #336699;
	/*width: 9.5em;*/
	padding: 0.24em 1em;
	text-align: center;
	text-decoration: none;
}

#header a:hover, #tabletabs a:hover {
	background: #336699;
	color: white;
}

#header #selected, #tabletabs #selected {
	border-color: black;
}

#header #selected a, #tabletabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #336699;
	font-weight: bold;
}
body {
	min-width: 750px;
	text-align:center;
	}
#header {
	width: 700;
	}
#wrapper {
	clear: both;
    font-family: Verdana;
    font-size: .8em;
    margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
    padding: 0 1em;
	text-align:left;
	width: 750px;
	}
ul {
	list-style:none;
}
#inner {
 	border: 1px solid gray;
 	padding: 1em;
 	clear: both;
}
#tablesinner {
 	border: 1px solid gray;
 	clear: both;
 	margin-top:-1.5em;
 	padding: 1em;
}
