
body { background : #fff; }

.alignright { text-align:right;}

.aligncenter {text-align:center;}

textarea{resize: none}


.logout 
{background: url(../CustomImages/logout.png) no-repeat ; margin: 20px -40px 0 0; float:right; height: 26px; width:26px; }

.logout:hover
{background: url(../CustomImages/LogoutHover.png) no-repeat  ; margin: 20px -40px 0 0; float:right; height: 26px; width:26px; }

.lblLogout{
    margin: 22px -5px 0 0; float:right;
    font-size:0.85em;
}

.username{
    margin: 2px 10px 0 0; float:left;
    font-size:0.9em;
}

.login 
{background: url(../CustomImages/login-Button.png) no-repeat ;   height: 40px; width:301px;}

.login:hover
{background: url(../CustomImages/Login-Button-Hover.png) no-repeat ;  height: 40px; width:301px; }


#footer-bottom-login {
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	

}

input[type="text"]:focus
{
    background-color:#EDF9DE !important;
}

/*******************************************************************************
  Informational Messages
*******************************************************************************/
.info  {
	display: block;
	background: url('../CustomImages/informationbar_right.gif') no-repeat right top;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom:10px !important;
	padding: 0px !important;
	font-size: 12px !important;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	font-style: italic;
}
.info .info_inner {
  display: block;
  height: 30px;
  padding: 6px 10px 0px 35px;
}
#success .info_inner {
  color: #5a801b;
  background: url('../CustomImages/icon_success.gif') no-repeat left top;
  border: 0px;
}
#warning .info_inner {
	color: #E89326;
	background: url('../CustomImages/icon_warning.gif') no-repeat left top;
	border: 0px;
}
#error .info_inner {
	color: #C00;
	background: url('../CustomImages/icon_error.gif') no-repeat left top;
	border: 0px;	
}
#info .info_inner {
	color: #4985B2;
	background: url('../CustomImages/icon_info.gif') no-repeat left top;
	border: 0px;
}



.BQSectionLabel
{
	color: #069;
}

span input[type="checkbox"], td input[type="checkbox"], div span input[type="checkbox"]
{
    vertical-align: middle !important;
}

span label, div span label
{
    vertical-align: middle !important;
}

span input[type="radio"], td input[type="radio"], div input[type="radio"]
{
    vertical-align: middle !important;
    margin-top:0 !important;
}

select 
{
	padding: 4px !important;
    height: 28px; /*!important*/
}

/*******************************************************************************
  TABLE DESIGN 
*******************************************************************************/
.BQGridNew_FixedHeader {
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto !important;
	margin-right:auto !important;
	color: #333; /* ths attribute is clearing the custom row color set for Invoiced VB LineItems,fully Received PO'S and like ...*/   
}
.BQGridNew {
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto;
	margin-right:auto;
    width:960px;     
	margin-top:20px;
	color: #666; /* ths attribute is clearing the custom row color set for Invoiced VB LineItems,fully Received PO'S and like ...*/   
}
.BQGridNew th, .BQGridNew_FixedHeader th {
	font-weight: normal;
	padding: 10px;
	background: #FBFBFB;
	border-top: 1px solid #FFF;
	color: #333;
	text-align: left;
}

.BQGridNew td, .BQGridNew_FixedHeader td {
	padding: 4px; /* SQ 02/15/11 Modified from 8px to 4px */
	background: none; 
	border-top: 1px solid #E0E0E0;
	border-left: hidden;
	border-right: hidden;
	border-bottom: none !important;
	/*color: #666; /* ths attribute is clearing the custom row color set for Invoiced VB LineItems,fully Received PO'S and like ...*/  
}

.truncateString
{    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.BQGridNew_Hyperlink 
{
 text-decoration: none;
 cursor:pointer;

}

.BQGridNew_Hyperlink:hover
{
	text-decoration: underline !important;
}

.BQGridNew tr:hover td, .BQGridNew_FixedHeader tr:hover td {
	/*background: rgba(148, 225, 230, 0.20) ;#F1FAFE*/
	background:rgba(190, 224, 140, 0.71);
	color: #333;
}

.BQGridNewSelectedRow td, .BQGridNewSelectedRow tr:hover td
{
	padding: 4px;  /* Asim 02/25/2011 Modified from 8px to 4px */
	/*background: rgb(179, 235, 239) !important;*/
	background: #d0e6ae !important;
	border-top: 1px solid #CCC;
	border-left: hidden;
	border-right: hidden;
	border-bottom: none !important;
	color: #666;
}



.BQGridGrouping {
	
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color: #666; /* ths attribute is clearing the custom row color set for Invoiced VB LineItems,fully Received PO'S and like ...*/   
}
.BQGridGrouping th, .BQGridGrouping_FixedHeader th {
	padding: 4px;
	background: #FBFBFB;
	border-top: 1px solid #FFF;
	color: #333;
	text-align: left;
}

.BQGridGrouping td, .BQGridGrouping_FixedHeader td {
	padding: 4px; 
	background: none; 
	border-top: 1px solid #CCC;
	border-left: hidden;
	border-right: hidden;
	border-bottom: none !important;
}

/*
NEW CODE TO GET FULL DROP DOWN LIST WITHIN DOM SQ 02/10/12 - START
*/

#divFullList {
 box-shadow: 2px 2px 5px 0 lightgray;
 border:none;
}

table.BQFullList {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03); 
    max-height: 50%;
   
}
table.BQFullList th
{
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding:  1% 2%;
	color: #666;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}

table.BQFullList td:last-child {
	border-right: 1px solid #e0e0e0;
}

table.BQFullList th:last-child {
	border-right: 1px solid #e0e0e0;
}

table.BQFullList td {
	padding: 1% 2%;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none; 
    background-color: white;
    width:auto;
    max-width:200px;
}


table.BQFullList tr:hover td
{
	background-color: #fafafa;
}

/*
NEW CODE TO GET FULL DROP DOWN LIST WITHIN DOM SQ 02/10/12 - END
*/

/*
CSS FOR Global search.. Starts here...
*/

table.SearchList {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    max-height: 50%;
}

    table.SearchList th {
        border: 1px solid #e0e0e0;
        border-right: none;
        background-color: #fafafa;
        text-align: left;
        padding: 1% 2%;
        color: #666;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
    }

    table.SearchList td:last-child {
        border-right: 1px solid #e0e0e0;
    }

    table.SearchList th:last-child {
        border-right: 1px solid #e0e0e0;
    }
    table.SearchList td {
        padding: 1% 2%;
        border-bottom: #e0e0e0 1px solid;
        border-right: #e4e4e4 1px dashed;
        background-color: white;
    }
    table.SearchList tr:hover td {
        background-color: #fafafa;
    }
/*
    CSS FOR Global search.. Ends here...
*/
.BQGridImgCol {
	padding: 2px !important;
	width: 16px;  /*this property fixes the width issue in certain screens like Auto Complete/Activity/Employee etc.*/
}

.BQGridNewHeader td {
	background: #F0F0F0 !important;
	border-top: 1px solid #E0E0E0;
}
.BQGridNewPager td {
	background: #F0F0F0;
	padding: 6px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0 !important;
}

.BQGridNewFooter td {
	text-align:right;
	/*background: #EBEBEB !important;*/
	border-top: 1px solid #E0E0E0;
}


.BQGridNewFooterCenterAligned td {
	text-align:center;
	/*background: #EBEBEB !important;*/
	border-top: 1px solid #CCC;
	font-size: 12px;
	/*font-weight:bold;*/
}

.BQTabStripInside
{
	position: absolute; 
	height: 20px; 
	width:916px; 
	left:18px; 
	top:62px;
}

.BQEditPanel
{
	height: 490px;
	position: absolute;
	width: 958px;
	top: 102px; 
	border: 1px solid #E0E0E0;
    padding-bottom:20px;	
}

.BQReportPanel
{
	height: 900px;
	position: absolute;
	left: 2px;
	width: 915px;
	top: 82px; 
	border: 1px solid #C0C0C0;
}


.BQPanel
{
	position: relative;
	border:solid 1px lightgray; 
}

.BQTabElementInside
{
	position: absolute; 
	top:0px; 
	height:21px; 
	width:91px; 
	text-align:center;
	background-image: url('../CustomImages/normalhoover.gif');
	background-position:left top;
	cursor:default;
	
}


.BQTabElementInside:hover
{
	background-position: left -21px;
	cursor:default;
}

.BQTabElementInsideSelected
{
	position: absolute; 
	top:0px; 
	height:21px; 
	width:91px; 
	text-align:center;
	background-image: url('../CustomImages/tabselected.gif');
	background-position:left top;
	cursor:default;
	
}


.BQGSSidePanel
{

	position: absolute;
	left:10px;
	top:48px;
	height: 685px;
	width:157px;	
	border: 1px solid #C0C0C0;
}

.BQGSEditPanel
{
	position: absolute;
	left:170px;
	top:48px;
	height: 685px;
	width: 760px;
	border: 1px solid #E0E0E0;
}

.BQGSTabElementInside
{
	position: relative; 
	margin-left:12px;
	margin-right:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	cursor:pointer;
	color:#4F8A10;
	text-decoration: underline;
}

.BQGSTabElementInsideSelected
{
	position: relative; 
	margin-left:12px;
	margin-right:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	background-color:#85b94d;
	color:#fff;
	
}




/*******************************************************************************
  TABLE DESIGN 
*******************************************************************************/
.BQGridSimple {
	font-size: 12px;
	margin: 0px;
	text-align: left;
	border: solid 1px #CCC;
	border-collapse: separate;
	border-bottom:none;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.BQGridSimple th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #EFEFEF;
	border-top: 1px solid #FFF;
	color: #333;
	text-align: center; 
	border: solid 1px #CCC;
	vertical-align:bottom  !important;	
}

.BQGridSimple td {
	padding: 1px;
	background: none; 
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #666;
	border-bottom: 1px solid #DDD;
	vertical-align:bottom  !important;	
	
    
}

.BQGridSimple td span {
	padding: 0px !important;
	margin-top:0px !important;
	font-size:0.95em !important;
	vertical-align:bottom  !important;
    background-color: transparent  !important;	
}

.BQGridSimple td input
{
	text-align:center;
	vertical-align:bottom  !important;
	border:1px solid transparent;
	background-color:transparent !important;
    
}

.BQGridSimple td input[type='text']:focus
{
	background-color: transparent  !important;
	border-width: 1px;
	border-top-color: #6E9B2B;
	border-right-color: #6E9B2B;
	border-left-color: #6E9B2B;
	border-bottom-color: #6E9B2B;
}

/*.BQGridSimple td input[type='text']:hover
{
	background-color: #ffffff !important;
	border-width: 1px;
	border-top-color: #23A7F1;
	border-right-color:#23A7F1;
	border-left-color: #23A7F1;
	border-bottom-color: #23A7F1;
}*/

.BQGridSimple tr:hover td {
	background-color:rgba(190, 224, 140, 0.71);
	color: #222;
	vertical-align:bottom  !important;	
	border:1px solid #CCC;
}

/* AM 02/15/12 a */
.BQGridSimpleOnFocusWithMemo
{
	background-color: transparent  !important;
	border-bottom: 0px none;
	border-width: 1px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
}

.BQGridDateBox
{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:0px !important;
	}

.BQGridTextBox
{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:0px !important;
	}

.BQGridIRDateBox
{
	margin-left:0px;
	margin-right:auto;
	margin-top:5px;
	padding-left:0px !important;
	}

.BQGridIRTextBox
{
	margin-left:0px;
	margin-right:auto;
	margin-top:5px;
	padding-left:0px !important;
	}
	
.BQGridIRAlignRightTextBox
{
	margin-left:auto;
	margin-right:0px;
	margin-top:5px;
	padding-left:0px !important;
	text-align: right;
	}

	
.BQGridSimpleCell {
	padding: 1px;
	background: none; 
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #666;
	border-bottom: 1px solid #CCC;
	text-align:left !important;
}

.BQGridSimpleCellCenter {
	padding: 1px;
	background: none; 
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #666;
	border-bottom: 1px solid #CCC;
	text-align:center !important;
}

.BQGridCellDisplayNone
{
	display: none !important;
	
}

.BQGridBR {
	font-size: 12px;
	margin: 0px;
	border: solid 1px #CCC;
	border-collapse: separate;
	border-bottom:none;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.BQGridBR tr:nth-child(odd)
{
  background-color: #F8F8F8;
 }

.BQGridBR th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #EFEFEF;
	border-top: 1px solid #FFF;
	color: #333;
	border: solid 1px #CCC;
}

.BQGridBR td {
	padding: 1px;
	background: none; 
	color: #666;
	border-bottom: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
}

.BQGridBR td span {
	padding: 0px !important;
	margin-top:0px !important;
	font-size:0.95em !important;
	vertical-align:bottom  !important;	
}

.BQGridBR td input
{
	text-align:center;
	vertical-align:bottom  !important;
	border:1px solid transparent;
	background-color:transparent;
}

.BQGridBR td input[type='checkbox']
{
	
    text-align:center;
    border:1px solid transparent;
	background-color:transparent;
    margin-left: auto;
    margin-right: auto;
}

.BQGridBR td input[type='text']
{
    text-align:right;
    border:1px solid transparent;
	background-color:transparent;
    margin: 0 auto;
    margin-left: auto;
    margin-right: 0;
}

.BQGridBR td input[type='text']:focus
{
	background-color: #ffffff !important;
	border-width: 1px;
	border-top-color: #6E9B2B;
	border-right-color: #6E9B2B;
	border-left-color: #6E9B2B;
	border-bottom-color: #6E9B2B;
}

.BQGridBR tr:hover td {
	/*background-color: rgba(148, 225, 230, 0.35);/*#DCF1FC;*/*/
	background-color:rgba(190, 224, 140, 0.71);
	color: #222;
	border-bottom: 1px solid #CCC;
}


/*******************************************************************************
  PAGINATION
*******************************************************************************/
.pagination { border:0; margin:0; padding:0; font-size:10px; }
.pagination a { border:solid 1px #DEDEDE; margin-right:2px; }
.pagination .previous-off, .pagination .next-off { color:#888888; display:inline-block; font-weight:normal; padding:3px 4px; }
.pagination .next a,.pagination .previous a { font-weight:bold; border:solid 1px #FFFFFF; }
.pagination .active{ color:#000000; font-weight:bold; display:inline-block; padding:4px 6px; }
.pagination a:link, .pagination a:visited { display:inline-block; padding:3px 6px; text-decoration:none; }
.pagination a:hover{ text-decoration:none; border: 1px solid #999; }

/*******************************************************************************
  FORMS
*******************************************************************************/

form label { display:inline !important; }


.ui-dialog { 
padding:0px !important; 
border: none 0 !important;
font-size: 12px !important;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
z-index: 10000 !important;
}
.ui-dialog .ui-dialog-titlebar {
padding: 3px 5px;
	position:relative;
	border-bottom: none;
	font-size:13px !important;
}
.ui-dialog .ui-corner-all {
-moz-border-radius-bottomleft:0px !important;
-moz-border-radius-bottomright:0px !important;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
}
.ui-dialog .ui-dialog-content {
border: 1px solid #AAAAAA !important;
}
.ui-widget-overlay {
background:#000 !important;
opacity:0.7 !important;
}
/*  Asim  WS2010   10/19/2009   **************Start */
/* # Needed for FADER CONFIRMATION MESSAGES */

.popup_msg{
  position:absolute;
  z-index:1000;   
  text-align:center;
  color:#FFFFFF;
  font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight:bold;
  background-color:#6E9B2B;
  display:none;
}
.popup_msg center
{
	margin:25px;
}
/*  Asim  WS2010   10/19/2009   **************End */

.divWithTopandBottomBorder
{
	border-bottom:1px #E0E0E0 solid;
	border-top:1px #E0E0E0 solid;
	background-color: #FAFAFA;
	
}

.divWithAllBorder
{
	border:1px #E0E0E0 solid;
	background-color: #FAFAFA;
    padding-bottom:10px;	
}

.divWithAllBorderCentered
{
	border:1px #E0E0E0 solid;
	background-color: #FAFAFA;
    padding-bottom:10px;
    margin-left:auto;
    margin-right:auto;	
}

.toolbarimage
{
	padding-right:0px;
	position:relative;
	top:4px;
}
.toolbarlink
{
	margin-right:18px;
	position:relative;
	/*top:7px;*/
}

#toolbarMoreReports .toolbarlink
{
	margin-right:12px;
	position:relative;
	/*top:7px;*/
}


.toolbardiv
{
	position: relative;
	margin-top: 5px; 
	margin-bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	/*width: 930px; */
	height: 37px;
	/*left: 2px; */
	border-top: 0px #E8E8E8 solid; 
	border-bottom: 1px #E8E8E8 solid;
}

.toolbardivFind
{
	
	margin-top: auto !important;
	margin-bottom: auto !important; 
   vertical-align:middle !important;

}

#toolbar, #toolbar2
{
	top: 0px !important;
	text-align: right;
	margin-right: 10px;
}


.toolbarInfo {
    float: left;
    margin-left: 12px;
    color: #999999;
    font-size: 15px;
    width:400px;
    text-align: left;
}

.BQPrintLink
{
	display: list-item;
	list-style:none;
	line-height:25px;
	margin-left:10px;
	background-color:Transparent;
}
.BQPrintDiv
{
	border:1px #CCCCCC solid;
	background-color: #FAFAFA;	
	background: url('../CustomImages/PrintBG.jpg') repeat 0px 1px !important;
}
.BQPrintDiv div
{ 
	position: relative;
	left: 2px;
	height: 21px;
	display:block;
	background-color: #EFEFEF;
	font-weight:bold;
	margin-top:2px;
	top: 0px; 
}

.BQAjaxListBox
{

	overflow: hidden;
	overflow-x: hidden !important;
	display: none;
	border: 1px solid #CCC !important;
	background-color: #FAFAFA;
	width:auto !important;
	min-width: 400px; 
	-webkit-overflow-scrolling: touch;
    height:250px !important; 
	
}
    .BQAjaxListBox td:hover
    {
        background-color:#d0e6ae;
    }


.BQAjaxListBoxNoWidth
{
	overflow: hidden;
	overflow-x: hidden !important;
	display: none;
	border: 1px solid #6E9B2B !important;
	background-color: #FAFAFA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; color: #333;
	min-width: 250px; 
	-webkit-overflow-scrolling: touch;
}

.BQAjaxListBox li:hover
{
	background-color: #D5E4F3;
}

.trcurrent
{
	background-color: #9DC1E4;
	cursor:pointer;
	min-width: 300px !important;
	white-space:nowrap;
	
}

.trcurrent .tdcurrent
{
	background-color: #d0e6ae;
}

.tdcurrent
{
	cursor:pointer;
	min-width: 400px !important;
	/*white-space:nowrap;*/
	white-space: pre;
    padding:3px;
    
}


.BQAjaxListBox select option[selected] {
	background-color: #FF9900;
	color: white;
}
.BQAjaxListBox select option:hover
{
	background-color: #FFE2B7;
	color: white;
}




div.BQDiv
{
	position: absolute;
	left: 0px;
	background-color:Transparent;
}
.BQGroupHeadingLabel
{

	color: #6E9B2B;
}

hr {

/* Important for fire fox */
border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #D0CED1 0 0;
    color:#D0CED1;
    font-size:1px;
height:0px;
    line-height:1px;
    margin:0 0 0px 0;
    padding:0;


}

.BQAlert {
	background: #fff6bf url('../CustomImages/Knob Message.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}


.BQinfo, .BQsuccess, .BQwarning, .BQerror, .BQvalidation {
border-style: solid;
    border-color: inherit;
    border-width: 1px;
    margin: 10px 0px;
    padding: 25px 25px 20px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:absolute;
    top:140px;
    width:600px;
left:130px;
 }

.BQinfo {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../CustomImages/info.png');
}

.BQsuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../CustomImages/success.png');
}

.BQwarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../CustomImages/warning.png');
}

.BQerror {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../CustomImages/error.png');
}

.BQvalidation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../CustomImages/error.png');
}

 .BQinfoFileLink 
 {
    border-style: solid;
    border-color: inherit;
    border-width: 1px;
    margin: 10px 0px 0px 60px;
    padding: 25px 25px 20px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #6E9B2B;
    background-color: #d0e6ae;
    background-image: url('../CustomImages/info.png');
}

.BQGridDetailsPanel {   
 
 background-color:white;
 box-shadow:2px 2px 2px 1px rgb(181,181,181);  
 border-color:rgb(181,181,181); 
}

.BQConfirmPanel {
     width: 578px;
    max-width: 578px;
    height: 180px;
    border-top: 4px solid #6E9B2B;
    background-color: white;
    box-shadow: 2px 2px 3px 1px rgb(110,110,110);
    padding: 5px;
    margin: 0 auto;
    z-index: 60
	}

.BQConfirmPanel span 
{
	border-top: 1px solid #6E9B2B;
    color:#000;
	font-weight:normal;
	background-position: 15px 10%; /* x-pos y-pos */
	padding: 5px 20px 5px 65px;
}	
.BQDialogPanel {
	background: #DFF2BF url('../CustomImages/Alert_bg.gif') top repeat-x ;
	color:#fff;
	font-weight:bold;
	text-align: left;
	margin-left:5px;
	border: 1px solid #5a801b;
	}
	
.BQDialogPanel span 
{
   
	color:#000;
	font-weight:normal;
}	
.hiddenColumn
{
	display:none;
	text-align:left !important;	
}

.hiddenColumnRight
{
	display:none;
	text-align:right !important;	
}


.showColumn
{
	display:block;
	text-align:left !important;		
}


.showColumnRight
{
	display:block;
	text-align:right !important;		
}

.BQTEMemoPanel
{
	position: absolute; 
	visibility: visible; 
	border: none;
	height:230px;
	width: 300px;
	z-index:107;
	background: url('../CustomImages/stcmemo.png') no-repeat;
	background-color: transparent;
}

.BQTEMemoPanelMirror 
{
  background: url('../CustomImages/stcmemoMirror.png') no-repeat;  
}


.BQELMemoPanel
{
	position: absolute; 
	visibility: visible; 
	border: none;
	height:230px;
	width: 300px;
	z-index:107;
	background: url('../CustomImages/selmemo.png') no-repeat;
	background-color: transparent;
}

.BQELMemoPanelMirror 
{
  background: url('../CustomImages/selmemoMirror.png') no-repeat;  
}


.BQTEMemoTextBox
{
	top: 16px;
	left: 5px; 
	width: 270px;
	height:165px;
	border: 0px none;
	background-color: transparent;
	overflow: auto;
}

.BQTEMemoTextBox:focus, .BQTEMemoTextBox:hover
{
 background-color: #ffffff !important;
 border: 0px none !important;    
}



/* Asim WS2010  Needed for Message Alert   ****** Start */
.messageAlert
{
	visibility:hidden;
	position:absolute;
	border:solid 1px;
	border-color:#5a801b;
	width:300px;
	height:100px;
	z-index:2000;
	color:#fff;
	background:#fff url('../CustomImages/MessageTitle.png') repeat-x;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7;
	opacity:0.7;
}
.messageAlertHover
{
	visibility:hidden;
	position:absolute;
	border:solid 1px;
	border-color:#5a801b;
	width:300px;
	height:100px;
	z-index:2000;
	color:#fff;
	background:#fff url('../CustomImages/MessageTitle.png') repeat-x;
	filter:alpha(opacity=100); 
	-moz-opacity:0.9;
	opacity:0.9;
}


.messageAlert div div, .messageAlertHover div div
{
	width:13px;
	height:13px;
	cursor:pointer;   
	background: url('../CustomImages/exit.gif') no-repeat;
	
}
.messageAlert #divEmailImg, .messageAlertHover #divEmailImg
{   
	padding: 0px 0px 0px;
	width:220px;
	height:24px;
	text-align:right;
	vertical-align:middle;
	margin-left:5px;
	margin-top:30px;
	background: url('../CustomImages/Email.png') no-repeat;
}

.BQHeader
{
	background: url('../CustomImages/defaultheader.gif') repeat-x;    
}

/* Asim WS2010  Needed for Message Alert   ****** End */


#ui-datepicker-div
{
	 z-index: 9999999 !important;
	display:none;     /*Latest Google Chrome displays ui-datepicker as HR line.It is a Chrome specific issue*/
}

/*------- Autocomplete -------*/
.ui-autocomplete
{
    z-index:1000 !important;
}

/**************************************************/
/* Basharat WS2011   AUTO-COMPLETE  START*/
/**************************************************/
.ac_results {
	padding: 0px;
	border: 1px solid #93ba69;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #b6d892;
	color:#666666;
}

/**************************************************/
/* Basharat WS2011 AUTO-COMPLETE  END*/
/**************************************************/
.hideShowImage
{

	opacity:0.7;
	filter:alpha(opacity=70);
	
}
.hideShowImage:hover
{
	
	opacity:1.0;
	filter:alpha(opacity=100);
	
}
.skipWarning
{}
/* Asim WS2012 3/6/2012 overlay css start */

.overlayDiv
{
	background-color:#BABDBC; 
	 filter:alpha(opacity=60); 
	-moz-opacity:0.6;
	opacity:0.6;
}

/* Asim WS2012  3/6/2012  overlay css End */
.SearchButton
{
   margin-top: 0px;
   background-image:url('../CustomImages/SearchButton.png');
   margin-left:1px;
   width:25px;
   height:20px;
	
}
.SearchButton:hover
{
 background-image:url('../CustomImages/SearchButtonHover.png');    
}
.FilterGroup
{
  margin-right:0px;
  display:none;
  position: absolute; 
  left: 0px; 
  top: 26px; 
  z-index: 13000; 
  border: 1px solid; 
  background-color: white; 
  padding: 4px 10px 20px; 
  text-align: left; 
  background-position: initial initial; 
  background-repeat: initial initial; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;  
  margin-top: -1px;
}

.hlnkFilter
{
 margin-right: 0px;
 position: relative;
 top: 7px;   
}

.showFilterControls {
margin-right: 0px;
position: relative;
top: 7px;
}


.DIVtransparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
	
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}


.StatusMessage {
	color: Red;
	font-size: 2.0em;
	font-weight: bold;
}


/* Lock Screen-related CSS Classes */
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #999999;
	z-index: 2999;
	filter: alpha(opacity=75);
	opacity: 0.75;
	padding-top: 20%;
}
.LockPane {
	z-index: 3000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 25%;
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.LockPane div
{
	width: 55%;
	background-color: #6E9B2B;/*#FF9933;*/
	color: White;
	font-size: large;
	border: dotted 1px White;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
}
.toolbarLinksDashBoard
{
    margin-right: 5px;
    margin-top: 10px;
    position: relative; /*top:7px;*/
    color: #666666 !important;
}



#pnlOptions .Dropdown {
    /*float: right;*/
    display:inline-block;
    margin-right: 20px;
    margin-left: 10px;   
    position: relative;
    padding:0 !important;
}

.BQEVersion {
	float: right;
	
	display: block;
	color: #555;
	font-size: 11px;
}
/*===============================*/
/*------ by Nadeem Rasool -------*/
#navigation .menu{
	margin:0;
	padding:0;
    display:table !important; /*----- for distributing all width completely in their columns dynamically  -------*/
    width:100%;
}
#navigation .menu > li {
    float:none !important;
    display:table-cell;/*----- for distributing all width completely in their columns dynamically  -------*/
}
    #navigation .menu > li:last-child > ul {
    position:absolute;
    display:none;
    left:-225px;

    }
    #navigation .menu > li:last-child:hover > ul {
    display:block;
    }
/*------------- END -------------*/
/*===============================*/


li.open > ul{
    display:block;
    visibility:visible;
}


/*-----------ROW INDICATORS CLASSES----------------*/
.Non-Billable {
    border-left: #E64D41 4px !important;
    border-left-style: solid !important;
}

.Billed {
    border-left: #1A69D2 4px !important;
    border-left-style: solid !important;
}

.Locked {
    border-left: #666666 4px !important;
    border-left-style: solid !important;
}
/*------------------------------------------------*/

.BQELabelColor {
    color: #6E9B2B !important;
}

