/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: black;
    font-family: times new roman, verdana, sans, arial, helvetica, sans-serif;
    font-size: 10pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
}
TD.leftColumn
{
    background-color: #0058aa;
}
TD.rightColumn
{
    background-color: white;
    padding-top: 1em;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 9pt;
}
A
{
    color: #333;
}
A:hover
{
    color: #0058aa;
}
.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: #333;
    font-size: 10pt;
    font-weight: bold;
    background-color: #95cbfc;
    padding: 0.5em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
		color: white;
    background-color: transparent;
    padding: 1em;
}
.leftColumn A
{
		color: white;
}
.leftColumn A:hover
{
		color: #95cbfc;
}
input.searchField
{
		width: 120px;
		font-size: 9pt;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid black;
    padding: 2px 3px 2px 3px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #ddd;
}
A.goButton:hover
{
	background-color: #ccc;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #333;
    font-size: 10pt;
    font-weight: bold;
    background-color: #95cbfc;
    padding: 0.5em;
    text-align: center;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 1em;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 9pt;
    color: #333;
    background-color: #95cbfc;
    text-align: center;
    padding: 5px;
    border-top: 1px solid white;
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 9pt;
    color: #333;
}
A.footernav:hover
{
		color: #0058aa;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#navPri
{
    margin-bottom: 1em;
    border-bottom: 1px solid white;
    background-color: #95cbfc;
}
A.textButtonLink, A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    padding: 0.5em;
    border-top: 1px solid white;
    background-color: #0058aa;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #333;
    background-color: #95cbfc;
}
A.subSectionLink, A.subSectionLink_high
{
    display: block;
    color: #003265;
    font-weight: bold;
    text-decoration: none;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #6b8fb0;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE
{
    background-color: #00254a;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #0058aa;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #ddd;
    color: #333;
}
.calToday
{
    font-weight: bold;
    background-color: #b9e7e4;
}
.eventTip
{
    border-color: #550;
    background-color: #b9e7e4;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}