/* Default CSS Stylesheet for a new SCJD CMS Web Applications */
#pagewrapper,#extendedpagewrapper
{
	max-width: 1024px;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
}
#extendedpagewrapper
{
	max-width: 1280px;
}
img
{
	max-width:100%;
}
#pagecontent
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size: .688em;
}
.helpIcon
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.helpText
{
	font-weight: bold; 
	font-size:.625em; 
	color: Black;
}
.pageHeading
{
	width: 100%;
	font-weight: bold;
    font-size: 2em;
	color:white;
	background-color: navy;
	margin: 0px;
}
@media screen and (max-width: 480px) {
    .pageHeading {
        font-size: 1em;
    }
	.linksSection > a {
    display: block;
    margin: 0.875em;
    text-align: center;
}

}
.mainSection
{
	background-color: silver;
	width: 100%;
	margin: 0px;
}
.linksSection
{
	background-color: white;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.searchResultsGrid,.detailsSection, .detailsSectionSubSection, .tabbedSection
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:Black 1px solid;
	border-collapse:collapse;
	font-size:1em; 
}
.tabbedSection
{
    background-color:white;
    color: Navy;
	font-weight:Bold;
}
.detailsSection, .detailsSectionSubSection
{
	font-weight: bold; 
}
.detailsSectionSubSection
{
	margin-left:5px;
}
.scrollingCell
{
	white-space:normal;
	overflow:auto;
	max-height:125px;
}
.notesCell
{
	white-space:normal;
	overflow:auto;
	max-height:125px;
}
.notesTD
{
	
}
.scrollingCellNoWrap
{
	overflow:auto;
	max-height:125px;
	white-space:nowrap;
}
table.detailsSection th, table.searchResultsGrid th
{
	border:Black 1px solid;
	border-spacing:0px;
	margin:0px;
}
table.detailsSection td, table.searchResultsGrid td 
{
	border:Black 1px solid;
	border-spacing:0px;
	margin:0px;
}
.dtlImageLink
{
	border: none;
	height: 16px;
	width: 16px;
}
.inlineImage, .expandButton
{
	margin:0px;
	border:none;
	padding:0px;
}
.headingImage
{
	max-height: 96px;
	max-width: 96px;
}
.linkContainer
{
    margin-right: 10px;
}
.topSearchLine, .searchLine
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
}
.searchLine
{
	padding-top: 0px;
	margin-top: 0px;
}
.searchSeperator
{
	margin-top: 2px;
	margin-bottom: 2px;
	color: white;
}
.searchLabelText, .searchLabelTextCol1, .radioButtonLabel
{
	margin-left: 5px;
	color: Black;
	font-size: x-small;
}
.searchLabelTextCol1
{
	margin-left: 0px;
	font-weight: bold;
}
.searchLabelText
{
	font-weight: bold;
}
.searchTextBox
{
	margin: 0px;
	padding: 0px;
}
.numericTextBox
{
	margin: 0px;
	padding: 0px;
	text-align:right;
}
.horizontalSeparator
{
	width:100%;
}
.seperator
{
	border-right-style: solid;
	margin-right: 3px;
	margin-left: 3px;
}
.tabTableDivPRINT
{
	border: solid 1px black;
	width: 100%;
	overflow: visible
}
.dataLabel,.dataValue, .dataAlert
{
  font-weight:Bold;
  text-align:left;
  position:static;
  text-decoration: none;
}
.dataLabel
{
    background-color:silver;
    color: Navy;
   }
.dataValue, .dataAlert
{
	background-color:White;
}
.dataValue
{
     color: black;
}
.dataAlert
{
    color:Red;
}
.tabNoteValue
{
	background-color:White;
    font-weight:normal;
    color: #006633;
    text-decoration: none;
    text-align:left;
    width:90%;     
}
.jugmentgroup
{
	display:table-header-group;
}
.detailsCaption
{
	width:98%;
	text-align:center;
	color: Navy;
	background-color:Silver;
	font-size:1.5em;
	font-weight: bold;
	border:Black 1px solid;
}
.columnHeadings, table.searchResultsGrid caption
{
    width:100%;
	color:Navy;
	background-color:Silver;
	font-weight:bold;
	border:Black 1px solid;
	border-collapse:collapse;
}
table.searchResultsGrid caption
{
    width:100%;
	color:Navy;
	background-color:Silver;
	font-weight:bold;
}
.standardRow, .altRow,.indStandardRow, .indAltRow
{
	color: Black;
	width: 100%;
  }
.standardRow
{
	background-color: White;
}
.altRow
{
	background-color: Silver;
}
.indStandardRow
{
	background-color: #E3DDCF;
}
.indAltRow
{
	background-color: #E3DDCF;
}
.gridViewSpecCol
{
	color:Red;
}
.printViewGrid
{
	border:none;
}
.actionButton
{
	background-color: Navy;
	font-weight: bold;
	text-align:center;
	color:White;
	width:100px;
}
.actionButton:hover, .actionButton:active
{
	background-color:Green;
	font-weight: bold;
	color: White;
}
.actionButton[disabled]
{
	background-color: Gray;
	font-weight: bold;
	color: White;
}
.linkButton
{
	background-color: White;
	font-weight: bold;
	color:White;
	padding-bottom: 0px;
}
.linkButton a
{
	border-color: White;
	border-style: solid;
	border-width: thin;
	color: Navy;
	background-color: White;
	text-decoration: underline;
}
.linkButton a:hover
{
	color: Navy;
	background-color: Gray;
}
.centeredDiv
{
	display: block;
    margin: 0 auto;
    text-align: center;
}
.disclaimer, .disclaimerText
{
	background-color: white;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold; 
	color: Black;
	width:75%;
}
.disclaimerText
{
    background-color: white;
}
.goldSeparator
{
	color: #FFFF00;
	font-weight:bolder
}	
.scjdcopyright
{
	font-weight: bold; 
	font-size:.625em; 
	color: Black;
	width:98%;
}
/* Ajax Overrides */
.ajax__tab_body
 {
    font-size:1em !important;
}
/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	text-align:center;
	background-color:Gainsboro;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:30em;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

/*Heat2060582 - KAF 11-06-15*/
.captionCell
{
    word-break:normal;
    max-width:200px;
}
.caseNumberCell
{
    word-break:keep-all;
    width:100px;
}
.dateCell
{
    word-break:keep-all;
    width:50px;
}

.nameCell
{
        word-break:break-all;
        max-width:300px;
        overflow:auto;
        max-height:125px;
        white-space:nowrap;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus		{background-color: #ffffcc; color: #000000;}
.MaskedEditError		{background-color:Red; }
