@charset "utf-8";
/* CSS Document */

body{	
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	}
	
td{
	vertical-align: top;
	}	
	
#shell{
	position: relative;
	width: 815px;
	background-color:#FFFFFF;
	}	
	
#banner{
	position: relative;
	background-color: #000000;
	}

#content{
	position:relative;
	background-image:url(img/tile.jpg);
	background-repeat:repeat-x;
	background-color: #dbd7b3;
	padding-left: 10px;
	width: 781px;
	left: 12px;
	}


#window{
	position:relative;
	background-color: #FFFFFF;
	width: 815px;
	text-align: left;
	}
	
#footer{
	position:relative;
	background-image: url(img/footer.jpg);
	background-repeat:no-repeat;
	width: 815px;
	background-color:#FFFFFF;
	text-align: center;
	}
	
	
#listing, .adminlisting {
	position: relative;
	width: 709px;
	background-color: #c4c1a0;
	/*background-color: #d7d5c6;*/
	text-align: left;
	left: 34px;
	}	
	
#left{
	background-color: #93907c;
	padding: 7px;
	}
	
#middle{
	padding: 10px 2px 0px 10px;
	width: 310px;
	}	
	
#right{
	text-align: right;
	width: 183px;
	}	
	
#info{
	font-weight: bold;
	text-decoration: underline;
	}		
	
p{
	margin: 0px;
	padding: 0px;
	}
	
h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
h3{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	font-style:italic;
	margin: 0px;
	padding: 0px;
	}	
	
.incl{
	font-size:10px;
	color: #000000;
	}
	
#btn{
	background-color: #373415;
	color: #d7d5c6;
	font-weight: bold;
	width: 85px;
	padding: 6px;
	text-align: center;
	}	
	
a:link{
	color: #000000;
	text-decoration:none;
	}	
	
a:visited{
	color: #000000;
	text-decoration:none;
	}	
	
a:active{
	color: #000000;
	text-decoration:none;
	}	
	
a:hover{
	color: #003300;
	text-decoration:underline;
	}

a:link.light{
	color: #d7d5c6;
	text-decoration:none;
	}	
	
a:visited.light{
	color: #d7d5c6;
	text-decoration:none;
	}	
	
a:active.light{
	color: #d7d5c6;
	text-decoration:none;
	}	
	
a:hover.light{
	color: #ffffff;
	text-decoration:underline;
	}	
	
.adminlisting label { width: 75px; float: left; clear: left; margin: 3px; }
.adminlisting .select1 { width:300px; margin : 1px; }
.adminlisting .textfield { width:300px; margin : 1px; }
.adminlisting .textPicker { width:150px; }
				
