﻿body { 
	background-color: #fff;
	background-color: #4080C0;
	margin:0;
}

body, p, td, th, a { 
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5em;
}

h1, h2, h3 { 
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

#banner
{
	position: absolute;
  	top: 0px;
  	left: 0px;
	height:106px;
	width:100%;
	background: #010080 url(../img/banner.jpg) no-repeat;
	color: silver;
	text-align: right;
	margin: 0;
	padding-right:32px;
  	white-space: normal;
  	z-index:2;
}

#topmenu
{
	position: absolute;
  	top: 80px;
  	left: 480px;
  	z-index:3;
	color: silver;
}


#sidemenu
{
	position: absolute;
  	top: 100px;
  	left: 0px;
	width: 287px;
	height:800px;
	padding-left:12px;
	background: #010080 url(../img/bgmenu.jpg) no-repeat;
	color: #fff;
	line-height: 1.3em;
  	white-space: normal;
  	z-index:4;
}

#sidemenu ul
{
	margin:0;
	padding:0 15px;
	list-style:circle;
}

#sidemenu li
{
	padding:0 0 6px 0;
	border-bottom:dotted 1px gray;
}

#content
{
	position: absolute;
  	top: 106px;
  	left: 287px;
  	width: 100%;
  	padding:18px;
	background-color: #4080C0;
	color: #fff;
  	white-space: normal;
  	z-index:5;
}

#listing
{
	position: absolute;
  	top: 106px;
  	left: 287px;
  	width: 100%;
	background-color: white;
	color: darkslategray;
	line-height: 1.0em;
  	white-space: normal;
  	z-index:5;
  	padding:12px;
}

#bidform
{
	position: absolute;
  	top: 100px;
  	left: 200px;
  	width: 100%;
  	padding:18px;
	background-color: #FFFFFF;
	color: darkslategray;
	line-height: 1.5em;
  	white-space: normal;
  	z-index:5;
  	font-family: times new roman, times, serif; 
  	font-size: x-small; 
}

h1.bidform { font-size: 18pt; margin: 0px 0px 0px 0px; }
h2.bidform   { font-size: 14pt; margin: 0px 0px 0px 0px; }
h3.bidform   { font-size: 11pt; margin: 0px 0px 0px 0px; }
td.bidform, th.bidform { font-size: x-small; font-weight: normal; background-color: white; }

td.prompt { font-size: x-small; text-align:left; vertical-align: top; }

td.value  { font-size: x-small; text-align:left; vertical-align:top; }

.flat   { 
 border: solid 1px #4080C0;
 font-family: Arial, Helvetica, Sans-Serif; 
 font-size: small; 
 background-color: #FFFFE0; 
 font-weight: bold; 
 color:DarkSlateGray;
 padding-left:5px; 
}

h1 { font-size: large; font-weight:bold; }
h2 { font-size: medium; font-weight:bold; }
h3 { font-size: small; font-weight:bold; }
h4 { font-size: small; }

a, a:link, a:visited { font-weight:bold; color:navy;  text-decoration:none; }
a:active, a:hover { font-weight:bold; color:olive; text-decoration:underline; }

a.gallery, a.gallery:link, a.gallery:visited { font-weight:bold; color:lavender; font-size:13pt; text-decoration:none; }
a.gallery:active, a.gallery:hover { font-weight:bold; color:skyblue; text-decoration:underline; }

a.sidemenu, a.sidemenu:link, a.sidemenu:visited { font-weight:bold; color:lavender;  text-decoration:none; }
a.sidemenu:active, a.sidemenu:hover { font-weight:bold; color:skyblue; text-decoration:underline; }

a.item-title, a.item-title:link, a.item-title:visited { color:#4080C0; text-decoration:none; }
a.item-title:active, a.item-title:hover { color:navy; text-decoration:underline; }

span.selected-menu { color:#fff; font-weight:bold; text-decoration:underline; }

td.listing { border-top:#4080c0 1px solid; padding:20px; }
p.item-details { color: slategray; }

h3 { font-size: large; font-weight:normal; margin-bottom:4px;  }

