/* 
'-------------------------------------------------------------------
'	© 2003 nCubed
'	Support for all of nCubed's products may be found at:
'	http://www.nCubed.com/Support/
'-------------------------------------------------------------------
 */

/* a quick way to make the client area look 
different than the admin area */

/* Declare a new bg image for the header if you want. */
/*#topHeader {
	background-image:  url(/n3/management/n3_assets/skins/NEW_IMGAE.jpg);
}
*/

#topBar,
#topBar img,
#dataTable th,
#dataTable2 th,
#adminTable th {
	/*background-color: #FF9900;*/
	background-color: #C2E240;
}

.trOverMain {
	background-color: #F1F1F1;
}