<style>

	@import "quicksearch.css";
	
	body {
		background-color: white;
		margin: 0px;
		width:100%;
		overflow-x:auto;
/*
		scrollbar-face-color: #585240;
		scrollbar-shadow-color: #585240;
		scrollbar-highlight-color: #DED4B9;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #585240;
		scrollbar-arrow-color: #000000;
		*/
		height: 100%;	
	}

	.table1 {
		/* The main data table, defined in output.css*/
/*		border:1px solid #ECEEEE;		*/
	}

	td {
		border-collapse:collapse;
/*		border:1px solid #ECEEEE;*/
	}
	
	/* #something = id  -- .something = class */
	
	#mainDataTable td {border:1px solid #ECEEEE;cursor:pointer;}
	
	.pageTitle {
		/* The title at the top of the screen */
		font-family : verdana,arial;
		font-style : normal;
		color : #585240;
		font-size : 29px;
		font-weight : bold;
		padding:2;
	}
	
	.tableTitle {
		/* Titles for displayobject tables */
		font-family : arial;
		font-style : normal;
		color : #585240; 
		font-size : 14px;
		font-weight : bold;
		padding:2;
	}
	
	
/*	
	datarow is in output.css
*/

	.dataRowBlue {
		/* The blue color indicating selected bid in the main data table */
		background-color:#78BDF6; 
		font-family:verdana;
		font-size:12px;
		padding:2px;		
		cursor:hand;	
	}

	.preferences_cells {
		/* The cell color for preferences */
		font-family:arial;
		background-color:#EEF4F7; 
		border: 1px solid #EEF4F7;
		color:#585240;
		height:24px;	
		font-size:14px;
		padding:1px;	
	}
		

	.table2 {
	/* Table from phohist.php */
		font-family : arial;
		font-style : normal;
		color : #585240;
		font-size : 13px;
		font-weight : normal;
	}
	.table3 {
	/* Used in all headers */
		font-family : arial;
		font-style : normal;
		color : black;
		font-size : 12px;
		font-weight : normal;
	}

	.termTable2 {
	/* The list of searches in a search group atop the refine search dialog */
		font-family : verdana,arial;
		font-style : normal;
		color : #585240;
		font-size : 16px;
		font-weight : normal;
	}
	
	.inner_table_small {
		font-family : verdana,arial;
		font-style : normal;
		color : #585240;
		font-size : 12px;
		font-weight : normal;
		border:1px solid #585240;	
	}
	.inner_table_dark {
		font-family : verdana,arial;
		font-style : normal;
		color : #585240;
		font-size : 16px;
		font-weight : normal;	
		width:595px;
	}
	tr.noteRow {
		color : #00152E;
		font-family:arial;
		background-color: #ECEEEE;
		cursor:hand;
	}
	tr.noteRow:hover {
	  color : #00152E;
	  background-color: #78BDF6; /* #E19E05 */
	  cursor:hand;
	}
	
	tr.noteRowAlt {
		color : #00152E;
		font-family:arial;
		background-color: #CED9E7;
		cursor:hand;
	}
	tr.noteRowAlt:hover {
	  color : #00152E;
	  background-color: #78BDF6; /* #E19E05 */
	  cursor:hand;
	}

	

	.noteRowBlue {
	  font-family:verdana,arial;	
	  color : #ECEEEE;
	  background-color: #78BDF6;
	  cursor:hand;
	}
	
	#notesWaiting {
		position:absolute;
		top:250px;
		width:100%;
		z-Index:8;
		display:none;		
	}
	
	#notesWaitingInside {
		color:#ECEEEE;
		font-face:verdana,arial;
		font-size:61px;
		font-weight:bold;
		width:600px;
		border:1px solid #BAAA7C;
		background-color:#585240;
		
	}

	/* Tabs for Categories */
	.tabNotSelected {position:relative;}
	#tabs ul {     list-style: none;     padding:0px;     margin:0px;} 
	#tabs li a {     padding: 0 1em; color:white;font-weight:bold;font-family:arial;text-decoration: none;} 
	#content {     border: 1px solid;clear: both; } 
	#tabs li {     float: left;     border: 1px solid;     border-bottom-width: 0;     margin: 0 0.5em 0 0; } 
	h1 {margin: 0; padding: 0 0 1em 0;  } 	
	.tabSelected {  position: relative;     top: 1px;     background-color: white;color:#A1936C; } 


	.selectOutline {background-color:#D4A740; }
	
	.formobjects_small{font-family:verdana,arial; font-size:11; background-color:#DED4B9 border:1px solid #585240;}


	
	.formobjects_dropdown2{font-family:verdana,arial; font-size:12; background-color:#00932A; border-style:solid; border-color:black;color:#ECEEEE}
	.formobjects{font-family:verdana,arial; font-size:13; background-color:#ECEEEE; }
	.formobjects_check{font-family:verdana,arial; font-size:13; background-color:#585240; }	
	.formButtons{font-family:verdana,arial; font-size:11px; background-color:#20588B;color:#ECEEEE;cursor:pointer;cursor:hand;}	
	.formButtons_small{font-family:verdana,arial; font-size:9px; background-color:#20588B;color:#ECEEEE;cursor:pointer;cursor:hand;}		
	.CreateGroupButton{font-family:verdana,arial; font-size:9; background-color:#ECEEEE; border-style:none; border-color:;}	
	.loginButton{font-family:verdana,arial; font-size:9;height:25px}	
	.banner { cursor: url(http://www.tgerbe.net/bidlink_new/images/finger.cur); }
	

	.dragme {
		font-family : arial;
		font-style : normal;
		color : #0074CD;
		font-size : 14px;
		position:relative;
		left:10px;
		cursor:hand;
		height:17px;
		width:15px;
	}
	A.breadcrumb:link {text-decoration: none}
	A.breadcrumb:visited {text-decoration: none}
	A.breadcrumb:active {text-decoration: none}
	A.breadcrumb:hover {text-decoration: underline; color: #7FADCB;}

	.mainPage {background-color:black;}


	A  {font-family : arial ;	font-style : normal;	color : #585240;}
	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 : #794700;}

	A.darkBackground  {font-family : arial ;	font-style : normal;	color : #585240;}
	A.darkBackground:visited  {font-family : arial;	font-style : normal;	color : #585240;}
	A.darkBackground:active  {font-family : arial;	font-style : normal;	color : #585240;}
	A.darkBackground:hover  {font-family : arial;	font-style : normal;	color : #794700;}

	
	img {border:none;}
	img.note {height:25px;width:23px;}


	.darkRow {
		background-color:#78BDF6; /* was #FAEAC2 */
		font-size: 16px; 		
		color:#FFFFFF;
		font-family:verdana,arial;
		cursor:hand;				
	}
	
	#totalResultsDiv {
/*		position:absolute;	left:0px;	top:38px;  */
		padding-top:3px;
		z-index:4;
		font-family : arial;
		font-style : normal;
		color : #7FADCB;
		font-size : 14px;
		font-weight : normal;
}  /* The total results: dialog below the header */
	
	.blueGroupText {
/*		position:absolute;	left:0px;	top:38px;  */
		padding-top:3px;
		z-index:4;
		font-family : arial;
		font-style : normal;
		color : #7FADCB;
		font-size : 14px;
		font-weight : normal;
}	
	.orangeFolderText {
/*		The folder name above the main table  */
		padding-top:3px;
		z-index:4;
		font-family : arial;
		font-style : normal;
		color : #8AA2BE;
		font-size : 17px;
		font-weight : normal;
}	

.trashText {
		padding-top:3px;
		padding-right:4px;
		z-index:4;
		font-family : arial;
		font-style : normal;
		color : #885320;
		font-size : 36px;
		font-weight : normal;
}

.folderText {
		padding-top:3px;
		padding-right:4px;
		z-index:4;
		font-family : arial;
		color : #6A8B20;
		font-size : 30px;
}

.folderSmallText {
		z-index:4;
		font-family : arial;
		color : #6A8B20;
		font-size : 20px;
}

input.bigcheck {
	height:22px;
	width:22px;
}

</style>
