/*
side01 - DarkSeaGreen	8FBC8F	143 188 143
side02 - LightSalmon	FFA07A	255 160 122
side03 - Pink		FFC0CB	255 192 203
side04 - Wheat		F5DEB3	245 222 179
side05 - MediumOrchid	BA55D3	186  85 211
side06 - SteelBlue	4682B4	70 130 180
*/


html, body {
	background-color: black; 
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-size: medium;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 25px;
}

a:link {color: white;}
a:visited {color: white;}
a:hover {color: #CCCCCC;}
a:active {color: white;}

.hidden {display:none;}
.shown {display:inline;}
	 
a.linkopacity0 img {filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0;}
a.linkopacity0:hover img {filter:alpha(opacity=100);	-moz-opacity: 1.0; opacity: 1.0;}

#container {
	margin-left: auto;
	margin-right: auto;
	background: black url(title.jpg) no-repeat top right; 
	width: 975px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.quote {
	font-size: small;
}

#main {
	/*width: 605px;*/
	padding-right: 25px;
	padding-left: 350px;
}

#title {
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#links {
	padding-top: 0px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
#links a:link {color: white; text-decoration: underline overline; font-style: bold;}
#links a:visited {color: white; text-decoration: underline overline; font-style: bold;}
#links a:hover {color: #CCCCCC; text-decoration: underline overline; font-style: bold;}
#links a:active {color: white; text-decoration: underline overline; font-style: bold;}

#text {
	font-size: small;
	text-align: left;
	padding-top: 80px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#footer {
	font-size: smaller;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: center;
	clear: both;
}

#admin {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	align: left;
}

.table {
	font-size: smaller;
	text-align: left;
	background-color: #CCCCCC;
	color: white;
}

.table .header {
	color: black;
}

.table .label {
	text-align: right;
	color: black;
	background-color: #FFCCFF;
}

.table .content {
	background-color: #F8F8FF;
	color: black;
}

.table .subheader {
	font-size: smaller;
}

.tableHeader {
	background-color: black;
	text-align: left;
	font-family:Georgia,Serif;
	font-style:italic;
	color: #FFCCFF;
}

.table A:link {color:black;}
.table A:visited {color:gray;}
.table A:hover {color:#FF1493;}
.table A:active {color:#FF1493;}

.row1 {
	background-color: #FFF0F5;
	color:black;
}

.row2 {
	background-color: #FFE4E1;
	color:black;
}

#preview {
	text-align: left;
	padding: 3px;
	margin-top: 0;
	color: #000;
	background-color: white;
	width: 80%;
	font-size: smaller;
}

.notice {
	width: 350px;
	color: black;
	font-weight: bold;
}

.fixedLabel {
	text-align: right;
}
.req {
	color: #FF0000;
	display:inline;
}
#errorMessage {
	width: 350px;
	color: black;
	font-weight: bold;
}
.errortxt {
	color: #FF0000;
	display:inline;
	font-size: 0.8em;
}
#errorwarning {
	color: #FFFFFF;
	background-color: #FF0000;
	display:none;
	font-size: 1.2em;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCCFF;
	border: 3px outset gray;
	background-color: black;
	cursor: hand;
	font-family:Georgia,Serif;
	font-style:italic;
}

#alert {
	font-weight: bold;
	font-size: 1.1em;
	color: black;
	background-color: #FFCCFF;
}

h1 {font-style: bold;color:red; font-size: x-large;}
h2 {font-style: bold;color:red; font-size: large;}
h3 {font-style: bold;color:red; font-size: large;}
h4 {font-style: bold;color:red; font-size: large;}
h5 {font-style: bold;color:red; font-size: large;}
h6 {font-style: bold;font-style: italic;font-size: small;color:red;}

img {border: none;}
