﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/

.LinkDataText
{
	text-decoration: none;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN: 0px;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 0px
	
}

.MenuText{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN: 0px;
}

.headText
{
    COLOR: #173321;
	text-Decoration: none;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
    MARGIN: 0px;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 0px
}

/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/

.pcL { /* page container left middle edge (vertical menu container) */
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
	width: 1px;
	}
	
.pcC { /* page container center (contents of page container) */
	padding-left: 0px;
	padding-top: 0px;
	}
	
.borderTable, .pbTable { /* page content container */
	
	}

.borderTable { 
	width: 1000px;
	}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/	
a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link {
	color: #000000;
	}

a.button_link:hover, .thc a.button_link:hover, .tic a.button_link:hover, .ttc a.button_link:hover {
	color: #000000;
	}


/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/

.MLMmC { /* menu item */
	color: #000000;
	font-weight: bold;
	}

.MLMmoC { /* menu item hover */
	color: #666666;
	}

.MLMsubmC { /* submenu item */
	color: #000000;
	}

.MLMsubmoC { /* submenu item over */
	color: #666666;
	}

.MLMmvC { /* vertical menu item */
	color: #000000;
	font-weight: bold;
	}

.MLMmvoC { /* vertical menu item hover */
	color: #666666;
	}

.MLMsubmvC { /* vertical submenu item */
	color: #000000;
	}

.MLMsubmvoC { /* vertical submenu item over */
	color: #666666;
	}


/**********************************************************************
 * Classic Menu Styles                                                *
 **********************************************************************/

.menu {
	color: #ffffff;
	}
	
a.menu {
	color: #888888; 
	}

a.menu:hover {
	color: #666666;
	}

.menu_on a, .moC a {
	color: #000000;
	}

.menuVerticalOverC a, .mvoC a {
	color: #666666;
	}

.menuVerticalOverC a:hover, .mvoC a:hover {
	color: #666666;
	}

.menuVerticalC a, .mvC a {
	color: #000000;
	}

.menuVerticalC a:hover, .mvC a:hover {
	color: #666666;
	}

/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/

.pageBackground, .pBack {
	background-color: #666f8f;
	margin: 0px;
	}
	
.page_yellow, .pContent {
	color: #003366; 
	/* background-color: Transparent; */
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right-style:none;
	border-width: 0px;
	vertical-align: top;
	}

.footer {
	color: #444444;
	}

.panelBack 
{
	background-color: Olive;
}
/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar {
	color: #000000;
	}

.signInBar a, .signInBar input {
	color: #000000;
	}

.signInBarStatus {
	color: #666666;
	}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	color: #000000;
	border-bottom: 0px #cccccc solid;
	border-left: 0px #cccccc solid;
	border-right: 0px #cccccc solid;
	border-top: 0px #cccccc solid;
	text-align: left;
	}
	

.dialog_field_value, .dfv {
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;
	}

.dialog_header_text, .dht {
	color: #000000;
	}

.dialogHeaderTextRecord, .dhtr {
	color: #000000;
	}
	
		
.storyTitle {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: red;
	white-space: nowrap;	
	text-align: left;
	vertical-align: middle;
	}	
	
.storyBody {
	font-family: Verdana, Geneva, ms sans serif, Arial;
	font-size: 12px;
	color: #000000;
	white-space: normal;	
	text-align: left;
	vertical-align: top;
	}	
	
.dv 
{
	text-align: left;
}


.category, .c {
	color: #666666;
	}

.category_area A, .ca A {
	color: #888888;
	}

.category_area A:hover, .ca A:hover {
	color: #666666;
	}

.subcategory_label, .scl {
	color: #666666;
	}

.field_label, .fl {
	color: #000000;
	}

.field_label_on_side, .fls {
	color: #000000;
	}

.filter_area, .fila {
	color: #000000;
	}

.search_label, .sl {
	color: #003366;
	}

.rangeFilterText, .rft {
	color: #999999;
	}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
	
.prbg {
	color: #666666;
	}

.pagination_area, .pra {
	color: #003366;
	}

.pagination_label, .prl {
	color: #003366;
	}

.pagination_value, .prv {
	color: #003366;
	}


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .thc {
	color: #000000;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	color: #000000; 
	} 
	
.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #000000;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	color: #444444;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	color: #444444;
	}

.icon_cell_selected, .tics {
	color: #444444;
	}

.ticnb {
	color: #444444;
	}

.tichnb {
	color: #444444;
	}

.ticsnb {
	color: #444444;
	}

.ticwb {
	color: #444444;
	}

.tichwb {
	color: #444444;
	}

.ticswb {
	color: #444444;
	}

	
.table_cell, .alt_table_cell, .ttc, .tatc {
	color: #000000;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	color: #000000;
	}

.table_cell_selected, .ttcs {
	color: #666666;
	}

.ttc a, .tatc a, .ttch a, .tatch a, .ttcs a, .dfv a, .dialog_field_value a {
	color: #000000; 
	}

.ttc a:hover, .tatc a:hover, .ttch a:hover, .tatch a:hover, .ttcs a:hover, .dfv a:hover, .dialog_field_value a:hover {
	color: #666666;
	}

.totals_cell, .tpttc {
	color: #000000;
	}

.totals_cell_value, .tpttcv {
	color: #000000;
	}

.page_total_label, .tptl {
	color: #000000;
	}

.page_total_value, .tptv {
	color: #000000;
	}

.grand_total_label, .tgtl {
	color: #000000;
	}

/**********************************************************************
 * AJAX Calendar Styles                                               *
 **********************************************************************/
.MyCalendar .ajax__calendar_container {
	color: #000000;
	}


.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
	color: #0065ce;
	}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
	color: #0065ce;
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/

.dsDayHeader {
	color: #000000;
	}

.dsTitle {
	color: #000000;
	}

.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a {
	color: #000000;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/

.panelInformationDisplayWithImage_InfoTitle {
	color: #777777;
	}

.panelInformationDisplay_InfoTitle {
	color: #777777;
	}

	
/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText {
	color: #000000;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	color: #000000;
	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/

.detailRolloverTitle {
	color: #000000;
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable {
	color: #000000;
	}

.dpTitleText {
	color: #000000;
	}


