﻿/* *****************************************************************************
** Standard Tag Styles
** ************************************************************************** */
/*
  Name                Hex          R     G     B
  LHQ Dark Blue:      #0071BC;    000   113   188
  LHQ Medium Blue:    #E0E7EC;    224   231   236
  LHQ Light Blue:     #F0F7FC;    240   247   252
  LHQ Orange:         #FAAC56;    250   172   086
  LHQ Light Orange:   #FFD47C;    255   212   124
  LHQ Dark Gray:      #9EA4AB;    158   164   171
*/

/* *****************************************************************************
** LicenseHQ Class Styles
** ************************************************************************** */


/* -----------------------------------------------------------------------------
-- Main Layout Styles.  
-- -------------------------------------------------------------------------- */
table#tblPage
{
  border: none; 
  padding: 0px;
  margin: auto;
  border-collapse: collapse; 
  width: 990px;
}

td#tdHeader
{
  height: 48px;
}

td#tdNavBar
{
  height: 20px;
  background-color: #0071BC;
  font-weight: bold;
  border-Top: solid 2px #000 /*#FAAC56*/;
  border-bottom: solid 2px #000 /*#FAAC56*/;
  background-image: url('../images/GrayBar_0071BC_30x90.gif');
}

td#tdSideBar
{
  width: 150px;
  height: 100%;
  vertical-align: top;
  background-color: #0071BC;
}

td#tdContent
{  
  width: 840px;
  vertical-align: top;
  padding: 5px;
}

td#tdFooter
{
  height: 13px; 
  background-color: #F9F9F9;
  padding: 1px;
}

/* -----------------------------------------------------------------------------
-- Header Styles.  
-- -------------------------------------------------------------------------- */
table#tblheader
{
  border: none; 
  padding: 0px;
  margin: 0px;
  border-collapse: collapse; 
  width: 100%;
  height: 100%;
}

td#tdBranding
{
  height: 100%;
  width: 70%;
  padding: 0px 0px 0px 4px;
}

img#imgSiteLogo
{
  width: 169px;
  height: 29px;
  border: none 0px;
}

td#tdSiteNav
{
  height: 20px;
  width: 30%; 
  vertical-align: top; 
  text-align: right;
  padding: 1px 4px 0px 0px;
}

/* -----------------------------------------------------------------------------
-- Menu Bar Styles
-- -------------------------------------------------------------------------- */
.lhqMenuBarItem
{
  color: #fff ;/*#FAAC56;*/
  font-weight: bold;
  font-variant: small-caps;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 2px;
}

.lhqMenuBarItemSelected
{
  color: #FAAC56;/*#0071BC;*/
  /* background-color: #EFEFEF;  */
  border: solid 1px #E0E7EC;/*#FAAC56; */
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 2px;
}


/* -----------------------------------------------------------------------------
-- Action Bar Styles
-- -------------------------------------------------------------------------- 
table#tblActionBar
{
  width: 150px;
  height: 485px;
}

table#tblActionBar a
{
  width: 150px;
  white-space: normal;
}

td#tdItemActions
{
  height: 95%;
  vertical-align: top;
  
}

td#tdSiteActions
{
  height: 5%;
  vertical-align: bottom;
  color: #fff;
  white-space: normal;
}
*/
.lhqActionBarLevel1, .lhqActionBarLevel1Selected
{
  color: #f47e20;
  font-weight:  bold;
  font-variant: small-caps;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;  
}

.lhqActionBarLevel2
{
  font-size: 11px;
  font-family:Verdana;
  color: #369;
  line-height: 1.5em;
  width: 150px !important;
  display:block;
  height:21px;
  text-indent:9px;
  padding-top:1px;
  padding-bottom:1px;
  cursor:pointer;
}

.lhqActionBarLevel2Disabled
{
  font-size: 11px;
  font-family:Verdana;
  color: #999 !important;
  line-height: 1.5em;
  width: 150px !important;
  display:block;
  height:21px;
  text-indent:9px;
  padding-top:1px;
  padding-bottom:1px;
  cursor:pointer;
}

.lhqActionBarLevel2 span, .lhqActionBarLevel3 span
{
	cursor:pointer;
}

.lhqActionBarLevel2:hover
{
	text-decoration:none;
	background-color:#c8dbed;
	background-image:url("../images/master/actionArrow_7x19.gif");
	background-position:center right;
	background-repeat:no-repeat;
	border-top:solid 1px #369;
	border-bottom:solid 1px #369;
	padding:0px;
	width: 150px !important;
}


.lhqActionBarLevel2Selected
{
  font-size: 11px;
  font-family:Verdana;
  color: #369;
  border: solid 1px #369;
  border-width:1px 0px 1px 0px;
  background-color:#c8dbed;
  background-image:url("../images/master/actionArrow_7x19.gif");
  background-position:center right;
  background-repeat:no-repeat;
} 

.lhqActionBarLevel3
{
  font-size: 8pt;
  color: #f47e20;
  padding: 0px 2px 0px 8px;
  margin: 0px;
  line-height: 1.5em;
} 

.lhqActionBarLevel3Disabled
{
  font-size: 8pt;
  color: #999 !important;
  padding: 0px 2px 0px 8px;
  margin: 0px;
  line-height: 1.5em;
} 

.lhqActionBarLevel3Selected
{
  font-size: 8pt;
  color: #f47e20;
  /*background-color: #E0E7EC; */
  border: solid 1px #E0E7EC;
  line-height: 2em;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 8px;
} 

.lhqActionBarButton
{
  color: #0071BC; 
  text-decoration: none; 
  border: solid 1px #fff; 
  background-color: #F0F7FC; 
  height: 2em; 
  text-align: center; 
  margin-top: 10px;
}

/* -----------------------------------------------------------------------------
-- Panel Styles
-- -------------------------------------------------------------------------- */
.lhqContentWrapper
{
  border: solid 1px #369;
  border-top-width:0px;
  margin: 0px;
  height: 100%;
}

.lhqPanelBox
{
  /*
  border: solid 1px #0071BC;
  margin: 3px;
  */
}

.lhqPanelHeaderBox
{
  background-color: #d9e8f6;
  color: #336699;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: .25em;
  font-variant: small-caps;
  height: 14px;
  padding: 2px 0px 2px 0px;
  border-bottom:solid 1px #369;
  border-top:solid 1px #369;
  position: relative;
}

.lhqPanelHeaderBoxToggleLinks
{
  color: #336699;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  vertical-align: bottom;
  font-variant: small-caps;
  padding: 2px 0px 2px 0px;  
  right: 5px; 
  position: absolute;
}

.lhqPanelHeaderBoxFilterControls
{
  color: #336699;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  vertical-align: top;
  font-variant: small-caps;
  right: 5px; 
  position: absolute;
}

.lhqPanelBodyBox
{
  background-color: #fafafa /* #EFEFFF*/;
  vertical-align: top;
  /*background-image: url('../images/GrayBar_F0F7FC_30x90.gif');*/
}

.lhqPanelBodyBoxUpdating 
{
	background-image:url(../images/indicator_medium.gif);
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align: bottom;
}

.lhqVoidOverlay
{
  position: absolute;
  background-image: url('../images/Void02.gif');
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
  z-index: 0;
}


.lhqInactiveOverlay
{
  position: absolute;
  background-image: url('../images/Inactive03.gif');
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}
/* -----------------------------------------------------------------------------
-- General Styles
-- -------------------------------------------------------------------------- */

.lhqFormLabel
{
  font-weight: normal;
}

.lhqClickableLabel
{
  color: #0000FF;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.lhqLegalText
{
  font-size: smaller;
}

.lhqLegalText a,
.lhqLegalText a:link,
.lhqLegalText a:visited
{
  text-decoration: none;
  color: #0071BC;
}

.lhqLegalText a:hover
{
  text-decoration: underline;
}

.lhqSitesTable
{
  width: 95%;
  border: none 0px;
  border-collapse: collapse;
  padding: 2px;
  margin: 0px;
}

.lhqSearchTable
{ 
  padding: 0px;
  margin: 0px;
  /*width: 100%;*/
}

.lhqTasksTable
{ 
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.lhqSitesScrollBox
{
 vertical-align : top;
 /*overflow-y:scroll;
 overflow-x:hidden;*/
 /* position: static; */
 /*height: 30%; */
}

/* Force the input "image" controls in the pager to the right size */
.GridPager input
{
  height: 16px;
  width: 16px;
}


.InvalidatedGrid, .InvalidatedGrid TABLE, .InvalidatedGrid TH, .InvalidatedGrid TD, .InvalidatedGrid *
{
  font-style: italic;
  /*background-color: #E0E7EC;*/
  color: #787888;
  font-size:98%;
}

.lhqDetailTable
{
  width: 100%; 
  /*height: 100%;*/  /* Removed to prevent tables from stretching vertically */
  border-collapse: collapse; 
  padding: 0px; 
  margin: 0px;
}

.lhqDetailLabel
{
  background-color: #E0E7EC;
  margin: 0px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 0px;
  padding-top: 0px;
  /*width: 15%;*/
  /*white-space: nowrap;*/
  text-align: left;
  border: none 0px;  
}

.lhqDetailDataCell
{
  margin: 0px;
  padding: 0px;
  text-align: left;
  border: none 0px;
  height: 1.75em;
}

.lhqDetailDataCell input
{
	margin:1px 0px 0px 2px;
}

.pageError 
{
	background-color:#eee;
	background-image:url('../images/bigWarning.gif');
	background-position:center left;
	background-repeat:no-repeat;
	width:400px;
	height:90px;
	padding:40px 10px 10px 100px;
	font:bold 14px arial;
	border:solid 3px #aeaeae;
	margin-top:75px;
}

.lhqDetailDataText, .lhqDetailReadOnlyText
{
	margin: 0px;
	padding: 3px 0px 2px 2px;
	width: 253px;
	border: none 0px #fff;
	border-color: #fff !important;
}

.numbered
{
	text-align:right;
}

.Over_Windows
{
	margin: 0px;
	padding: 3px 0px 2px 2px;
	border: none 0px;
	font-size:13.3333px !important;
	background-color:#fff !important;
}

.Focus_Windows
{
	margin: 0px;
	padding: 3px 0px 2px 2px;
	border: none 0px;
	font-size:13.3333px !important;
	background-color:#fff !important;
}

.lhqDetailReadOnlyText
{
  background-color: Transparent;
  background-image: none;
  color: Gray;
}

.lhqDetailTableHeader
{
  background-color: #E0E7EC;
  margin: 0px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 0px;
  padding-top: 0px;
}  

.lhqDetailLabel, .lhqDetailDataCell
{
  line-height: 1.65em;
}

.lhqDetailTable th, .lhqDetailTable td
{
  border: solid 1px #C0C7CC;
}

.lhqPositiveValue
{
  color: #0071BC;
}

.lhqZeroValue
{
  color: #E0E7EC;
  
}


.lhqListGridHeader
{
  font-size: 8pt;
  text-decoration: none;

  /* This only seems to work if you set the <HeaderStyle CssClass="lhqListGridHeader" /> for EACH visible column in the GridView!
     Setting the <HeaderStyle Css="lhqListGridHeader" /> at the GridView level doesn't cut it.  At least not for the font-weight attribute. */
  font-weight: bold; 

  border-bottom: solid 1px #0071BC;
  border-top: solid 1px #0071BC;


}
/* *****************************************************************************
** Specific Element Styles
** *****************************************************************************

** ************************************************************************** */

.SideBarMinHeight
{
  border: solid 1px yellow;
  width: 0px;
  height: 475px;
  float: left;
}

.gridPageSizeSelectDropDown
{
	font-size: 10px;
}

/* *****************************************************************************
** Bubble Dialog
** *****************************************************************************

** ************************************************************************** */

.BubbleWrapper
{
  position: absolute;
  z-index: 1000;
  top: 400px;
  left: 400px;
  white-space: nowrap;
}

.BubbleTable
{
  margin: 0px;
  padding: 0px;
  border: none 0px;
  border-collapse: collapse;
  width: 160px;
  white-space: nowrap;
}

.BubbleTopLeft
{
  margin: 0px;
  padding: 0px;
  width: 18px;
  height: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/TopLeft.gif');
  white-space: nowrap;
}

.BubbleTopCenter
{
  margin: 0px;
  padding: 0px;
  height: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/TopEdge.gif');
  white-space: nowrap;
}

.BubbleTopRight
{
  margin: 0px;
  padding: 0px;
  width: 18px;
  height: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/TopRight.gif');
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}

.BubbleMiddleLeft
{
  margin: 0px;
  padding: 0px;
  width: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/LeftEdge.gif');
  white-space: nowrap;
}

.BubbleMiddleCenter
{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  white-space: nowrap;
}

.BubbleMiddleRight
{
  margin: 0px;
  padding: 0px;
  width: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/RightEdge.gif');
  white-space: nowrap;
}

.BubbleBottomLeft
{
  margin: 0px;
  padding: 0px;
  height: 18px;
  width: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/BottomLeft.gif');
  white-space: nowrap;
}

.BubbleBottomCenter
{
  margin: 0px;
  padding: 0px;
  height: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/BottomEdge.gif');
  white-space: nowrap;
}

.BubbleBottomRight
{
  margin: 0px;
  padding: 0px;
  height: 18px;
  width: 18px;
  background-image: url('../Images/BubbleDialog/LHQBlue/BottomRight.gif');
  white-space: nowrap;
}

.BubbleCloseButton
{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 9px;
  height: 9px;
  border: none 0px;
  background-image: url('../Images/BubbleDialog/LHQBlue/CloseButton9x9.gif');
  background-repeat: no-repeat;
}

.BubbleContents
{
  white-space: nowrap;
}
