﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/
.pcT { /* page container top center edge (header container) */
	background-color: #104B84;
	/*background-image:url(../../Images/pcT.gif); */
	background-position: bottom center;
	background-repeat: repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 60px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	}
	
	.pcB { /* page container bottom center edge (footer container) */
	background-color:  #104B84;
	/*background-image:url(../../Images/pcB.gif);*/
	background-position: top center;
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 13px;
	padding-right: 13px;
	}
	
	
	.thc { /* column header container (above select checkbox) */
	background-color:  #104B84;/* #fafafa;	*/
	border-bottom: 1px solid #f0f2ea;
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-color:White;
	font-weight: bold;
	color: white;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	}
	.tableCellValue1 { /* table cell field value text */
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	}
	
	
	
	
.field_input2, .fi2 { /* input textbox */
	color: Black; /*#555555;*/
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	}

.dialog_field_value2, .dfv { /* panel field value text */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: right;
	vertical-align: top;
	}
	