


		.notesButtons {
			position:relative;
			top:5px;
		}



	/* windowShadeTitles definition is in output.php */

	A  {font-family : arial ;font-style : normal;	color : #585240;} /* was #1481F0*/
	A:visited  {font-family : arial;	font-style : normal;	color : #585240;}
	A:active  {font-family : arial;	font-style : normal;	color : #585240;}
	A:hover  {font-family : arial;	font-style : normal;	color : #AA523A;}

	.folderDataRow { 	
		/* The dark color row in the main data table */
		font-family : verdana,arial;		
		background-color:#DDE7CE;
		font-size : 12px;		
		padding:2;
	}

	.folderDataRowAlt {
		/* The light color row in the main data table */	
		font-family : verdana,arial;		
		background-color:#EEEFEA; 
		font-size : 12px;		
		padding:2;		
	}


		
	.smallNameText {
	/* The username in user comments */
		font-family : arial;
		font-style : italic;
		font-weight:bold;
		color : black;
		font-size : 13px;
	}

	.commentText {
	/* The text used for comments */	
		font-family : arial;
		font-style : normal;
		color : black;
		font-size : 14px;
	}


	
	#notesRightTitle {
	/* The text for "A note that only you can see." in the notes dialog */
		font-family : arial;
		font-style : normal;
		color : #ECEEEE;
		font-size : 12px;
		float:right;
	}

	.summaryTitles {
	/* The text to the left of the values in the bid summary area */	
		background-color:#CED9E7; /* was #3E2D1B */
		color:#00152E;
		font-family:verdana,arial;
		font-size:14px;
		text-align:left;		
		border:1px solid #F4E9CB;
	}

	.summaryTitles td {
		border:1px solid #F4E9CB;
	}

	.summaryValues {
	/* The values in the bid summary area */
		background-color:#FFFFFF;
		color:#3E2D1B;
		font-family:arial;
		font-size:14px;	
		text-align:left;		
		padding:2px;
/*		border:2px solid #F4E9CB;*/
	}

	.loadingStatus {
	/* The loading message that appears before a bid is opened */
		font-size:34px;
		color:#A1936C;
		font-family:verdana;
		position:absolute; 
		width:100%;
	}
		
	#ratingDiv {
	/* The rating area on the notes panel */
		background-color:#BCB27F;
		width:100%;
	}
		
	.bidDetailsRow {
	/* THe data for bid details */
		background-color:#ECEEEE; /* #DDD4B8, #DDCC96 */
		font-family:arial;
		
	}
	
	.bidDetailsRowTitles {
	/* The field headings for data in bid details */
		font-family:arial;
		background-color:#CED9E7;
		
	}		
		
	/* The yellow rounded corners in the bid details heading */
	.rtop, .rbottom{display:block;background: #F1F1F1;}
	.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;background: #CED9E7;}
	.yellowMiddle {display:block;background:#CED9E7;} /* #D4A740 The blue background color of the bid details heading */
	
	.r1{margin: 0 5px}
	.r2{margin: 0 3px}
	.r3{margin: 0 2px}
	.r4{margin: 0 1px; height: 2px} 
	
	 .nextbackbutton {
	 	cursor:pointer;
	 	cursor:hand;
		height:24px;
		background-color:#ECEEEE;
		padding-bottom:5px;
	}
	
	/* code for bid details table */
	#titleTop div { max-width:543px;width: expression((documentElement.clientWidth > 543) ? "543px" :"auto" );cursor:hand; }
	#container div {max-width:543px; width: expression((documentElement.clientWidth > 543) ? "543px" :"auto" ); }
	#description div {max-width:537px; width: expression((documentElement.clientWidth > 543) ? "543px" :"auto" ); }	
	
	/* Set width to no greater than 543px 
	#noteSlider div {max-width:543px; width: expression((documentElement.clientWidth > 543) ? "543px" :"auto" );margin-right:12px;}
	
	*/
	#noteSlider{margin-left:0px;margin-right:1px;}
	
	a.fastAward {cursor:pointer;cursor:hand;font-size:15px;font-weight:bold;}
	A.fastAward:visited  {font-family : arial;	font-style : normal;}
	A.fastAward:active  {font-family : arial;	font-style : normal;}
	A.fastAward:hover  {font-family : arial;	font-style : normal;color : #FFA500;}


/*  	#bullshit {position:absolute;top:0px;left:0px;width:100%;height:100%;z-Index:2;display:none;filter:Alpha(opacity=0);} /* The bullshit invisible div so drags are smooth - Exists in bid_frameset.css*/

	

	
	
