/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
    background-color: #F2F2F2;
}
TD.leftColumn
{
    font-size: 9pt;
    background-color: #1A76D1;
    color: white;
}
TD.rightColumn
{
    font-size: 9pt;
    background-color: #F2F2F2;
    padding-bottom: 1em;
}
BODY.home TD.rightColumn
{
    background-color: white;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #006;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #00A;
}
.itemLink
{
    font-weight: bold;
}

#homeBanner
{
    background-color: #D9D9D9;
}
#flashCell
{
    background-color: #666;
    /*border-right: 1px solid #EEE;*/
}
#introPadder
{
    padding: 0.7em 1em 0.7em 1em;
}
#innerBanner
{
    padding-left: 290px;
    background-image: url( ./images/innerLogo.jpg );
    background-position: left center;
    height: 70px;
    overflow: hidden;
}
#innerBanner IMG
{
    position: relative;
    top: -1px;
}
#tab
{
    position: relative;
    /*z-index: 10;*/
    /*left: -30px;*/
}
#tabCell
{
    background-color: #666;
}
BODY.home .sec .divRule
{
    display: none;
}
.divRule
{
    border: none;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 14pt;
}
.headline2
{
    font-size: 12pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{
    
}
.centerColumn A:hover
{
    
}
.contentbox_center P
{
    margin-bottom: 0px;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: transparent;
    padding: 0.5em;
    border-top: 1px solid #ABC;
    border-bottom: 1px solid #ABC;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: #4C8CD9;
    padding: 1em;
}
.leftColumn A
{
    color: white;
}
.leftColumn A:hover
{
    color: #DDF;
}
A.goButton, A.goButton:hover
{
    display: block;
    border-width: 1px;
    border-style: solid;
    border-top-color: #EEE;
    border-right-color: #333;
    border-left-color: #EEE;
    border-bottom-color: #333;
    padding: 1px 3px 2px 2px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #CCCCCC;
}
A.goButton:hover
{
    border-top-color: #333;
    border-right-color: #EEE;
    border-left-color: #333;
    border-bottom-color: #EEE;
    padding: 2px 2px 2px 3px;
}


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
    margin-top: 1em;
    margin-right: 1em;
    background-color: white;
    border: 1px solid #CCC;
}
.contentbox_right_header, .sidebar_header
{
    color: #222;
    font-weight: bold;
    font-size: 9pt;
    background-color: #F5F5F5;
    text-align: left;
    padding: 0.25em 0.5em 0.25em 0.5em;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 0.5em;
}
.rightColumn A
{
    
}
.rightColumn A:hover
{
    
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    padding: 3px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: #000000;
}
A.footernav:hover
{
}

/* =============== MENU NAV STUFF =====================*/


/*=================================================*/
/*==( Adjustable styles )==========================*/
/*=================================================*/

/* width of menus */
A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}

/* padding...keep it consistent between menu titles and menu items */
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 10px;
}
.menuTitle, .menuTitle_hi
{
    padding: 3px 10px 3px 10px;
}
/* keep the "top" value of this set equal to the amount of padding-top on the menuItemPadder */
.subTriangle
{
    top: 6px;
}

/* text size...keep this consistent as well */
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 9pt;
}

/* menu TITLE style */
A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap;
    display: block;
    
    text-shadow: 2px 2px 3px #444;
    text-decoration: none;
    border: 1px solid white;
    border-top: none;
    border-right-color: #4c8bdb;
    border-left-color: #c8e5ff;
    border-bottom-color: #4c8bdb;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    /*color: #A00;*/
    color: white;
    text-decoration: none;
    background-color: #0265cd;
    /*border-top-color: #535d3a;
    border-right-color: #b3c38b;
    border-left-color: #707e4e;
    border-bottom-color: #c4d1a6;*/
}



/* upper nav stuff */
/*
#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    background-color: transparent;
}
#secNavBox A.odd
{
    background-color: #547FA9;
}
#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    border: none;
}
#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    padding: 5px 9px 5px 9px;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    color: blue;
}
*/

/* menu ITEM style */
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    /*background-color: #1AAFAC;*/
}
A.menuItem_hi
{
    background-color: #0265cd;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #0265cd;
    text-decoration: none;
}

/* MENU style */
DIV.menu
{
    /* NOTE:If you don't want PNG-transparent menus, you can
    replace the following with a background-color.*/
    /*background-image: url(./images/menuBG.png);*/
    background-color: #4c8eda;
    
    border-style: solid;
    border-bottom-color: #0265cd;
    border-left-color: #7DB2E6;
    border-right-color: #0265cd;
    border-top-color: #7DB2E6;
}

/*#secNavBox DIV.menu
{
    //NOTE:If you don't want PNG-transparent menus, you can
    //replace the following with a background-color.
    background-image: url(./images/topMenuBG.png);
    
    border-style: solid;
    border-left-color: #8D9FC7;
    border-top-color: #8D9FC7;
    border-bottom-color:#4B6087;
    border-right-color: #4B6087;
}*/

/*===============================================*/
/*==( REQUIRED styles )==========================*/
/*===============================================*/

.horizNavBox
{
    z-index: 6;
    background-color: #7DB2E6;
}
.vertNavBox
{
    z-index: 5;
    margin-bottom: 1em;
}
.menuBar
{
    width: 100%;
}
DIV.menu
{
    z-index: 10;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
}
A.menuTitle, A.menuTitle_hi
{
    display: block;
    position: relative; 
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
}
.vertNavBox A.menuTitle, .vertNavBox A.menuTitle_hi
{
    white-space: normal;
}
A.menuItem, A.menuItem_hi
{
    display: block;
    cursor: pointer;
    text-decoration: none;
}
DIV.menuItemWrapper
{
    /*padding: 5px 1em 5px 7px;*/
    padding-right: 1.2em;
}
.subTriangle
{
    position: absolute;
    right: 5px;
}


/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
    margin-bottom: 1em;
}
A.textButtonLink, A.textButtonLink_high
{
    color: #500;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #A00;
    background-color: #F3F3F3;
}
A.subSectionLink, A.subSectionLink_high
{
    color: white;
    text-decoration: none;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #DDF;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.calendarTable  /* calendar grid color */
{
    background-color: #555;
}
.calendar_month /* month heading style */
{
}
.day_headings   /* SMTWTFS style */
{
    background-color: #AAAAAA;
}
.calendar_small_event_title, .calendar_big_event_title /* for each day cell */
{
}
.today_big_cell, .today_small_cell /* style for today's day cell */
{
}
/* calendar item link styles */
.calendarTable A
{
}
.calendarTable A:hover
{
}
.calendar_date /* style for blank days not in current month */
{
}