/* wc-styles.css - Styles for all WelfareCSM pages */
/* Created: 24 April 2008 */
/* Author:  Tobias Mayer */

a {
  color: blue; 
  text-decoration: none;
}
  
a:hover {
  color: purple;
  text-decoration: underline;
}

body, table {
  font-family: verdana,sans-serif;
  font-size: 10pt;
}

p {
  margin-top: 2px;
  margin-bottom: 6px;
}

h1 {
  font-family: verdana; 
  font-size: 48pt; 
  font-weight: bold;
  margin-top: 10px;
}

h2 {
  font-family: verdana; 
  font-size: 19px; 
  font-weight: normal; 
  font-style: italic;
  color: brown; 
  margin-top:-38px; 
}

.wcsm_topnavbar {
  text-align:right; 
  font-size:9pt; 
  border-bottom:gray solid 1px; 
  padding-top:5px; 
  padding-bottom:10px
}

.wcsm_banner {
  width: 800px; 
  height: 144px;
  text-align: center; 
  border: black solid 1px; 
  background: white;
}

.wcsm_outer_container {
  width:800px; 
  text-align:center; 
  border:black solid 1px; 
  background:white;
}

.wcsm_inner_container {
  width:600px; 
  text-align:left; 
  padding-left:100px; 
  padding-right:100px; 
  padding-top:20px;
}

.sectionBody {
  display:none;
}

.subtitle { 
  width:200px;
  font-size:10pt;
  font-weight:bold;
  padding-top: 8px;
  padding-bottom: 5px;
  border-bottom:1px solid #00FFFF; 
}

.arrowbox
{
  cursor:pointer; 
  cursor:hand; 
  font-weight:bold;  
  color:black; 
  background:#00FFFF; /* turquoise */
  padding-bottom:4;
  border:1px solid gray;
  position:relative; 
  left:182px; 
  top:-22px;
}

/* Workshop list columns */

.listcolumn1 {float:left; width:185;}
.listcolumn2 {float:left; width:135;}
.listcolumn3 {float:left; width:120;}
.listcolumn4 {float:left; width:80;}
.listcolumn5 {float:left; width:80;}
.listspace   {height:24px;}

/* Auction layout variables */

.bidrow     {}
.bidcolumn0 {float:left; width:25;}
.bidcolumn1 {float:left; width:180;}
.bidcolumn2 {float:left; width:60;}
.bidcolumn3 {float:left; width:76;}
.bidcolumn4 {float:left; width:170;}

.auctionTextBox {
  border: #666666 solid 1px ;
}

.auctionFootNote {
  padding-top:5px; 
  font-style:italic;
}

.popWin {  
  display:none;
  position:absolute; 
  background:#FFFFCC; 
  padding:5px; 
  border: 1px black solid; 
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-size:8pt;
}

.popTitle {
  float:left; 
  font-family:Verdana,Arial,Helvetica,sans-serif; 
  font-weight:bold;
  font-size:8pt;
}

.popX {
  float:right; 
  cursor:pointer; 
  cursor:hand; 
  font-weight:bold; 
  font-size:8pt; 
  color:white; 
  background:#CD0000; 
  border:1px solid gray;
}

.popHelp {
  cursor:pointer; 
  cursor:hand; 
  font-weight:bold; 
  font-size:10pt; 
  color:navy; 
  background:yellow; 
  border:1px solid gray;
}

#countdown {
  font-weight:bold; 
  color:red; 
  float:right;
}











