
#sortable { list-style-type: none; margin: 0; padding: 0; }
#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }

.nonlink {
	color:#444444;
}

.caveat {
	vertical-align:middle;
	font-size:10px;
}

A:link {text-decoration: none; outline:none;}
A:visited {text-decoration: none; outline:none;}
A:active {text-decoration: none; outline:none;}
A:hover {text-decoration: none; color: red; outline:none;}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	min-width:900px;
	background-color:#dde;
        font-size:24px;
}


img {
	border:0;
}

table,tr,td {
	border:0;
	padding:0;
	vertical-align:top;
}

.thumb_table img {
	margin:10px;
}

.subnav
{
	list-style-type:none;	
	padding:0px;
	margin:0px;
	text-align:left;
	line-height:1.7em;
}

.subnav .selected {
        font-weight:bold;
	font-size:.8em;
	background-color:#fcfcfc;
}

.subnavitem {
	padding-left:20px;
	font-size: .8em;
}

.entryoption {
	height:1.5em;
	text-align:left;
	vertical-align:middle;
}

.formlabel {
	text-align:right;
	vertical-align:middle;
	font-size:.6em;
	min-width: 8em;
	min-height: 1em;
	color:#444;
	white-space:nowrap;
}

h1 {
	font-size: 1em;
	padding-left:8.6em;
}

#container { 
	padding-left: 8em;   /* LC width */
        position: relative;
	min-height:100%;
}

#container .column {
  position: relative;
  float: left;
}

#center {
	width: 100%;
	height:100%;
	min-height:150px;
	background-color:#fcfcfc;
}

#left {
	width: 8em;
	right: 8em;
	margin-left: -100%;
	height: 100%;
}

#right {
	width: 425px;
	margin-right: -425px;
}

.entrytable {
	background-color: #fcfcfc;
        padding-left:.6em;
        padding-top:0em;
	width: 100%;
}

#map {
	margin: 0 auto;
	width: 425px;
	height: 300px;
	margin-bottom: 20px;
}

#footer {
	padding-top: 5px;
	clear: both;
}

.entry {
	font-size: .6em;
	text-align: left;
	vertical-align: middle;
	padding:.6em;

}

.filtercheckbox {
	margin-right: 3em;
}

/*** IE6 Fix ***/
* html #left {
  left: 120px;           /* RC width */
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }


#overlay{ background-image: url(graphics/95black.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="graphics/95black.png", sizingMethod="scale");
}
