/* - - - - - - - - - - - - - - - - - - - - -

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : SiteSuite Administration Styles

- - - - - - - - - - - - - - - - - - - - - */

@import "/default/css/administration.css";

/******************* CSS RULES TO OVERWRITE DEFAULT THEME ********************/

/*----------------------------------------------------------------------------- 
GLOBALS - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

body {background: url(/affiliate/images/bgHeaderMain.png) repeat-x 0 0;}


/*----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
	
#footer {background: url(/affiliate/images/logoFooter.gif) no-repeat 100% 20%;}


/*----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

#userInfo h1 {text-shadow: #066196 1px 1px 1px;}

.headerCategories, .headerProdInventory{background: #dedede;}
h3.headerCategories span, .headerProdInventory span {background: #35afd9;color:#fff;}


/*----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

#footer hr {
	border-color: #dedede;
	width: 94%;
	}	

/*----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

/*a {color: #003366;}*/

#adminHead a {
	color: #99ccff;
	}

/* Overwrite Preferences Tabs Css */

#prefsSideMenu li.ui-tabs-selected a {
	color: #003366;
	}

#prefsSideMenu a {
	color:#54534d;
	}


/*----------------------------------------------------------------------------- 
FORMS - BUTTONS - HOVERS
-----------------------------------------------------------------------------*/

a.btnViewSite {background: url(/affiliate/images/btnViewSite.png) no-repeat;}


