/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
BODY
{
    background-color: #e5e1c6;
}
TD.centerColumn
{
		background-color: white;
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #0f1247;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #546591;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: #333333;
}
A:hover
{
    color: #546591;
}
.itemLink
{
    font-weight: bold;
}

/*#blueBar
{
		background-color: transparent;
		background-image: url(./images/secNav_bg.gif);
		background-repeat: repeat-y;
		background-position: left top;
		border-top: 1px solid white;
}*/

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
		font-weight: normal;
    font-size: 14pt;
    color: #14335f;
}
.headline3
{
		font-weight: normal;
    font-size: 14pt;
    color: #14335f;
}
.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
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left
{
		margin-bottom: 10px;
}
.contentbox_left_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #546591;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contentbox_left_body
{
		color: white;
    background-color: transparent;
    padding: 5px 10px 10px 10px;
}
.leftColumn A
{
    color: white;
}
.leftColumn A:hover
{
    color: #ccc;
}

/*============================================( SEARCH BOX PARTS )===*/
/*===================================================================*/

 .searchbox
{
		padding: 10px 0px 10px 7px;
}
.searchbox_header
{
    color: white;
    font-weight: bold;
    font-size: 9pt;
    background-color: #1d8dbb;
    text-align: center;
    padding: 0.5em;
}
.searchbox_body
{
    background-color: transparent;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid #cccccc;
    padding: 1px 3px 1px 3px;
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
    background-color: #51608b;
}
A.goButton:hover
{
	background-color: #6077a8;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		margin-bottom: 10px;
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #0f1247;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contentbox_right_body, .sidebar_body
{
		color: white;
    background-color: transparent;
    padding: 5px 10px 10px 10px;
}
.rightColumn A
{
    color: white;
}
.rightColumn A:hover
{
    color: #ccc;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: white;
    background-color: #0f1247;
    text-align: center;
    padding: 3px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, .vertText A
{
    font-size: 8pt;
    color: #333333;
}
A.footernav:hover, .vertText A:hover
{
		color: #546591
}

/*=============================================( MENU NAVIGATION )===*/
/*===================================================================*/

/*===========================================( ADJUSTABLE STYLES )===*/

A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 10px;
}
.menuTitle, .menuTitle_hi
{
    padding: 4px 10px;
}
.subTriangle
{
    top: 6px;
}
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 8pt;
    font-weight: bold;
}

/*=========================================( PRIMARY NAVIGATION )===*/

A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
    color: white;
    background-color: transparent;
    white-space: normal;
    border-bottom: 1px solid white;
    text-shadow: 2px 2px 3px #444;
    text-align: left;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
		color: white;
		white-space: normal;
    background-image: url(./images/secNav_bg.gif);
		background-repeat: repeat-y;
		background-position: 0% 0%;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: transparent;
		background-image: url(./images/center_secnav.png);
		background-repeat: repeat-x;
		background-position: left top;
    white-space: nowrap;
    text-align: center;
    border: none;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
		color: #f2e297;
		white-space: nowrap;
}
TD.secnavLeft, TD.secnavRight
{
		background-image: url(./images/left_secnav.png);
		background-repeat: no-repeat;
		background-position: right top;
		font-size: 1px;
}
TD.secnavRight
{
		background-image: url(./images/right_secnav.png);
		background-position: left top;
}
#secNavBox .menuTitle, #secNavBox .menuTitle_hi
{
    padding: 7px 0px;
}
#topNav
{
		margin-bottom: 8px;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: transparent;
    background-image: url(./images/secNav_bg.gif);
		background-repeat: repeat-y;
		background-position: 0% 0%;
  	border: 1px solid white;
}
#secNavBox DIV.menu
{
    background-color: #0f1247;
  	border: 1px solid white;
}
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #046c61;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #0f1247;
    text-decoration: none;
}
#secNavBox A.menuItem, #secNavBox A.menuItem_hi, #secNavBox A.menuItem:visited, #secNavBox A.menuItem_hi:visited
{
    color: white;
}
#secNavBox A.menuItem:hover
{
    color: #fff;
    background-image: url(./images/secNav_bg.gif);
		background-repeat: repeat-y;
		background-position: 70% 0%;
}
/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
		margin-bottom: 10px;
		background-color: #546591;
}
.subnavbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #546591;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.subnavbox_body
{
    padding: 1em;
    border-top: none;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #a9b4c2;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
    z-index: 6;
    background-color: transparent;
}
.vertNavBox
{
    z-index: 5;
    border-top: 1px solid white;
    margin-bottom: 10px;
}
.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-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, .subTriangle:hover
{
    position: absolute;
    right: 5px;
    color: white;
    text-decoration: none;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #0f1247;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #546591;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calDayHeading SPAN { font-size: 120%; }

.calDay {
    vertical-align: top;
    background-color: white;
}
.calDayNum {
    display: block;
    font-size: 120%;
}
.calGrayDay{
    background-color: #a9b4c2;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #c7d4e5;
}
.eventTip
{
    border-color: #550;
    background-color: #c7d4e5;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}
/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }