/*
	.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;} /*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:#73AEE8; /* was #ECCC7A,#A1936C #73AEE8*/
		font-size : 12px;		
		/* font-weight:bold; */
		padding:2;
/*		height:24;	*/
		cursor:pointer;
		cursor:hand;
		color:white; /* was ECEEEE */
	}

	.dataRowTitle:hover {
		background-color:#C9B88A;
	}
	

	
	
	.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 : 12px;		
		padding:2;
		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 : 12px;		
/*		height:24;	cursor:hand;*/
		padding:2;		
		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 : 12px;		
		padding:2px;
		cursor:pointer;
		cursor:hand;
		
	}
	
	.dataRow_green {
		font-family : verdana,arial;		
		background-color:#84B82A; /* was #ECCC7A,#A1936C #73AEE8*/
		font-size : 12px;		
		padding:2;
		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 : 12px;		
		padding:2;
	}
	.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 : 12px;		
		padding:2;		
	}
	.folderRowAlt:hover {
		background-color:#D7EEF5;
	}

	.folderFieldHeaders {
		color: #ECEEEE;
		font-family : arial;
		font-size : 12px;				
	}
	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 : 12px;				
		/*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 : 12px;				
		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 : 12px;		
		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 : 12px;		
		padding:2;		
	}
	.trashRowAlt:hover {
		background-color:#D7EEF5;
	}

	.trashFieldHeaders {
		color: #ECEEEE;
		font-family : arial;
		font-size : 12px;				
	}
	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 : 12px;				
		/*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 : 12px;				
		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;
	}	

	


	
	
	
	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:1px solid #5085BB; /* was #ACA262 bill mod 2008-06 */		
		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;	
	}
	
