/* Default CSS Stylesheet for a new Web Application project */

a.OnlineAuction:link {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:visited {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:active {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:hover {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}

.Answers
{
	font-weight: bold;
	font-size: 11pt;
}

.redtext
{
	color:#ff0000;
	font-weight: bold;
}

.style1 
{
	font-size: 8pt;
	font-weight: bold;
}

.oafooter
{
    font-size: 11px;
}

.TiedBidContainer {
    display: block; 
    width: 735px; 
    background-color: #b22a1c; 
    border: 1px solid black; 
    text-align: center; 
    color: #fff;
    padding: 16px 20px 22px; 
    margin-bottom: 5px; 
    font-size: 16px; 
    line-height: 18px;      
}

.TiedBidContainer div {
    clear: both; 
    display: block; 
}

.TiedBidContainer div span {
    font-weight: bold;
    font-size: 1.6em;
}

.OALBidderOutbidMsgStyle {
    background-color:#fcd020;
    padding: 4px; 
    font-size:14pt;
    font-weight:bold;
}

.AuctionGroupContainer 
{
	position: relative;
	padding-top: 3px;
	width: 100%;
}

.AuctionGroupDetails 
{
	position: absolute;
	z-index:10;
	top: 10px;
	left: 10px;
	width: 268px;
	height: 100px;
	border: 1px solid Black;
	background-color: White;
	display: none;
	text-align: left;
}

.AuctionGroupShadow 
{
	position: absolute;
	z-index:9;
	top: 20px;
	left: 20px;
	width: 268px;
	height: 100px;
	filter:alpha(opacity=50);
	opacity:0.5;
	background-color: Black;
	display: none;
}

.AuctionGroupHeading 
{
	background-color:#920000;
	color: White;
	padding: 3px;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.AuctionGroupText 
{
	margin: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.AuctionGroupLabel 
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
}

.AuctionGroupLotNum
{
	font-weight: bold;
}

.AuctionGroupLabelLink
{
	cursor: pointer;
	text-decoration: underline;
}

.AuctionGroupAbout
{
	text-decoration: underline;
	margin: 4px;
	padding-left: 4px;
	font-size: 8pt;
	font-style: italic;
	padding-top: 4px;
}
