/* -------
General Element Properties
------- */
* {
	margin: 0;
	padding: 0;
	border: none;
} 

html{
	height: 100%;
	margin-bottom: 1px;
}

body{
	min-width: 780px;
	text-align: center;			

	font-family: Arial, Verdana, Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;

	color: #000;
	/*background-color: #FFF; /*Testing Color*/
	
	background-color: #373737; /*Correct Color*/
}

ul, ol {
	list-style: none;
}

ol
{
	font-size: 0.75em;
}

img{
	display: block;
	font-size: 80%;
	color: #999;
	background-color: inherit;
	border: 0;
}

blockquote, cite, address {
	font-style: normal;
	font-size: 0.80em;
}

address.map
{
	font-weight: bold;
	margin-bottom: 25px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

acronym {
	cursor: help;
}



/* -------
Form Elements
------- */
form 
{
	width: 100%;
}

fieldset
{
	border-top: 1px solid #000;
	position: relative;
}

fieldset ol
{
	width: 100%;
	margin: 25px 0 20px 0;
}

fieldset ol li
{
	padding-bottom: 25px;
	/*background-color:#FFCC33;*/
}

/*Extra spacing below li's with Select Inputs*/
fieldset ol li.select
{
	padding-bottom: 27px;
	/*background-color:#FFCC33;*/
}

fieldset ol li label
{
	padding: 1px 5px 0 0;
	width: 80px;
	/*background-color: #00FF00;*/
	text-align: right;
	float: left;
}

fieldset ol li input
{
	float: left;
	width: 136px;
}

fieldset ol li select
{
	float: left;
	width: 142px;
}

legend
{
	font-weight: bold;
	padding: 5px 5px 5px 0;
	color: #000;
	font-size: 0.80em;
	cursor: default;
}

fieldset ol li input.subjectLine
{
	width: 363px;
}

fieldset ol li textarea.conMsg
{
	width: 363px;
	margin-bottom: 0;
}

li.noPad
{
padding: 0;
}


/* -------
Table Elements
------- */
table {
	width: 100%;
	font-size: 0.8em;
}

table td
{
	vertical-align: middle;
	padding: 5px 10px;
}

table th
{
	font-weight: normal;
	padding: 5px 10px;
}

td.middle
{
	vertical-align: middle;
}

tr.right
{
	text-align: right;
}

td.center
{
	text-align: center;
}

table.roster
{
	margin-bottom: 20px;
}


/* -------
Misc. Declarations
------- */
.noBorder {
	border: none;
}

.noPadding {
	padding: 0;
}

table.clearSessions
{
font-size: 0.75em;
text-align: left;
background-color: #FFFFCC;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
width: 300px;
margin: 0 auto 20px;
}

table.clearSessions th
{
padding: 5px 10px;
background-color: #66CCFF;
border-top: 1px solid #000;
border-left: 1px solid #000;
font-weight: bold;
}

table.clearSessions td
{
padding: 5px 10px;
border-top: 1px solid #000;
border-left: 1px solid #000;
}

table.debugTable
{
font-size: 0.75em;
text-align: left;
background-color: #FFFFCC;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
margin-bottom: 20px;
}

table.debugTable caption
{
text-align: left;
font-weight: bold;
padding-bottom: 5px;
}

table.debugTable tr.required
{
background-color: #ffdfdf;

}

table.debugTable th
{
padding: 5px 10px;
background-color: #66CCFF;
border-top: 1px solid #000;
border-left: 1px solid #000;
font-weight: bold;
}

table.debugTable td
{
padding: 5px 10px;
border-top: 1px solid #000;
border-left: 1px solid #000;
}

table.debugTable td span.overSet
{
font-weight: bold;
color: #CC0000;
}

