body 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background: #808080;
}

#container
{
	position: relative;
	top: 30px;
	width: 980px;  
	margin: 0 auto; 
	text-align: left; 
	background: #ffffff;
	margin-bottom: -100px;
	min-height: 500px;
}

#topbar
{
	position: relative;
	top: 30px;
	width: 100%;
	height: 25px;
	background: #3f3f3f;
	z-index: 1;
	text-align: right;
	line-height: 2em;
}

#topbar a
{
	color: #ffffff;
	text-decoration: none;
}

#topbar a:hover
{
	color: #FEFFD6;
}

#links
{
	display: inline;
	float: left;
	position: relative;
	left: 150px;
}

#logo
{
	position: relative;
	top: -22px; 
	left: 5px;
	margin-left: 5px;
	margin-bottom: -15px;
	padding: 4px;
	width: 128px;
	height: 129px;
	background: url( images/logo.png ) no-repeat;
	z-index: 3;
}

#title
{
	position: relative;
	float: right;
	top: -140px;
	right: 5px;
}

#content
{
	position: relative;
	top: -100px;
	margin: 20px;
	margin-top: 30px;
	margin-bottom: -80px;
	border: 1px solid #c1c1c1;
	min-height: 500px;
	z-index: 1;

}

#packer
{
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 119px;
	height: 45px;
}

#loginform
{
	margin-top: 30px;
	border: 1px solid #c1c1c1;
	width: 280px;
	text-align: center;
	margin: 0 auto;
}

#footer
{
	width: 100%;
	height: 20px;
	background: #3f3f3f;
	z-index: 1;
	text-align: right;
	line-height: 1.9em;
	color: #ffffff;
	font-size: 0.8em;
}

#legend
{
	width: 917px;
	text-align: right;
	line-height: 2em;
	}

#day
{
	display: inline;
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	background-color: #CEE5C7;
	margin-right: 5px;
	margin-left: auto;
}

#redresult
{
	display: inline;
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	background-color: #DDB1B1;
	margin-right: 5px;
	margin-left: auto;
}

a
{
	color: #5f6ce8;
	text-decoration: none;
}

a:hover
{
	color: #e85f5f;
}

.successmessage
{
	clear: both;
	margin-top: 10px;
	border: 1px solid #c1c1c1;
	padding: 10px;
	width: 917px;
	text-align: center;
	margin: 0 auto;
	background: #CEE5C7;
}

.failmessage
{
	clear: both;
	margin-top: 10px;
	border: 1px solid #c1c1c1;
	padding: 10px;
	width: 917px;
	text-align: center;
	margin: 0 auto;
	background: #DDB1B1;
}


.td1
{
	background-color: #ffffff;
}

.td2
{
	background-color: #f0f0f0;
}

.td3
{
	background-color: #CEE5C7;
}
.td4
{
	background-color: #DDB1B1;
}
.td5
{
	background-color: #FFFFEC;
}

.clear
{
	clear: both;
}

.spacer
{
	height: 1px;
	width: 100%;
}

table
{
	border-collapse: collapse;
	margin: 20px;
}

td
{
	text-align: center;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
padding-bottom: -2px;
font: bold 12px Verdana, sans-serif;
line-height: 1.4em;

}

#navlist li
{
list-style: none;
margin: 0;
display: block;
float: left;
font-size: 11px;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
z-index: 4;
}
