﻿body, html 
{
	margin:0;
	padding:0;
	font-family:Segoe UI;
}
/*a
{
	color:inherit;
}
 ToolBar */
.toolBarBtn
{
	background:none;
	border:none;
	font-family:Segoe UI;
	font-size:14px;
	color:White;
	cursor:pointer;
	text-align:left;
}

 .pgExportBtn1 
{
      width:133px;
      height:34px;
      background-color:Transparent;
      background-repeat:no-repeat;
      background-image:url(../../images/export_btn.png);
      font-family:Verdana;
      font-size:1em;
      font-weight:500;
      text-align:center;
      color:Black;
      padding-left:12px;
      cursor:pointer;
}

.pgCreateBtn 
{
      width:133px;
      height:34px;
      background-color:Transparent;
      background-repeat:no-repeat;
      background-image:url(../../images/create.png.png);
    font-family:Verdana;
      font-size:1em;
      font-weight:500;
      text-align:center;
      color:Black;
      padding-left:13px;
      cursor:pointer;
}


.pgCreateBtnt /* add by Raman */
{
      width:133px;
      height:34px;
      background-color:Transparent;
      background-repeat:no-repeat;
      background-image:url(../../images/create.png.png);
    font-family:Verdana;
      font-size:0.9em;
      font-weight:500;
      text-align:left;
      color:Black;
      padding-left:18px;
      cursor:pointer;
}
.txtNumber /* add by Susheel */

{
      text-align:right;
}
/* End ToolBar */
.Icon
{
	margin-right:2px;
	margin-top:5px;
	cursor:pointer;
}
#topWrapper
{
	width:100%;
	height:30px;
	background-image:url(./../../Images/menuBck.png);
	background-repeat:repeat-x;
	min-width:1000px;
}
#menuWrapper
{
	float:left;
	/*width:58%;*/
	min-width:570px;
	max-width:80%;
}
#logoWrapper
{
	float:right;
	/*width:10%;*/
	min-width:70px;
	max-width:10%;
}
#iconWrapper
{
	/*float:left;
	width:8%;
	text-align:right;*/	
	float:right;
	min-width:65px;
	max-width:8%;
	text-align:right;
}
#issuesWrapper
{
	float:left;
	min-width:80px;
	max-width:8%;
	text-align:right;
	font-family:Segoe UI;
	font-size:12px;
	line-height:26px;
}
#AlertWrapper
{
	float:left;
	min-width:58px;
	max-width:4%;
	text-align:right;
	font-family:Segoe UI;
	font-size:12px;
	line-height:26px;
}
#scenWrapper
{
	float:left;
	min-width:120px;
	max-width:10%;
	text-align:right;
	font-family:Segoe UI;
	font-size:12px;
	line-height:26px;
}
.pgExportBtn /* add by Susheel */
{
      width:133px;
      height:34px;
      background-color:Transparent;
      background-repeat:no-repeat;
      background-image:url(../../images/create.png.png);
    font-family:Verdana;
      font-size:1em;
      font-weight:500;
      text-align:center;
      color:Black;
      padding-left:7px;
      cursor:pointer;
}
.lFloater 
{
	float:left;
}
.rFloater
{
	float:right;
}
#logo
{
	border:none;
	float:right;
	margin:2px 3px 0px 6px;
}
#statusBar 
{
	clear:both;
	background-color:#6B8DC2;
	width:100%;
	min-width:1000px;
	height:22px;
	color:White;
	font-family:Segoe UI;
	font-size:12px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	line-height:22px;
}
.statusDiv
{
	margin:0px 0px 0px 6px;
}
#statusBar a
{
	color:White;
}
.sysInfo
{
	display:none;
	background-color:#D2DCE3;
	color:#3E4F7B;
	position:absolute;
	z-index:1000;
	top:30px;
	right:0;
	width:30%;
	height:auto;
	text-align:left;
	font-family:Segoe UI;
	font-size:12px;
	
}
.sysInfo table
{
	padding:6px;
	border:solid 2px #728CA7;
	border-top:solid 2px #728CA7;
	width:100%;
}
.sysInfo a
{
	color:#3E4F7B;
	font-weight:bold;
}
.sysInfoHeader
{
	padding-left:6px;
	font-weight:bold;
	background-color:#728CA7;
	display:block;
	color:White;
	border:solid 2px #728CA7;
	border-bottom-width:0px;
}
.clickable
{
	margin-right:2px;
	margin-top:5px;
	cursor:pointer;
}
.grid
{
	/*height:450px;*/
	-moz-outline-style: none;
	outline:none;
}
.successMsg
{
	display:block;
	padding:5px;
	background-color:#D2DCE3;
	font-family:Segoe UI;
	font-size:14px;
	color:#000;
	width:99%;
	/*height:auto;*/
}
.successMsg p
{
	display:block;
}

.hiddenSuccessMsg
{
	display:none;
	width:99%;
	/*height:auto;*/
}

.hiddenErrLbl
{
	display:none;
	width:99%;
}
.infoMsg
{
	display:block;
	width:100%;
	background-color:#FDE18C;
	font-family:Segoe UI;
	font-size:14px;
	color:#000;
	
}
.showErrLbl
{
	position:relative;
	display:block;
	background-color:#FDC8B0;
	font-family:Segoe UI;
	font-size:14px;
	color:#C40000;
	width:100%;
}
.ErrLblHd
{
	font-family:Segoe UI;
	font-size:12px;
	width:100%;
}
.ErrLblHd p
{
	display:block;	
	color:#C40000;
	font-size:14px;
	width:80%;
}

.ErrBtnClose
{
	border:none;
	cursor:pointer;
	width:25px;
}
.ErrBtnMinimize
{
	border:none;
	cursor:pointer;
	width:25px;
}
.ErrLblText
{
	padding:5px;
	font-family:Segoe UI;
	font-size:14px;
	color:#C40000;
	width:95%;
	border:solid 1px red;
}

.hiddenInfoLbl
{
	display:none;
	width:100%;
	height:auto;
}
.showInfoLbl
{
	display:block;
	padding:5px;
	background-color:#DAD1BA;
	font-family:Segoe UI;
	font-size:12px;
	font-weight:600;
	color:#4A4339;
	width:100%;
	height:auto;
}
.showInfoLbl p
{
	display:block;
}
.PgTitle
{
	background-color:#6B8DC2;
	font-family:Segoe UI;
	font-size:12px;
	height:1.4em;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	clear:both;
	position:relative;
}
.loginBtn
{
	background-color:#A39787;
	background-position:center;
	font-family:Segoe UI;
	font-size:9pt;
	line-height:18px;
	color:#fff;
	text-align:center;
	margin-right: 10px;
	cursor:pointer;
}

.pgLoginBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-image:url(./../../Images/pgLoginBtn.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgLoginBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgLoginBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCreateUsrBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCreateUsrBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCreateUsrBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCreateUsrBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCancelBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancelBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
	text-decoration:none;
	line-height:40px;
}
.pgCancelBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancelBtn_hover.png);

}
.pgCancelBtn1{
	 background-image:url(../../images/5.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    padding-top:10px;
    padding-left:40px;
    text-align:left;
    color:White;
    width:85px;
    height:40px;
    cursor:pointer;
	}
	
	
.dmtcancel{
	 background-image:url(../../images/dmtcancel.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    /*padding-top:10px;*/
    padding-left:15px;
    text-align:left;
    color:Black;
    width:86px;
    height:40px;
    cursor:pointer;
    font-size:12px;
	}
	
	
	
	.popupcancel{
	 background-image:url(../../images/dmtcancel.png);
    /*background-position:left center;*/
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    /*padding-top:10px;*/
    padding-left:15px;
    text-align:left;
    color:Black;
    width:86px;
    height:40px;
    cursor:pointer;
    font-size:12px;
    margin-right:20%;
	}
	
/*.pgCancelBtn:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/7.png);

}*/

.pgSubmitBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgSubmitBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgRefDmndBtn
{
	width:155px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/pgRefDemdBtn.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align: center;
	padding-left:25px;
	cursor:pointer;
}

.pgRefDmndBtn:hover
{
	width:155px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/pgRefDemdBtn_hover.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align: center;
	padding-left:25px;
	cursor:pointer;
}

.pgDisplayBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/pgDisplay.png);
	background-repeat:no-repeat;
    font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	text-align:left;
	color:White;
	padding-left:40px;
	cursor:pointer;
}

.pgDisplayBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/pgDisplay_hover.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;    
	cursor:pointer;
}

.pgDisplayBtn1 /*---(for DMT)---*/
{
	width:82px;
	height:34px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/display2.png);
    font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	text-align:left;
	color:White;
	padding-left:40px;
	cursor:pointer;
}
/*.pgdisplayBtn1
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/pgDisplay.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:40px;
	cursor:pointer;	
}/*

.pgMove
{
	width:100px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgMove:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}


.pgAddDisable
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/PgAddDisableBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#CCCCCC;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCancel
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancel.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
}

.pgCancel:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancel_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
}

.pgUpdate
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpdate:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgLockBtn
{
	width:108px;
	height:38px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/LockBtn.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgLockBtn:hover
{
	width:108px;
	height:38px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/LockBtnHover.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgUnlockBtn
{
	width:108px;
	height:38px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/UnlockBtn.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUnlockBtn:hover
{
	width:108px;
	height:38px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(../../images/UnlockBtnHover.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgUpload
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/PgUpload.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpload:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/PgUpload_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgSave
/*{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/newsaveb.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}*/
.pgSave
{

    background-image:url(../../images/4.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    padding-left:40px;
    text-align:left;
    color:White;
    width:85px;
    height:40px;
    cursor:pointer;
}

.Savedmt


{

    background-image:url(../../images/Savedmt.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    padding-left:35px;
    font-size:12px;
    text-align:left;
    color:Black;
    width:86px;
    height:40px;
    cursor:pointer;
}



.Updatedmt

{

    background-image:url(../../images/Savedmt.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;
    text-align:left;
    padding-left:30px;
    font-size:12px;
    text-align:left;
    color:Black;
    width:86px;
    height:40px;
    cursor:pointer;
}

/*.pgSave:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/6.png);

/*	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}*/
.pgUpdate
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpdateUsrBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpdate:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgMove
{
	width:100px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgMovePattern
{
	width:100px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn.png);
	font-family:Verdana;
	font-size:0.8em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgMove:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgSubmitBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgcancel1
{   width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat; 
	background-image:url(./../../Images/pgCancelBtn1.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
	}
	.pgcancel1:hover
{   width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat; 
	background-image:url(./../../Images/pgCancelBtn1_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
	}

.pgUpload
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/PgUpload.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpload:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/PgUpload_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgVerifyBtn
{
	width:153px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgVerifyBtn.png);
	font-family:Verdana;

	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
/* Added CSS- By Raman -- This css is used on two pages: "Administration/ApplicationSettings.aspx" and "Default/ChangePassword.aspx" */
.pgVerifyBtn1
{
	width:153px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/create.png.png);
	font-family:Verdana;
	font-size:0.90em;
	font-weight:500;
	color:black;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
	padding-bottom:5px;
   
}


.pgVerifyBtn:hover
{
	width:153px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgVerifyBtn_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCopy
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCopy.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgCopy:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCopy_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgButtonBg
{
	width:153px;
	height:25px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/ButtonBg.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgButtonBg:hover
{
	width:153px;
	height:25px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/ButtonBg_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgButtonBgBig
{
	width:198px;
	height:25px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/ButtonBgBig.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgButtonBgBig:hover
{
	width:198px;
	height:25px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/ButtonBgBig_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgPreviousBtn
{
	width:108px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgPreviousBtn.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-left:20px;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgPreviousBtn:hover
{
	width:108px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgPreviousBtn_hover.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-left:20px;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}
.pgPreviousDisable
{
	width:108px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgPreviousDisable.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-left:20px;
	color:#DDD;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgNextBtn
{
	width:83px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgNextBtn.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-right:20px;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

.pgNextBtn:hover
{
	width:83px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgNextBtn_hover.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-right:20px;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}
.pgNextDisable
{
	width:83px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgNextDisable.png);
	background-position:center center;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	padding-right:20px;
	color:#EFF2FA;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}

#GridToolbar
{
    font-family:Segoe UI;
    font-size:12px;
    border-top:solid 1px #A39787;
    height:auto;
    padding:5px;
}

.closeDiv
{
}
.closeDiv2
{
}
.selectedHTab
{
	color: red;
	text-decoration: underline;
	
}
#topWrapper #menuWrapper #ctl00_RadMenu1 ul
{
	border:none;
}
#topWrapper #menuWrapper #ctl00_RadMenu1 ul li div ul
{
	border:1px solid #5D8CC9;
}
.rowInactive
{
	background-color:#BCBCBC;
}
.RadToolBar_Office2007 .rtbOuter
{
	border:none !important;
}
.RadToolBar_Office2007 .rtbMiddle
{
	border:none !important;
}
.scrollable
{
	overflow:scroll;
}

.showDiv
{
	display:block;
}

.hideDiv
{
	display:none;
}
.disabled
{
	background-color:#BCBCBC !important;
}

/*CSS for Under construction page*/
#topWrapperII
{
	width:100%;
	height:30px;
	background-image:url(./../../Images/menuBck2.png);
	background-repeat:repeat-x;
}

#topWrapperII #menuWrapper #ctl00_RadMenu1 ul
{
	border:none;
}

#topWrapperII #menuWrapper #ctl00_RadMenu1 ul li div ul
{
	border:1px solid #5D8CC9;
}

#statusBarII 
{
	float:left;
	clear:both;
	background-color:#999999;
	width:100%;
	height:21px;
	color:White;
	font-family:Segoe UI;
	font-size:12px;
	font-weight:bold;
}

.toolBarII
{
	height:32px;
	width:100%;
	float:left;
	font-family:Segoe UI;
	font-size:13px;
	line-height:32px;
	color:White !important;
	background-image:url(./../../Images/TlBrBack2.png);
	background-repeat:repeat-x;
}

.tableII{
    font-family: Segoe UI;
	font-size:12px;
	color:#000;
	text-decoration: none;
    border:solid 1px #666666; 
    background-color:#E6E6E6;
}

.tableHdII{
    font-family: Segoe UI;
	font-size:12px;
	color:#fff;
	text-align:center;
	text-decoration: none;
    background-color:#728CA7;
    padding:5px;
}

.PgTitleII
{
	background-color:#999;
	font-family:Segoe UI;
	font-size:12px;
	height:1.4em;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
.cssProgressBar
{
	width:180px;
	height:80px; 
	font-family:Segoe UI;
	font-size:12px;
	text-align:center; 	
	padding-top:10px
}

.ProgressBarMsg
{
	font-family:Segoe UI;
	font-size:14px;
	text-align:center;
	line-height:30px; 
}

.tooltip
{
    display: none;
    height:auto;
    width: auto;
    border: solid 1px black;
    font-family: Segoe UI;
    font-size: 11px;
    background: lightgray;
    float:inherit;
    padding:5px;
    bottom:auto;
    right:auto;           
    position:absolute;
    z-index:99999;
}

.areaHead 
{	
	background-image:url(../../Images/DivCollapse.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
	text-indent:22px;
}

.areaHeadExp
{	
	background-image:url(../../Images/DivExpand.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
	text-indent:22px;
}

.areaHeadExp1
{	
	background-image:url(../../Images/DivExpand.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
	text-indent:22px;
}

.areaHeadMain
{	
	background-image:url(../../Images/DivExpand.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
	text-indent:22px;
}

.areaHeadCollapse
{	
	background-image:url(../../Images/DivCollapse.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
}

.areaHead1
{	
	background-image:url(../../Images/DivCollapse.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#DDD;
	cursor:pointer;
	font-family:Segoe UI;
	font-size:12px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	line-height: 25px; 
	clear: both;
	text-indent:22px;
}
.pgAddNew
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/Add1.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}

.pgAddNew:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/Add1Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}
.pgUpdate
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/UPD.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}

.pgUpdate:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/UPDHover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}
.pgCancel
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/Add1.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}

.pgCancel:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/Add1Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:Black;
	text-align:left;
	padding-left:30px;
	cursor:pointer;
}
.cb label
{
	 margin-left:3px;
	
	}
	
	
	#VersionWrapper
{
	float:   left;
	min-width:170px;
	max-width:8%;
	text-align: left;
	font-family:Segoe UI;
	font-size:12px;
	line-height:26px;
}

/*
.pgAddNew
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgAddNew.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgAddNew:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgAddNew_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgUpdate
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgUpdate:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgUpdateBtn_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}
.pgCancel
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancel.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
}

.pgCancel:hover
{
	width:85px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancel_Hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
}
*/
