/*=====================================================( 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
{
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #87be49;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: white;
    padding-top: 5px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #8700be;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: black;
}
.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: 9pt;
    font-weight: bold;
    background-color: #8700be;
    padding: 0.5em;
    text-align: center;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
	color: white;
    background-color: transparent;
    padding: 1em;
}
.leftColumn A
{
    color: white;
}
.leftColumn A:hover
{
    color: #8700be;
}
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
{
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-weight: bold;
    font-size: 9pt;
    background-color: #8700be;
    text-align: center;
    padding: 0.5em;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 1em;
}
.rightColumn A
{
    
}
.rightColumn A:hover
{
    
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: white;
    background-color: #8700be;
    text-align: center;
    padding: 3px;
    margin-top: 10px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: #8700be;
}
A.footernav:hover
{
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#navPri
{
    margin-bottom: 1em;
}
A.textButtonLink, A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    padding: 0.5em;
    text-align: center;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: white;
    background-color: #8700be;
}
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: #8700be;
}
.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 */
{
}