﻿/**********************************************************************
 * 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.      *
 *                                                                    *
 **********************************************************************/
 
.prspace { /* pagination short buttons and navigation sections spacing */
	width: 0%;
	}
.prspaceR {
	Width: 100%;
	}

.pageBackground, .pBack { /* page content container */
	/*background-color: #F8F2DC;*/
	background-color: rgb(212,214,215);
	margin: 0px;
}
	
.totals { /* data grid data container */
	color: #2B18CD;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-right: 1px #bf9d13 solid;
	border-bottom: 1px #bf9d13 solid;
	background-color: #ffffff;
	}
.grand_total, .gtt { /* data grid grand total */
	padding: 5px;
	color: Blue;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.grand_totalb, .gttb { /* data grid grand total */
	padding: 5px;
	color: Blue;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.grand_totalr, .gttr { /* data grid grand total */
	padding: 5px;
	color: Maroon;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.grand_total2, .gtt2 { /* data grid grand total */
	padding: 5px;
	color: Maroon;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	width: 30px;
	}
div.tableContainer { /* scrolling table container */
	clear: both;
	height: 185px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}
.dialog_field_valueR, .dfvR { /* panel field value text for numerics right justified */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 1px 4px 1px 4px;
	text-align: right;
	}
.ajax__tab_xpnb .trenb { /* data grid container within tab container */
	border-top: 0px #cccccc solid;
	}
.wrptxt { /* field lable on side */
	padding: 4px 4px 5px 4px;
	text-align: right;
	vertical-align: middle;
	}
.ttcW { /* data grid data container */
	padding: 5px;
	color: #666666;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	width: 150px;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.ttcB { /* data grid data container Blank */
	padding: 1px;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 8px;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	white-space: nowrap;
	}
.QPageSize { /* dimensions of quick page */
	height: 500px;
	width: 800px;
	text-align: left;
	}

