html body {
	font-family:tahoma,arial,helvetica;
	text-align:center;
	margin:0px auto;
	background-color:black;
	color:#CC0000;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#CD0000;
}


#content {
	margin:15px auto;
	text-align:left;
	width:1024px;
	height:auto;
}

#main {
	padding:10px;
}
.pane {
	width:157px;
	height:517px;	
	margin:2px;
}
.panel {
	width:157px;
	height:517px;	
	margin:2px;
}
.panel:hover {
	border:2px solid white;
	margin:0px;
}
.panel_header {
	width:150px;
	height:20px;
	background-color:white;
	color:silver;
}
.panel_head_back {
	font-size:16px;
	font-weight:bold;
	width:100%;
	position:relative;
	height:30px;
	top:445px;
	background-color:black;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:black;
}
.panel_head_text {
	font-size:20px;
	font-weight:bold;
	width:100%;
	position:relative;
	height:30px;
	top:416px;
	color:white;
}
.panel_head_text a {
	color:#FFFFFF;
	text-decoration:none;
}
.panel_head_text a:hover {
	color:#CD0000;
}

#header {
	color:#cc0000;
	font-size:18px;
	text-align:center;	
}
#header a {
	color:#cc0000;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
}

#footer {
	color:maroon;
	font-size:10px;
	text-align:center;	
}
#footer a {
	color:#cc0000;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}

.panel_page_header {
	position: relative; 
	top: -510px; 
	font-size: 20px; 
	font-weight: bold;
	color:#CCCCCC;
}
.panel_page_header a {
	text-decoration:none;
	color:#FFFFFF;
		
}
.panel_page_header a:hover {
	color:#CD0000;
}
.red {
	color:#cc0000;
}
.panel_default {
	border:1px solid maroon;
	vertical-align:top;
}
.faded {
	width:100%;
	background-color:black;
	position:relative;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
td {
	vertical-align:top;
}
.clear {
	clear:both;	
}
.spacer {
	width:0px;
	float:left;
}

table {
	margin:0px auto;
}
th {
	background-color:maroon;
	color:white;
	padding:2px 10px;
}
.submit_button {
	cursor:pointer;
	background-color:maroon;
	color:white;
	width:100%;
	padding:2px;
}
.editable td{
	border:1px solid maroon;
	padding:2px 5px;
}
.editable,.editable input,.editable textarea,.editable select {
	font-family:tahoma,arial,helvetica;
	width:100%;
	font-size:10pt;
}
.main_table {
	margin: 0px auto;
	text-align: center;
	
	width:1000px;
}

#image_list li {
	list-style:none;
}
#image_list {
	padding-left:0px;	
}
				
