/******** General *******/
a:link {
  text-decoration: underline;
  color: #2D3364;
}

a:visited {
  text-decoration: underline;
  color: #2D3364;
}

a:hover {
  text-decoration: underline;
  color: #6C82B2;
}

a:active {
  text-decoration: none;
  color: #2D3364;
}

body {
  background-color: #C4CAE8;
  height:100%;
  font-family: "Verdana";
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  
}

.font10 {
  font-family: "Verdana";
  color: #000000;
  font-size: 10pt;
}

.font10b {
  font-family: "Verdana";
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

.font12 {
  font-family: "Verdana";
  color: #000000;
  font-size: 12pt;
}

.font12b {
  font-family: "Verdana";
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

td {
  font-family: "Verdana";
  font-size: 8pt;
  padding: 4px 4px 4px 4px;
}

input {
  font-family: "Verdana";
  font-size: 8pt;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

.radioinput {
  border-width: 0px;
}

select {
  font-family: "Verdana";
  font-size: 8pt;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

.header {
  font-family: "Verdana";
  font-size: 12pt;
  font-weight: bold;
}

.tableheaderwhite {
  background-color: #FFFFFF;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
}

.contentheader{
  background-repeat: no-repeat;
  background-image: url(../images/content-top.jpg);
}

.tableheader{
  background-color: #E5842C;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
}

.doublebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: double;
  border-width: 3px;
}

.singlebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

iframe {
border-width: 0px;
height: 60px;
width: 400px;
vertical-align:top;
}

iframe.hidden {
visibility: hidden;
width:0px;
height:0px;
}

.topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 150px;
width: 150px;
background: url(../images/corner-banner-small.gif) no-repeat;
text-decoration: none;}

/******** CALENDAR *******/

.calendar {
padding:0;
margin:0;
}

.MonthTitle {
width:678px;
height:25px;
background-color:#00004B;
text-align:left;
padding:0;
}

.DisplayMonthCell {
width:191px;
}

.DisplayMonth {
width:191px;
border: 1px solid #000000;
}

.Weekday {
background-color: #660033;
font-family: "Verdana";
font-weight: bold;
color: #FFFFFF;
font-size: 8pt;
padding: 2px 0px 2px 0px;
}

.daynum {
font-weight: bold;
font-family: "Verdana";
font-size: 8pt;
text-align:center;
}

.DisplayDetails {
width:487px;
}

.DescriptionDate {
width:100px;
font-weight: bold;
font-family: "Verdana";
font-size: 9pt;
text-align:right;
}

.DescriptionDay {
width:85px;
font-style: italic;
font-family: "Verdana";
font-size: 9pt;
text-align:left;
}

.Description {
width:300px;
font-family: "Verdana";
font-size: 9pt;
text-align:left;
}

/******** Newsletter *******/

.newsletter-main-title{
color:#CC6600;
font-size: 20px;
}

.newsletter-main-subtitle{
color:#666666;
font-size: 11px;
}

.newsletter-main-body{
color:#000;
font-size: 12px;
text-align:left;
}

.newsletter-side-body{
color:#696969;
font-size: 11px;
text-align:left;
}

.newsletter-side-title{
color:#333;
font-size: 14px;
}


/********* HEAD TAGS **********/

.subnavEntry{
	padding-bottom:6px;
}

.subnavEntryActive{
	background-repeat: no-repeat;
	background-image: url(../images/subnav-leaf.jpg);
	padding-bottom:6px;
}

h6{
	color:#660d15;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 0 0 30px;
}

h6 a, h6 a:link, h6 a:visited{
	color:#000;
	text-decoration:none;
}

h6 a:hover{
	color:#2a2b57;
}

.auctionItem{
     padding-bottom:15px;
}

.auctionTitle{
  font-family: "Verdana";
  font-size: 12pt;
  font-weight: bold;
  margin-bottom:5px;
}
.auctionDescription,.auctionBid{
     margin-bottom:5px;
}
.auctionDescription{
  font-family: "Verdana";
  font-size: 11pt;
  font-weight: bold;
  font-style:italic;
}
.auctionBid{
  font-family: "Verdana";
  font-size: 10pt;
  font-style:italic;
  margin-left:10px;
}
.auctionBasketDetails{
     width:475px;
}

.auctionBasketImageDiv{
     float:left;
}

.auctionImage img{
     border:0px;
     margin-bottom:5px;
}

.auctionBasketIncluded{
     float:left;
     width:260px;
}

.clear{
     clear:both;
}