
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:#f1fafe !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 {
	/*font-size: 12px;*/
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto !important;
	margin-right:auto !important;
	/*width:880px;*/
	
	color: #333; /* ths attribute is clearing the custom row color set for Invoiced VB LineItems,fully Received PO'S and like ...*/   
}
.BQGridNew {
	/*font-size: 12px;*/
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	/*width:880px;*/
    	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-size: 12px;*/
	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*/
	color: #333;
}

.BQGridNewSelectedRow td, .BQGridNewSelectedRow tr:hover td
{
	padding: 4px;  /* Asim 02/25/2011 Modified from 8px to 4px */
	background: #B3EBEF !important;
	border-top: 1px solid #CCC;
	border-left: hidden;
	border-right: hidden;
	border-bottom: none !important;
	color: #666;
}



.BQGridGrouping {
	/*font-size: 12px;*/
	text-align: left;
	border: 0px none;
	border-collapse: separate;
	border-bottom:none;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	/*width:880px;*/
	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 {
	/*font-size: 12px;*/
	/*font-weight: normal;*/
	padding: 4px;
	background: #FBFBFB;
	border-top: 1px solid #FFF;
	color: #333;
	text-align: left;
}

.BQGridGrouping td, .BQGridGrouping_FixedHeader td {
	padding: 4px; /* SQ 02/15/11 Modified from 8px to 4px */
	background: none; 
	border-top: 1px solid #CCC;
	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 ...*/   
}


/*
.BQGridNew tr.footer { background: none !important; }
.BQGridNew tr.footer:hover td { background: 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;
	/*margin-bottom: 15px;*/
	-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;
    /*margin-bottom: 15px;*/
    -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;
	/*left: 10px; 
	width: 940px;*//*BY AM WS2015-UI */
	width: 958px;/*BY AM WS2015-UI */
	top: 102px; 
	border: 1px solid #E0E0E0;
    	padding-bottom:20px;	
}

.BQReportPanel
{
	height: 900px;
	position: absolute;
	left: 2px;
	width: 915px;
	top: 82px; 
	border: 1px solid #C0C0C0;
	/*background: url('../Images/skins/EditPanelBg.gif') repeat-x left top;*/
}


.BQPanel
{
	position: relative;
	border:solid 1px lightgray; 
	/*background:url('../Images/skins/EditPanelBg.gif') repeat-x left top;*/
}

.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;
	/*background: url('../Images/skins/EditPanelBg.gif') repeat-x left top;*/
}

.BQGSEditPanel
{
	position: absolute;
	left:170px;
	top:48px;
	height: 685px;
	width: 760px;
	border: 1px solid #E0E0E0;

	/*background: url('../Images/skins/EditPanelBg.gif') repeat-x left top;*/
}

.BQGSTabElementInside
{
	position: relative; 
	margin-left:12px;
	margin-right:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	cursor:pointer;
	color:#0066B2;
	text-decoration: underline;
}


/*.BQGSTabElementInside:hover
{


}*/

.BQGSTabElementInsideSelected
{
	position: relative; 
	margin-left:12px;
	margin-right:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	background-color:#0077bb;
	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;
	/*position: relative;
	width:920px;*/
	
}
.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: #23A7F1;
	border-right-color: #23A7F1;
	border-left-color: #23A7F1;
	border-bottom-color: #23A7F1;
}

/*.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(148, 225, 230, 0.35); /*#DCF1FC !important;*/
	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;
	/*text-align: left;*/
	border: solid 1px #CCC;
	border-collapse: separate;
	border-bottom:none;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	/*position: relative;
	width:920px;*/
	
}

.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;
	/*text-align: center; */
	border: solid 1px #CCC;
	/*vertical-align:bottom  !important;*/	
}
.BQGridBR td {
	padding: 1px;
	background: none; 
	/*border-top: 1px solid #CCC;*/
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	color: #666;
	border-bottom: 1px dotted #ddd;
    	/*border-top: 1px solid #CCC;*/
	border-left: 1px dotted #ddd;
	/*border-right: 1px solid #CCC;*/
	/*vertical-align:bottom  !important;*/	
	
}
.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;
    /*border:1px solid red;*/
	background-color:transparent;
   
}

.BQGridBR td input[type='checkbox']
{
	
    text-align:center;
    border:1px solid transparent;
    /*border:1px solid red;*/
	background-color:transparent;
    margin-left: auto;
    margin-right: auto;
}

.BQGridBR td input[type='text']
{
	
    text-align:right;
    border:1px solid transparent;
    /*border:1px solid red;*/
	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: #23A7F1;
	border-right-color: #23A7F1;
	border-left-color: #23A7F1;
	border-bottom-color: #23A7F1;
}

/*.BQGridBR td input[type='text']:hover
{
	background-color: #ffffff !important;
	border-width: 0px;
	border-top-color: #B6EAFA;
	border-right-color:#B6EAFA;
	border-left-color: #B6EAFA;
	border-bottom-color: #B6EAFA;
	vertical-align:bottom  !important;
}*/





.BQGridBR tr:hover td {
	background-color: rgba(148, 225, 230, 0.35);/*#DCF1FC;*/
	color: #222;
	/*vertical-align:bottom  !important;*/	
	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; }

/* margin: 5px 0px;  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #666; font-weight:normal; } 
span input[type="checkbox"]{ vertical-align: bottom;}
input[type=text] { display:block !important; font-size:0.97em; line-height: 13px; }

input[type="text"], input[type="password"], input[type="select"], textarea
{
	border: 1px solid #B0B0B0; 
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom:0px;
	color:#505050;
	background-color: #FAFAFA;
	line-height: 15px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="select"]:hover, textarea:hover
{
	background: #FFFFFF;
	border: 1px solid #888888;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="select"]:focus, textarea:focus
{
	background: #FFFFFF;
	border:solid 1px #4682B4;
	color: #000000;
}

textarea { display:block;  resize: none; font-size:12px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #505050 !important; background-color: #FAFAFA;   }
.smallInput { padding:3px 3px; border:1px solid #999; background:#FFFFE6; font-size:12px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; font-style:italic; }
.largeInput { padding:6px 5px; border:1px solid #999; background:#FFFFE6; font-size:15px !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; color: #333 !important; }
form .small { width:150px; }
form .medium { width:350px; }
form .wide { width:890px; }*/
/*

.button {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_right_blue.gif') no-repeat scroll top right;
  color: #1b486a;
  display: block;
  float: left;
  height: 29px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 12px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;
}
.button span {
  background: url('../imagescss/but_left_blue.gif') no-repeat left top;
  display: block;
  line-height: 29px;
  padding: 0px 0px 0px 12px;
  outline: none !important;
  float:left;
}
.button:hover {
  background-position: right bottom;
  text-decoration:none !important
}
.button:hover span {
  background-position: left bottom;
  color: #1b486a;
}
.button_grey {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_right_grey.gif') no-repeat scroll top right;
  color: #555;
  display: block;
  float: left;
  height: 30px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 12px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;	
}
.button_grey span {
  background: url('../imagescss/but_left_grey.gif') no-repeat left top;
  display: block;
  line-height: 30px;
  padding: 0px 0px 0px 12px;
  outline: none !important;
  float:left;
}
.button_grey:hover {
  background-position: right bottom;
  text-decoration:none !important
}
.button_grey:hover span {
  background-position: left bottom;
  color: #333;
}
.button_ok {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_round_span_blue.gif') no-repeat scroll top right;
  color: #1b486a;
  display: block;
  float: left;
  height: 30px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 15px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;
}
.button_ok span {
  background: url('../imagescss/but_round_ok_blue.gif') no-repeat left top;
  display: block;
  line-height: 30px;
  padding: 0px 0px 0px 35px;
  outline: none !important;
  float:left;
}
.button_ok:hover {
  background-position: right bottom;
  text-decoration:none !important
}
.button_ok:hover span {
  background-position: left bottom;
  color: #1b486a;
}
.button_notok {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_round_span_blue.gif') no-repeat scroll top right;
  color: #1b486a;
  display: block;
  float: left;
  height: 30px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 15px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;
}
.button_notok span {
  background: url('../imagescss/but_round_del_blue.gif') no-repeat left top;
  display: block;
  line-height: 30px;
  padding: 0px 0px 0px 35px;
  outline: none !important;
  float:left;
  font-style: italic;
}
.button_notok:hover {
  background-position: right bottom;
  text-decoration:none !important
}
.button_notok:hover span {
  background-position: left bottom;
  color: #1b486a;
}
.button_grey_round {
  margin: 0px;
  padding: 0px !important;
  border: 0px;
  background: transparent url('../imagescss/but_round_span_grey.gif') no-repeat scroll top right;
  color: #555;
  display: block;
  float: left;
  height: 30px;
  margin-right: 6px;
  margin-top:10px;
  padding-right: 12px !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  outline: none !important;
  cursor: pointer;
  font-weight: bold;	
}
.button_grey_round span {
  background: url('../imagescss/but_round_left_grey.gif') no-repeat left top;
  display: block;
  line-height: 30px;
  padding: 0px 0px 0px 12px;
  outline: none !important;
  float:left;
}
.button_grey_round:hover {
  background-position: right bottom;
  text-decoration:none !important
}
.button_grey_round:hover span {
  background-position: left bottom;
  color: #333;
}

*/
/*******************************************************************************
  MODAL BOX OVERRIDE
*******************************************************************************/
.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 Verdana, Arial, Helvetica, sans-serif;*/
   font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
   font-weight:bold;
   /*background-color:#0E5EA3;*/ /*#009999;*/
   background-color:#00B7C3;
   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
{
	/* 
	border-style: solid;
	border-right: solid 1px #FF9900;
	border-left: solid 1px #FF9900;
	border-top: solid 0px #FF9900;
	border-bottom: solid 1px #FF9900;
	background-color: #fffff0;
	font-family: Arial;
	font-size: 8pt; 
	*/
	overflow: hidden;
	overflow-x: hidden !important;
	display: none;
	border: 1px solid #CCC !important;
	/* background-color: #F5F5F5; */
	/* background: url('../imagescss/notepad.jpg') repeat 0px 1px !important; */
	background-color: #FAFAFA;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; color: #333;*/
	width:auto !important;
	min-width: 400px; 
	-webkit-overflow-scrolling: touch;
    height:250px !important; 
	
}
    .BQAjaxListBox td:hover
    {
        background-color:#D7F5FF;
    }




.BQAjaxListBoxNoWidth
{
	/* 
	border-style: solid;
	border-right: solid 1px #FF9900;
	border-left: solid 1px #FF9900;
	border-top: solid 0px #FF9900;
	border-bottom: solid 1px #FF9900;
	background-color: #fffff0;
	font-family: Arial;
	font-size: 8pt; 
	*/
	overflow: hidden;
	overflow-x: hidden !important;
	display: none;
	border: 1px solid #66CCFF !important;
	/* background-color: #F5F5F5; */
	/* background: url('../imagescss/notepad.jpg') repeat 0px 1px !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: #DCF1FC;
}

.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;
}

/*
select
{
	height:20px;
	color:#363636;
	font-size:11px;
}
*/

	


div.BQDiv
{
	/*
	background-color: #FAFAFA;
	border-color:#B0B0B0 #B0B0B0 #B0B0B0 #B0B0B0 -moz-use-text-color; 
	border-style:solid solid solid !important;  
	border-width:1px 1px 1px; */
	position: absolute;
	left: 0px;
	background-color:Transparent;
}
.BQGroupHeadingLabel
{
	/*color:#0000FF;   Asim*/
	color: #069;
}

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: #00529B;
    background-color: #BDE5F8;
    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); 

     /*background: rgba(237,237,237,1);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,0.97) 47%, rgba(255,255,255,0.93) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,0.97)), color-stop(100%, rgba(255,255,255,0.93)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,0.97) 47%, rgba(255,255,255,0.93) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,0.97) 47%, rgba(255,255,255,0.93) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(246,246,246,0.97) 47%, rgba(255,255,255,0.93) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(246,246,246,0.97) 47%, rgba(255,255,255,0.93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );*/
}
.BQConfirmPanel {
	/*background: #BDE5F8 url('../CustomImages/Alert_bg.gif') top repeat-x ;
	color:#fff;
	font-weight:bold;
	text-align: left;
	margin-left:5px;
	border: 1px solid #00529B;*/   
    width: 578px;
    max-width: 578px;
    height: 180px;
    border-top: 4px solid #00B7C3;
    background-color: white;
    box-shadow: 2px 2px 3px 1px rgb(110,110,110);
    padding: 5px;
    margin: 0 auto;
    z-index: 60
	}
.BQConfirmPanel span 
{
	/*background: #BDE5F8;*/ /*url('../imagescss/AlertIcons/Knob Message.png') center no-repeat; */
	border-top: 1px solid #00B7C3;
    color:#000;
	font-weight:normal;
	background-position: 15px 10%; /* x-pos y-pos */
	padding: 5px 20px 5px 65px;
}	
.BQDialogPanel {
	background: #F2F8FF url('../CustomImages/Alert_bg.gif') top repeat-x ;
	color:#fff;
	font-weight:bold;
	text-align: left;
	margin-left:5px;
	border: 1px solid #00529B;
	}
	
.BQDialogPanel span 
{
   
	color:#000;
	font-weight:normal;
}	
.hiddenColumn
{
	display:none;
	text-align:left !important;	
	/*width:0px;*/
	
}

.hiddenColumnRight
{
	display:none;
	text-align:right !important;	
	/*width:0px;*/
	
}


.showColumn
{
	display:block;
	text-align:left !important;		
}


.showColumnRight
{
	display:block;
	text-align:right !important;		
}

.BQTEMemoPanel
{
	position: absolute; 
	visibility: visible; 
	/* border: #808080 1px solid; */
	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: #808080 1px solid; */
	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
{
	/*background:#FBFBFB !important; */
	/* background: url('../imagescss/notepadmemo.jpg') repeat 0px 2px !important; */
	/* border: #808080 1px solid !important; */
	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:#25435B;
	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:#25435B;
	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 black;*/
	border: 1px solid #66CCFF;
	
	
	
	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: #0A246A;*/
	background-color: #B6EAFA;
	
	/*color: white;*/
	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: #1ABC9C;/*#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;
}