/* ====================================================================
// NavBar Stylesheet
// Platform: Windows
// by Nicholas C. Zakas
// ==================================================================== */

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

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

/* Font Appearance */
body, th, td, p { font-family: verdana, helvetica, arial, sans-serif; font-size: 8pt; }

/* Link Appearance */
a { color: white; }
a:hover { }


/* --------------------------------------------------------------------
// Tab Strip Settings 
// -------------------------------------------------------------------- */

/* Tab Strip Background Appearance */
table.tabStrip { background-color: #000033; }

/* Tab Title Appearance */
td.tabTitle {  font-size: 12px; font-weight: bold; color: #FFFFFF; }

/* Tab Strip Highlight Appearance */
td.tabStripHighlight { background-color: #6699CC; }

/* Tab Strip Non-Highlight Appearance */
td.tabStripNonHighlight { background-color: #336699; }

/* --------------------------------------------------------------------
// Menu Settings 
// -------------------------------------------------------------------- */

/* Menu Link Appearance */
a.menu {  color: #D7D7B8; font-weight: bold; text-decoration: none; font-size: 8pt}


.darkBorder { background-color: #07466A; }
.lightBorder { background-color: #6293C4; }
