html {
	height: 100%;
	margin-bottom: 1px;	
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	/*width: 800px;*/
}
img.separator {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	margin-top: 1px;
}
div.menu {
	background-image: url('/images/menu/menu_end.png');
	height: 17px;
	font-size: 0px;
}
div.submenu {
	margin: 10px;
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	text-align: center;
	color: #000000;
}
span.submenuitem {
	padding-left: 20px;
	padding-right: 20px;
}
div.logo {
	background-image: url('/images/logo.png');
	margin-top: 1px;
	margin-bottom: 1px;
	height: 33px;
	text-align: center;
	font-size: 200%;
	color: #666666;
	font-weight: bold;
}
div.navbar {
	background-image: url('navbar.png');
	margin-top: 1px;
	margin-bottom: 1px;
	height: 15px;
	text-align: center;
}
div.overmenu {
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	background-color: #4499FF;
	height: 5px;
	text-align: center;
	font-size: 0px;
}
div.footer {
	text-align: center;
	font-size: 80%;
	color: #999999;
	padding-top: 1px;
	border-top: 1px solid #BBBBBB;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
span.sitemap {
	position: absolute;
	left: 5px;
	font-size: 9px;
	font-weight: normal;
}
span.editor {
	position: absolute;
	right: 5px;
	font-size: 9px;
	font-weight: normal;
}
div.std_menumaker {
	margin: 50px;
	font-weight: bold;
	color: #BBBBBB;
	width: 80px;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}
div.act_menumaker {
	margin: 50px;
	font-weight: bold;
	color: #000000;
	width: 80px;
	border-bottom: 1px solid #0066FF;
	text-align: center;
}
div.content {
	border: 1px solid #BBBBBB;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	text-align: justify;
	background-color: #EEEEEE;
	color: #666666;
}
div.subcontent {
	margin-top: 20px;
}
div.banner {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
img.menuImage {
	border-style: none;
}
a {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	color: #0000FF;
}
h1 {
	margin: 0px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
div.list {
	border: 1px solid #BBBBBB;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	color: #AAAAAA;
	padding: 10px;
}
div.explorer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 80%;
	color: #666666;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}

a.tooltip em {
    display: none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration: none;
}
a.tooltip:hover em {
    text-align: left;
	font-style: normal;
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    padding: 5px;
    color: #000;
    border: 1px solid #BBBBBB;
    background-color: #EEEEEE;
	white-space: nowrap;
}

div.stats {
	text-align: center;
}
div.stats div {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	letter-spacing: -1px;
}
div.stats div object {
	margin-bottom: 20px;
}
div.stats div a {
	color: #666666;
}
div.stats div a:hover {
	color: #000000;
}
