﻿body
{
	background: #d0e4fe;
	font: 78%/130% verdana, Helvetica, sans-serif;
}

#main_wrapper
{
	position: relative;
}

a:link
{
	color: #369;
	text-decoration: none;
}

a:visited
{
	color: #036;
	text-decoration: none;
}

a:hover, a:active
{
	color: #036;
	text-decoration: underline;
}

a img
{
	border: 0;
}

.underline
{
	text-decoration: underline;
}

div#topbar
{
	border-width: thin;
	border-style: solid;
	padding: 0 10px 0 10px;
	background-color: #abcdef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#welcome
{
	color: #666777;
	float: right;
}

div#topmenu
{
}

div#topmenu span.item
{
	padding: 0 8px 0 8px;
}

div#topmenu span.active
{
	font-weight: bold;
	text-decoration: underline;
}

.divider
{
	padding: 2px;
}

.errormsg
{
	color: darkred;
	border-width: thin;
	border-style: dashed;
	padding: 8px 8px 8px 8px;
}

div#content
{
	color: black;
	border-width: thin;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#footer
{
	color: black;
	border-width: thin;
	border-style: solid;
	padding: 0 10px 0 10px;
	background-color: #abcdef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}