﻿/**********************************************************************
 * 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.      *
 *              font-size: 13px;     
 	;* color: #866666;
 **********************************************************************/
.table_cell, .alt_table_cell, .ttc, .tatc {
 padding: 5px;
 color: #000000;
 vertical-align: top;
 font-family: Arial, Geneva, ms sans serif;
  font-weight: bold;
 text-align: left;
 border-right: 1px #cccccc solid;
 border-bottom: 1px #cccccc solid;
 background-color: #efebde;
 }
 .field_label_on_side, .fls { /* field lable on side */
    color: #0080FF;
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	/*font-weight: bold;*/
	padding: 4px 4px 5px 4px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;	
	}
	
	.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	background-color: #ffffff;
	color: #866666;
	font-weight: bold;
	border-bottom: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
	border-top: 1px #aaaaaa solid;
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	text-align: left;
	}
	
	.dialog_field_value, .dfv { /* panel field value text */
	color: #000000;
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
	}