﻿body
{
	background: #FFFFFF url(images/tile_main.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 0 12px;
	padding:15px 0;
}
#main
{
	position:relative;
	width:750px;
	margin:auto;
	text-align:left;
}
#header
{
	border-bottom: double 3px #669900;
	padding-bottom:10px;
	text-align:center;
}
#header h1
{
	font-size:1.5em;
	color:#669900;
}
#header h2
{
	font-size:1.3em;
	color:#669900;
}
.loginStatus
{
	display:block;
	width:100%;
	text-align:right;
	font-size:.8em;
	padding:5px;	
}
a.loginButton
{
	text-decoration: none;
	border: outset 2px gray;
	padding: 3px;
	background-color: #dcdcdc;
}
a.loginButton:hover
{
	color: #4169e1;
	border: outset 2px silver;
}
.headerImages
{
	margin-right:15px;
}
p.deadline
{
	font-weight: bold;
	text-align: center;
	font-size: larger;
	border: solid 1px red;
	background: mistyrose;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 0;
}
a.registerButton
{ 
	text-transform: uppercase; 
	background-color: #dcdcdc; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold; 
	text-decoration:none;
	border:outset 2px silver;
}
a.registerButton:hover
{ 
	text-transform: uppercase; 
	background-color: #dcdcdc; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold; 
	text-decoration:none;
	border:outset 2px grey;
	color:Navy;
}
.loginBoxes
{
	width:100%;
}
.newUsers
{
	float: left;
	width: 345px;
	background-color: #fffacd;
	min-height: 250px;
	padding: 5px;
	margin: 0 auto 10px;
	border: #f0e68c 1px solid;
}
.returningUsers
{
	float: right;
	width: 345px;
	background-color: #f0fff0;
	min-height: 250px;
	padding: 5px;
	margin: 0 auto 10px;
	border: #8fbc8b 1px solid;
}
p.forgot
{
	margin-top:0;
	margin-bottom: 3px;
	font-size:.8em;
	line-height:1.2em;
}	
#content
{
	padding:15px;
}
#content h1
{
	font-style: italic;
	font-size:1.3em;
}
#content h2
{
	color:#669900;
	font-size:1.2em;
}
#content h3
{
	font-size:1.1em;
	color:#669900;
}
.loginName
{
	text-align:right;
	font-size:.8em;
	margin:0;
}
.btnViewChanges
{
	float: right;
	font-style: italic;
	font-weight: bold;
}
a.btnViewChanges:hover
{
	color: #00008b;
}
	
table.SubmitOrFinish td
{
	width:50%;
}
td.submit
{
	background-color: #f0fff0;
}
td.finish
{
	background-color: #ccffcc;
}
div#viewall
{
	width:698px;
	height:45px;
	border:solid 2px #000;
	padding:5px 8px 3px 8px;
	margin-top:10px;
	margin-right:15px;
	background-color:#ffc;
}
.viewallbtn
{
	padding:3px;
	float:left;
}
div#viewall div.button
{
	float:left;
	width:30%;
}
div#viewall div.text
{
	float:right;
	width:70%;
	padding-top:4px;
}
#footer
{
	clear:both;
	font-size:.9em;
	color:Gray;
	border-top:solid 1px #669900;
}
#footer p
{
	line-height:1em;
	margin:4px 10px;
}
