/*
Randall Adams
06/13/2007
CSS page for our sign up sheet.
*/
/*Main template layout...the following sections are universal throughout*/
body{background-color:#FFFFFF; text-align:center;}
#topSection{width:100%;}
#top{margin-top:0px; margin-left:-135px;}
#bg{background-repeat:repeat-x;z-index:-1;width:693px;height:125px;}
#bgr{position:absolute;width:1000px;margin-left:-500px;left:50%;top:0px;height:125px;background-color:Transparent;background-repeat:no-repeat;text-align:center;}
*{margin: 0;padding: 0;border: 0;}
#frame{width: 693px;margin: 0 auto;background-color:Transparent;}
#content{color:Black;clear:both;display:block;width:693px;height:auto;margin-top:10px;background-color:Transparent;z-index:0;clear:both;text-decoration:none;text-align:left;}
div#container
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}
#footer {
	font-family:Trebuchet MS;
	font-size: 16px;
	color:#FFFFFF;
	background-color:#005F27;
	width:672px;
	height:50px;
	margin-left:19px;
	padding-top:15px;
	position:absolute;
	text-align:center;
	margin-top:-10px;
}
#footer a
{
    text-align:center;
    color:#FFFFFF;
    text-decoration:none;}
#footer a:hover
{
color:#339900;}
#menu{
	margin-top:15px;
	clear:both;
	width: 850px;
	height:40px;
	background-image:url(../images/menuBar.png);
	font-family:Trebuchet MS;
	font-size: 10px;
	color:#EEEEEE;
	background-repeat:no-repeat;
	text-align:center;
	z-index:100;
	padding-bottom:15px;
}
.dimBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 2;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.popupOverAll {
	z-index: 3;
	position:absolute;
	padding: 12px;
	width:400px;
	height:300px;
	color:#005F27;
	background-image:url(../../popup.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-200px;
	margin-top:100px;
	font-family:Trebuchet MS;
}
.inputField{
border:1px solid #005F27;
color:#005F27;
font-family:Trebuchet MS;
font-size:14px;
font-weight:100;
	}