
.data a, .data a:visited,.data  a:hover{color:#333;border: 0;}


/*TOPBAR STUFF*/
#topBar{position: relative;width: 100%;float: left;clear: both;
border-top-width: 1px; margin: -4px 0 1px 0;}




/*#topBar #title{float: left;text-align: left;font-size: 13px; font-weight: bold;}
#topBar #top_center{text-align: center; position: absolute; right: 0; top: 0;}
#topBar #buttons{text-align: right; position: absolute; right: 0; top: 0;}
*/

#topBar div{padding: 1px 0 2px 0;}

#topBar #top_center{text-align: center; position: relative; left: -35px;}
#topBar #buttons{text-align: right;padding: 0 0 2px 0;}

/*surrounds table head*/
#th_head{float: left;width: 938px;height: 3.4em;border-bottom-style:solid;border-width: 1px 1px 0 1px;}

/*sorting arrows for th*/
#up, #down{display: block;width:20px;height: 100%;position: absolute;top:2px;right: 0;z-index: 0;
	background:url(../../images/icons/sorted_asc2.gif) no-repeat center;}
#down{background-image:url(../../images/icons/sorted_desc2.gif);}



#auctions_bids_wrapper{
	min-height: 290px; 
}

/*AUCTION TABLE*/
#auctions_bids{width: 100%;padding: 0;margin: -3.2em 0 0 0;border-collapse:collapse;float:left;display: inline;position: relative; border-bottom:#ccc 1px solid; font-size: 12px;}



#auctions_bids th, #auctions_bids td{
  margin: 0; padding: 0; background-color: transparent;
}

#auctions_bids tr:first-child{
  border-width: 2px 0; border-style: solid; border-color:#ddd;
}


#auctions_bids tr{overflow:visible; margin: 0 auto; position: relative;vertical-align: top;width: 100%; border: #ddd 1px solid; border-width: 1px 0 1px 0;}
#auctions_bids tr td{text-align:center;position: relative;padding: 0;margin: 0;overflow:visible; background-repeat: no-repeat; /*background:url(../images/fake_border.gif) repeat-x top;*/}

#auctions_bids tr.data{
  border-bottom: #f00 0px dotted; 
}

#auctions_bids tr.links{
  border-top: #00f 0px solid; margin: 0px; padding: 0;
}

#auctions_bids tr.data td{padding: 8px 0; border:none;}
#auctions_bids tr th .button{display: block;margin: 5px 5px;position: relative;padding: 3px 20px;}
#auctions_bids tr th .current{
	padding: 5px 10px 5px 0;
}

/*Bid Detail Column widths*/
th.madeBy{width: 15%;}
th.loanAmount{width: 12%;}
th.loanTerm{width: 12%;}
th.interest{width: 29%;}
th.repayments{width: 17%;}
th.offerMade{width: 17%;}
th.totalCost{width: 12%;}


/*Auction Column widths*/
th.auctionId{width:180px;}
th.questions{width:180px;}
th.loanAmount{width:180px;}
th.type{width:180px;}
th.bids{width:180px;}
th.closing{width:180px;}


/*List Application column Widths*/
th.name{width:180px;}
th.date{width:180px;}
th.amount{width:280px;}
th.address{width:280px; z-index: 1;}


td.address{
  z-index: 1;
}

/*first and last column spacing*/
#auctions_bids tr th a.first{margin: 5px 5px 5px 0;}
#auctions_bids tr td a.first{padding: 8px 8px 8px 0;}
#auctions_bids tr th a.last{margin: 5px 0px 5px 5px; padding-left: 23px;}
#auctions_bids tr td a.last{padding: 8px 0px 8px 8px;}

/*table link styles*/
tr.data td {
	border-top-width: 1px;
}

#auctions_bids tr.links td{
  border-bottom: #ddd 1px solid;
}
#auctions_bids tr:last-child td{
  border: none; 
}
.links ul{
	float: right;
	padding: 2px 0 5px 0;
  margin: 0;
}
.links li{
	display: inline;
	background-image: none;
	
}

.links a{
	display: inline;
	margin: 5px;  background-image: none;
}

#height{ min-height: 300px; width: 100%; border:#fff 1px solid; float: left; clear: none}



/*TOOLTIPS*/
/*#tooltip {border: 1px solid #ccc; background-color: #fff;background-image:url(../../images/gradient_button.gif) repeat-x top;padding: 5px;}
#tooltip h3, #tooltip p { margin: 0; font-weight: normal; font-size:11px; color: #f25b29;}*/



/*AUCTION FOOTER AND LEGEND*/
#auctions_bids_footer{position:relative;float: left;width: 938px; bottom: 0; margin: 10px 0 0 0; padding: 2px 0 0 0;border-width: 1px;border-top: none;}
#auctions_bids_footer span, #auctions_bids_footer strong{margin:0;padding: 0;float: left;width: 25px;padding: 0px 0 0 0px;position: relative;top: 0;left: 5px;}
#auctions_bids_footer .legend{float: left;width: auto;padding: 5px;left: 0;}



/*ICONS*/
/*default size*/
.icon{
	display:block;width: 20px;height: 20px;
	background-repeat: no-repeat; text-indent: -4000px; z-index: 200;
}

/*images*/
.accepted{							background-image:url(../../images/icons/tick.gif); z-index: 301;}
.closingAlert, .closingNoBidsAlert{	background-image:url(../../images/icons/clock_still.png);}
.bestBid{							background-image:url(../../images/icons/star_button.gif);}

/*auction icon position*/
#auctions_bids tr td a.icon{
	position:absolute;left: -10px; margin-top: 5px;
}
#auctions_bids tr td a.accepted{
	left: -15px;
}

#Applications tr td a.icon{
	margin-top: 8px;
}
span.closingAlert{
	position:absolute; right: 0; margin-top: -26px; 
}