/* ====================================================================
// Stylesheet for Application Header
// by Nicholas C. Zakas
// ==================================================================== */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { background-color: #006299; }


/* --------------------------------------------------------------------
// Toolbar Settings 
// -------------------------------------------------------------------- */

/* Toolbar Background Appearance */
table.toolbar { background-color: #003366; }

/* Toolbar Border Appearance */
td.toolbarBorder{ background-color: #003366; background-image:  url(../images/utilToolbarBevel.gif); background-repeat: repeat-x; }

/* Username Appearance */
td.username { color: #ffffff; ; text-align: left; }

td.copyright { color: #999999; ; text-align: right ; font-family: Arial, Helvetica, sans-serif; font-size: 60%}

td.appName { font-weight: bold; color: white; }

td.companyName { font-weight: bold; color: white; }