@charset "utf-8";

html, body { 
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin:0; 
   padding:0; 
   overflow-x:hidden;
}
   
body {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
}
   
#container { width:760px; text-align:left; }
#footer { padding:15px 0; text-align:center; }

#menu_left a:link, #menu_left a:visited { text-decoration:none; }
#menu_left a:hover, #menu_left a:active { text-decoration:underline; }

.titlebar { 
   padding:3px;
   background-color:#000066;
   font-variant:small-caps;
   color:#FFFFFF;
   font-weight:bold;
}

.input { font-size:11px; border:1px solid #6699CC; }
.button { font-size:11px; }
.info { font-weight:bold; }

.menu_container { width:170px; border:1px solid #222222; }
.menu_guts { border:1px solid #FFFFFF; text-align:left; }

.listing_container { width:600px; border:1px solid #222222; }
.listing_guts { border:1px solid #FFFFFF; }
.listing_even { background-color:#EEEEEE; font-weight:bold; }
.listing_odd { background-color:#FFFFFF; font-weight:bold; }
.listing_over { background-color:#A7D8FC; font-weight:bold; cursor:pointer; }

.heading {
	background-color:#000066;
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	height:20px;
	margin:2px;
}

.photo { border:1px solid #222222; margin:2px; }
.photo_over { border:1px solid #6699FF; margin:2px; }

.zoom_container {
    background-color:#FFFFFF;
    position:absolute;
	display:none;
    border:1px solid #000000;
	margin:2px;
}