﻿/**********************************************************************
 * 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) border-top-right-radius: 5px; border-top-left-radius: 5px;  padding-left: 8px; padding-right: 8px; background-image:url(../../Images/pcTBackground.jpg); */
	background-image:url(../../images2/welcome2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 147px;
	padding-bottom: 8px;
	padding-top: 20px;
	vertical-align: top;
	}
.pageBackground, .pBack { /* body */
	background-color: #DF7402;
	margin: 0px;
	width: 100%;
	}
	
.page_section, .psection {
	background-image: url(../../Images2/sm_square.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 200px;
	}

a.button_link:hover,
.bC a.button_link:hover,
.buttonPadding a.button_link:hover,
.dBody a.button_link:hover,
.galleryttc a.button_link:hover,
.popupTableCellValue a.button_link:hover,
.tableCellValue a.button_link:hover,
.thc a.button_link:hover,
.tic a.button_link:hover,
.ttc a.button_link:hover { /* link text of buttons hover state */
	color: #DF7402;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	}
.themeButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0d9), color-stop(1, #fafafa) );
	background: -moz-linear-gradient( center top, #e0e0d9 5%, #fafafa 100% );
	background-color: #e0e0d9;
	color: #DF7402;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e0e0d9', endColorStr='#fafafa');
	white-space: nowrap;
	}
	
.ttcs a:hover { /* data grid data link text hover state */
	color: #DF7402;
	text-decoration: underline;
	}
	
a:hover {
	color: #DF7402;
	text-decoration: none;
	}

.body_text, .btxt { /* body text color: #bbbbbb; white-space: nowrap; */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: left;
	text-color: gray;
	vertical-align: top;
	}
	
.heading_text, .htxt { /* body text color: #bbbbbb; white-space: nowrap; */
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 22px;
	font-weight: bold; 
	text-color: #007cb2;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
	}
	
.MLMmvC { /* vertical menu item link text */
	background-color: #f8f8f6;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #DF7402;
	font-family: Arial, Verdana, Georgia, sans-serif;
	color: #1578b0;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-left: 3px;	
	padding-right: 3px;
	padding-top: 6px;
	text-decoration: none;
	}

.MLMmvC:hover, .MLMmvC:hover a, .MLMmvoC { /* vertical menu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #eeeeee 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #f3f3f3;
	color: #DF7402;
	}

.MLMsubmvoC, .MLMsubmvoC a:hover { /* vertical submenu item link text hover state */
	background: -moz-linear-gradient( center top, #f3f3f3 5%, #e6e6e6 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #eeeeee) );
	background-color: #eeeeee;
	color: #DF7402;
	}

.field_label_on_side, .fls { /* field label on side */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;	
	}
	
.field_label, .fl { /* field label on top */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}

.my_header_text, .mht { /* table header title text */
	color: #c44618;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	-moz-border-radius: none; 
	-moz-box-shadow: none; 
	-webkit-border-radius: none; 
	-webkit-box-shadow: none; 
	background-color: #dddddd;
	border-radius: none;
	box-shadow: none; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 720px;
	}

.ajax__tab_xp .dBody { /* panel content container (excludes panel header) within tab container */ 
	border: 0px;
	}

.tableRowDivider {
	border-bottom: 1px solid #d7d7d7;
	height: 5px;
	}

.tableCellLabel {/* table cell field label text */
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;	
	}
.Search_InputHint { /* "search for..." text inside search textbox */
	border: 0px;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	width: 246px;
	} 