
/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal, INPUT, TEXTAREA, TD
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
}
TD.leftColumn
{
    font-size: 9pt;
    background-color: #AA7A4B;
    border: 1px solid #000;
    padding: 0px;
}
TD.rightColumn
{
    font-size: 9pt;
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 0px;
}
TD.leftColumnHome
{
    font-size: 10pt;
    background-color: #000;
    color: #996;
}
TD.rightColumnHome
{
    font-size: 10pt;
    background-color: #000;
    color: #996;
    padding: 15px;
}
.vertical_border
{
	width: 1px;
	background-color: #996;
	font-size: 1px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	 font-weight: bold;
	 font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A, .leftColumn A, .rightColumn A, .printView A, .leftColumnHome A, .rightColumnHome A
{
    color: #996;
    font-weight: bold;
}
.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover, .leftColumnHome A:hover, .rightColumnHome A:hover
{
    color: #aa7a4b;
}
.attachments
{
	background-color: none;
	border: none;
	padding-left: 10px;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px;
	margin: 0px;
}
.contentbox_left_headerHome, .searchbox_headerHome
{
	color: #996;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body, .contentbox_left_bodyHome, .searchbox_bodyHome
{
	background-color: transparent;
	padding: 10px;
}
.contentbox_left_bodyHome, .searchbox_bodyHome
{
	background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
}
.leftColumn A
{
	color: #000;
}
.leftColumn A:hover
{
	color: #FFF;
}
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: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	background-color: #000;
}
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
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px;
}
.contentbox_right_headerHome
{
	color: #996;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
	margin: 0px;
}
.contentbox_right_body, .sidebar_body, .contentbox_right_bodyHome
{
	background-color: transparent;
	padding: 10px;
}
.contentbox_right_bodyHome
{
	background-color: transparent;
	padding: 0px;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    background-color: #996;
    text-align: center;
    padding: 3px;
    border: 1px solid #000;
    border-top: 10px solid #000;
    margin-top: 8px;
}
.footernav
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
}
SPAN.horizNavDivider
{
	color: #888;
}
/* Button text */
A.textButtonLink, A.textButtonLink_high
{
	border: 1px solid black;
	border-top: none;
    border-left: none;

	display: block;
    color: black;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    height: 100%; /* not really...this just makes IE behave itself */
}
DIV#toprow
{
    margin-bottom: 8px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
DIV#bottomrow
{
    margin-bottom: 8px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
DIV#toprow A.textButtonLink
{
    background-color: #996;
}
DIV#bottomrow A.textButtonLink
{
    background-color: #AA7A4B;
}
/*the real value */
TD>A.textButtonLink, TD>A.textButtonLink_high
{
	height: auto;
}
/* Highlighted and Hover button text */
DIV#toprow A.textButtonLink_high, DIV#toprow A.textButtonLink:hover, DIV#toprow A.textButtonLink_high:hover
{
	color: white;
    background-color: #000;
}
DIV#bottomrow A.textButtonLink_high, DIV#bottomrow A.textButtonLink:hover, DIV#bottomrow A.textButtonLink_high:hover
{
	color: white;
    background-color: #000;
}
A.subSectionLink, A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
	display: block;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
    margin-bottom: 7px;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #FFF;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.day_headings
{
	background-color: #AAAAAA;
}
.formLabelReq
{
	color: #F00;
}
/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #aa7a4b;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: black;
    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: #dddddd;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #dcdcad;
}
.eventTip
{
    border-color: #550;
    background-color: #FF8;
}

/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }

/*===================( CSS CLASSES OLD CALENDAR )=================*/
/*================================================================*/

/* calendar grid color */
/*.calendarTable
{
    background-color: #555;
}*/
 /* month heading style */
/*.calendar_month
{
}*/
/* SMTWTFS style */
/*.day_headings
{
    background-color: #AAAAAA;
}*/
/* for each day cell */
/*.calendar_small_event_title, .calendar_big_event_title
{
}*/
/* style for today's day cell */
/*.today_big_cell, .today_small_cell
{
}*/
/* calendar item link styles */
.calendarTable A
{
		color: black;
}
.calendarTable A:hover
{
		color: #694b2d;
}
/* style for blank days not in current month */
/*.calendar_date
{
}*/