﻿/*body Control*/
img {
	border:0px solid #FFF;
}
body {
	background:#00ADEF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0 auto;
}
/* default layout */
.ajax__tab_default .ajax__tab_header {
	white-space:nowrap;
}
.ajax__tab_default .ajax__tab_tab {
	margin-right:4px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block
}
/* xp theme */
.ajax__tab_xp .ajax__tab_header {
	font-family:verdana, tahoma, helvetica;
	font-size:11px;
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
}
.ajax__tab_xp .ajax__tab_outer {
	padding-right:4px;
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;
	height:21px;
}
.ajax__tab_xp .ajax__tab_inner {
	padding-left:3px;
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;
}
.ajax__tab_xp .ajax__tab_tab {
	height:13px;
	padding:4px;
	margin:0;
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;
}
.ajax__tab_xp .ajax__tab_body {
	height:450px;
	font-family:verdana, tahoma, helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
}
/* scrolling */
.ajax__scroll_horiz {
	overflow-x:scroll;
}
.ajax__scroll_vert {
	overflow-y:scroll;
}
.ajax__scroll_both {
	overflow:scroll
}
.ajax__scroll_auto {
	overflow:auto
}
#containtbody, #contentdiv {
	height: 450px;
	float:left;
}
#bodybackground {
	background: url(../images/bg.jpg);
}
#loginheader {
	margin-left: 320px;
	margin-top:170px;
	height: 38px;
	width:300px;
	background: url(../images/loginheader.jpg);
	background-repeat: no-repeat;
}
#loginbody {
	margin-left: 320px;
	height: 200px;
	width:295px;
	border-left:2px solid #C3D9FF;
	border-right:2px solid #C3D9FF;
	border-bottom:2px solid #C3D9FF;
	background-color:#EDEDED;
}
#loginnerbody {
	margin-top:50px;
}
#wrapper {
	width:100%;
	margin:0 auto;
	padding: 0px;
}
#header {
	background-color:#FFFFFF;
	height: 110px;
	width:100%;
	/*border-bottom:2px solid #C3D9FF;*/
	float:left;
}
#planLogo {
	width:78%;
	height:120px;
	float:left;
	
	
}
#planLogo #company span {
	font-family:plan storytelling;
	font-size:36px;
	font-weight:bold;
	padding-left:88px;
	color:#E5E7E7;
}
#banner {
	width:100%;
	height:120px;
	
	
	
}
#platoon {
	width:40%;
	height:120px;
	float:left;
	margin-top:5px;
	margin-left:20px;
	
}
#platoon span {
	font-family:plan storytelling;
	font-size:48px;
	font-weight:bold;
	color:#E5E7E7;
}
#mainlogo {
	width:10%;
	height:120px;
	float:left;
	
}
#company {
	width:58%;
	height:120px;
	float:left;
}
#companyName1 {
	width:55%;
	height:34px;
	float:right;
	font-family: Arial;
	color:#A3262C;
	font-size:31px;
	font-weight:bolder;
	padding-top:15px;
	text-align:right;
	padding-right:20px;
	margin-top:17px;
}
#companyName2 {
	width:55%;
	height:34px;
	float:right;
	font-family: Arial;
	color:#A3262C;
	font-size:31px;
	font-weight:bolder;
	padding-top:15px;
	text-align:right;
	padding-right:20px;
	margin-top:4px;
}
#companyImg {
	width:55%;
	height:32px;
	float:right;
	
}
#companyImg img { 
	margin-left:230px;
	margin-top:30px;
}

/*#company span {
	font-family:plan storytelling;
	font-size:48px;
	font-weight:bold;
	padding-left:88px;
	color:#E5E7E7;
}*/
/*--Start Master page Header--*/
#platoonMaster {
    /*background: url("../Images/plan-logo.png") no-repeat scroll 0 0 transparent;*/
    float: left;
    height: 120px;
    width: 40%;
    margin-top:20px;
    margin-left:20px;
}
#mainlogoMaster {
    float: left;
    height: 120px;
    width: 39%;
}
#companyMaster {
    float: left;
    height: 120px;
    width: 59%; 
    
}
#companyMasterName {
    width:375px;
	height:auto;
	float:right;
	font-family:Plan Storytelling;
	color:#FFFFFF;
	font-size:32px;
	padding-top:5px;
	text-align:right;
	margin-right:20px;
	border:solid 1px red;
	
}
#companyMasterImg {
    width:100%;
	height:34px;
	float:right;
	
}
#companyMasterImg img {
	float:right;
	margin-top:5px;
	height:32px;
	width:125px;
	
}
#companyMasterInnerImg {
	
    width:100%;
	height:34px;
	float:right;
	margin-top:5px;
	text-align:right;
}
#companyMasterInnerImg2 {
	float:right;
	background: url("../Images/platoon.png") no-repeat scroll 0 0 transparent;
	width:101px;
	height:32px;
}
/*--Start Master page Header--*/
#headerUserBar {
	background:url('../Images/topUserBar.jpg');
	background-repeat:no-repeat;
	float: left;
	width:2%;
	height:120px;
	margin-top:0px;
}
#headerUser {
	width:20%;
	height:120px;
	float: left;
}
#mainContent1 {
	background:url(../Images/helvetas-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
	min-height:480px;
	width:100%;
	float:left;
	padding-bottom:10px;
}
#mainContent2 {
	background:url(../Images/helvetas-bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
	min-height:480px;
	width:100%;
	float:left;
	padding-bottom:10px;
}
#dashboard {
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 480px;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
#menu {
	height: 30px;
	width:100%;
	border-bottom:2px solid #C3D9FF;
	float:left;
}
#menuBottomBg {
	background:url(../Images/menuBottomBg.jpg) repeat-x;
	height: 34px;
	width:100%;
	float:left;
}
#header h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 200px;
	color: #a83930;
	margin-left: 200px;
}
#masterbody {
	margin-left: 10px;
	margin-right:10px;
	min-height:550px;
	width:auto;
	text-align: center;
	background: url(../Images/body.bmp);
	background-color:#000000;
	background-repeat: no-repeat;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
}
#formhead {
	background:url(../Images/back-bar-header.png) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead1 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead2 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead3 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead4 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead5 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead6 {
	background:url(../Images/duskyBlueBG.jpg) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}

#formhead7 {
	background:url(../Images/duskyBlueBG.png) repeat-x;
	width: auto;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #028C3E; /* background-color:#189629; */
	border: 1px solid #C3D9FF;
}
#logo {
	background-color: #fdea12;
	background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 0;
	float: left;
}
#content {
	margin-left: 230px;
	margin-top:2px;
	width:655px;
	height:540px;
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
	background: url(../images/bgHouse_Image.jpg);
	background-repeat: no-repeat;
}
#headercss {
	height: 70px;
	width:100%;
	float:left;
	background-color:#99CCCC;
	border:2px solid #9AB5FA;
}
#header_logo {
	background: url(../Images/logo.jpg) no-repeat;
	width:12%;
	height:70px;
	float:left;
	margin-left:10px;
}
#company_name {
	width:auto;
	float:left;
	font-family:Plan Storytelling, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#000099;
	font-weight:bold;
	padding-top:10px;
}

#mainMenu {
	width:100%;
	height:auto;
	margin:0 auto;
	float:left;
	background:#24588B;
}


#footer {
	background-color:#24588B;
	width:100%;
	float:left;
	height:20px;
	margin:0 auto;
}
#footer span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	padding-left:15px;
	float:left;
	padding-top:5px;
	
}
#footerbottom {
	width:845px;
	margin-left: 70px;
	background: url(../images/footer_bottom.jpg);
	border-top: 1px solid #E0EDFE;
	background-repeat: no-repeat;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	vertical-align:middle;
	text-align: center;
	color: #666666;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #a83930;
	font-size: 1.5em;
}
.itemContent {
	padding-bottom: 1.8em;
}
.box {
	border: solid 1px #a83930;
}
.boxFloat {
	border: solid 1px #a83930;
	float: left;
}
.newsItem {
	padding-top: 1.0em;
	border-bottom: 1px solid #a83930;
	width: 100%;
}
.newsTitle {
	font-size: 110%;
	float: left;
}
.newsDate {
	font: normal 0.9em/0.9em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	clear: right;
	color: #666666;
}
.newsContent {
	text-align: left;
}
/*  For Text style /*/

.textlevelinval {
	color : #FF0000;
	text-align:center;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textlevel1 {
	float:left;
	color : #09086E;
	text-align:right;
	font-size : 11px;
	font-family :tahoma;
	font-stretch:normal;
	font-variant:normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textlevel {
	float:left;
	width:140px;
	color : #09086E;
	text-align:right;
	font-size : 13px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.textlevelshort {
	float:left;
	width:80px;
	color : #09086E;
	text-align:right;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textlevelcenter {
	float:left;
	width:120px;
	color : #09086E;
	text-align:center;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textlevelcenterfine {
	float:left;
	width:160px;
	color : #fff;
	background-color:#3366CC;
	text-align:center;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px; 
}


.textlevelauto {
	float:left;
	color : #09086E;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.msglabel {
	width:auto;
	color : green;
	text-align:right;
	font-size : 12px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.msglabelError {
	width:auto;
	color : red;
	text-align:right;
	font-size : 12px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.msglabelleft {
	width:auto;
	color : green;
	text-align:left;
	font-size : 12px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.msglabelerr {
	width:auto;
	color : #C64908;
	text-align:right;
	font-size : 14px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.validator {
	width:auto;
	color : #C00000;
	text-align:left;
	font-size : 11px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.logtextlevel {
	float:left;
	width:60px;
	color : #09086E;
	text-align:right;
	font-size : 11px;
	font-family :tahoma;
	font-stretch:normal;
	font-variant:normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.ItemStylecss {
	color : #09086E;
	text-align:right;
	font-size : 12px;
	font-family :tahoma;
	text-align:left;
}
.ItemStylecssCenter {
	color : #09086E;
	font-size : 12px;
	font-family :tahoma;
	text-align:center;
}
.ItemStylecssRight {
	color : #09086E;
	font-size : 12px;
	font-family :tahoma;
	text-align:right;
}
.textlevelleftfloat {
	float:left;
	width:120px;
	color : #09086E;
	text-align:left;
	font-size : 11px;
	font-family :tahoma;
	font-stretch:normal;
	font-variant:normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textlevelleft {
	width:140px;
	color : #09086E;
	text-align:left;
	font-size : 13px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
#tabbody {
	width:315px;
	height:215px;
	float:left;
}
.middlesizediv {
	margin-top:20px;
	width:400px;
	height:350px;
	background-color:White;
}
.innerdiv {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:auto;
	height: auto;
}
.buttondiv {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	vertical-align:bottom;
	width:auto;
	height: auto;
}
.divbody {
	width:315px;
	height:215px;
	float:left;
}
.doublediv {
	width:600px;
	height:215px;
	float:left;
}
.fulldiv {
	width:600px;
	height:360px;
	float:left;
}
.rightdiv {
	width:315px;
	height:215px;
}
.autoleftdiv {
	width:615px;
	height:auto;
}
.autorightdiv {
	width:300px;
	height:auto;
}
.autoheightmaxwidthdiv {
	width:600px;
	height:auto;
	float:left;
}
.autodiv {
	float:left;
}
.autodiv1 {
	width:auto;
	height:auto;
}
.mrdiv {
	width:650px;
	height:auto;
}
#operationalbutton {
	/*margin:200px 350px 200px 200px;
	vertical-align:middle;*/
	padding: 0 200px 0 10px;
}
.TextBox140 {
	width:140px;
	border: #dddddd;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox110 {
	width:110px;
	border: #C2D8FF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox120 {
	width:120px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox100 {
	width:100px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox80 {
	width:80px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox60 {
	width:60px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBoxAmt60 {
	width:60px;
	text-align:right;
}
.TextBoxAmt80 {
	width:80px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	text-align:right;
}
.TextBoxAmt100 {
	width:100px;
	text-align:right;
}
.TextBoxAmt40 {
	width:40px;
	text-align:right;
}
.TextBox40 {
	width:40px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox20 {
	width:20px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox160 {
	width:160px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox180 {
	width:180px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.TextBox200 {
	width:200px;
	border: #666666;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.BlackDevide4 {
	float:left;
	width:80px;
	border: #C2D8FF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.BlackDevide5 {
	float:left;
	width:50px;
	border: #C2D8FF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
}
.blankline {
	width:10px;
	height:.5px;
}
.ddlstyle {
	width:120px;
	float:left;
}
.fieldsetstyle {
	width:300px;
	height:200px;
}
.autofieldsetstyle {
	width:615px;
	height:auto;
}
.mrfieldsetstyle {
	width:640px;
	height:auto;
}
.autofield {
	width:auto;
	height:auto;
}
.doublefieldsetstyle {
	width:615px;
	height:180px;
}
.autoheightmaxwidthfieldsetstyle {
	width:615px;
	height:auto;
}
.fullfieldsetstyle {
	width:615px;
	height:360px;
}
.afterddl {
	width:100px;
	float:none;
}
.defaultdiv {
	float:right;
	width:10px;
	height:1px;
}
.suficblbl {
	width:50px;
	font-size : 9px;
	font-family :tahoma;
	color : #0000FF;
	text-align:center;
}
.divalign {
	float:left;
}
.ListHeader {
	font-size : 9px;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-LEFT: white 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	BACKGROUND-COLOR: buttonface;
	padding: 2;
}
.ListHeaderLeft {
	font-size : 9px;
	border-right: gray 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: gray 1px solid;
	background-color: buttonface;
	padding: 2;
}
/* FOR MODAL POPUP WINDOW*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.PrProgress {
	display: block;
	position: absolute;
	padding: 2px 3px;
}
.PrContainer {
	border: solid 1px #808080;
	border-width: 1px 0px;
}
.PrHeader {
	background: url(Images/sprite.png) repeat-x 0px 0px;
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	white-space:nowrap;
	font-family: arial, helvetica, clean, sans-serif;
}
.PrBody {
	background-color: #f2f2f2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
}
.Div950 {
	width:98%;
	height:auto;
	margin:0 auto;
}
.Div951 {
	width:100%;
	height:auto;
	margin:0 auto;
}
.PrIFrame {
}
@media print {
/*****   Styles for print   ******/
      h1, h2, h3 {
	color:black;
}
#autodiv1 {
	display:none
}
}
 @media screen {
/*****   Styles for screen  ******/
}
/* Updated by Amit for IE 7 Compatible */
/* For Command Message */
.MsgBox {
	height: 20px;
	margin: 10px 0px 0px 10px;
	text-align: right;
	padding-right:15px;
	color:#046412;
}
/*--Button--*/

.DivCommand1 {
	width:100%;
	height:auto;
	padding-top:3px;
	margin:0 auto;
}
#DivCommand1 {
	width:100%;
	height:auto;
	padding-top:3px;
	margin:0 auto;
}
#DivCommand1 table {
	width:100%;
	height:auto;
}
#DivCommand1 td {
	width:50%;
	height:auto;
	padding-left:15px;
}
.DivCommandL {
	text-align:left;
	float:left;
	padding-left:12px;
}
.DivCommandR {
	text-align:right;
	padding-right:13px;
	/*width:100%;*/
}
#setPrivilegeButton {
	width:78%;
	height:auto;
}
/* For Image */
.Photo {
	text-align:left;
	height:267px;
	width:100px;
}
.DivCommand2 {
	height: 20px;
	margin: 10px 10px 10px 10px;
	text-align: right;
}
/* For Mainform Width 500px */
 .Form500 {
	background-color:#FFF;
	width:40%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:80px;
}
.Div450 {
	background-color:#FFF;
	width:78%;
	margin-left:8px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
}
.Grid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}
.Grid440 {
	margin:10px 5px 5px 10px;
	height:230px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}
.Grid440Tab2 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:440px;
	_width:455px;
	overflow:scroll;
	border: solid 1px gray;
}
/* For Mainform Width 1000px */
 .formStyle {
	background-color:#FFF;
	width:97%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
}
.iesEmp {
	background:#FFF;
	width:98%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
}
.iesAttendanceLevel {
	background:#FFF;
	width:880px;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
}
.Div930 {
	background-color:#FFF;
	width:100%;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
}
.Div920 {
	background-color:#FFF;
	width:100%;
	margin:0 auto;
	
}
.Div900 {
	background-color:#FFF;
	width:98%;
	margin:0 auto;
}
.Div800 {
	background-color:#FFF;
	width:90%;
	margin:0 auto;
}
.DivFirstCol {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 280px;
}
/* For Medium Size Form */
.Form700 {
	background-color:#FFF;
	width:62%;
	min-height:400px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}
.Div650 {
	background-color:#FFF;
	width:100%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin: 0 auto;
	
}
.Grid650 {
	background:#FFF;
	margin:10px 5px 5px 15px;
	height:250px;
	width:96.5%;
	overflow:scroll;
	border: solid 1px gray;
}

.dynamicMenu1 {
	border-color: #DEDBDE;
	border-bottom:1px solid #DEDBDE;
	border-left:1px solid #DEDBDE;
	border-right:1px solid #DEDBDE;
	padding:2px;
	width:160px;
	font-size:13px;
	font-weight:normal;
	font-family: Tahoma;
	text-decoration:none;
	margin-top:-5px;/* filter: 
	 progid:DXImageTransform.Microsoft.Gradient 
               (gradientType=0,startColorStr=lightblue,endColorStr=lightblue); */
}
.dynamicMenuItem1 {
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	padding:2px;
	font-family: Tahoma;
	width:160px;/* filter: 
	 progid:DXImageTransform.Microsoft.Gradient 
               (gradientType=0,startColorStr=lightblue,endColorStr=lightblue); */
}
#masterbodycssInner {
	min-height:450px;
	width:100%;
	float:left;
	background-color:#3b64c0;
	border:2px solid #9AB5FA;
}
/*--FAKE Master Page--*/
#masterbodycss {
	border:1px solid #9AB5FA;
	width:98%;
	margin:0 auto;
	min-height:452px;
	background-color:#3366CC;
}
#masterBgTop {
	width:100%;
	height:353px;
	margin:0 auto;
	float:left;
}
#masterBlueBg {
	width:33.01%;
	height:353px;
	float:left;
	background:#0e2099;
	border-right:4px solid #FFF;
	background: url(../Images/blueBg.jpg) repeat-x;
}
#masterRedBg {
	width:33.05%;
	height:353px;
	float:left;
	background:#e02004;
	border-right:4px solid #FFF;
	background: url(../Images/redBg.jpg) repeat-x;
}
#masterGreenBg {
	width:33.1%;
	height:353px;
	float:left;
	background:#028c3e;
	background: url(../Images/greenBg.jpg) repeat-x;
}
#masterBgFooter {
	background:#FFF;
	width:100%;
	height:auto;
	margin:0 auto;
	float:left;
}
#masterFooterLogo {
	background: url(../Images/footerLogo.jpg) no-repeat;
	width:769px;
	height:84px;
	margin:0 auto;
}
/*login*/

#loginPage {
	width:100%;
	margin:0 auto;
	height:auto;
	float:left;
}
#masterloginbodycss {
	height:450px;
	float:left;
	width:100%;
	text-align: center;
	background-color:#3b64c0;
	border:2px solid #9AB5FA;
}
html* masterloginbodycss {
	min-height:550px;
}
#assBorder {
	border:2px solid #ffffff;
	background-color:#ffffff;
	width:100%;
	float:left;
	height:20px;
}
#loginLeftDiv {
	width:492px;
	height:333px;
	float:left;
	margin-left:25px;
	/*background:url(../Images/tumb.jpg);*/
}
#loginRightDiv {
	background:url(../Images/login_Bg.png);
	background-repeat:no-repeat;
	height:300px;
	width:425px;
	margin:0 auto;
	margin-right:10px;
	float:right;
	margin-top:125px;
	
	/*border:12px solid #2245BB;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	box-shadow: 10px 10px 5px #222;
	-moz-box-shadow:10px 10px 5px #222;
	-webkit-box-shadow:10px 10px 5px #222;*/
	
}
#loginHeadTitle {
	margin:0px 0px 0px 0px;
	height:30px;
	width:420px;
	text-align:center;
	background-color:#9ab5fa;
	color:blue;
	font-size:16px;
	valign:moddle;
}
#loginHeadTitleText {
	height:25px;
	valign:middle;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	padding-left:4px;
}
#loginImg {
	margin:10px 10px 0px 15px;
	height:127px;
	width:375px;
	background-image:url('../Images/loginHeadImg.png');
	background-repeat:no-repeat;
	border:solid 2px #fff;
}
#loginMsg {
	margin:0px 0px 0px 15px;
	height:116px;
	width:379px;
	background-color:#fff;
}
#loginMsg .style {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#99FF66;
}

#loginMsg2 {
	margin:0px 0px 0px 15px;
	height:116px;
	width:379px;
	background-color:#fff;
}
#loginMsg2 .style {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#99FF66;
}

#divChangePass {
	margin:0px 0px 0px 15px;
	height:116px;
	width:379px;
	background-color:#fff;
}
#divChangePass .style {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#99FF66;
}
/*Top Haader Brunch Style*/

.brunchStyle {
	margin-right:10px;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size:11px;
	font-style:normal;
	padding-top:5px;
	height:15px;
}
/*--Attendance--*/

#holidayForm {
	background-color:White;
	width:66%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:25px;
	margin-bottom:10px;
}
#holidayFormInner {
	width:90%;
	height:auto;
	margin:0 auto;
}
#holidayTopForm {
	margin:5px;
	height:auto;
	width:98%;
	border:1px solid gray;
}
#holidayBottomForm {
	margin:30px 5px 5px 7px;
	height:230px;
	width:98%;
	overflow:scroll;
	border: solid 1px gray;
}
#holidayBottomFormInner1 {
	margin:5px 5px 5px 5px;
	height:25px;
	width:98%;
	border-bottom:solid 1px gray;
}
#holidayBottomFormInner2 {
	margin:10px 5px 5px 5px;
	height:25px;
	width:98%;
}

.attendancePolicy {
	background-color:#FFF;
	width:70%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}
/*--Attendance Policy--*/

#attendancePolicyForm {
	background-color:#FFF;
	width:80%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#attendanceFormInner {
	width:90%;
	height:auto;
	margin:0 auto;
}
#otRecommentd1 {
	background:#FFF;
	border:1px solid #000;
	width:98%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
}
/*--LeaveApplicaion--*/

.leaveApplicaionStyle {
	background-color:White;
	width:97%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:15px;
	
}
.leaveApplicaionStyle2 {
	background-color:White;
	width:91%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:15px;
	
}
#leaveApplicaionFormInner {
	width:97%;
	height:auto;
	margin:0 auto;
}
#leaveTypeForm {
	background-color:White;
	width:80%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#leavePackageForm {
	background-color:White;
	width:80%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#leavePackageFormInner {
	width:80%;
	height:auto;
	margin:0 auto;
}
#leavePackageList {
	margin:15px 0px 0px 0px;
	height:180px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}
#leavePackageList2 {
	margin:5px 0px 0px 0px;
	height:293px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}
#leavePackageList table {
	width:100%;
	font-size:9px;
}
#leaveEmpInfo {
	width:100%;
	HEIGHT: 250px
}
#leaveEmpInfoBoxLeft {
	float: left;
	margin: 15px 0px 0px 5px;
	width:450px;
	height:130px;
}
#leaveEmpInfoBoxRight {
	width:450px;
	height:130px;
	float:right;
	margin-right:10px;
}
.EmpLeaveProfStyle {
	background:#FFF;
	width:70%;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin:15px auto 0;
	margin-bottom:15px;
}
#empLeaveProfiFrame {
	margin: 10px 5px 5px 10px;
	overflow: scroll;
	border: gray 1px solid;
	width:97.7%;
	height: 141px
}
.EmpLeaveAdJform {
	background-color:#FFF;
	width:70%;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:35px;
}
.leaveRenewform {
	background:#FFF;
	width:78%;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
}

.LeavePostApprovalAdjustment{
	background-color:#FFF;
	width:90%;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:35px;
}

/*--EMP--*/

.empSearchForm {
	background-color:#FFF;
	width:90%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
}

#empSearchResult {
	border:1px solid #999;
	overflow:scroll;
	width:97%;
	height:380px;
	margin:0 auto;
	margin-top:20px;
}

.empTrainForm {
	background-color:#FFF;
	width:72%;
	min-height:400px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.empEduForm {
	background-color:#FFF;
	width:87%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.empEduDiv01 {
	
	width:98%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}

#empEduDiv02 {
	margin:15px 0 auto;
	height:285px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}
/*--iFrame--*/
#iFrame {
	margin: 10px 5px 5px 10px;
	overflow: scroll;
	border: gray 1px solid;
	width:97.7%;
	height: 141px
}
/*--Report--*/
.repotForm2 {
	background:#FFF;
	width:98%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
	margin-top:15px;
}
#reportList {
	height:382px;
	width:35%;
	margin:10px 10px 10px 10px;
	border:solid 1px gray;
	float:left;
	overflow:scroll;
}
#reportListFild {
	min-height:382px;
	width:60%;
	margin:10px 10px 10px 5px;
	border:solid 1px Gray;
	float:left;
}
/*--Security--*/
#securityForm {
	background-color:White;
	width:80%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#securityFormInner {
	width:90%;
	height:auto;
	margin:0 auto;
}
.userPermision {
	background-color:#FFF;
	width:50%;
	height:auto;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:30px;
}
.userPermisionInner {
	background-color:#FFF;
	width:97%;
	margin-left:8px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
}

/*--EIS--*/

.officeSetup {
	background-color:#FFF;
	width:50%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.fundcodesetup {
	background-color:#FFF;
	width:70%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.fundAllocation {
	background-color:#FFF;
	width:80%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.hourly-rate-setup {
	background-color:#FFF;
	width:80%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.opening-month-setup {
	background-color:#FFF;
	width:60%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.timesheetlist {
	background-color:#FFF;
	width:90%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.billing-calculation {
	background-color:#FFF;
	width:98%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.officeSetupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
}

.officeSetupGrid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}

.GridFormat1 {
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
	background-color:#FFF;
	width:96%;
	margin:0 auto;
	margin-top:10px;
}

.programSetup {
	background-color:#FFF;
	width:60%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.programSetupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
}

.locationSetup {
	background-color:#FFF;
	width:50%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.locatinSetupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
}

.locatinSetupGrid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}

.departmentSetup {
	background-color:#FFF;
	width:50%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.departmentSetupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
	
}

.departmentSetupGrid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}

.sectionSetup {
	background-color:#FFF;
	width:50%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.sectionSetupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
	
}

.sectionSetupGrid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}

.setup {
	background-color:#FFF;
	width:50%;
	margin:0 auto;
	text-align:left;
	display: block;
	font-weight: normal;
	padding-bottom:10px;
	margin-top:15px;
}

.setupInner {
	background-color:#FFF;
	width:96%;
	margin:0 auto;
	
}

.setupGrid450 {
	margin:10px 5px 5px 10px;
	height:250px;
	width:95%;
	overflow:scroll;
	border: solid 1px gray;
}

/* Payroll Configuration */
#PayrollConfigForm {
	background-color:White;
	width:60%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#PayrollConfigInner {
	width:95%;
	height:auto;
	margin:0 auto;
}
#PayrollConfigList {
	margin:15px 0px 0px 0px;
	height:160px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}

#PayrollConfigList table {
	width:100%;
	font-size:9px;
}

#PayrollConfigForm2 {
	background-color:White;
	width:70%;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:15px auto 0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#PayrollConfigInner2 {
	width:95%;
	height:auto;
	margin:0 auto;
}
#PayrollConfigList2 {
	margin:15px 0px 0px 0px;
	height:160px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}

#PayrollConfigList2 table {
	width:100%;
	font-size:9px;
}

#LogoStyle
{
	background-image: url(Images/WA.logo.png);
}

.dashBoard {	
	width:60%;
	min-height:400px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.layer {
    margin: 0;
    padding: 0;
}
 
.heading {
    margin: 1px;
    color: #fff;
    padding: 8px 8px;
    cursor: pointer;
    position: relative;
    background-color: #24588B;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
}
.content {
    padding: 5px 10px;
    background-color:#fafafa;
}
p { padding: 5px 0; }


.textlevelddl {
	float:left;
	width:120px;
	color : #09086E;
	text-align:left;
	font-size : 13px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.divTimeSheet {
	margin:15px 0 auto;
	height:300px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}

.grid-format-hourly-rate {
	height:350px;
	overflow:scroll;
	border: solid 1px gray;
	background-color:#FFF;
	width:98%;
	margin:0 auto;
	margin-top:10px;
}

.textlevel-ts {
	float:left;
	width:120px;
	color : #09086E;
	text-align:right;
	font-size : 14px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-top:5px;
}

.textlevelstatus {
	float:left;
	width:50px;
	color : #09086E;
	text-align:left;
	font-size : 14px;
	font-family :tahoma;
	font-variant:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-top:5px;
}

.timesheet-filter-options {
	background-color:#FFF;
	width:98%;
	margin:0 auto;
}

.timesheet-view-modify {
	margin:15px 0 auto;
	height:285px;
	width:100%;
	border:solid 1px black;
	overflow:scroll;
}

fieldset {
    border-width: 1px;
}

.required {
	color: red;
}

/* start custom modal dialog styles */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 10px;
	border: 1px solid #888;
	width: 450px;
	border-radius: 5px;
}

#modalTitle {
	padding:0px;
}

.modal-header {
	padding: 2px 15px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 16px;
	/*background-color: #f5f5f5;*/
	/*border-radius: 5px 5px 0 0;*/
}

.modal-body {
	padding: 0px 10px 10px 10px;
	font-size:14px;
	color:red;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/* end custom modal dialog styles */

.loading-overlay {
    position: fixed; /* Make it cover the entire screen */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure it is on top */
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-header-grid thead tr {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #005380; /* same as your header background */
	color: white;
}

.gridview-scroll {
	overflow-y: auto;
	max-height: 400px;
}

.fixed-header-grid th {
	position: sticky;
	top: 0;
	background-color: #005380;
	color: #fff;
}