﻿.webBlock {
	border-style: solid;
	border-width: medium;
	border-color: #CFECEC;
}
.TextBoxNumeric {
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	height: 13px;
	font-weight: normal;
	-moz-margin-bottom: 0px;
	margin-bottom: 0px;
}
.mainHeading {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
}
.subHeading {
	font-family: Arial;
	padding-left: 10px;
	font-size: 12px;
	color: White;
	font-weight: bold;
}
.Img {
	background-color: #84c02c;
	background-image: -moz-radial-gradient(#84c02c, #84c02c);
	background-image: -webkit-radial-gradient(#84c02c, #84c02c);
	background-image: -o-radial-gradient(#84c02c, #84c02c);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c02c', endColorstr='#84c02c')";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c02c', endColorstr='#84c02c')";
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.menu {
	width: auto;
	height: 25px;
	font-size: 13px;
	font-weight: lighter;
	font-family: "arial" ,helvetica,clean,sans-serif;
}
.DynamicmenuItem {
	z-index: 1001;
	color: #333333;
}
.menuItem td {
	height: 28px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	background-color: #f8f8ff;
	font-family: "arial" ,helvetica,clean,sans-serif;
}
.level2 td {
	height: 28px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	background-color: #f8f8ff;
	font-family: "arial" ,helvetica,clean,sans-serif;
}
.level3 td {
	height: 28px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	background-color: #f8f8ff;
	font-family: "arial" ,helvetica,clean,sans-serif;
}
.hoverstyle {
	font-weight: bold;
}
.staticItem td {
	height: 35px;
	width: 30px;
	font-weight: bold;
	text-align: center;
}
.staticHover td:hover {
	color: White;
}
.staticHover text:hover {
	color: White;
	text-decoration: none;
}
.staticHover {
	color: White;
}
.dynamicHover td:hover {
	color: #99cc33;
	background-color: #f0f8ff;
	height: 28px;
}
.dynamicHover {
	font-weight: bold;
}
.MessageBox {
	position: absolute;
	background-color: #FFFFFF;
	border: 2px solid black;
	padding: 8px;
	text-align: left;
	height: 150px;
	width: 300px;
}
.TextBoxUpperCase {
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.TextBoxUpperCase:hover {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.TextBoxUpperCase:focus {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}


.ControlVisibility {
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	height: 13px;
	width: 100px;
	margin-bottom: 0px;
	-moz-margin-bottom: 0px;
}
.frmHeading {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	text-decoration: none;
	font-weight: 600;
	font-style: normal;
}
.modalPopupWindow {
	border-color: Gray;
	display: block;
}
.modalPopupTransparent {
	background-color: #000;
	filter: alpha(opacity=45);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.gridWindow {
	border-color: Gray;
	margin: 0 auto;
	-moz-margin-top: 3em;
	margin-top: 8em !important;
	margin-top: 4em;
}
.gridTransparent {
	background-color: #000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.combo input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
	border: #4682B4 1px solid;
	border-right: 0px none;
}
.combo button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #4682B4;
	border: #4682B4 1px solid;
}
.DynamicMenuItemStyle {
	font-size: .8em;
	border-right-style: solid;
	border-right-color: #585880;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-color: #585880;
	border-left-width: 2px;
}
.MenuControlNoHover a:hover {
	color: #585880;
}
.CheckBox {
	color: #00f;
	border-color: #00f;
	border: 1px #999;
}
.lblSupport {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 13px;
	color: #838383;
	text-decoration: none;
	padding-left: 5px;
}
.lblHead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	padding-left: 5px;
}
.lblText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
	text-decoration: none;
	padding-left: 5px;
}
.ctrlheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	height: 15px;
	color: #838383;
	text-decoration: none;
	padding-left: 5px;
	text-align: right;
}
.GrdAlternetColor {
	background-color: #F4FAFF;
	text-align: left;
	vertical-align: middle;
}
.NewTxtBox {
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px; /**/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
	top: 0px;
	left: 0px;
}
.NewTxtBox:hover {
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.NewTxtBox:focus {
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}

.IDCheck {
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}

.IDCheck:hover {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.IDCheck:focus {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.EmailCheck {
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}

.EmailCheck:hover {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.EmailCheck:focus {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.LoginTxtBox {
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}

.LoginTxtBox:hover {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.LoginTxtBox:focus {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.NewDDList {
	padding-left: 5px;
	border: 1px solid #bbb;
	border-radius: 2px; /**/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
	background-color: #fff;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc);
}
.NewDDList:hover {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc); /**/
}
.NewDDList:focus {
	outline: none;
	-moz-box-shadow: 0px 0px 2px #4c8efa;
	-webkit-box-shadow: 0px 0px 2px #4c8efa;
	box-shadow: 0px 0px 2px #4c8efa;
	border: solid 1px #4c8efa;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	behavior: url(../../CSS_Support/PIE.htc); /**/
}


.GrdTextBox {
	border: 0px;
	border-style: none;
	background-color: Transparent;
}



.GrdAlternetColor select {
	border: none;
	background-color: #F4FAFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
}
.GrdTable {
	font-family: Arial,Verdana;
	font-size: 13px;
	color: #636465;
	text-align: left;
}
.Grdheader {
	background-image: url( '../../images/gvHead.png' );
	color: White;
	height: 22px;
}
.GrdItemStyle select {
	border: none;
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
}
.GrdItemStyle {
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
}
.SelectedRowStyle {
	background-color: #99cc33;
	text-align: left;
	vertical-align: middle;
	color: #fff;
}
.SearchedRowStyle {
	background-color: #ECFBFF;
	text-align: left;
	vertical-align: middle;
	color: #333333;
}
.UpdatedRowStyle {
	background-color: #7FBFFF;
	text-align: left;
	vertical-align: middle;
	color: #fff;
}
.UpdatedRowStyle input {
	color: White;
}
.UpdatedRowStyle span {
	color: White;
}

.BlockRowStyle {
	background-color: #99cc33;
	text-align: left;
	vertical-align: middle;
	color: #fff;
}
.SelectedRowStyle input {
	color: White;
}
.SelectedRowStyle span {
	color: White;
}
.Pcss {
	font-family: "Arial" , Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #636465;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border-width: thin;
	border-color: #fff;
}
.DivPcss {
	font-family: "Arial" , Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; /**/
	color: #636465;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 0px 1px #cccccc;
	-webkit-box-shadow: 1px 0px 1px #cccccc;
	box-shadow: #cccccc 2px 2px 2px;
}
.legendcss {
	font-family: "Arial" , Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066CC;
	font-weight: bold; /**/
}
.LPcss {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; /**/
	color: #636465;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	border-width: thin;
	border-color: #fff;
}
.TextSearch_Report {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
}
input.txtSetting {
	font-family: Verdana;
	font-size: 12px;
	height: 13px;
	font-weight: normal;
	margin-bottom: 0px;
}
input.tdCommonText {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	padding-left: 5px;
}
.Combo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
	width: 98%;
}
/*Progress Bar CSS*/
.PrProgress {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	background-color: #eeeeee;
	overflow: auto;
	color: #aaaaaa;
	background: rgba(0, 0, 0, 0.2);
}

.PrContainer {
	position: relative;
	background-color: #ffffff;
	width: 120px;
	text-align: center;
	display: block; /* To align popup window at the center of screen*/
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); /*border:7px solid black;*/
	box-shadow: 0px 0px 0px 1px #61C5FA;
}

.PrBody {
	background-color: #ffffff;
	border-color: #61C5FA;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.PrHeader {
	background-color: #61C5FA;
	text-align: left;
	padding: 4px 4px 4px 8px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
}
/*.PrProgress
{
	display: block;
	position: absolute;
	padding-bottom: 50px;
}
.PrContainer
{
	border: solid 0px #61C5FA;
	border-width: 0px 0px;
	padding: 0px 2px;
}
.PrHeader
{
	background-color: #61C5FA;
	text-align: left;
	padding: 4px 4px 4px 8px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
}

.PrBody
{
	background-color: #ffffff;
	border-color: #61C5FA;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}*/
#simplemodal-overlay {
	background-color: #000;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.listPrHeader {
	background: url(  '../../images/gvHead.png' ) repeat-x 0px 0px;
	text-align: left;
	padding: 2;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	z-index: 1000000; /**/ /*height: 200px; 	width: 400px;padding: 20px; 		background-color: white; /* outer shadows  (note the rgba is red, green, blue, alpha)  		-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 		-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);  		-webkit-border-radius: 12px; 		-moz-border-radius: 7px; 		border-radius: 7px; /* gradients  		background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 		background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);*/
}
.newSubGroup {
	background: url(  '../../images/table_bg.gif' ) repeat-x 0px 0px;
	text-align: left;
}
.listPrBody {
	background-color: #ffffff; /*border-color: #000;     border-style: solid;     border-width: 1px 1px;*/
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	z-index: 1000000;
	position: relative;
}
.gfgfg {
	line-height: 0em;
}
.RootMenuLevel {
	background-color: #4682B4;
	color: White;
	font-size: 12px;
	padding-left: 2px;
}
.RootMenuLevel span {
	color: White;
}
.RootMenuLevel select {
	border: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
}
.FirstMenuLevel {
	background-color: #aaaaaa;
	color: White;
	font-size: 12px;
}
.FirstMenuLevel select {
	border: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
}
.FirstMenuLevel span {
	color: White;
}
.cal_Theme1 .ajax__calendar_container {
	background-color: #fff;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_header {
	background-color: #ffffff;
	margin-bottom: 4px;
}
.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
	color: #4E88B7;
	padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_body {
	background-color: #fff;
	border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_dayname {
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}
.cal_Theme1 .ajax__calendar_day {
	text-align: center;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
	font-weight: bold;
	background-color: #ffffff;
}
.cal_Theme1 .ajax__calendar_today {
	font-weight: bold;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
	color: #bbbbbb;
}



/* New Work Regarding LIst Box*/

#CloseDivLog {
	margin-top: -20px;
	text-align: right;
	width: 100%;
	margin-left: 20px;
}
#CloseDivLog img {
	height: 30px;
	width: 30px;
	text-align: right;
	cursor: pointer;
}
