/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
		background-color: white;
}
TD.centerColumn
{
		background-color: white;
}
TD.leftColumn
{
    font-size: 9pt;
    background-color: #224b9e;
}
TD.rightColumn
{
    font-size: 9pt;
    padding-top: 10px;
    background-color: white;
    padding-right: 5px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: black;
}
A:hover
{
    color: #1b3f95;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.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
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    background-color: #a5c70e;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0.3em;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
		color: white;
    background-color: transparent;
    padding: 0.5em 1em 1em 1em;
}
.leftColumn A
{
    color: white;
}
.leftColumn A:hover
{
    color: #ccc;
}
.searchbox_header
{
		background-color: #3cb7c9;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid white;
    padding: 1px 3px 1px 3px;
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
    background-color: #3cb7c9;
}
A.goButton:hover
{
		background-color: #fe8500;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		background-color: #c2e0ff;
		border: 1px solid #03639e;
		margin-bottom: 10px;
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-weight: bold;
    font-size: 10pt;
    background-color: #1b3f95;
    text-align: center;
    padding: 0.3em;
    border-bottom: 1px solid #03639e;
}
.contentbox_right_body, .sidebar_body
{
		color: black;
    background-color: transparent;
    padding: 0.5em 1em 1em 1em;
}
.rightColumn A
{
    color: #333333;
}
.rightColumn A:hover
{
    color: black;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    background-color: #ffd600;
    border-top: 1px solid white;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, .vertText A
{
    font-size: 8pt;
    color: black;
}
A.footernav:hover, .vertText A:hover
{
		color: #1b3f95;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

/* === pri nav === */
#navPri
{
    margin-bottom: 10px;
    background-color: #fe8500;
    border-bottom: 1px solid white;
}
#navPri A.textButtonLink, #navPri A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    padding: 5px 10px 5px 10px;
    background-color: #224b9e;
    border-top: 1px solid white;
}
#navPri A.textButtonLink_high, #navPri A.textButtonLink:hover, #navPri A.textButtonLink_high:hover
{
    color: white;
    background-color: #fe8500;
}

/* === sec nav === */
#navsecWrapper
{
		background-image: url(./images/secnav-bg.png);
		background-repeat: repeat-x;
		background-position: left top;
		margin-bottom: 0.65em;
}
#navSec
{
		text-align: right;
		padding: 5px 0px 5px 0px;
}
#navSec A.textButtonLink, #navSec A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    padding: 5px 10px 5px 10px;
    background-color: #224b9e;
}
#navSec A.textButtonLink_high, #navSec A.textButtonLink:hover, #navSec A.textButtonLink_high:hover
{
    color: white;
    background-color: #fe8500;
}

/* === subsections === */
A.subSectionLink, A.subSectionLink_high
{
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #333;
}
.subnavbox_body A.subSectionLink_high, .subnavbox_body A.subSectionLink:hover, .subnavbox_body A.subSectionLink_high:hover
{
    color: #ffd600;
}
.subSections
{
}
.subnavDivTag
{
    padding-bottom: 0.5em;
    padding-left: 10px;
}
.subnavbox_header
{
		background-color: #fe8500;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #1b3f95;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #fe8500;
    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: #CCC;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #c2e0ff;
}
.eventTip
{
    border-color: #550;
    background-color: #c2e0ff;
}
.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%; }
