/* Use to theme branded Merchant Center */
/* COLOR definitions ONLY - other properties of these attributes are in dashboard.css */

/* header html branding - font color */
#branding-text, #branding-personalization, #branding-personalization a { color:#fff; }

/* this is the big block of color at the top of the page and the 1px horizontal rule at top and bottom*/
#header,#footer, .hrule  { background-color:#1C1C1C; }

/* page links color */
#divDashboard a, a:visited, .ui-widget-content a  { color: #3BADE1; }

/* set navigation colors - any confusion, just set color:red to see what you are affecting*/

/* on state font color */
a.menu:hover span, a.menu.on span {color:#1C1C1C;}

/* off state font color (if sticking with black I would suggest #333 to soften it a bit */
.nclass span { color:#fff; }

/*off state bg color */
.nlabel { background:#1C1C1C; }

/* off state bg color for the small area color at the bottom of the off state tabs
probably should be a darker variation of .nlabel*/
.nb2, .nb3, .nb4 { background:#ccc; }