/* Style Cobalt */

/* Body */

    body { color: #000000; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;}
    
    a:visited       { color: #000066; }
    a:link          { color: #336699; }
    a:active        { color: #336699; }


/* Special Menu */
.buttonscontainer {width: 150px;}

.buttons a {color: 003399;
background-color: FFCC66;
padding: 1px;
padding-left: 5px;
display: block;
border-bottom: 1px solid FF9966;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left; }

.buttons a:hover {background-color: ff9966;
color: #003399;
text-decoration: none; }

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #FF9966;
background-color: #FF9966;
color: #000066;
}




/* Scrollbar Colors */

body {
scrollbar-arrow-color: FFFFCC;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: Black;
scrollbar-track-color: FFFFFF;
scrollbar-face-color: FF9966;
scrollbar-shadow-color: CC3300;
scrollbar-highlight-color: FFFFCC;
scrollbar-3d-light-color: black;
}


/* Table Borders */

TABLE.main { 
border-style: solid; 
border-top-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-color: #000033; }



/* Backgrounds Colors */
    
    .bg_main              { background-color: #FFFFFF; }
    .bg_header            { background-color: #FFFFFF; } 
    .bg_search_box        { background-color: #FFCC66; }

    .bg_nav_left_header   { background-color: #FF9966; } 
    .bg_nav_left          { background-color: #FFCC66; border-style: solid; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px; border-color: #FF9966;  } 
    .bg_nav_left_selected { background-color: #FF9966; } 
    .bg_nav_right_header  { background-color: #993300; } 
    .bg_nav_right         { background-color: #CCCC99; } 



/* Common Styles */

    .header_category_name           { color: #990000; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb              { color: #990000; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb a            { color: #990000 !important; text-decoration: none; }
    .header_breadcrumb a:hover      { color: #990000 !important; text-decoration: underline; }

    .logo_text                      { font-family: Arial, Helvetica, sans-serif; font-size: 30px;  font-weight: bold; letter-spacing: -0.05em  }
    .logo_sub                       { font-family: Arial, Helvetica, sans-serif; font-size: 14px;  font-weight: bold; letter-spacing: -0.05em  }

    .image_caption                    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    .more_headlines                 { color: #CCCCCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .global_updated                 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

    .general_text                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }


/* Left Navigation (Category List) */

    .nav_left_header_text           { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
    .nav_left_header_text a         { color: #FFFFFF !important; }

    .category_link_depth1 a         { color: #003399 !important; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .category_link_depth2 a         { color: #003399 !important; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
    .category_link_depth3 a         { color: #003399 !important; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

    .advancedsearch_link   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: regular;  }





/* Right Navigation (Headlines) */


    .nav_right_header               { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
    .nav_right_category_header      { color: #FFFFFF; font-family: impact, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: regular; text-transform: uppercase; }
    .nav_right_headlines            { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: regular;  }

    .nav_right_category_name        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }


/* Article Summaries */

    .summary_title                  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .summary                        { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
    .summary_date                   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    
    .summary_breadcrumb            { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .summary_breadcrumb a          { color: #999999 !important; text-decoration: none; }
    .summary_breadcrumb a:hover    { color: #999999 !important; text-decoration: underline; }


/* Article Pages */

    .article_title                  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .article_text                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
    
    .bg_printer_page                { background-color: #FFFFFF; }
    
