body
{
	background-image: url(../i/l/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

a
{
	background-color: inherit;
	color: #003706;
}

a:hover
{
	background-color: #003706;
	color: #ffffff;
	text-decoration: none;
}

h1
{
	color: #003706;
	/*display: inline;*/
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
}

h2
{
	color: #854011;
	/*display: inline;*/
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.75em;
}

h3
{
	background-color: inherit;
	color: #854011;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0;
}

span.strike
{
	text-decoration: line-through;
}

#content
{
	background-color: inherit;
	color: inherit;
	display: block;
	vertical-align: top;
}

#content div.note
{
	background-color: yellow;
	color: inherit;
	margin: 1em;
	padding: 1em;
	font-weight: bold;
}

#content label
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content label input
{
	display: block;
}

#content label input.noWrap
{
	display: inline;
}

#content label select
{
	display: block;
}

#content label textarea
{
	display: block;
}

#content ul
{
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	padding-bottom: 0px;
}

#footer
{
	clear: both;
	display: block;
	font-size: 0.8em;
	padding: 0.5em;
}

#logout
{
	float: right;
	font-weight: bold;
	padding-right: 0.5em;
}

/* bbmark -> misc styling */
.clearFloats
{
	clear: both;
	height: 1px;
	visibility: hidden;
}

.current
{
	font-weight: bold;
}

.errMsg
{
	background: #fff6bf url(/i/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	padding: 5px 20px 5px 45px;
	text-align: left;
}

.mistake
{
	text-decoration: line-through;
}

.msg
{
	background: #fef9c9 url(/i/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #4e6489;
	border-bottom: 2px solid #4e6489;
	margin-bottom: .5em;
}
/*
ul
{
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
*/
