﻿/*
td
{
	white-space: nowrap;
}
*/
a img.lx {
    position: relative;
    top: 6px;
}
th
{
	white-space: normal;
}
a
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.windowBlock
{
	margin: 5px;
}
.hdr
{
	font-weight: bold;
	font-size: 10pt;
}
.lbCaseTemp
{
	width: 40em;
}
.currentGeo
{
	font-weight: bold;
}
.mgvHdr
{
	font-weight: bold;
	background-color: #990000;
	color: #FFFBD6;
	white-space: nowrap;
	text-align: center;
}
.mgvHdr th
{
	text-align: center;
	padding: 0em .5em 0em .5em;
	border-right: 1px solid white;
}
.mgvHdr a
{
	color: White;
	text-decoration: none;
	white-space: nowrap;
}
.mgvHdr a:hover
{
	text-decoration: underline;
}
.mgvHdrWrap
{
	font-weight: bold;
	background-color: #990000;
	color: #FFFBD6;
	white-space: normal;
	text-align: center;
}
.mgvHdrWrap th
{
	text-align: center;
	padding: 0em .5em 0em .5em;
	border-right: 1px solid white;
}
.mgvHdrWrap a
{
	color: White;
	text-decoration: none;
	white-space: normal;
}
.mgvHdrWrap a:hover
{
	text-decoration: underline;
}
.mgvRow {
    background-color: White;
}
.mgvCaseRow {
    background-color: White;
}
.mgvAltRow {
    background-color: #DEDEDE;
}
.mgvCaseAltRow {
    background-color: White;
}
.mgvHover {
    background-color: #FFFBD6;
    cursor: pointer;
}
.mgvSel
{
	background-color: #D7CD6B;
	cursor: pointer;
}
.mgvFlag
{
	background-color: #B4FF9F;
}
.mgvCaseFlag
{
	background-color: #FDFF1F;
}
.mgvNum
{
	text-align: right;
	padding: 0em 2em 0em 0em;
}
.mgvControls
{
	padding: 5px 5px 5px 0px;
}
.mgvControls a
{
	border: 1px solid black;
	background-color: #F3F3EE;
	color: black;
	padding: .2em .5em .2em .5em;
	margin: 2px 10px 2px 0px;
}
.mgvControls a:hover
{
	background-color: #CDCDCD;
	text-decoration: none;
}
.mnu
{
	/*display: none;*/
}
.mnu a
{
	display: block;
	color: Blue;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	background-color: White;
}
.mnu a.disabled {
    color: dimgray;
}
.mnu a:hover
{
	background-color: #D7CD6B;
	text-decoration: none;
}
.mnuIndent
{
	margin-left: 1em;
}
.mnuLabel
{
	width: 170px;
	display: block;
	overflow: hidden;
}
/* ROForm and template styles */
.tabBar{
	position: absolute;
	top: 30px;
	left: 20px;
	height: 20px;
	width: 490pt;
	border: 1px solid black;
}
.tabtd{
	text-align: center;
	height: 20px;
	border-right: 1px solid black;
}
.tabLnk{
	display: block;
	width: 100%;
	text-decoration: none;
	height: 100%;
	color: blue;
	background-color: white;
}
.tabLnk:hover{
	text-decoration: underline;
}
.tab{
	position: absolute;
	top: 50px;
	left: 20px;
	height: 303pt;
	width: 490pt;
	border: 1px solid black;
	display: none;
}
.frame{
    position: absolute;
    border: 1px solid black;
}
.label{
    position: absolute;
}
.combo
{
	font-family: Verdana;
    position: absolute;
    font-size: 8pt;
}
.textbox
{
	font-family: Verdana;
    position: absolute;
    font-size: 8pt;
}
.textboxNum
{
	font-family: Verdana;
    position: absolute;
    font-size: 8pt;
    text-align: right;
}
.textboxGray
{
	font-family: Verdana;
    position: absolute;
    font-size: 8pt;
    background-color: #EFEFEF;
}
.checkbox{
    position: absolute;
}
.checkboxGray{
    position: absolute;
    background-color: #EFEFEF;
}
.btnSave
{
	position: absolute;
	top: 455px;
	left: 20px;
}
btnClose
{
	position: absolute;
	top: 40px;
	left: 20px;
}
.ROmsg
{
	/*
	position: absolute;
	top: 495px;
	left: 20px;
	*/
	font-weight: bold;
	color: Maroon;
}
.cbBtn
{
	position: absolute;
	width: 20px;
	height: 20px;	
}
.avgNums
{
	padding-right: 10px;
	text-align: right;
}
.bottomPanel
{
	margin-bottom: 14px;
	border-bottom: 1px solid black;
}
/* End RO styles */
.tblPermHdr
{
	text-align: center;
	font-weight: bold;
}
.tblPerm
{
	border-collapse: collapse;
}
.tblPerm tr td
{
	text-align: center;
	border: solid 1px black;
}
#dbList
{
	margin-top: .5em;
	border: solid 1px black;
	width: 200px;
	height: 200px;
	overflow: auto;
}
#dbList a
{
	display: block;
	width: 190px;
	padding: 5px;
	text-decoration: none;
	color: Blue;
}
#dbList a:hover
{
	background-color: #D7CD6B;
	text-decoration: none;
}
.msg
{
	font-weight: bold;
	color: Maroon;
}
.txt
{
	font-family: Verdana;
    font-size: 8pt;
}
#caseStatusLink
{
	position: absolute;
	text-align: center;
	/*top: 103px;*/
	top: 42px;
	right: 50px;
	width: 90px;
	padding: 1px;
	background-color: #FFFACD;
	color: #01009A;
	border: 1px solid black;
}
#caseStatusLink:hover
{
	/*
	color: #01009A;
	background-color: White;
	*/
}
#caseStatusClose
{
	position: absolute;
	text-align: center;
	top: 0px;
	right: 0px;
	width: 90px;
	padding: 1px;
	/*background-color: #01009A;*/
	color: #01009A;
	/*border: solid 1px #01009A;*/
}
#caseStatusClose:hover
{
	/*
	color: #01009A;
	background-color: White;
	*/
}
#caseStatusWindow
{
	position: absolute;
	/*top: 102px;*/
	top: 42px;
	right: 50px;
	border: 1px solid black;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #FFFACD;
}
#caseStatusList
{
	position: absolute;
	top: 15px;
	left: 10px;
	width: 300px;
	height: 225px;
	overflow: auto;
	/*border: 1px solid blue;*/
}
#caseStatusTime
{
	position: absolute;
	background-color: White;
	width: 300px;
	text-align: center;
	top: 243px;
	left: 10px;
}
#caseIconKey
{
	position: absolute;
	top: 260px;
	left: 10px;
	width: 300px;
	border-top: 1px solid black;
}
.highZ
{
	position: relative;
	z-index: 1002;
}
.presets a
{
	padding-right: 2em;
}
.reportBlock {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    border-left: 1px solid black;
    overflow: auto;
    /* subtracting 20 as an extra buffer */
    /* subtracting 20 as buffer for height */
    width: 80%;
    height: 80%;
}
.hlpFrame {
    position: absolute;
    top: 25px;
    left: 0px;
    padding: 10px;
    overflow: auto;
    width: 80%;
    height: 80%;
}
.hlpBack
{
	position: absolute;
	top: 3px;
	left: 10px;
	padding: 0px;
	width: 6em;
}
.caseStatusCol
{
	padding: 0em 2em 0em 2em;
}
a.PhotoInstControls
{
	border: 1px solid black;
	background-color: #F3F3EE;
	color: black;
	padding: .2em .5em .2em .5em;
	margin: 5px 10px 5px 0px;
	line-height: 2em;
}
a.PhotoInstControls:hover
{
	background-color: #CDCDCD;
	text-decoration: none;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.modalBox
{
	background-color: White;
	padding: 5px;
	border:1px solid black;
}
.modalActivateBtn
{
	visibility: hidden;
}
a.LinkNotSelected
{
	text-decoration: none;
	color: Black;
	border: 2px outset;
}
a.LinkNotSelected:hover
{
	/*border: 2px solid #CDCDCD;*/
}
a.LinkSelected
{
	text-decoration: none;
	color: Black;
	border: 2px inset;
	background-color: #DEDEDE;
}
a.LinkSelected:hover
{
	/*border: 3px solid #CDCDCD;*/
}
a.LinkNotActive
{
	visibility: hidden;
}
/* LX Map Styles */
.filterOn{
    color: #2222FF;
    text-decoration: none;
}
.filterOff{
    color: #DEDEDE;
    text-decoration: none;
}
.Counts
{
	position: absolute;
	font-family: Arial; 
	font-size: 10px; 
	color: Red; 
	background-color: White;
}
.SiteLabels{
    position: absolute;
	font-family: Arial; 
    font-size: 10px; 
    color: Blue; 
    background-color: White;
    white-space: nowrap;
}
#dLAReportMenu
{
    position: absolute;
    display: none;
    z-index: 1110;
    background-color: White;
    padding: .5em;
    border: 1px solid black;
}
/* END LX Map Styles */
/* Case page Styles */
.tabLinks {
    position: relative;
    top: 15px;
    left: 3px;
}
.tabLinks a{
	background-color: #CDCDCD;
	padding: 4px;
	text-decoration: none;
}
.tabLinks a:hover{
	text-decoration: underline;
}
.tabNorm{
	color: #777777;            
	border: 1px solid #777777;
}
.tabSelected{
	color: black;
	border: 1px solid black;
}
.tabBody{
	padding: 3px;
	margin-top: 4px;
    position: relative;
    top: 15px;
	/*border: 1px solid black;*/
}
/* LX-371 Styles */
#laGasOffset {
    width: 80%;
    margin: 0 auto;
}
#laGasOffset label {
    display: block;
    float: left;
    clear: left;
    width: 50px;
}
#laGasOffset input[type=text] {
    margin-top: 10px;
    width: 50%;
}
/* End LX-371 Styles */
/* End Case page Styles */
/*LX-27*/
.FixedHeader {
   font-weight: bold;
}
.case-column-header {
    position: absolute;
    top: -8px;
    left: 150px;
}
.case-column-header2 {
    position: absolute;
    top: -8px;
    left: 370px
}
.case-column-header3 {
    position: absolute;
    top: -8px;
    left: 430px
}
.cb-case-explorer{
    line-height: 1px;
}
div#caseStatusList a img {
    position: relative;
    top: 1px;
}
a.aspNetDisabled{
    color: dimgray;
}
a.aspNetDisabled:hover{
    text-decoration: none;
}
.button-margin {
    margin-top: 6px;
}