﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/
.table_cell, .alt_table_cell, .ttc, .tatc { /* data grid data container */
	font-size: 14px;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch { /* data grid data container highlighted state */
	font-size: 14px;
	}

.table_cell_selected, .ttcs { /* data grid data container selected state */
	font-size: 14px;
	}

.dialog_field_value, .dfv { /* panel field value text */
	font-size: 14px;
	}

.field_label_on_side, .fls { /* field lable on side */
	font-size: 14px;
	}

.field_input, .fi { /* input textbox */
	font-size: 14px;
	}

.header_cell, .header_cell_scrolling, .thc, .thcs, .thcnb, .thcwb { /* column header container (above select checkbox) */
	font-size: 14px;
	}

