﻿/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: "Arial" ,Tahoma,verdana;
	color: #000;
	font-size: 12px;
}
body
{
	height: 100%;
}
/*layout Start*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*background: url(../../images/leftnav_bg1.gif) repeat-y;*/

}
div#containerLogin
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}


/*.chequeInfo
{
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	
}*/


div#header
{
	height: 80px;
	/*background: #fff url(../../images/003-bg.gif) repeat-x;*/
	background :#003333;
	border-bottom: 1px #0e238c solid;
	width: 100%;
}
div .header
{
	height: 80px;
	/*background: #fff url(../../images/003-bg.gif) repeat-x;*/
	background :#003333;
	border-bottom: 1px #0e238c solid;
	width: 100%;
}
div#content {
	display:flex;
	width: 100%;
}
.leftMenu {
    width:13%;
    float:left;
}
div#footer {	
	position:fixed;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#d0d2d8;
	border-top: 2px solid #c0c1c5;
	height: 20px;
	left: 0px;
}
/*layout END*/


/*common Style*/
img
{
	border: none;
}
.img
{
    vertical-align : top;
}
.error
{
	color: red;
	font-size: 12px; 
	font-weight: bold;
}
.success
{
	color: green;
	font-size: 12px; 
	font-weight: bold;
}
.Mandatory
{
	color: red;
	font-weight: bold;
	font-size: 10px;
}
a
{
	border: none;
	text-decoration: none;
	color: #0066cc;
}
a:hover
{
	border: none;
	text-decoration: underline;
	color: #0066cc;
}
a:visited
{
	border: none;
	text-decoration: none;
	color: #0066cc;
}
.contentBold
{
	font-weight: bold;
}
.cl
{
	clear: both;
}
.fL
{
	float: left;
}
.fR
{
	float: right;
}
.pT5
{
	padding-top: 5px;
}
.pB5
{
	padding-bottom: 5px;
}
.pL5
{
	padding-left: 5px;
}
.pR5
{
	padding-right: 5px;
}
.p5
{
	padding: 5px;
}
.border1
{
	border: 1px #ccc solid;
}
.w600
{
	width: 600px;
	margin: auto 0;
}
.w100
{
	width: 100px;
}
.w150
{
	width: 100px;
}
.w200
{
	width: 350px;
}
.w240
{
	width: 250px;
}
.w300
{
	width: 343px;
}
.w301
{
	width: 301px;
}
.w450
{
	width: 450px;
}
.mR10
{
	margin-right: 10px;
}
.alignRight
{
	text-align: right;
}
.imageButton
{
	height: 16px;
	width: 16px;
	
}
.mB10
{
	margin-bottom: 10px;
}
/*common Style End*/

/*HEADER style STARTS */
.logo {
	/*background: url(../../images/logo_emirates.png) no-repeat left;*/
	background: #ea9008 url(../../images/homes.jpg) no-repeat left;
	height: 24px;
	width:100%;
	float: left;
	position:relative;
    margin-top:-25px;
    z-index:100;
}
.logo1 {
	/*background: url(../../images/logo_emirates.png) no-repeat left;*/
	background: #ea9008 url(../../images/homes.jpg) no-repeat left;
	height: 24px;
	width:100%;
	float: left;
	position:relative;
    margin-top:-50px;
    z-index:100;
}
.ProductTitle
{
    font-size: 18px;
    float: left;
    height: 35px;
    width: 40%;
    vertical-align: middle;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
   background-image:url(../../images/welcome_bg.png);
   background-repeat:no-repeat;
   /*background-position:center;
    background-color:Olive;*/
    z-index:50;
}
.clientLogo
{
    height: 50px;
    float: right;
    position: RELATIVE;
    right: 0;
    width: 430px;
}
.logout {
	/*background: #4a77d2 url(../../images/logout_bgleft.gif) no-repeat;*/	
	height: 19px;
	font-size: 10px;
	float: right;
}
.logout UL {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;

}
.logout UL li {
	float: left;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 2px;
	margin-left: 15px;
	border-right: 1px #fff solid;
}
.logout UL li.last {
	color: #fff;
	border: none;
	margin-left: 15px;
}
.logout UL li a {
	color: #fff;
	text-decoration: none;
}
.clientInfo {
	float: right;
	margin-top: 2px;
	color: #fff;
	margin-top:30px;
	width: 18em;
}
.clientInfo ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.clientInfo ul li
{
	padding-right: 5px;
}
/*HEADER style ENDS */

/*top Nav*/
.topmenu
{
	height: 25px;
	/*background: url(../../images/mainmenu.gif);*/
	background-color:#425e9d;
	color: #666;
}
.topmenu UL
{
	margin: 0;
	padding: 0;
}
.topmenu UL li
{
	float: left;
	list-style: none;
	color: #000;
	font-weight: bold;
}
.topmenu UL li.item
{
	padding: 0;
}
.topmenu UL li.separator
{
	background: url(../../images/separator.gif) no-repeat;
	height: 23px;
	width: 1px;
}
.topmenu UL li.current
{
	background: #fff url(../../images/currentpage.gif) repeat-x;
	height: 23px;
}
.topmenu UL li.current a
{
	color: #000;
	text-decoration: none;
}
.topmenu a
{
	color: #000;
	text-decoration: none;
}
/*top Nav End*/

/*Left menu new*/
#itemleft
{
                width: 170px;
                overflow: hidden;
                display: block;
                border-right: 1px #ccc solid;
                
                background-color:#223a82;
}
#itemleft .Litem
{
	/*background: url(../../images/leftnav_bg.gif) repeat-x;*/
	background-color:#3e5d94;
	
	padding-right: 1px;
	margin-top: 1px;
	padding-left: 2px;
	border-bottom:2px solid #223a82;
	width: 170px;
	line-height:20px;
	color:#fff;
	vertical-align:middle;
}
#itemleft .itemSelected
{
	/*background: url(../../images/leftnav_currentpage.gif) repeat-x;*/
	background-color:#315089;
	
	/*height: 17px;*/
	
                /*height: 20px;*/
               
                margin-left: -4px;
                padding-left: 4px;
                padding-top : 2px;
                width: 170px;
                color:White;
                vertical-align:middle;
              
               font-family: "Arial" , arial, verdana;
}
#itemleft a, #itemleft a:visited
{
	background: transparent !important;
	display: block;
	text-decoration: none;
	font-family: "Arial" , arial, verdana;
}
/*.........................*/

.formarea {
	padding: 0 1%;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 85%;
    display:flexbox;
	}
/*Breadcrumbs*/
.breadcrumb
{
	height: 15px;
	border-bottom: 1px #ccc solid;
	font-size: 10px;
	margin: 5PX 0 5PX 0;
	display: none;
}
.breadcrumb a
{
	color: #000;
	text-decoration: none;
}
.breadcrumb a:hover
{
	color: #000;
	text-decoration: underline;
}
/*end*/
.form
{
	background: url(../../images/formbg.gif) repeat-x;
	display: block;
	min-height: 100px;
	border: 1px #ccc solid;
	padding: 5px 10px;
}
.popupContainer
{
	width: 350px;
	background: #fff url(../../images/popbg.gif) repeat-x;
	clear: both;
	margin: 0 auto;
	border: 2px #287f80 solid;
	display: block;
}
.screenTitle
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #990000;
	display: block;
	overflow: hidden;
}
.button {
	/*background: #990000;*/
	
	background:url(../../images/btn_bg.gif) no-repeat;
	/*color: #fff;*/
	/*background:#ffb724;*/
	border:none;
	color:Black ;
	height: 29px;	
	font-weight: bold;
	width:94px;
	line-height:29px;
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	
}
.button_D
{
  /*  background:#ffb724;*/
	/*background:#666;*/
		background:url(../../images/btn_bg.gif) no-repeat;
	border:none;
	/*color:Black ;*/
	height: 29px;	
	font-weight: bold;
	width:100px;
	line-height:29px;
	vertical-align:middle;
	text-align:center;
	font-size: 11px;
    color:#888;
    text-shadow: 3px 0px #ddd;
}

.button_Long
{
  /*  background:#ffb724;*/
	/*background:#666;*/
		background:url(../../images/btn_long.gif) no-repeat;
	border:none;
	color:Black ;
	height: 29px;	
	font-weight: bold;
	width:150px;
	line-height:29px;
	vertical-align:middle;
	text-align:center;
	font-size: 11px;
}



.textfield
{
	border:1px solid #666;
	height:18px;
}

input
{
	color:#000;
	font-size:11px;
}
select
{
	color: #000;
	font-size: 11px;
}
textarea
{
	color: #000;
	font-size: 11px;
	font-family: "Arial" , arial, verdana;
}
.grid
{
	margin-bottom: 10px;
	background: #fff;
    border:1px #ccc solid;
    width:100%;
}
.grid th
{
    border-right: 1px #fff solid;
}
.grid a
{
	color: #0066cc;
}
.gridCapture
{
	width: 49%;
	border: 1px #cccccc solid;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.gridHeader
{
	/*background: #305aae url(../../images/003-bg.gif) repeat-x;*/
	background-color:#cfcfcf;
	color: #000;
	text-align: center;
	font-weight: bold;
	height: 20px;
	/* position: relative; */
	top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
}
.gridFooter
{
background: #305aae url(../../images/003-bg.gif) repeat-x;
color: #fff;
text-align: center;
font-weight: bold;
height: 20px;
}

.gridHeader a
{
	/*background: #305aae url(../../images/003-bg.gif) repeat-x;*/
	color: #000;
	text-align: center;
	font-weight: bold;
	height: 20px;
	/* position: relative; */
}
.gridHeader a:hover
{
	background: #305aae url(../../images/003-bg.gif) repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 20px;
	position: relative;
}
.gridtitle
{
background: #305aae url(../../images/003-bg.gif) repeat-x;
	color: #fff;
	text-align: left;
	font-weight: bold;
	height: 20px;
}

.alterRow
{
	background: #fee8b9;
}
.paging UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.paging a:hover
{
	text-align: center;
	float: left;
}
.paging a
{
	text-align: center;
	float: left;
}
.paging span
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 15px;
	border: 1px #ccc solid;
}
.paging
{
	color: #666666;
	text-align: right;
	text-decoration: none;
}
.trackStatus
{
	font-weight: bold;
	color: #360;
	font-size: 13px;
}

/*login Info*/
.loginArea
{
	background: url(../../images/loginbg.gif) no-repeat;
	width: 846px;
	height: 426px;
	margin: 0 auto;
}
.loginform
{
	width: 400px;
	border: 1px #305aae solid;
	margin-top: 65px;
	float: right;
	margin-right: 40px;
	height: 280px;
	background: #FFF;
	display: block;
	overflow: hidden;
}
.loginheader
{
	background: #305aae url(../../images/003-bg.gif) repeat-x;
	color: #fff;
	text-align: left;
	font-weight: bold;
	height: 30px;
	font-size: 14px;
}
.t14
{
	font-size: 14px;
}
.readonly
{
	background: #e1e1e1;
	border: 1px solid #ccc;
}

/*Transaction Screens START*/
.summary
{
	width: 85%;
	text-align: center;
	margin: 0 auto;
	background: url(../../images/formbg.gif) repeat-x;
	height: 25px;
	margin-bottom: 5px;
}
.summarytableborder
{
	border: 1px #f2f2f2 solid;
	width: 100%;
	height: 100%;
	background: #fff;
}
.accepted
{
	background: #ccffcc;
	height: 5px;
	width: 17%;
}
.returned
{
	background: #ff0000;
	height: 5px;
	width: 17%;
}

.balance
{
	background: #ff6600;
	height: 5px;
	width: 17%;
}

.Skipped
{
	background: #ccccff;
	width: 17%;
}
.total
{
	background: #666666;
	width: 17%;
}
.refered
{
	background: #bde0ef;
}

.alignRight
{
	text-align: right;
}
.aligncenter
{
	text-align: center;
}
.cutofTime
{
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
.chequeContainer
{
	clear: both;
	margin: 0 auto;
}
.chequeContainer
{
	width: 504px;
	background: #fff;
	border: 1px solid #305aae;
	/*display: block;*/
	overflow: hidden;
	margin-right: 5px;
	padding: 5px;
}

.chequeContainer .chequeview
{
	padding: 5px;
}
.chequeContainer .chequeNumbers
{
	color: #ff6600;
}
.chequeContainer .title
{
	background: #305aae;
	color: #fff;
	text-align: left;
	font-weight: bold;
	height: 15px;

}
.chequeInfo
{
	/*width: 265px;*/
	background: #dee9ff;
	border: 1px solid #305aae;
	display: block;
	/*overflow: hidden;*/
	
}
.chequeInfo .title
{
	background: #305aae;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.chequeInfo1
{
	width: 49.9%;
	background: #dee9ff;
	border: 1px solid #305aae;
	display: block;
	overflow: hidden;
	
}
.chequeInfo2
{
	width: 100%;
	height: 200;
	background: #dee9ff;
	border: 1px solid #305aae;
	display: block;
	overflow: hidden;
	
}
.chequeInfo2 .title
{
	background: #305aae;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.chequeInfo1 .title
{
	background: #305aae;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.dateicon
{
	margin-top: -10px;
}
.formbg
{
	background: #fff;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.branchInfo
{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	overflow-y:scroll;
	overflow-x:hidden;
	height: 160px;
}
.dropdown
{
	border: 1px solid #666;
	height: 20px;
}
.imageButton
{
	height: 16px;
	width: 16px;
}
/*Transaction Screens END*/

/*amendchequ*/
.amendchequeContainer
{
	width: 500px;
	background: #fff;
	border: 1px solid #305aae;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.readonly
{
	background: #e1e1e1;
	border: 1px solid #ccc;
}
/* Power Match Start - Added by UI thiru*/
.pmContainer
{
	float: left;
	background: #fff;
	border: 1px solid #305aae;
	width: 50%;
	margin: 1px;
	display: block;
	font-size: 11px;
	height: 300px;
}
.pmContainer1
{
	float: left;
	background: #fff;
	border: 1px solid #305aae;
	width: 50%;
	margin: 1px;
	display: block;
	font-size: 11px;
}
.displaycenter
{
	margin: 0 auto;
	display: block;
}
.pmMargin
{
	margin: 10px 0 30px 0;
}
.overflow
{
	overflow-y:scroll;
	overflow-x:hidden;
	height: 125px;
}
.payerIdgrid
{
	width: 485px;
	background: #fff;
	border: 1px solid #305aae;
	display: block;
	overflow: hidden;
	margin-right: 5px;
}
/* Report*/

.reportcontiner
{
	background: url(../../images/formbg.gif) repeat-x;
	display: block;
	border: 1px #ccc solid;
	padding: 5px 5px;
	overflow: hidden;
}
.h300
{
	width: 400px;
}
.reportgrid
{
	border: 1px #ccc solid;
	width: 100%;
	margin-top: 10px;
}
.popupcheque
{
	clear: both;
	margin: 0 auto;
	border: 2px #305aae solid;
	display: block;
	overflow: hidden;
	width: 505px;
}
.bT
{
	border-top: 1px #ccc solid;
	padding-top: 10px;
}
.tablealigncenter
{
	margin: 0 auto;
}
.alignleft
{
	text-align: left;
}
.pL100
{
	padding-left: 100px;
}
.reportcontiner ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.reportcontiner ul li
{
	margin-left: 2px;
}
.w140
{
	width: 140px;
}
.w120
{
	width: 120px;
}
.borderR
{
	border-right: 1px #ccc dotted;
}
/*Report END*/

/*tab view Star*/
.TabbedPanels
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup
{
	margin: 0px;
	padding: 0px;
	
}
.TabbedPanelsTab
{
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background:  #fff;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover
{
	background-color: #fff;
}
.TabbedPanelsTab a
{
	color: #000;
	text-decoration: none;
}

.TabbedPanelsTabSelected a
{
	background: url(../../images/formbg.gif) repeat-x;
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #edfdfd;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 15px;
	color: #000;
}
.TabbedPanelsContentGroup
{
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background:#fff url(../../images/formbg.gif) repeat-x;
	display: block;
	overflow: hidden;
}
.TabbedPanelsContent
{
	padding: 4px;
}
/*#ctl00_ContentPlaceHolder1_pnlChequeView {
   width:98%;
}*/
.TabbedPanelsContentVisible
{
}
.VTabbedPanels .TabbedPanelsTabGroup
{
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab
{
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected
{
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup
{
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*tab viewEnd*/
.h250
{
	height: 270px;
}
.h200
{
	height: 200px;
}
/*DASHBOARD START*/
.dashBoard
{
	padding: 10px 20px;
	display: block;
	overflow: hidden;
}
/*
.dashBoard_bg
{
	padding: 20px 20px;
	background: url(../../images/dashboard_bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 10 10px;
	height: 400px;
}
*/
.userGroup
{
	overflow-y:scroll;
	overflow-x:hidden;
	height: 350px;
	width: 450px;
	border: 1px #4a77d0 solid;
	margin: 0 auto;
	background: #fff;
}

.stageslist
{
	overflow-y:scroll;
	overflow-x:hidden;
	height: 250px;
	width: 500px;
	border: 1px #4a77d0 solid;
	background: #fff;
}
.dBheader
{
	background: url(../../images/dashboard_headerbg.gif) repeat-x;
	height: 22px;
	font-size: 14px;
	color: #fff;
	padding: 7px 0 0 10px;
	
}

.dbListing
{
	overflow-y:scroll;
	overflow-x:hidden;
	height: 300px;
	border: 1px #4a77d0 solid;
	margin: 0 auto;
	background: #fff;
}
.rowHeight
{
	height: 30px;
}
.completed
{
	color: #3e7804;
	font-weight: bold;
	font-size: 14px;
}
.pending
{
	color: red;
	font-weight: bold;
	font-size: 14px;
}
.dbtextlist
{
	font-weight: bold;
	font-size: 12px;
}

.screenTitle1
{
	border-bottom: 1px dotted #ccc;
}
.tableBorder
{
	border: 1px #f2f2f2 solid;
	background: #fff;
}
.p2
{
	padding:3px;
}

.w20per
{
	width:17.2%;
	border:1px red solid;
	
}
.w80per
{
	width:82%;
}

.modalBackground {
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	width: 350px;
	background:  #fff url(../../images/popbg.gif) repeat-x;
	border: 2px #287f80 solid;
	display: block;

}
.sampleStyleA
 {
	background-color:#FFF;
}
.assignlotScroll
{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	overflow: auto;
	height: 130px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.smartlotScroll
{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	overflow: auto;
	height: 320px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.reportheader
{
	background: #fff url(../../images/003-bg.gif) repeat-x;
	border: 1px #000 solid;
}
.w750
{
	width: 750px;
}

.close a
{
	/*background: #4a77d0 url(../../images/logout_bgleft.gif) no-repeat;*/
	width: 50px;
	height: 19px;
	font-size: 10px;
	float: right;
	color: #fff;
	padding-left: 20px;
}
.close a:hover
{
	/*background: #4a77d0 url(../../images/logout_bgleft.gif) no-repeat;*/
	width: 50px;
	height: 19px;
	font-size: 10px;
	float: right;
	color: #fff;
	padding-left: 20px;
}
/*dashboard New*/
.dashBoard_bg{
	background: url(../../images/formbg.gif) repeat-x;
	display: block;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	}
.dBdisplay
{
	margin: 0 auto;
	width: 795px;
	display: block; 
	overflow: hidden;
	margin-top: 10px;
	/*scrollbar-base-color:#f2f2f2;scrollbar-arrow-color:#d1cfcf;
	scrollbar-shadow-color: #0000FF;*/
}
.dashboardBox
{
	/*width: 447px;
	width: 394px;
	height: 210px;*/
	width:48%;
	padding:1%;	
}
.dBheaderNew
{
	background:url(../../images/dashboard_headerbg.gif) no-repeat;
	height: 23px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7PX 0 0 7px;
}
.dBdetailheader
{
	background:url(../../images/dashboard_headerbg1.gif) no-repeat;
	height: 24px;
	padding: 7px 0 0 7px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/*width: 953px;*/
	width: 800px;
}
.listing
{
	background: #fff;
	border: 1px #ccc solid;
	display: block;
	height: 170px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.detailviewlist
{
	background: #fff;
	border: 1px #ccc solid;
	overflow-y:scroll;
	overflow-x:hidden;
	display: block;
	height: 390px;
	width: 793px;
}
.listing .pending a
{
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.chequeview
{
	border:1px #ccc solid;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.PMHeader
{
	background: #61b6b8;
	color: #fff;
	text-align: left;
	font-weight: bold;
	height: 20px;
}
.assignmentBatchscroll
{
	height: 250px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px #ccc solid;
}
.assignmentpreview
{
	height: 200px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#popup {
position: absolute;
display:none;
z-index: 100;
top: 25%;
left: 50%;
border: 2px #53aaac solid;
}
.m5
{
	margin: 5px;
}
.releaselotScroll
{
	height: 450px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px #ccc solid;
}
/*Error Message Display START*/
.errordisplay
{
	padding-top: 5px;
	padding-left: 5px;
	/*color: #166263;*/
	color: White;
	display: block;
	overflow: hidden;
}
.errorcontainer
{
	width: 99%;
	border: 5px;
}
.errorHcontainer
{
	width: 100%;	
}
.errorHL
{
	WIDTH: 4px;
	DISPLAY: inline;
	/*BACKGROUND: url(../../images/error_LC.gif) no-repeat top;*/
	FLOAT: left;
	HEIGHT: 4px
}
.errorHC
{
	
	/*BACKGROUND: url(../../images/error_TC.gif) repeat-x top;*/
	height: 4px;
	width: 99%;
	FLOAT: left;
}
.errorHR
{
	WIDTH: 4px;
	DISPLAY: inline;
	/*BACKGROUND: url(../../images/error_RC.gif) no-repeat top;*/
	FLOAT: left;
	HEIGHT: 4px
}
.errorcontent
{
	/*border-left: 1px #b7c27d solid;
	border-right: 1px #b7c27d solid;*/
	/*background:#f5fdc5;*/
	background: #ffffff;
	width: 98.6%;
	padding: 5px;
}

.errorBcontiner
{
	width: 100%;
}
.errorBL
{
	WIDTH: 4px;
	DISPLAY: inline;
	/*BACKGROUND: url(../../images/error_BLC.gif) no-repeat 50% top;*/
	FLOAT: left;
	HEIGHT: 4px
}
.errorBH
{
	/*BACKGROUND: url(../../images/error_BC.gif) repeat-x 50% top;*/
	FLOAT: left;
	width: 99%;
}
.errorBLR
{
	WIDTH: 4px;
	DISPLAY: inline;
	/*BACKGROUND: url(../../images/error_BRC.gif) no-repeat 50% top;*/
	FLOAT: left;
	HEIGHT: 4px
}
.bgerrorcount
{
BACKGROUND: url(../../images/bg_countalert.gif) no-repeat;	
color:#000;
height: 19px;
width: 57px;
padding: 4px 0 0 3px;
font-weight: bold;
font-size: 12px;
}
.count ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.count ul li
{
	float: left;
}
/*Error Message Display END*/
/*submenu*/
.submenu 
{
      font-weight:normal;
      background-color:#fff;
      border-bottom:solid 1px #ccc;
      border-left:solid 1px #ccc;
        border-top:solid 0px #ccc;
          border-right:solid 1px #ccc;
      padding:0 15px 0 3px;
      height:25px;
      cursor:pointer;
     }
.submenuhover 
{  
    text-decoration: none;
    background: #53aaac;
    color: #fff !important;
	border: 1px #666 solid;
}
.configScroll
{
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	overflow: auto;
	height: 275px;
	overflow-y:scroll;
	overflow-x:hidden;
}


.grid_transaction_headerbg
{
	/*background:url(../images/header_background.jpg);
	background:#cfcfcf;*/
	/*background:#808080;*/
	/*background-image:file:///D:\DDSMubasher\DDSMubasher\DDS-Images\header_background.jpg;
	background-repeat:repeat-x;*/
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background-repeat:no-repeat;	
	font-size:12px;
	color:#555;    
	/*padding-left:10px;
	text-transform:uppercase;*/
}
.listing
{
	background: #fff;
	border: 0px #ccc solid;
	display: block;
	height: 135px;
}

/*-----------------Alerts-----------------*/
.alert
{
      margin: 0 auto;
      display: block; 
      overflow: hidden;
      margin-top: 5px;
      width: 785px;
      
}
.alertContainer
{
      PADDING-BOTTOM: 0px;
      PADDING-LEFT: 0px;
      PADDING-RIGHT: 0px;
      PADDING-TOP: 0px;
      width: 100%;
}
.alertHL
{
      WIDTH: 5px;
      DISPLAY: inline;
      BACKGROUND: url(../../images/alert_headerL.gif) no-repeat 50% top;
      FLOAT: left;
      HEIGHT: 32px
}
.alertHC
{
      
      BACKGROUND: url(../../images/alert_headerC.gif) repeat-x 50% top;
      FLOAT: left;
      HEIGHT: 29px;
      PADDING-LEFT: 8px;
      PADDING-right: 8px;
      padding-top: 3px;
      WIDTH: 759px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
}
.alertHC IMG
{
      margin-top: -2PX;
}
.alertHR
{
      WIDTH: 5px;
      DISPLAY: inline;
      BACKGROUND: url(../../images/alert_headerR.gif) no-repeat 50% top;
      FLOAT: left;
      HEIGHT: 32px
}
.alertcontent
{
      border-left: 1px #cfcfcf solid;
      border-right: 1px #cfcfcf solid;
      padding: 2px 10px;
      background:#efefef;
}
.alertcontent .scroll
	{
    		height: 75px;
    		overflow-y: scroll;
    		overflow-x: hidden;
    		border: 1px #cfcfcf solid;
    		background: #fff;
	}

.alertBcontiner
{
      padding: 0;
      width: 100%;
      height: 5px;
}
.listinggrid
{
	background: #fff;
	border: 0px #ccc solid;
	display: block;
}
.alertBL
{
      WIDTH: 5px;
      DISPLAY: inline;
      BACKGROUND: url(../../images/alert_BL.gif) no-repeat 50% top;
      FLOAT: left;
      HEIGHT: 5px
}
.alertBH
{
      BACKGROUND: url(../../images/alert_BC.gif) repeat-x 50% top;
      FLOAT: left;
      width: 98.7%;
}
.alertBLR
{
      WIDTH: 5px;
      DISPLAY: inline;
      BACKGROUND: url(../../images/alert_BR.gif) no-repeat 50% top;
      FLOAT: left;
      HEIGHT: 5px
}
.bgalertcount
{
BACKGROUND: url(../../images/bg_countalert.gif) no-repeat;  
color:#000;
height: 19px;
width: 57px;
padding: 4px 0 0 3px;
font-weight: bold;
font-size: 12px;
}
.count ul
{
      padding: 0;
      margin: 0;
      list-style: none;
}
.count ul li
{
      float: left;
}

/*-----------------Alerts-----------------*/
/*  -----27092010 Start---*/
.leftSide
{
		width:17%;
	float:left;
}
.rightSide
{
		width:83%;
	float:left;
}
/*  -----27092010 END---*/
.reportImageheader
{	
	/*background: #fff url(../../images/logo_emirates.png) repeat-x;*/
	/*background: #fff url(../../images/logo_emirates.png);*/
	background: #fff url(../../images/EnbdLogo.JPG);
	border: 1px #000 solid;
}


.ajax__calendar_day_disabled
{
    background-color:#fff !important;
    color:#ccc !important;
}

.reportImageheader
{	
	/*background: #fff url(../../images/logo_emirates.png) repeat-x;*/
	/*background: #fff url(../../images/logo_emirates.png);*/
	background: #fff url(../../images/EnbdLogo.JPG);
	border: 1px #000 solid;
}

.reportLogoBg
{
	background:#ffffff ! important;
}
.hideableFrame, .leftPanel, .menuShadow
{
    display:none !important;
}

.dialogzone 
{
    background-color:transparent !important;
}
.insetBorder
{
    background-color:transparent !important;
    border:none !important;
}

.insetBorder div
{
    border:none !important;
    margin:0 !important;
}