


dl.table-display
{
width: 400px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:0 0 0 0;
}

.table-display dt
{
width: 200px;
float: left;
margin: 0 0 5 0;
padding: 0px;
font-weight: normal;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 200px;
margin: 0 0 5 0;
padding: 0px;
}

.form_button{
	margin-bottom:10px;
	border: solid 1px #FF9933;
}
	
.table_gallery {
	width: 408px;
	border:solid;
	border-width:1px;
	border-color:#FD9A32;
	vertical-align:top;
	margin-bottom:20px;
	text-align: center;
}

.table_gallery img{
	border:solid;
	border-width:1px;
	padding:2px;
	border-color:#C43106;
	background-color:#FFFFFF;
}



/* -----
	
----- */

table.data {width:100%;}

table.data th {
	font-size:11px;
	text-align:left;
	color:#FFFFFF;
	background-color:#660000;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	padding:3px;
}

table.data td {
	background-color:#FDECA6;

	color:#000000;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding:3px;
}


table.data tfoot td {
	color:white; 
	background-color:#6C747A; 
	background-image:none;
	border-top:1px solid #8BAAA3;
	border-right: 0px solid #FFFFFF;
	padding:3px;
}

table.data td.instruct{
	font-style:normal;
	font-weight:bold;
	height:30px;
}

