/* Layout and Positioning */
html {
	margin: 0px;
	padding: 0px;
	height: 96%;
}
body {
	position: relative;
/*
	border-color: black;
	border-width: 1px;
	border-style: dotted;
*/	
	margin: 1%; 
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	height: 98%;
}
#main {
/*
	border-color: black;
	border-width: 1px;
	border-style: dotted;
*/	
	left: 5%;
	width: 90%;
	position: relative;
	height: 100%;
}

/* Formatting */
html, td, div
{
	vertical-align: top;
	color: #021B2F;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1
{
	font-size: 13px;
	line-height: 110%;
	margin: 0 0 0 0;
}
form {
	display: inline;
}
a:link, a:visited {
	color: #0457a7;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	background-color: #fef28c;
	text-decoration: none;
}
.error {
	color: #d31105;
}


#logoimage {
	float: left;
	padding-right: 5px;
}
#logotitle {
	border-bottom: 1px solid #cccfd3;
	width: 100%;
	padding-top: 10px;
}
#siteutilities {
	float: right;
	text-align: right;
	padding-top: 10px;
}


#SearchPane td {
	padding: 5px 0px 5px 10px;
}
#SearchPane .header {
	padding: 5px 0px 0px 10px;
	font-weight: bold;
}

#listfilter {
	background-color: #b9cee2;
	border: solid 1px #7591ad;
	padding: 2px 5px 2px 5px;
	height: 20px;
}
#results
{
/*	overflow: scroll; */
/*    height: 88%; */
}
#listresults
{
/*	overflow: scroll; */
	/*    height: 88%; */
}
#listactions {
	background-color: #e0e8f0;
	border-top: solid 1px #7591ad;
	padding: 5px;
	height: 20px;
}
#ResultsPane td {
	padding: 8px 3px 8px 2px;
	border-top: solid 1px #e0e8f0;
	line-height: 14px;
}
.listactive {
	background-color: #fbf8aa;
}
.listgallery {
	background-color: #fbf8aa;
}
.listgalleryarrow {
	padding:10px 10px 0px 10px;
}
.itemphoto  {
	border: solid 1px #057cef;
}
a:hover .itemphoto  {
	border: solid 1px #000000;
}
.itemtitle {
	font-weight: bold;
	font-size: 12px;
}
.itemcost {
	font-weight: bold;
	font-size: 12px;
	color: #3c8f14;
}
.itemtime {
	color: #9b9b9a;
}


/* dialog --------------------------------------------*/
#dialog {
	width: 250px;
	text-align: left;
}
.dialogdropshadow {
    background: url(img/dropshadow.png) no-repeat bottom right;
}
.dialogcontent {
	position:relative;
	bottom:4px;
	right: 4px;
	background-color: #fbf8aa;
	padding: 5px 8px 5px 8px;
	border: solid 1px #727374;
}
.itemdescription {
	padding-top: 8px;
}