﻿html, body, form, td {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {    
	/*background-image: url(img/bkgd.jpg);
	background-repeat: repeat-x;*/
	background-color: White;
	
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    color: Black;
}

#headcontainer {
  position: relative;
  width: 1000px;
  height: 140px;	
	
  margin-left: auto;
  margin-right: auto;
  
  border: 0px solid blue;
}

#headleft {
  float: left;  
  width: 500px;
  height: 100px;
  border: 0px solid green;
}

#headright {
    float: right;
    width: 460px;
    height: 100px;  
    border: 0px solid green;
    text-align: right;
}

#bodycontainer {  
  position: relative;
  display: block;
  width: 1000px;
  font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: Black;

  padding-bottom: 40px;	
  margin-left: auto;
  margin-right: auto;  
  
  border: 0px solid green;
}

#bodycontent {
  float: right;
  position: relative;
  display: block;
  padding: 10px 10px 20px 0px;
  width: 760px;
  
  border: 0px solid blue;
}

#menucontainer {
  float: left;
  position: relative;	
  width: 220px;
  display: block;
  background-color: transparent;
  
  border: 0px solid red;
}

#footcontainer {
  position: relative;
  display: block;
  bottom: 0;
  clear: both;
  width: 1000px;
  height: 60px;
  
  margin-left: auto;
  margin-right: auto;  

  border: 0px solid black;
}

#footleft {
  float: left;
  border: 0px solid black;
  position: relative;	
  width: 300px;	
  
  font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}

#footright {
  float: right;
  border: 0px solid black;
  position: relative;	
  width: 640px;	
  /*padding-left: 140px;
  margin-right: auto;
  margin-left: auto;*/
  text-align: right;
	
  font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}


.btn
{
    padding: 6px 4px 6px 4px;
}

.btnLrg
{
    padding: 6px 4px 6px 4px;
}

.btnSm
{
    padding: 1px 1px 2px 1px;
    height: 20px;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
}

.btnBid
{
    padding: 2px 1px 2px 1px;
    width: 75px;
}

.txtBidAmount
{
    padding: 0px 0px 0px 13px;
}

.warning 
{
    background-color: Yellow;
    border: 1px solid #ff66cc;
    font-weight: bold;
    padding: 5px 4px 5px 14px; 
    width: 340px;   
}

.timer
{
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: red;
}

.currentBid
{
    font-weight: bold;
    color: #990000;
    font-size: 12px;
}

.currentBidLrg
{
    font-weight: bold;
    color: #990000;
    font-size: 16px;
}

.confirmBidAmount
{
    font-weight: bold;
    color: #990000;
    font-size: 16px;
}

.hr1
{
	border: 0;
    color: #cccccc;
    background-color: #cccccc;
    width: 60%;
    height: 2px;    
    margin-left: 0;
    margin-right: auto;    
}


.hr2
{
	border: 0;
    color: #cccccc;
    background-color: #cccccc;
    width: 100%;
    height: 2px;    
    margin-left: 0;
    margin-right: auto;    
}

.hr_div
{
	border: 0;
    color: #cccccc;
    background-color: #cccccc;
    width: 100%;
    height: 2px;
}

.grey
{
    color: #999999;
}

.red
{
    color: #990000;
}

.green
{
    color: Green;
}

.inValid
{
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:3px 6px 3px 6px;
    color: Red;
}

.isValid
{
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:3px 6px 3px 6px;
    color: Green;
}

.success
{
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:3px 6px 3px 6px;
    color: Green;
}

.q
{
    font-size: 11px;
    color: Blue;
    cursor: pointer;
}

.ddlDuration
{
    font-size: 10px;
    height: 18px;
}

/* SignIn */

#signin_container
{
    position:relative;    
}

#signin_left 
{
    float: left;
    position: relative;
    width: 340px;
    height: 320px;
    
    border: 1px solid #cccccc;
    padding: 8px 6px 8px 6px;
}

#signin_right
{
    float: right;
    position: relative;
    width: 340px;
    height: 320px;
    background-color: #eeeeee;
    border: 1px solid #666666;
    padding: 8px 6px 8px 6px;
}

.title2
{
    font-weight: bold;
    font-size: 16px;
    color: #FF8000;
}

.itemTitle
{
    font-size: 16px;
}

#div_terms
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: Black;
    width: 700px;
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:4px 6px 4px 6px;
}

.sponsors
{
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: Navy;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.alert
{
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
    letter-spacing: 0.7px;
    
    width: 360px;
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:4px 6px 4px 6px;
}

.mybids_winning
{    
    font-weight: bold;
    font-size: 12px;
    color: #990000;
    letter-spacing: 0.7px;
}

#div_msg_block
{
	display: block;
    font-family: Arial, Sans-Serif;
    font-size: 11px;    
    color: #000000;
    letter-spacing: 0.7px;
    background-color:#FFF7D7;
    border:1px solid #FAD162;
    padding:4px 6px 4px 6px;
}

