.AuctionBidDetailsTable
{
	/*padding:1px 20px 1px 20px;*/
}

.AuctionDetailsHeader
{
	background:url(img/groupBg.gif) repeat-x #f1f2f4;
	height:2px;
	color: White;
	font-family:Arial;	
	font-weight:bold;
	font-size:10px;
	padding:1px 10px 1px 10px;

}

.AuctionDetails
{
	 font-weight:bold;
	 font-family:Arial;	
}

.AuctionBidDetailsHeader
{
	background-color:Gray;
	color: White;
	font-family:Arial;	
	font-weight:bold;
	font-size:12px;
	/*padding:1px 10px 1px 10px;*/
}

.AuctionBidDetails
{
	 padding:1px 10px 1px 10px;
	 font-weight:bold;
	 font-family:Arial;	
	 font-size:10px;
}

.BidTable
{
	
}

.BidHeader
{
	background:url(img/groupBg.gif) repeat-x #f1f2f4;
	height:12px;
	/*background-color:Gray;*/
	color: White;
	font-family:Arial;	
	font-weight:bold;
}

.BidContent
{
	 font-weight:bold;
	 font-family:Arial;	
}


.AuctionButton
{
	background:url(img/groupBgGreen.gif) repeat-x #f1f2f4;
	height:28px;
	width:80px;
	text-align:center;
	vertical-align:middle;
	background-color:Blue;
	color: White;
	font-family:Arial;	
	font-weight:bold;	
	cursor:pointer;
}

.AuctionButton-over
{
	background:url(img/groupBg.gif) repeat-x #f1f2f4;
	height:28px;
	width:80px;
	text-align:center;
	background-color:Blue;
	color: White;
	font-family:Arial;	
	font-weight:bold;	
	cursor:pointer;
}

.AuctionButton-disabled
{
	background-color:Red;
	height:28px;
	width:80px;
	text-align:center;
	color: White;
	font-family:Arial;	
	font-weight:bold;	
	cursor:pointer;
}

.MinBid
{
	cursor:pointer;
}

