﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/
 
 .signInBarStatus { /* sign in bar status message text */
	color: black;
	font-weight: bold;
	text-align: center;
	}

.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	color: black;
	}

.dBody2 { /* alternate panel content container (excludes panel header) */
	color: black;
	}

.dialog_field_value, .dfv { /* panel field value text */
	color: black;
	}

.dialog_header_text, .dht { /* panel header title text */
	color: black;
	}

.rangeFilterText, .rft { /* range filter label */
	color: black;
	}
	
.table_cell, .alt_table_cell, .ttc, .tatc { /* data grid data container */
	color: black;
	}

.table_cell_selected, .ttcs { /* data grid data container selected state */
	color: black;
	}

.totals_cell, .tpttc { /* data grid totals container */
	color: black;
	}
	
.totals_cell_value, .tpttcv { /* data grid totals text */
	color: black;
	}

.page_total_label, .tptl { /* data grid page totals label */
	color: black;
	}
.grand_total_label, .tgtl { /* data grid grand total label */
	color: black;
	}

.configureErrorPagesText { /* configure/error page body text */
	color: black;
	}
.skipNavigationLinks { /* skip navigation links container*/
	color: black;
	}
.detailRolloverTitle { /* detail rollover popup title */
	color: black;
	}
	
.dialogHeaderTextRecord, .dhtr { /* record panel header title text */
	color: black;
	}
	
.dsDayHeader { /* day of week header container */
	color: black;
	}
	
.dsTitle { /* title */
	color: black;
	}
	
.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a { /* day link text */
	color: black;
	}



