/*
	.table1 {

		font-family : arial;
		font-style : normal;
		color : black;
		font-size : 12px;
		font-weight : normal;
		padding-left:12px;
		padding-right:12px; -- overidden by cellpadding in displayObject.php 
	}

*/

	.table1 td {border:1px solid #5085BB;padding:3px;} /*bill mod 2008-06 cursor:pointer; was ECEEEE #5085BB*/
	#proh-search td {border:1px solid #5085BB;cursor:pointer;}
	

	.titleLinks {color:#ECEEEE;text-decoration:none;}
	.titleLinks:hover {color:#F3EDA7;text-decoration:underline;}
	.titleLinks:visited {color:#ECEEEE;}
	.titleLinks:active {color:#ECEEEE;}

	.titleLinks_dark {color:black;text-decoration:none;}
	.titleLinks_dark:hover {color:#AA523A;text-decoration:underline;}
	.titleLinks_dark:visited {color:black;}
	.titleLinks_dark:active {color:black;}
	
	/* document wide link color is in bid_details.css */
				
	

	.tableTitle {
		/* Titles for displayobject tables */
		font-family : arial;
		font-style : normal;
		color : black; /* was #ECEEEE */
		font-size : 13px;
		font-weight:normal;
		cellpadding:2;
		cellSpacing:1;		
		background-color:#CED9E7; /* was #73AEE8, #585240 #20588B*/
	}
	
	.dataRowTitle  {
		/* The dark color row in the main data table */

		font-family : verdana,arial;		
		background-color:#5085BB; /* was #ECCC7A,#A1936C #73AEE8*/
		font-size : 13px;
		/* font-weight:bold; */
		padding:2;
/*		height:24;	*/
		cursor:pointer;
		cursor:hand;
		color:white; /* was ECEEEE */
	}

	
	.dataRowTitle td {
/*		border:1px ridge lightblue; */
		font-family : verdana,arial;			
		background-color:#5085BB;
	}
	.dataRowTitle td:hover {
		background-color:#477db2;
		
	}
	
	
	
	.dataRow { 	
		/* The dark color row in the main data table */
		font-family : verdana,arial;		
		background-color:#ECEEEE; /* bill mod 2008-06 was #ECCC7A,#A1936C; #C1925C, #B3AA70 #D2D3D5*/
		font-size : 13px;
		padding:3px;
/*		cursor:pointer;	cursor:hand; */
/*		height:24;	cursor:hand;	*/
		
	}
	.dataRow:hover {
		background-color:#D7EEF5; /*#B9E3F1*/
	}

	.dataRowAlt {
		/* The light color row in the main data table */	
		font-family : verdana,arial;		
		background-color:#CED9E7; /* was #D2D3D5;#FAEAC2,#C9B88A,#C29E82, #E3C386, #DDD4B8 */
		font-size : 13px;
/*		height:24;	cursor:hand;*/
		padding:3px;
/*		cursor:pointer;	cursor:hand; */
				
	}

	.dataRowAlt:hover {
		background-color:#D7EEF5;
	}

	.dataRow_blue {
		/* The dark color row in the main data table */
		font-family : verdana,arial;		
		background-color:#ECEEEE; /* was #ECCC7A,#A1936C; #C1925C #78BDF6*/
		font-size : 13px;
		padding:3px;
/*		cursor:pointer;cursor:hand; */
		
	}
	
	.dataRow_green {
		font-family : verdana,arial;		
		background-color:#84B82A; /* was #ECCC7A,#A1936C #73AEE8*/
		font-size : 13px;
		padding:3px;
		color:white; /* was ECEEEE */
		cursor:pointer;
		cursor:hand;
		
	}
	

	
/* Folder dataRows */

	.folderRow { 	
		/* The dark color row in the main data table */
		font-family : verdana,arial;		
		background-color:#DDE7CE;
		font-size : 13px;
		padding:2;
		cursor:pointer;
		cursor:hand;		
	}
	.folderRow:hover {
		background-color:#D7EEF5; /*#B9E3F1*/
	}

	.folderRowAlt {
		/* The light color row in the main data table */	
		font-family : verdana,arial;		
		background-color:#EEEFEA; 
		font-size : 13px;
		padding:2;	
		cursor:pointer;
		cursor:hand;
			
	}
	.folderRowAlt:hover {
		background-color:#D7EEF5;
	}

	.folderFieldHeaders {
		color: #ECEEEE;
		font-family : arial;
		font-size : 13px;
	}
	A.folderFieldHeaders:link {text-decoration: none}
	A.folderFieldHeaders:visited {text-decoration: none}
	A.folderFieldHeaders:active {text-decoration: none}
	A.folderFieldHeaders:hover {text-decoration: underline; color: #E19E05;}

	.folderFieldHeaders_selected {
		color: #E19E05;
		font-family : arial;
		font-size : 13px;
		/*background-color:#E19E05; /* was #ECCC7A */
	}
	A.folderFieldHeaders_selected:link {text-decoration: none; color: #E19E05;}
	A.folderFieldHeaders_selected:visited {text-decoration: none; color: #E19E05;}
	A.folderFieldHeaders_selected:active {text-decoration: none;color: #E19E05;}
	A.folderFieldHeaders_selected:hover {text-decoration: underline; color: #E19E05;}
	
	.folderHeaderClass {
		color: #ECEEEE;
		font-family : arial;
		font-size : 13px;
		background-color:#6A8B20; 
	}
	
	
/* End Folders */
	
	
/* Trash dataRows */ 

	.trashRow { 	
		/* The dark color row in the main data table */
		font-family : verdana,arial;		
		background-color:#E7D8CD;
		font-size : 13px;
		padding:2;
	}
	.trashRow:hover {
		background-color:#D7EEF5; /*#B9E3F1*/
	}

	.trashRowAlt {
		/* The light color row in the main data table */	
		font-family : verdana,arial;		
		background-color:#EFEBEA; 
		font-size : 13px;
		padding:2;		
	}
	.trashRowAlt:hover {
		background-color:#D7EEF5;
	}

	.trashFieldHeaders {
		color: #ECEEEE;
		font-family : arial;
		font-size : 13px;
	}
	A.trashFieldHeaders:link {text-decoration: none}
	A.trashFieldHeaders:visited {text-decoration: none}
	A.trashFieldHeaders:active {text-decoration: none}
	A.trashFieldHeaders:hover {text-decoration: underline; color: #E19E05;}

	.trashFieldHeaders_selected {
		color: #E19E05;
		font-family : arial;
		font-size : 13px;
		/*background-color:#E19E05; /* was #ECCC7A */
	}
	A.trashFieldHeaders_selected:link {text-decoration: none; color: #E19E05;}
	A.trashFieldHeaders_selected:visited {text-decoration: none; color: #E19E05;}
	A.trashFieldHeaders_selected:active {text-decoration: none;color: #E19E05;}
	A.trashFieldHeaders_selected:hover {text-decoration: underline; color: #E19E05;}
	
	.trashHeaderClass {
		/* Header color for field headings */
		color: #ECEEEE;
		font-family : arial;
		font-size : 13px;
		background-color:#885320; 
	}
	
	
	/* End Trash */
	
	

	/* Don't know where dataRowHighlight is, but it was fucking things up.  This one is for highlighting the relevant partno hits in bid search MCRD output */
	.dataRowHighlight2 {
		/* The highlight color row in the main data table */	
		font-family : verdana,arial;		
		background-color:#FDFB75; 
		font-size : 13px;		
		padding:2;		
				
	}
	.dataRowHighlight2:hover {
		background-color:#FAFBAC;
	}	

	.dataRowHighlight3 { /* THis one is for hot linked rows */
		/* The highlight color row in the main data table */	
		font-family : verdana,arial;	
/*		background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 -1340px;				*/
		background-color:#CCFFFF;  
		font-size : 13px;
		padding:2;		
		cursor:pointer;
		cursor:hand;
				
	}
	.dataRowHighlight3:hover {
		background-color:#FAFBAC;
	}	
	


	
	
	
	A.linksOnRed:link {color:#ECEEEE;}
	A.linksOnRed:visited { color:#ECEEEE;}
	A.linksOnRed:active {color:#ECEEEE;}
	A.linksOnRed:hover {text-decoration: underline; color: #7FADCB;} /* was #7FADCB */

	A.itemTitles:link {color:#ECEEEE;font-family:arial;font-size:14px;text-decoration:none;}
	A.itemTitles:visited { color:#ECEEEE;font-family:arial;font-size:14px;text-decoration:none;}
	A.itemTitles:active {color:#ECEEEE;font-family:arial;font-size:14px;text-decoration:none;}
	A.itemTitles:hover {text-decoration: underline; color: #AA523A;font-family:arial;font-size:14px;}
	
	.formobjects_small{font-family:verdana,arial; font-size:14; background-color:#ECEEEE; border:1px solid #585240;}

	.bm_tabs {
				
	   	 background-image:url(../images/grad1.jpg); */
		 background-position:left; */
		/* background-height:80% */
		
		color:white; /* was #ECEEEE */
		font-family:verdana,arial;
		font-size:15px;
		width:100%;
		/*border:1px solid #5085BB; /* was #ACA262 bill mod 2008-06 */		
/* 		border-bottom:1px solid #5085BB;	*/
		cursor:pointer;			
		cursor:hand;
	}
	
	.windowShadeTitles {
		/* the clickable titles for each section of bid details */

		color:#FFFFFF; /* was #ECEEEE */		
		font-family:verdana,arial;
		font-size:15px;
		width:100%;
		/* border:0px solid #5085BB; Border was making the right side of contents not line up with right side of windowshade*/
		cursor:pointer;			
		cursor:hand;
	   	background-image:url(../images/grad1.jpg); 
		padding-bottom:2px;
		background-position:left; 
	}
	.windowShadeTitles:hover {
		background-color:#ACA262;
	}

	.windowShadeTitles_green {
		/* the clickable titles for each section of bid details */

		color:#FFFFFF; /* was #ECEEEE */		
		font-family:verdana,arial;
		font-size:15px;
		width:100%;
		border:1px solid #5085BB; /* was #ACA262 bill mod 2008-06 */		
		cursor:pointer;			
		cursor:hand;
	   	background-color:#6A8B20; 
		padding-bottom:2px;
		background-position:left; 
	}
	
	
	.spacer {
		/* The space between closed windowshades */
		height:15px;	
	}
	


	
	A.bigBullets:link {text-decoration: none; color: #002856;font-size:16px;font-weight:bold}
	A.bigBullets:visited {text-decoration: none; color: #002856;}
	A.bigBullets:active {text-decoration: none;color: #002856;}
	A.bigBullets:hover {text-decoration: underline; color: #002856;}

	A.regularBullets:link {text-decoration: none; color: #28558E;font-size:14px;}
	A.regularBullets:visited {text-decoration: none; color: #28558E;}
	A.regularBullets:active {text-decoration: none;color: #28558E;}
	A.regularBullets:hover {text-decoration: underline; color: #28558E;}

	A.lightBullets:link {text-decoration: none; color: #ECEEEE;font-size:14px;}
	A.lightBullets:visited {text-decoration: none; color: #ECEEEE;}
	A.lightBullets:active {text-decoration: none;color: #ECEEEE;}
	A.lightBullets:hover {text-decoration: underline; color: #ECEEEE;}


	/* Bill's Schedule B mods */
	.scb_table {border: 1px solid #146A9E;border-collapse:collapse}
	.scb_left {padding-right:5px; padding-left:3px; background-color:#CED9E7;font-size:12px;border: 1px; border-style:solid; border-color: #146A9E;font-family:arial;vertical-align:bottom; }
	.scb_right {padding-right:5px; padding-left:4px; background-color:#ECEEEE;font-size:12px; border: 1px; border-style:solid; border-color: #146A9E;font-family:arial;vertical-align:bottom;}
		

	.darkTitles {color:#ECEEEE;}
	
	/* Fulltext Links */
		ul.ft_ul {list-style-type:none;padding:0px;margin:0px;}
		li.results {padding:3px;padding-bottom:12px;}
		
		
	.highlightYellow {color:#000000;background-color:#FFFF00;font-size:14px;		font-family:verdana,arial;}	
