﻿/*================================================================================================================================================
Copyright (c) 2008-2015 by BIMiner Technologies Inc, All rights reserved.
Description: Main Style Sheet
Revisions: 20150410 Feng coditional css should be handled in js when we deal with other browsers. 
=================================================================================================================================================*/

/*********************************************************************
   CSS Consitional - Enviroment Watermark: Production, Test, Polit  
 *********************************************************************/

/** CSS Consitional - Production */
.mhc{background-color: #316AC5;}
.test{} 


/** CSS Consitional - Test 
.mhc{background-color: #A42222;}
.test{background:url( '../Images/Test.gif' ) no-repeat center;}
*/

/** CSS Consitional - Pilot 
.mhc{background-color: #A42222;}
.test{background:url( '../Images/Pilot.png' ) no-repeat center;}
*/

/********************************************************************
   CSS Consitional - Language: English, Chinese  
 ********************************************************************/

/** CSS Consitional - English */
/* Remove the blue glow on focus */
input:hover, input:active, input:focus, textarea:active, textarea:hover,
textarea:focus, button:focus, button:active, button:hover {
    outline:0px !important;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.mh0 {
	background-image: url('../Images/background_main.jpg' );
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #ffcc66;
	height: 38px;
}

.treeView, .listView {
	font-size: 8pt;
	color: black;
	font-family:Verdana;
}

.popContent {
	margin:5px;
}

div#divTHeader table,div#divTBody table {
	border-style: none solid none none;
	border-width: 1px;
	border-color: #808080;
	border-collapse: collapse;
	font-family: Verdana; 
	font-size: 8pt;
	font-weight:normal;
	table-layout:fixed;
}

/** CSS Consitional - Chinese

	.treeView, .listView 
	{
		font-size: 10pt;
		color: black;
		font-family: Verdana;
	}
	
	.mh0
	{
		background-image: url('../Images/background_main.jpg' );
		font-family: Verdana;
		font-size: 16pt;
		font-weight: bold;
		color: #FFFFFF;
		border-bottom: 1px solid #ffcc66;
		height: 38px;
	}	

	.formLabel
	{
		text-align: left;
		padding-left: inherit;
		padding-right: 3px;
		padding-bottom: 3px;
		border: none 0px;
		font-family: Verdana;
		font-size: 12px;
		display:inline-block;
		border-style:None;
	}
	
	div#divTHeader table,div#divTBody table
	{
		border-style: none solid none none;
		border-width: 1px;
		border-color: #808080;
		border-collapse: collapse;
		font-family: Verdana;
		font-size: 12px;
		font-weight:normal;
		table-layout:fixed;
	}
*/

/********************************************************************
   CSS Consitional - IE7 IE9  
 ********************************************************************/

/** CSS Consitional - IE7 
.vcrText
{
    left: 5px;
    padding-bottom: 3px;
    text-align:right;
    width: 48px;
    font-family: Verdana;
    font-size: 8pt;
}

.dropImage0
{
    position:relative;
    top: 2px; 
    left:-18px;
}
*/

/** CSS Consitional - IE9*/
.vcrText
{
    text-align:right;
    width: 48px;
    font-family: Verdana;
    font-size: 8pt;
	top:-5px;
	position:relative;
	padding:3px;
}

.dropImage0
{
    position:relative;
    vertical-align:top;
}

/********************************************************************
   HTML Elements
********************************************************************/

html, body {height: 100%;}

body {margin: 0;}

/**************************************************************
   Generic Display 
 **************************************************************/
.block {display: block;}

.clear {clear: both;}

.marginRight {margin-right: 15px;}

.paddingLeft {padding-left: 5px;}

.paddingRight {padding-right: 5px;}

.floatLeft {float: left;}
.floatRight {float: right;}

/*
.fieldSetStyle1{color: #000066;}
*/

.divider
{
    border-bottom: 1px solid #666666;
    height: 22px;
    margin-bottom: 6px;
    color: #000066;
}


.gridView
{
	border:1px solid gray;
	margin: 5px 5px 0px 5px;
	padding:8px;
}

.gridContainer
{
	border:1px solid gray;
	margin: 5px 5px 0px 5px;
}
.gridViewInPanel
{
    border-right-width: 1px;
    border-right-color: gray;
    border-style: none solid none none;
}

.gridFont{font-family:Verdana;font-size:8pt;}

.gridViewRow{background:#e5f1f4;}
.gridViewRowAlt{background:#f8fbfc;}

.gridViewHeader{background-color:#5A8AB5; text-align:left; color:White;}

/*********************************************************
   Home Page
 *********************************************************/
.contentheader
{
    border-bottom: 3px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    font-family: Verdana;
    font-size:12px;
    font-weight:bold;
    color: black;/*#999966;*/
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left:2px;
    border-spacing:5px;
    background-color: #CCCCCC
}

.contentbody {
	background-color: white
}

.contentbody1 {
    background-color: white
}

/*********************************************************
   Master Page
 *********************************************************/
.mh1 {
    height: 25px;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 39px;
}

.mh2
{
    height: 25px;
    font-family: Verdana; 
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

.signOut
{
    color: white;
    border: none 0px;
    font-size: x-small;
    font-family: Verdana;
    text-align: right;
    text-decoration: none;
    margin-right: 6px;
}

/*********************************************************
  Form Generic
 *********************************************************/
.formFont {
    font-family: Verdana;
    font-size:12px;
    font-weight:normal;
}

.formFontSmall {
    font-family: Verdana;
    font-size:8px;
    font-weight:normal;
}

.formDesc {
    color:Gray;
    text-align: left;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none 0px;
    overflow: hidden;
    margin-left: 5px;
    font-style: italic;
}

.formHL {
    color: red;
    border: none 0px;
    overflow: hidden;
    font-weight: bold;
    font-style: italic;
    font-size: larger;
}

.fmh {
    color: #FF7D19;
 } 

.fmh1 {
	color: #FF7D19;
} 

.formLabel {
	text-align: left;
	padding-left: inherit;
	padding-right: 3px;
	padding-bottom: 3px;
	border: none 0px;
	font-family: Verdana;
	font-size: 8pt;
	display:inline-block;
	border:None 0px;
}

.formLabelR {
    color: red;
    text-align: left;
    padding-left: inherit;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none 0px;
    font-family: Verdana;
    font-size: 8pt;
    display: inline-block;
    border: None 0px;
}

.formLabelB {
    font-weight: bold;
    text-align: left;
    padding-left: inherit;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none 0px;
    font-family: Verdana;
    font-size: 8pt;
    display: inline-block;
    border: None 0px;
}

.fl {
	display:inline-table;
	border: 1px solid gray;
	margin-bottom:3px;
	vertical-align:middle;
	background-color:White;
	height: 18px;
}

.flBGC1 {background-color:Tomato;}
.flBGC2 {background-color: Orange;}
.flBGC3 {background-color: DodgerBlue;}
.flBGC4 {background-color: MediumSeaGreen;}
.flReadOnlyBGC {background-color: #F5F5F5;}

.ffa, .formField {
	border: none 0px;
	padding-left:3px;
	padding-right:3px;
	height: 16px;
	background-color: Transparent;
}

.formFieldW {    /*watermark*/
    padding-bottom: 3px;
    padding-left: 3px;
	color: #808080; 
	font-style: italic;
}

.formFieldRO
{
    background-color: #F5F5F5;	/*whitesmoke;*/
    padding-left:3px;
    padding-bottom: 3px;
}

.formLabelS	{
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none 0px;
    font-family: Verdana;
    font-size: 8pt;
    display:inline-block;
    border-style:None;
}

.formDesc {
    font-family: Verdana;
    font-size: 8pt;
    color:Gray;
    text-align: left;
    vertical-align: middle;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none 0px;
    overflow: hidden;
    margin-left: 5px;
    font-style: italic;
}

.formDesc1 {
    padding: 0px;
    margin: 0px;
    color: Gray;
    text-align: left;
    border: none 0px;
    overflow: hidden;
    font-style: italic;
    position:relative;
    top: -8px;
}

.flGrid {
	display:inline-block;
	border: 1px solid gray;
	vertical-align:middle;
	background-color:White;
	height: 18px;
}

.gridField
{
    padding: 1px 2px;
    height: 16px;
    border: 1px solid gray;
    vertical-align:top;
}

.contentDiv
{
	margin: 5px 5px 5px 5px;
}

.dropimgbtn {
	vertical-align: top;
}

.rptField
{
    padding-bottom: 3px;
    padding-left: 3px; margin-left:5px;
}

.gridSearch
{
    padding: 3px 0px 3px 3px;
    font-family: Verdana;
    font-size:12px;
    font-weight:normal;
}

.pvc
{
    background-color:#5A8AB5; /*#E9EDF4;*/
    color:White;
    font-weight:bold;
    padding-left:3px;
    padding-bottom: 3px;
}

.formFieldL
{
    border-style: solid;
    border-width: thin;
    border-color: #000000 #C0C0C0 #C0C0C0 #000000;
    background-color: #F1F0ED;
    padding-left: 3px;
}

.formFieldHL    /*Highlight*/
{
    background-color: #E9EDF4;
}

.formDivC{}

.formDivH
{
    border-width: 1px; 
    border-color: #C0C0C0; 
    border-right-style: solid; border-left-style: solid;
    background-color:#E9EDF4;
    padding:5px;
}

.formDivN
{
    border-width: 1px; 
    border-color: #C0C0C0; 
    border-right-style: solid; border-left-style: solid;
    background-color:#FFFFFF;
    padding:5px;
}

.formDivG
{
    border-width: 1px; 
    border-color: #C0C0C0; 
    border-style: solid;
    background-color: #FFFFFF;
    padding:5px;
}

.formDivHF
{
	border-width: 1px; 
    border-color: #C0C0C0; 
    border-right-style: solid; border-left-style: solid;
    background-color:#E9EDF4;
    padding:5px;
    overflow: hidden;
    width: 1000px;
}

.formDivNF
{
    border-width: 1px; 
    border-color: #C0C0C0; 
    border-right-style: solid; border-left-style: solid;
    background-color:#FFFFFF;
    padding:5px;
    overflow: hidden;
    width: 1000px;
}

.formDivF
{
	overflow:hidden;
	width: 1000px;
}

.formDivR
{
	overflow:auto
}

.textAreaSB
{
    /*overflow:hidden;*/
    overflow:auto;
}


/*********************************************************
   Tab Form ToolBar
 *********************************************************/

.toolBar
{
    border: 1px solid gray; 
    height:40px; 
    background-color:#E9EDF4; 
    margin: 5px 5px 0px 5px;
}

.toolbarRight
{
    font-family: Verdana;
    font-size: 8pt;
    padding-top: 10px;
}

.toolBarText
{
    font-size: 8pt;
    color: black;
    font-family:Verdana;
}
.cursorPointer
{
 cursor:pointer;
}

.cursorDefault
{
 cursor:default;
}

.toolbarImage
{
    text-align: center;
}

.toolBarPopup
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: #E9EDF4;
    width: 100px;
}

.toolBarPopupHover
{
    background-color: #4A598C;
    color: white;
}

.moveImage
{
    padding-left:10px;
    vertical-align:-1px;
    padding-bottom:-1px;
}

.vcr
{
    left:10px;
    vertical-align:-1px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.vcrLabel
{
    left: 5px;
    font-family: Verdana;
    font-size: 8pt;
    left:10px;
    vertical-align:5px;
}

.fastAccessDiv 	{
	height: 27px;
	padding: 0px 3px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #808080;
	background-color: #D4D0C8;
}

.treeDiv {
	position: absolute;
	top: 28px;		/* Header Height */
	bottom: 0px;	/* Footer Height */
	width: 100%;
	overflow:auto;
	display: inline-flex;
}

/* Home Left Error Panel*/
.errorDiv {
	display:none;
	z-index:10;
	position:absolute;
	top:30px;
}

.search {
	height: 21px;
	border: 1px solid #808080;
    margin: 3px 1px 3px 3px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
	color: #808080;
	font-style: italic;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search1 {
	height: 21px;
	border: 1px solid #808080;
    margin: 3px 1px 3px 3px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************************************
   Form Event Bar
 *********************************************************/ 
.feBar
{
    height:27px; 
    padding-top:11px; 
    border: 1px solid gray; 
    background-color:#5F5F5F; 
    margin: 5px 5px 0px 5px;
    font-family: "Verdana";
    font-size: 12px;
    font-weight:bold;
}
.feBarC
{
    overflow:hidden;
}
.feClose
{
    float:right;
    border: 1px solid gray; 
    background-color:#FFF; 
    margin: 0px 5px 0px 5px;
    width:12px;
    height:12px;
    text-align:center;
    cursor:pointer;
    
}
.feText
{
    color: #ccc;
    padding-left:18px;
    padding-right:7px;
    cursor:pointer;
}
.feTextH
{
    color: #fff;
    padding-left:18px;
    padding-right:7px;
}

/*********************************************************
   Tab Form Error Bar
 *********************************************************/ 
.errorPan
{
    border: 1px solid gray; 
    background-color:#FFCCCC; 
    margin: 5px 5px 0px 5px;
}

.errorMsg
{
    font-family: Verdana;
    font-size: 8pt;
    line-height: 18px;
}

.errorImage
{
    right: 6px;
    top: 79px;
    display: block;
    text-indent: -999em;
    text-decoration: none;
}

.errorImageLeft
{
    position: absolute;
    right: 6px;
    top: 37px;
    display: block;
    text-indent: -999em;
    text-decoration: none;
}

.popupClose
{
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    text-indent: -999em;
    text-decoration: none;
}
.deleteConfirm
{
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    margin-left: 10px;
    vertical-align: top;
    line-height: 18px;
}

/*********************************************************
   Tab Form Key Bar
 *********************************************************/
.keyBar
{
    border: 1px solid gray; 
    background-color:white; 
    margin: 5px 5px 0px 5px;
    padding-top: 6px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.contentSection
{
    border: 1px solid gray; background-color:white; margin: 0px; padding:5px;  display:none; 
}


/*********************************************************
   Tab Form Search Bar
 *********************************************************/
.searchBar
{
    border: 1px solid gray; 
    background-color:#D4D0C8; 
    margin: 5px 5px 5px 5px;
    padding-top: 5px; padding-left: 5px;
}

.infoBar
{
    border: 1px solid gray; 
    background-color:white; 
    margin: 5px 5px 5px 5px;
    padding-top: 10px; padding-left: 5px;
}


/*********************************************************
  Form Content Bar
 *********************************************************/
.contentBar
{
    margin: 5px 5px 5px 5px;
}

.reportBar
{
    margin: 5px 5px 5px 5px;
    border: 1px solid gray; 
}

.reportDesc
{
    margin: 10px 10px 10px 10px;
}

.contentGrid
{
    font-family: Verdana;
    margin: 5px 5px 5px 5px;
}

/*********************************************************
  Form Menu Popup
 *********************************************************/
.popupControl{
	background-color:#E9EDF4;
	position:absolute;
	display:none;
	border:solid 1px;
	box-shadow: 6px 10px 8px rgba(0,0,0,0.2);
}

.popupControlContent
{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #999999;
    background-color: white;
}

.popupControlHint
{
    font-family: Verdana;
    font-size:8pt;
    padding:5px;
    text-align:left;
}

.popupTopmost{
	z-index:1020;
}

.popupListViewHover
{
    background-color: #4A598C;
    color: white;
}

.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.modalPopup
{
	background-color:white;
	border-width: 1px;
	border-style:solid;
	border-color:Gray;
}

.modalDlg
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #D6D3CE;     
	border-left-color: #D6D3CE;
	border-right-color: #434243;
	border-bottom-color: #424142;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modalDlgBorder1
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #FFFFFF;     
	border-left-color: #FFFFFF;
	border-right-color: #858385;
	border-bottom-color: #848284;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modalDlgBorder2
{
	background-color:white;
	border-style: solid;
	border-width: 2px;
	border-top-color: #D6D3CE;     
	border-left-color: #D6D3CE;
	border-right-color: #D7D4CF;
	border-bottom-color: #D6D3CE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************************
  Tablecloth
 *********************************************************/
.tc_table{border: 1px solid gray;}
.tc_table0
{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF gray gray #FFFFFF;
}
.tc_table1
{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF gray gray #FFFFFF;
}
.tc_th {background: #5A8AB5;font-size: 8pt;font-family: Verdana;color: #fff; text-align:left; border:1px solid #fff;}
.tc_th_over {background: #5A8AB5;font-size: 8pt;font-family: Verdana;color: #fff; text-align:left; border:1px solid #fff;}

.tc_font{font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}

.tc_tr{background-color: #E9EDF4;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_td{background-color: #E9EDF4;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_input{background-color: #E9EDF4; border: 1px solid #E9EDF4;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}

.tc_tr_over{background-color: #5A8AB5;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_td_over{background-color: #5A8AB5;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_input_over{background-color: #5A8AB5; color: #fff; border: 1px solid #5A8AB5;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}

.tc_tr_selected{background-color: #C9CEDD;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_td_selected{background-color: #C9CEDD;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_input_selected{background-color: white; border: 1px inset #E9EDF4;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
.tc_input_invalid{background-color: #FFCCCC; border: 1px inset #E9EDF4;font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}

.tc_checkbox{padding: 0px; margin: 0px;}

.grid    
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
}

.gridHeader
{
    background: #5A8AB5; 
    color: #fff;
    text-align:left;
    border:1px solid #fff;    
}

.gridHiddenColumn
{
    padding: 0px;
    margin: 0px;
    width: 0px;
}
.gridrowfont
{
    font-size: 8pt;
    font-family: Verdana;
    padding: 3px;
    margin: 3px;
}

.gridcheckbox
{
    font-size: 8pt;
    font-family: Verdana;
}

/*********************************************************
  other
 *********************************************************/
.paddingLeft25
{
    padding-left: 25px;
}

.hidden
{
    display: none;
}
.show
{
    visibility: visible;
}

/*********************************************************
  Test
 *********************************************************/

.viewBar
{
	border:1px solid gray;
	margin: 5px 5px 5px 5px;
	padding:0px;
	font-family:Verdana;
	font-size:8pt;
}

.windowList
{
	border:1px solid gray;
	margin: 5px 5px 5px 5px;
	padding:5px;
	font-family:Verdana;
	font-size:8pt;
	height:200px;
    overflow: auto;
}
.gridRow{background:#e5f1f4;}
.gridRowAlt{background:#f8fbfc;}
.gridCheckBox{ padding:-5px;}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:8pt;
	font-weight:bold;
}

.verErr
{
    font-size:8pt;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:8pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:8pt;
}

.formBGRejected
{
  background-image:url('../Images/Rejected.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGApplicationCreated
{
  background-image:url('../Images/ApplicationCreated.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGLeaseSigned
{
  background-image:url('../Images/LeaseSigned.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGInactive
{
  background-image:url('../Images/Inactive.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGShipped
{
  background-image:url('../Images/Shipped.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGReceived
{
  background-image:url('../Images/Received.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGApproved
{
  background-image:url('../Images/Approved.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGDenied
{
  background-image:url('../Images/Denied.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGHold
{
  background-image:url('../Images/Hold.gif');
  background-repeat: no-repeat;
  background-position:center;
}

.formBGCancelled
{
  background-image:url('../Images/Cancelled.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGCompleted
{
  background-image:url('../Images/Completed.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGPosted
{
  background-image:url('../Images/Posted.bmp');
  background-repeat: no-repeat;
  background-position:center;
}

.formBGVoid
{
  background-image:url('../Images/Void.bmp');
  background-repeat: no-repeat;
  background-position:center;
}

.formBGClosed
{
  background-image:url('../Images/Closed2.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGChecked
{
  background-image:url('../Images/Checked.gif');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGRequestApproval
{
  background-image:url('../Images/RequestApproval.png');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGWaitOn2ndApproval
{
  background-image:url('../Images/WaitOn2ndApproval.png');
  background-repeat: no-repeat;
  background-position:center;
}
.formBGReadOnly
{
  background-image:url('../Images/ReadOnly.png');
  background-repeat: no-repeat;
  background-position:center;
}

.opacity80
{
  zoom: 1;
  filter: alpha(opacity=80);  
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.menuText{text-decoration:none;} 

/*********************************************************
  New data grid hover effect without tablecloth
 *********************************************************/
/* table style */
.datagrid
{
    border-style: solid;
    border-width: 1px;
    border-color: gray gray gray gray;
}

/* header cell style */
.datagrid th {background: #5A8AB5;font-size: 8pt;font-family: Verdana;color: #fff; text-align:left; border:1px solid #fff;}

/* cell styles */
.datagrid td {font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}

.dgBody{border-style: solid;border-width: 1px;border-color: #FFFFFF gray gray #FFFFFF;}
.dgTH{background: #5A8AB5;font-size: 8pt;font-family: Verdana;color: #fff; text-align:left; border:1px solid #fff;}
.dgTR{font-size: 8pt;font-family: Verdana;}
.dgTD{font-size: 8pt; font-family: Verdana; padding: 1px; margin: 0px;}
/* datagrid color style */
.dgTDG{font-size: 8pt;font-family: Verdana;background-color:#FFFFFF;}   /*td general*/
.dgTDS{font-size: 8pt;font-family: Verdana;background-color:#E9EDF4;}   /*td select #5A8AB5*/
.dgTXG{font-size: 8pt;font-family: Verdana;border: none 0px;padding: 1px;margin: 0px;background-color:#FFFFFF;} /*textbox general*/
.dgTXS{font-size: 8pt;font-family: Verdana;border: none 0px;padding: 1px;margin: 0px;background-color:#E9EDF4;} /*textbox select #5A8AB5*/

.dgFCG{color:Black;}    /*fore color general*/
.dgFCS{color:Black;}    /*fore color select White*/
.dgFCC{color:Red;}      /*fore color changed*/

.dgTHG{display:inline-block;width:150px; }    /*TH general*/
.dgTHS{display:inline-block;width:150px;text-decoration: underline;}    /*TH sortable*/

.tabListG{background-color:White; color:Black; cursor:pointer}
.tabListS{background-color:#316ac5;color:White; cursor:pointer}

.rowOut{background-color:White;}
.rowOver{background-color:#F5F5F5;}
/*********************************************************
  Update progress
 *********************************************************/
                      
#progressBackground { 
    position:absolute; 
    top:0px; 
    bottom:0px; 
    left:0px; 
    right:0px; 
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:Gray;
    z-index:200;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
} 

#processWindow {  
    position:absolute;  
    top:30%;  
    left:43%; 
    width:120px; 
    height:70px;    
    z-index:201; 
    background-color:#fff; 
    border-width: 1px;
    border-style:solid;
    border-color:Gray;
}

#processMessage
{
    font-family: Trebuchet MS;
    font-size: small;
    text-align: center;
}
/*********************************************************
Grid
**********************************************************/
.rowUnSel{background-color:White;}
.rowCur{background-color:#E9EDF4;}  /*#5A8AB5*/
.rowSel{background-color:White;} /*#F5F5F5;*/
.rowChg{ color:Red;}
.colEdt{background-color:#E9EDF4;}

/*********************************************************
  Freeze Grid Header: divTContainer
 *********************************************************/
.tContainer
{
    position: relative; 
    height:0px;
    width:0px;
    overflow: hidden;
	border:1px solid gray;
    margin:5px 5px 0px 5px;
	visibility:hidden;
}

/*********************************************************
  Freeze Grid Header: divTHeader
 *********************************************************/
.tHeaderWrapper
{
    background-color: #5A8AB5;
}

div#divTHeader,
div#divTBody
{
    position: relative; 
    display: none;
}

div#divTHeader{overflow:hidden}
div#divTBody{overflow:auto}

div#divTHeader th, div#divTBody td
{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: default;
    padding: 0px 2px;
    overflow:hidden;  
}

div#divTBody tr.colEdt td {
	padding: 3px 2px;
}

div#divTBody span
{
    overflow:hidden;
    white-space: nowrap;
}

div#divTHeader tr{background-color: #5A8AB5;color: #FFFFFF;font-weight:bold;}

div#divTHeader th{padding-top:3px;padding-bottom:3px;position:relative;}

div#divTHeader th .col-resize {
    position: absolute;
    width: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: red;*/
    cursor: col-resize;
}


div.od-handle {
    position: absolute;
    background-color: #5A8AB5;
    color: white;
    border: 1px dashed gray;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 13px;
    white-space:nowrap;
}

th.od-src{
    background-color: #9E9E9E;
}

.od-marker {
    position: absolute;
    width: 7px;
}

.od-marker span {
    border: solid 3px blue;
    position: absolute;
    width: 2px;
    top:0;
    bottom:0;
}

span.od-marker-left {
    border-left: none;
}

span.od-marker-right {
    right: 0;
    border-right: none;
}

/*********************************************************
  Freeze Grid Header
 *********************************************************/
div#tbl-container 
{
    position: relative;
    overflow:auto;
}

div#tbl-container table
{
    border-style: none solid none none;
    border-width: 1px;
    border-color: #808080;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: 8pt;
}
div#tbl-container thead tr
{
    background-color: #5A8AB5;
    color: #FFFFFF;
    font-weight: bold;
}

div#tbl-container td, div#tbl-container thead th, div#tbl-container thead th.locked
{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: default;
    padding-left: 2px;
}

div#tbl-container thead th, div#tbl-container thead th.locked
{
    padding: 5px;
    position: relative;
}

div#tbl-container td.locked,  div#tbl-container th.locked{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: default;
    position: relative;
}

/*********************************************************
  Freeze Grid Header 1
 *********************************************************/

div#tbl-container1 
{
    position: relative; 
    width: 418px;
    height: 100px;
    overflow: auto;
	border:1px solid gray;
	margin: 5px 5px 0px 5px;
}

div#tbl-container1 table
{
    border-style: none solid none none;
    border-width: 1px;
    border-color: #808080;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: 8pt;
}
div#tbl-container1 thead tr
{
    background-color: #5A8AB5;
    color: #FFFFFF;
    font-weight: bold;
}

div#tbl-container1 td, div#tbl-container1 thead th, div#tbl-container1 thead th.locked
{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: default;
    padding-left: 2px;
}

div#tbl-container1 thead th, div#tbl-container1 thead th.locked
{
    padding: 5px;
    position: relative;
}

div#tbl-container1 td.locked,  div#tbl-container1 th.locked{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: default;
    position: relative;
}

.ddcPopup
{
    border: 1px solid gray;
    background-color: white;
    color: black;
    cursor:default;
    padding-left:2px;
    display:none;
}        

.dropImage
{
    position:absolute;
    visibility:hidden;
}

.dropImageB
{
	vertical-align:middle; 
}

.dropImage1
{
    position:relative;
    top: 2px; 
    left:-22px;
}

.dropLook0
{
    visibility:hidden;
    top:3px;
}

.dropLook1
{
    position:relative;
    left:-20px;
}

.dropLook2
{
    visibility:hidden;
    position:relative;
    left:-13px;
}

.dropLook3
{
    position:relative;
    left:5px;
}

.dropListOver {
	overflow: hidden;
	display: inline-block;
	background-color: #4A598C;
	color: White;
}

.dropListOut {
	overflow: hidden;
	display:inline-block;
	background-color:white;
	color:Black;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url('../Images/bg-menu-main.png');
	background-repeat:repeat-x;
}

.displayNone{display:none}
.cGreen{color:blue;}
.IUP {
    background-image: url('../Images/IUP.png');
    background-repeat: no-repeat;
    color:transparent;
}
.ISU {
    background-image: url('../Images/ISU.png');
    background-repeat: no-repeat;
    color: transparent;
}
.ISA {
    background-image: url('../Images/ISA.png');
    background-repeat: no-repeat;
    color: transparent;
}
.ISD {
    background-image: url('../Images/ISD.png');
    background-repeat: no-repeat;
    color: transparent;
}
.IDW {
    background-image: url('../Images/IDW.png');
    background-repeat: no-repeat;
    color: transparent;
}
.docSpan{text-decoration: underline; padding-left:8px;}
.docSpan:hover
{
    text-decoration: underline;
    padding-left: 8px;
    color:blue;
    cursor: pointer;
}

/**************************************************************
   Posts
 **************************************************************/
.postH
{
    margin-bottom: 8px;
    padding-bottom:5px;
    border-bottom: 3px solid #ddd;
}
.postH .title 
{
  display: block;
  font-weight: bold;
}

.post {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
}

.post .postL {
  position: absolute;
  top: 0;
  left: 5px;
  width: 500px;
  text-align: left;
}
.post .title 
{
  display: block;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 15px;
  color: #888;
}
.post p
{
    margin: 0 0 0 510px;
    padding: 0 0 8px 8px;
    border-left: 1px solid #CCCCCC;
}

/**************************************************************
   LoginC:\Source\SVN\BIMiner\BIMiner.Data\A12ChartItem.cs
 **************************************************************/
.loginHeader
{
    height: 25px;
    font-family: Verdana; 
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #ffcc66;
}

.loginLabel
{
	width:88px;
	white-space:nowrap;
}

.login_DB
{
	background-color: #fff;
    border-radius: 3px;
    clear: both;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
    font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	border: 2px solid #dadada;
	width: 240px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 40px;
	
	transition-property: color, border-color, box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.login_DB:focus
{
	color: #333;
    border-color: #63B246;
    box-shadow: 0 0 5px 0 rgba(99, 178, 70, 0.5)
}

.loginControl
{
	border: 1px solid black;
    background-color: #f7f7f7;
    padding: 12px 20px;
    box-sizing: border-box;
}

.loginLogo
{
	width: 180px;
	height: auto;
	box-sizing: border-box;
	margin: 80px 60px;
	
}

.loginControlTitle
{
    color: #555;
    font-family: antenna, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
    display: inline-block;
}	

.loginControlSubmit
{
	border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    padding: 12px 16px;
    text-decoration: none;
    color: white;
	background-color: #63B246;
    border-color: #63B246;
    color: white;
    outline: 0;
    font-size: 100%;
    margin-top: 15px;
    vertical-align: baseline;
    width: 240px;
    display: inline-block;
    
    transition-property: background-color, border-color, box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.loginControlSubmit:hover
{
	background-color: #4f8d38;
    outline: 2px solid #63B246;
    outline-offset: 3px;
    color: white;
}

.loginControlSubmit:active
{
	background-color: #447b30;
    border-color: #447b30;
    transition-duration: 0s;
    color: white;
}

.loginControlTerms
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 20px;
}

#duo_iframe, .loginControl
{
    width: 600px;
    height: 330px;
}

#duo_iframe
{
	border: none;
}

/**************************************************************
   Change Password
 **************************************************************/
.s2
{
    background-color: #316ac5;
    height: 25px;
    font-family: Verdana; 
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #ffcc66;
}

.s3
{
    font-family: Verdana;
    font-size:12px;
    margin: 10px 10px 10px 10px;
    width:350px;
}

/**************************************************************
   Tabs
 **************************************************************/
.tabFrmOn
{
    width: 100%;
    height:100%;
    display:block;
    visibility:visible;    
}
.tabFrmOff
{
    width: 0px;
    height:0px;
    display:none;
    visibility:hidden;
}
.tabOff0
{
	height: 19px;
	display:inline-block;
	background-color: #D4D0C8;
	margin-left: 1px;
	margin-right: 2px;
	border-bottom: gray 1PX SOLID;
	border-top: #FFFFFF 1PX SOLID;
	border-left: #FFFFFF 1PX SOLID;
	border-right: #000000 1PX SOLID;
}
.tabOff1
{
	height: 19px;
	display:inline-block;
	border:none 0px;
	padding-top:3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom:3px;
	font-family: Verdana; 
	font-size: 12px;
	text-align:left;
	color: #000000;
	cursor: pointer;
}
.tabOn0
{
	height: 19px;
	display:inline-block;
	background-color: #FF9900;
	margin-left: 1px;
	margin-right: 2px;
	border-bottom: gray 1PX SOLID;
	border-top: #FFFFFF 1PX SOLID;
	border-left: #FFFFFF 1PX SOLID;
	border-right: #000000 1PX SOLID;
	padding-right: 3px;
}
.tabOn1
{
	height: 19px;
	display:inline-block;
	border:none 0px;
	padding-top:3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom:3px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	cursor: pointer;
}
.tabImgOn
{
	position: relative;
	top: 1px;
}
.tabImgOff
{
	width: 0px;
}

.divTS
{
	padding-top: 3px;
	padding-bottom: 3px;
	height: 21px;
	overflow: hidden;
	background-color: #D4D0C8;
	border-bottom: 1px solid #808080
}

.tScrollBar
{
    position: relative; 
    height:0px;
    width:0px;
    overflow: auto;
	border:1px solid gray;
    margin:5px 5px 0px 5px;
	visibility:hidden;
}

table.table
{
	background-color:#E9EDF4; 
	border-width:0 0 1px 1px;
	border-spacing:0;
	border-collapse:collapse;
	border-style:solid;
	border-color:Gray;
	table-layout:fixed;
	height:22px;
}

.table td, .table th
{
	margin:0;
	border-width:1px 1px 0 0;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    height:20px;
    text-align:center;
}

/**************************************************************
   ListPicture
 **************************************************************/
.pic
{
	WIDTH: 152px; FLOAT: left; MARGIN-LEFT: 10px; MARGIN-TOP: 10px; padding:2px 1px 2px 2px;
}

.picI	/*image*/
{
	HEIGHT: 90px; WIDTH: 150px; overflow:hidden
}

.picT	/*title*/
{
	HEIGHT: 28px; WIDTH: 150px; overflow:hidden
}

.picD	/*Description*/
{
	HEIGHT: 50px; WIDTH: 150px; overflow:hidden
}

/**************************************************************
   DocumentFolder	20150625 added by Brad
 **************************************************************/
.tDocContainer {
    position: relative; 
    height:0px;
    width:0px;
    overflow: hidden;
	border:0px;
    margin:5px 5px 0px 5px;
}

div#divDocTBody rowCur {
	/* background-color:#E9EDF4; */
}

.tDocHeaderWrapper {
    /* background-color: #5A8AB5; */
}

div#divDocTHeader,
div#divDocTBody {
    position: relative; 
/*	display:none; */
}

div#divDocTHeader { overflow:hidden }
div#divDocTBody { overflow:auto }

div#divDocTHeader th {
    padding-right: 2px;
    overflow:hidden;
	text-align: left;
}

div#divDocTBody td {
	border-bottom: 1px solid #EEEEEE;
    padding: 4px 2px 4px 0px;
    overflow:hidden;
}

div#divDocTBody span {
    overflow:hidden;
    white-space: nowrap;
}

div#divDocTHeader tr{background-color: #E9EDF4;}

div#divDocTHeader th{padding-top:3px;padding-bottom:3px;}

div#divDocTHeader table,div#divDocTBody table {
	border-style: none none none none;
	border-width: 1px;
	border-color: #808080;
	border-collapse: collapse;
	font-family: Verdana; 
	font-size: 8pt;
	font-weight:normal;
	table-layout:fixed;
}

/**************************************************************
   Help	added by Brad
 **************************************************************/
.helpHeader {
	border-bottom:1px solid;
    margin: 5px;
    padding:2px;
    font-weight: bold;
}

.helpContent {
	margin:5px 5px 20px 5px;
	padding:2px;
}
 
/*  Increase the AJAX Toolkit Calenda Z-index */
 .ajax__calendar {
 	z-index: 100002 !important;
 }
 
 .ajax__tab_panel {
 	overflow: hidden;
 }
 
/* float close panel for Tablets or iPad */
.closePanel {
	cursor: pointer;
	z-index: 10;
	right: 24px;
	top: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	position: absolute;
	visibility: hidden;
}

.iframeCloseCover {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -10;
}

/**************************************************************
   Tooltip
 **************************************************************/
.tooltip{	
	display:none;
	color:#fff;
	background:rgba(51,51,51,0.75);/*yellow - background:rgba(241,218,54,0.75) color:black;  grey - background:rgba(51,51,51,0.75)color:#fff */
	padding:8px;
	margin-top:2px;
	margin-left:3px;
	width:100px;
	text-align:left;
	position: absolute;
	z-index:10;
}

.video {
    float: left;
    margin-left: 26px;
}


.videoText {
    display: inline-block;
}


/* hover menu for grid copy/paste */
.unselectableText { 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-o-user-select: none; 
	user-select: none; 
}

.hoverimgbtn {
	border: none;
	cursor: pointer;
}

.hoverdown {
	position: relative;
    z-index: 10;
	display: inline-block;
}

.hoverdown-content {
	display: none;
	position: absolute;
	min-width: 170px;
	border: solid 1px #999999;
	background-color: white;
	box-shadow: 6px 10px 8px rgba(0,0,0,0.2);
	font-size: 8pt;
	color: black;
}

.hoverdown-content-hide {
	display: none;
}

.hoverdown-content a {
	color: black;
	padding: 3px;
	margin: 2px;
	text-decoration: none;
	display: block;
}

.hoverdown-content a:hover {
	background-color: #4A598C;
	color:white;
}

.hoverdown:hover .hoverdown-content {
	display: block; 
}

.checked{background:url( '../Images/checked.png' ) no-repeat center;}
.unChecked{background:none}

/**************************************************************
   Page part
 **************************************************************/
.partTitle{
    height: 18px;
    background-color: gray;/*#E9EDF4;*/
    color:white; /*black;*/
    border-bottom: solid 1px Gray;
    font-family: Verdana;
    font-size: 9pt;
    padding-top: 5px;
    padding-left: 8px;
    overflow:hidden;
}

.moveIconSize
{
    font-size: 50px;
}
