body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: center;
}

* {
	/*  remove padding & margin from everything */
	padding: 0px;
	margin: 0px;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
}




#pageContainer {
	background: #FFF;
	text-align: left;
	z-index: 10;
	min-height: 250px;
	clear: both;
}


#clear {
	clear: both;
	/*border:1px solid #F00;*/
}
/*---------- FOOTER DEFINITIONS ----------*/
#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -100px;
	background-color: #808080;
	font-size: 12px;
	color: #000;
	z-index: -20;
	/*border: 5px solid #FC0;*/
}
#footer_event {
	padding: 10px;
	float:left;
}
#footer_admin {
	padding: 10px;
	float:right;
}
#footer_insain {
	position: absolute;
	bottom: 25px;
	left: 10px;
	font-size: 10px;
	color: #333;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FC0;
	text-decoration: underline;
}

#footer_version {
	position: absolute;
	bottom: 25px;
	right: 10px;
	font-size: 10px;
	color: #DDD;
}

/*
.h1 {
	color: #111;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.h2 {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
*/


/*---------- END FOOTER DEFINITIONS ----------*/









/*---------- STANDARD FONT ELEMENTS ----------*/
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

p {
	font-size: 10pt;
	color: #333333;
	font-weight:normal;
	line-height: 14pt;
	margin: 5px 0 10px 0;	
}

th {
	font-size: 10pt;
	color: #333333;
	font-weight:bold;
	padding: 5px;
	border-bottom:1px solid #666;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #333;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #EEE;
	background-color: #069;
	padding: 3px 10px 3px 10px;
	margin-bottom:5px;
}
H3 a {
	color: #EEE;
}
H3 a:hover {
	color: #FC0;
	text-decoration: none;
}

H5 {
	/* --- standard message --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #090;
	padding: 5px;
	border: 1px solid #090;
	background-color: #DDD;
	margin: 10px 0px 10px 0px;
}

H6 {
	/* --- ERROR MESSAGE --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #900;
	padding: 5px;
	border: 2px solid #FC0;
	background-color: #DDD;
	background-image: url(images/alert.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	height: 40px;
	margin: 10px 0px 10px 0px;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	vertical-align:top;
}


/*--- FORMS ---*/
.textbox {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	background-color: #EEE;
	border: 1px solid #666;
	padding: 2px;
}

.textboxreqd {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	background-color: #FFC;
	border: 1px solid #333;
	padding:2px;
}

.missing {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	background-color: #FC0;
	border: 1px solid #333;
	padding:2px;
}

textarea {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	background-color: #EEE;
	border: 1px solid #666;
	height: 60px;
	padding:2px;
}

.checkbox{
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	border: 0px;
	background-color: #d6d7d8;
}

.button {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	padding: 2px;
}

.smallbutton {
	font-family: Lucida Sans, Arial;
	font-size: 7pt;
	padding: 1px 5px;
}


/*----------------------------------------------------*/

.normal {
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	line-height: 14pt;
}

.fineprint {
	font-size: 8pt;
}

.panel {
	padding: 10px;
}


.hilite {
	background-color:#FF6;
}


.listrow {
	text-align:left;
	vertical-align:top;
	padding:2px;
	border-top:1px solid #CCC;
}

.trace {
	text-align:left;
	color:black;
	background-color:#FC0;
	margin:0px;
	padding:3px;
}