﻿
body
{
	margin: 0;
	background: silver;
	font-family: Arial;
}

a:hover
{
	color: black;
	background-color: #b7b7b7;
}



#page
{
	width: 1000px;
	overflow: hidden;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

#header #logo
{
	position: absolute;
}

#header #title
{
	color: White;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left: 24px;
	width: 51px;
	text-align: right;
}

#menuline
{
	height: 20px;
	width: 920px;
	border-bottom: solid 9px #007F7F;
	margin-left: 80px;
	overflow: visible;
	position: absolute;
}


#weblinks
{
	float: right;
	color: White;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	margin-top: 18px;
	margin-right: 4px;
}


#weblinks a:visited, #weblinks a:active, #weblinks a:link, #weblinks a:hover
{
	color: White;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

#footer #feedback
{
	float: left;
	margin-left: 5px;
}

#footer #feedback a:visited, #footer #feedback a:active, #footer #feedback a:link, #footer #feedback a:hover
{
	color: White;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

#footer
{
	width: 100%;
	background: #007F7F;
	color: White;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 9px white;
}

#footer #copyright
{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}


#header #openidform
{
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 12px;
}

#header #openidform form
{
	margin: 0;
	padding: 0;
	display: inline;
}

#header #openidform button
{
	font-size: 12px;
	height: 18px;
	border-color: black;
	border-width: 1px;
}

#header #logininfo
{
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	font-size: 12px;
}

#mainmenu
{
	float: left;
	margin-left: 5px;
	font-size: 18px;
}


#mainmenu a:visited, #mainmenu a:link, a:active
{
	color: black;
	text-decoration: none;
}

#mainmenu a:hover
{
	color: black;
	background-color: #e7e7e7;
}


#header #mainmenu .selecteditem
{
	background: #007F7F;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: White;
	position: relative;
	top: 3px;
}

#logininfo a:visited, #logininfo a:link, #logininfo a:active
{
	color: Blue;
	text-decoration: none;
}


.admin_section
{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #007f7f;
}

