/*
///////////////////////////////////////////////////////////////////////
// .css
///////////////////////////////////////////////////////////////////////
// Version 		0.1.0
// Modified		//
//
// Copyright (c) 2004 - DeBoest Network Consulting
///////////////////////////////////////////////////////////////////////
*/
#container{
	position: relative;
	min-height: 100%;
}
#banner{
	vertical-align: top;
/*	height: 100px;*/
	padding: 0px 0px 10px 0px;
	width: 100%;
	text-align: center;
	font-size: 20pt;
}

#content{
	padding-bottom: 100px;
}
#footer{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
a{
	color: #666;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

html, body{
	height:100%;
}
body{
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

a.banner{
	color: #000000;
	text-decoration: none;
}
a.nav{
	font-size: 9pt;
	color: #666;
	text-decoration: underline;
}
a:hover.nav{
	text-decoration: none;
}
a.danger{
	color: #BB0000;
}
a.deletex{
	color: #BB0000;
	font-size: 125%;
	font-family: arial sans-serif;
	text-decoration: none;
}
td.banner{
	vertical-align: top;
/*	height: 100px;*/
	padding: 0px 0px 10px 0px;
}
td.smallbanner{
	height: 60px;
}
.pageTitle{
	font-style: italic;
}
.logo{
	width: 100px;
	height: 100px;
}
.smalllogo{
	width: 50px;
	height: 50px;
}
img.logo{
	border: 0px;
}
table.banner{
	width: 100%;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
}
td.logo{
	padding-left: 5px;
}
.title{
	width: 500px;
	vertical-align: top;
	text-align: center;
	font-size: 20pt;
}
div.main{
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 5pt;
	padding-right: 5pt;
}
div.SecondBanner{
	position: absolute;
	top: 100px;
	background-color: #000000;
	text-align: center;
	height: 184px;
	width: 100%;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
}

.dangerButton{
	background-color: #CC0000;
	color: #EEEEEE;
}

/* forms */
td.formLabel{
}
div.form{
	margin-left: 1em;
}
div.fields{
	margin-left: 2em;
}
div.formField{
	margin-bottom: .5em;
}	
span.formLabel{
	font-size: 11pt;
}
span.subLabel{
	font-size: 9pt;
}
div.formHead{
	font-size: 12pt;
	font-weight: bold;
}
table.form{
	margin-left: 15px;
}
td.formCells{
	vertical-align: top;
}
div.checkExplain{
	display: inline;
}
textarea.checkExplain{
}
div.textShow{
	display: inline;
}
div.textHide{
	display: none;
}

div.banner{
	letter-spacing: 1pt;
	font-size: 16pt;
	font-weight: bold;
}


td.formCells{
	vertical-align: top;
}
td.formLabel{
	text-align: right;
}

div.version{
	margin-top: .5em;
	font-size: 7pt;
	color: #AAAAAA;
}

.formFormat{
	width: 75%;
}
hr.class_form_divider{
	margin-left: 0;
}