/* Default CSS Stylesheet for a new SCJD CMS Web Applications */

/* Body tag added for background - MG */
body {
   background: #fafcfe;
}


#pagewrapper,#extendedpagewrapper
{
	width: 980px;
	background: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
}
#extendedpagewrapper
{
	width:1240px;
}
img
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#pagecontent
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.helpIcon
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.helpText
{
	font-weight: bold; 
	font-size:6pt; 
	color: Black;
}
/* pageHeading tag modified for background image - MG */
.pageHeading
{
	width: 100%;
	height: 115px;
	font-size: 12px;
	font-weight: bold;
	/*color:white;*/
	background: url("../SCJDCommonWebFiles/Images/scjcms.jpg") repeat-x;
	margin: 0 0 0 0;
}


/* pageHeading td tag modified for background image - MG */

.pageHeading td {
padding: 0 0 0 0;
/*background: url("../SCJDCommonWebFiles/Images/bkg2.jpg") repeat-x;*/
}

.pageHeading img
{
	margin: 0 0 0 0;
}

.mainSection
{
	background-color: silver;	
	width: 100%;
	margin: 0px auto;
}

.searchResultsGrid,.detailsSection, .detailsSectionSubSection, .tabbedSection
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:Black 1px solid;
	border-collapse:collapse;
}
.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;
}

.searchResultsGrid1
{
	margin-left:auto;
	margin-right:auto;
	border:Black 1px solid;
	border-collapse:collapse;
}


/* headingImage tag modified to fit new height of header and new images width - MG */
.headingImage
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 105px;
	width: 367px;
	border: none;
	display: block;
}
.linksSection
{
	background-color: white;
	width: 100%;
	margin: 0px auto;
	font-size:10pt;
	padding: 0px;
	margin: 0px;
}

/* linkCountainer tag modified to add left margin - MG */
.linkContainer
{
margin-left: 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;
}
.seperator
{
	border-right-style: solid;
	margin-right: 3px;
	margin-left: 3px;
}
.tabTableDivPRINT
{
	border: solid 1px black;
	width: 100%;
	overflow: visible
}
.dataLabel,.dataValue, .dataAlert
{
  font-size: 8pt;
  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;
    font-size: 8pt;
    color: #006633;
    text-decoration: none;
    text-align:left;
    width:90%;     
}
.jugmentgroup
{
	display:table-header-group;
}
.detailsCaption
{
	width:100%;
	text-align:center;
	color: Navy;
	background-color:Silver;
	font-size:12pt;
	font-weight: bold;
	border:Black 1px solid;
}
.columnHeadings, table.searchResultsGrid caption
{
    width:100%;
	color:Navy;
	background-color:Silver;
	font-size:8pt;
	font-weight:bold;
	border:Black 1px solid;
	border-collapse:collapse;
}
table.searchResultsGrid caption
{
    width:100%;
	color:Navy;
	background-color:Silver;
	font-size:8pt;
	font-weight:bold;
}
.standardRow, .altRow,.indStandardRow, .indAltRow
{
	font-size:8pt;
	color: Black;
	width: 100%;
  }
* tag modified for color - MG */

.standardRow, .altRow,.gridViewRow, .gridViewAltRow
{
	font-size:8pt;
    padding: 0;
	border-color: Black;
	border-style: solid;
	border-width: thin;
	color: #003047;
	background-color: White;
	width: 100%;
}
.standardRow
{
	background-color: White;
}
.altRow
{
	background-color: Silver;
}
.gridViewRow
{
	background-color: White;
}
.gridViewAltRow
{
	background-color: Silver;
}

.indStandardRow
{
	background-color: #E3DDCF;
}
.indAltRow
{
	background-color: #E3DDCF;
}
.gridViewSpecCol
{
	color:Red;
}
.printViewGrid
{
	border:none;
}
/* actionButton tag modified for background color - MG */

.actionButton
{
	background-color: #003047;
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	color:White;
	width:100px;
}

/* actionButton:hover tag modified for background color - MG */

.actionButton:hover, .actionButton:active
{
	background-color: #386f93;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
.actionButton[disabled]
{
	background-color: Gray;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
.linkButton
{
	background-color: White;
	font-size: 10pt;
	font-weight: normal;
	color:White;
	padding-bottom: 0px;
}
.linkButton a
{
	border-color: White;
	border-style: solid;
	border-width: thin;
	color: Navy;
	background-color: #87CEEB;
	text-decoration: underline;
}
.linkButton a:hover
{
	color: Navy;
	background-color: Gray;
}
.centeredDiv
{
	margin-left:auto;
	margin-right:auto;
}
.disclaimer, .disclaimerText
{
	background-color: white;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto;
	font-size:8pt; 
	color: Black;
	width:75%;
}

/* disclaimer tag modified for color - MG */

.disclaimer
{
	background-color: white;
	font-weight: normal;
	margin-left:auto;
	margin-right:auto; 
	font-size:8pt; 
	color: #3d3d3d;
	width:75%;
}

.disclaimerText
{
    background-color: white;
}

/* goldSeperator tag modified for color - MG */

.goldSeperator
{
	color: #ffa902;
	height:6;
	font-weight:bolder
}	

/* scjdcopyright tag modified for color and height - MG */
	
.scjdcopyright
{
	
	font-weight: normal; 
	font-size:10px; 
	color: #666666;
	width:100%;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	text-align:center;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;

}

.modalPopup1   /*added for captcha modal box */
{
	text-align:center;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:30em;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus		{background-color: #ffffcc; color: #000000;}
.MaskedEditError		{background-color:Red; }

/* New tags - MG */

#linkBar a {
margin-left: 10px;
color: #ffffff;
font-size:10;
background-color: #003366;
padding: 6px;
text-decoration: none;
}

#linkBar a:hover {
margin-left: 10px;
color: #003366;
font-size:10;
background-color: #d3e0e3;
}

.topSearchLine {
margin-left: 10px;
}

.searchLine {
margin-left: 10px;
}

#Copyright {
margin-left: 10px;
}

.pageHeading {
border: 0;        
padding: 0;         
border-collapse: collapse;
}

.pageHeading table tr td { 
padding: 0;
height: 115;
}

/* Css added as part of 08/01/2014 updates

.numericTextBox
{
	margin: 0px;
	padding: 0px;
	text-align:right;
}
.horizontalSeparator
{
	width:100%;
}
