
body, html {
	font-size: 12px;
	font-family: verdana;
	text-align: center;
	margin: 0;
	padding: 0;
}
html {
	background-image: url("../Files/Design/$FILE/background+700.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #005028;
}
body { background-color: transparent }
form {
	width: 700px;
	padding: 0px;
	top: 0;
	margin: 0 auto;
	min-height: 100%;
}
* html form { height: 100% }
#header br {display: none;}
#header { text-align: left;}
#header .blockImport {
	font-weight: bold;
	font-size: 24px;
	color: black;
}

#linksbar {
	text-align: left;
	float: left;
	width: 150px;
	clear: both;
	padding-left: 10px;
}
#linksbar ul, #linksbar li { display: inline; margin: 0; padding: 0 }
#linksbar a {
	display: block;
	padding: 3px;
	margin: 5px;
	color: #005028;
}

#content {
	text-align: left;
	margin: 0px 0px 0px 135px;
	padding: 30px 20px 0px 0px;
	
}
* html #content { height: 1%; }
a { color: #005028 }

#footer {
	
	padding: 0px;
}

div.EventSetBox input { float: left }
div.eventInfo {
	margin-left: 30px;
	margin-bottom: 1em;
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
#Error #fieldsPlaceholder { font-family: monospace }


