/***********************************************************************************
	FYI: this was grabbed from the existing policeauctions.com site...no guarentees 
	on it at all --haselton
************************************************************************************/

table.auction-header-table,
	table.auction-header-table-half
	{
		font-size: 		12px;
		margin-bottom:		5px;
		border-collapse:	collapse;
	}	

	table.auction-header-table td#header-prompt,
	table.auction-header-table-half td#header-prompt
	{
		font-weight: 		bold;
		text-align: 		center;
		background-color:	#e7eaef;
		border: 		1px solid #ffffff;
	}

	table.auction-header-table td#header-info,
	table.auction-header-table-half td#header-info
	{
		background-color:	#ffffff;
		text-align:		center;
	}

	table.auction-header-table tr,
	table.auction-header-table-half tr
	{
		height: 	20px;
	}

	table.auction-header-table td,
	table.auction-header-table-half td
	{
		border: 	1px solid #e7eaef;
		padding:	5px;
	}

	table.auction-header-table-half td#header-info
	{
		width: 		20%;
	}

	table.auction-header-table-half td#header-prompt
	{
		width: 		30%;
	}

	table.auction-header-table td#header-info
	{
		width:		76%;
	}

	table.auction-header-table td#header-prompt
	{
		width:		24%;
	}

	div.bottomBlueHeaders
	{
		background-color:	#fffae3;
		border:			1px solid #ffeecc;
		color:			#000000;
	}

	div.greyWrapper,
	div.auctionEnded
	{
		background-color:	#e7eaef;
	}

	div.biddingInfo
	{
		border:			1px solid #ffffff;
		background-color:	#ffffff;
	}

	td.jewelryValue
	{
		background-color: 	#e7eaef;
	}

	table#link-table td#header-info	
	{
		width:			25%;
	}

	table#link-table
	{
		width: 			100%;
	}

	hr
	{
		border:				0 none;
		border-top:			1px solid #e7eaef;
	}

	ul
	{
		list-style-type:		circle;	
	}
	
