@charset "utf-8";
/* CSS Document  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
} 
body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}

#mainContainer {
	background-color: #fff;
}
a:link, a:active, a:hover {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #906;
	text-decoration: underline;
}

/*---(containerHeader)---*/
#containerHeader {
	background-image: url(/includes/images/Header/bkg-banner.gif);
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	min-width: 800px;
}
#banner {
	margin: 0;
	padding-bottom: 5px;	
}
#bannerTitle {	
	height: 53px;
	margin: 0 0 0 12px;
	background-image: url(../../includes/images/Header/DOLLogo.gif);
	background-repeat: no-repeat;
	padding: 0;
	width: 350px;
}
#bannerTitle h1 {
	margin: 0px;
	padding: 10px 0 0 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}
#userId {
	float: right;
	font-size:.75em;
}
#userId p {
	font-weight: bold;
	padding: 3px 22px 3px 3px;
}

#navTopLevel {
	font-size:.69em;
	height: 23px;
	float:left;
	width: 100%;
}
#navTopLevel #navMain {
	margin: 0;
	padding-left: 7px;
	float: left;
	width: 650px;
}
#navTopLevel #navMain li {
	display: inline;
	list-style-type: none;
}
#navTopLevel #navMain li a {
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0 3px 0 0;
	padding: 5px 10px 4px;
	background: url(../../includes/images/Header/NavClear.jpg) repeat-x;
	float:left;
}
#navTopLevel #navMain a:hover {
	color: #fff;
	background: url(../../includes/images/Header/NavBlue.jpg) repeat-x;
	border: 1px solid #0c4b9a;
	border-bottom: 0;
}
#navTopLevel #navMain .current {
	background: url(../../includes/images/Header/NavBlue.jpg) repeat-x;
	border: 1px solid #0c4b9a;	
	border-bottom: 0;	
	color: #fff;
	
}
#navFixed {
	width: 200px;
	float: right;
	margin-right: 22px;
	padding-top: 6px; 
	font-size: 1em;
}

#navFixed ul {
	list-style-type: none;
	text-align: right;
	margin: 0px;
}
#navFixed ul li {
	display: inline;
	font-weight: bold;
}

#navSecondary {
	background: url(../../includes/images/Header/navSecondary.jpg) repeat-x;
	height: 30px;
	padding: 0;
	margin: 0;
	font-size:.69em;
	float: left;
	width: 100%;
}
#navSecondary ul {
	height: 20px;
	margin: 0;
	padding: 8px 0 0;
}
#navSecondary ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 6px 0 8px;
}
#navSecondary ul li a {
	color: #ccc;
	text-decoration: none;
}
#navSecondary ul li a:hover {
	color: #ff0;
}
#navSecondary .on, #navSecondary a:active {
	color: #ff0;
}

/* End Secondary Navigation */
/* Begin Breadcrumbs */

#breadcrumbs {
	clear: both;
	font-size: .69em;
	color: #999;	
	padding: 1px 5px 0;
}
#breadcrumbs a {
	color: #628bca;
	text-decoration: none;
}

/*---(containerBody)---*/
#containerBody {
	margin: 0 20px 50px 0;
	padding: 5px; 
	background-color: #FFF;
	width: 910px;
}
#containerBody ol {
    color: #000;
	font-size: 0.69em; /* to match 11.69px */
}
#containerBody ul {
    /*color: #000;*/
	/*font-size: 0.69em; /* to match 11.69px */
	margin-left: 15px;
}
#containerBody ul ul {
    /*color: #000;*/
	font-size: 1.0em; /* to match 11.69px as ul ul */
	margin-left: 15px;
}
#containerBody li{
	list-style-type: square;
	/* list-style:inside; */
}

#containerFooter {
	background-color: #FFF;
	color: #039;
	text-align: center; 
	/* height: 100%; */
	width: 100%;
	margin: 0px;
	padding: 0;
	clear: both;
}


.textSmall {
	margin: 0px;
	padding: 0px;
	font-size: 0.50em;
	font-weight: normal;
	/*line-height: 0.75em;*/
}

.h3instructions {
	font-style: italic;
	font-size:0.69em;
	margin-bottom: 1em;
}

.h3instructionsRed {
	font-weight: bolder;
	font-size:0.69em;
	color: #f00;
}

/* End Custom Generic Formatting */

#contentMain {
	margin-left: 50px;
	padding: 10px;
	background-color: #fff;
}

#contentMainPrint {
	margin-left: 0px;
	padding: 20px;
	background-color: #fff;
}




.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

/* apowell, 7/8/08, Added to use on layout.Redirect page */
	.message-box {
		margin: 50px; 
		text-align: center; 
		padding: 5px; 
		background-color: #FFF; 
		border: 2px solid #000;
	}
	
	p.center { 
		margin: 0 0 1.5em; 
		text-align: center; 
	}
	
	div#headerwrapper{
		width: 750px;
		margin: 0px auto;
	}
	
	div#headerleft {
		width: 350px;
		float: left;
		border: 0;
		padding: 5px;
		margin: 5px;
	}
	div#headerright {
		width: 300px;
		float: right;
		border: 0;
		padding: 5px;
		margin: 5px;
	} 
	
	#prepage {
		font-size: 80%;
		font-weight: bold;
		padding: 0;
		margin-top: 0;
		margin-right: 50px;
		margin-bottom: 0;
		text-align: center;
	}
	
/*----------------------------------*/

	#inPageTabsNav {
		background: url(../images/bodyMainTabsBackground.gif); 
		background-color: #f7f7f7;
		width: auto;
		height: auto;
		border: 1px solid #e4e4e4;
		margin-bottom: 10px;
		padding: 20px 10px 10px;
	}
	.inPageTabs2C {
		width: 610px;
		float: left;
	}
	#jQueryUITabsPortal p, #tabs p {
		color: #000;
		font-size: 0.69em; /* to match 11px */
	}
	#jQueryUITabsPortal ol, #tabs ol {
		color: #000;
		font-size: 0.69em; /* to match 11.69px */
		margin: 0 24px 6px 24px;
		padding: 0;
		line-height: 2.01em;
	}
	#jQueryUITabsPortal ul, #tabs ul {
		color: #000;
		font-size: 0.69em; /* to match 11.69px */
		margin: 0 24px 0px 24px;
		padding: 0;
	}
	
	#jQueryUITabsPortal h1, #tabs h1 {
		margin: 0;
		padding: 0px 5px;
		background-color: #f0f0f0;
		border-top: 1px solid #b5cff0;
		border-top: 1px solid #f0f0f0;	
		font-size: 1.08em;
		color: #343434;
		font-weight: bold;
	}
	
	#jQueryUITabsPortal #PERMCases h1, #tabs #PERMCases h1 {
		border-top-color: #317cd7;
	}
	
	#jQueryUITabsPortal #LCACases h1, #tabs #LCACases h1 {
		border-top-color: #990100;
	}
	
	#jQueryUITabsPortal #H2ACases h1, #tabs #H2ACases h1 {
		border-top-color: #778a19;
	}
	
	#jQueryUITabsPortal #H2BCases h1, #tabs #H2BCases h1 {
		border-top-color: #5f4196;
	}
	
	#jQueryUITabsPortal h2, #tabs h2 {
		margin: 4px 0 0;
		padding: 5px 0px;
		border-top: 1px solid #ccc;
		font-size: 0.69em;
		color: #000;
		font-weight: bold;
	}
	
	div#jQueryUITabsPortalCaseContent, div#tabsCaseContent {
		margin: 4px 8px;
	}

/* End inPageTabsNav */
/* Begin inpageTabs Table */

	.tabsTableStyle {
		font-size: 0.69em; /* to match 11px */
		width: 100%;
		margin: 0;
		border: 0;
		border-width: 0px;
		border-collapse: collapse;
	}
	
	.tabsTableStyle th {
		font-weight: bold;
		text-align: left;
		border-bottom: solid 2px #000;
		padding: 0.2em;
	}
	
	.tabsTableStyle tr {
		height: 2.0em;
	}
	
	.even {
		background-color: #fff;
	}
	
	.odd {
		background-color: #fff;
	}
	
	thead td {
		background-color: #69F;
	}
	
	th.firstColumn {
		background-color: #9CF;
	}
	
	#HR {
		border-bottom: 1px solid #cccccc;
	}
	
	/* End inpageTabs Table */
	/* Begin (Right) sideBox */
	
	#sideBoxCol {
		margin-left: 630px;
	}
	
	.sideBox {
		height: auto;
		width: 255px;
		border: 1px solid #343434;
		/* float: right; */
		margin: 6px 0 12px;
		padding: 0 ;
		font-size: 0.75em;
	}
	
	.sideBox p {
		font-size: .89em
	}
	.sideBox h1 {
		margin: 0px;
		padding: 5px;
		font-size: 1.08em;
		background: url(../images/bkg_sideBox.jpg) repeat-x;
		border-bottom: 1px solid #343434;
		color: #006;
		font-weight: bold;
	}
	
	.sideBox ul {
		margin: 5px;
		padding: 0 0 0 10px;
		text-indent: -16px;
		
	}
	.sideBox ul li {
		list-style-type: none;
		padding: 0;
		margin-top: 2px 0 8px;
		font-size: 1.18em;
	}
	
	/* End (Right) sideBox */
	/* Begin Global Element Styles */
	
	.pageTitleH2 {
		color: #333;
		font-size: 1.13em;
		margin: 6px 0 10px 0;
		padding: 0;
	}
	
	div.basicText {
		font-family: 'Courier New', Courier, monospace;
		font-size: .75em;
		width: 800px;
		height: 315px;
		overflow: scroll;
		overflow-x: hidden;
		border: 1px solid;
		padding: 10px 20px 5px;	
		float: left;
		line-height: 1.375em
	}
	div.basicText ol {
		margin-left: 40px;
	}

	.hideDiv {
		display: none;
	}
	
	input.buttonStyle1 {
		margin: 10px 0 0 10px;
		padding: 0 15px;
		height: 25px;
		border: 1px #999 solid;
		background: url(../images/buttons/buttonCenterBackground.gif) repeat-x;
	}
	
	input.btnSearch {
		width: 100px;
	}
	
	.hide-me-first {
		display:none;
	}
	
	/* Begin Global Element Styles */
	/* Styling for Pop-ups. This is non-modal */
	
	#popupBody { 
		width: 510px;
		padding: 10px;
		border: 1px solid #000;
	}
	
	.popupBox { 
		width: 490px ;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .69em;
		color: #000;
	}

/* general page styles */
.dataActionButtonSet {
	height: 30px;
}
.dataActionButtonSet .buttonStyle2,
.dataActionButtonSet .buttonStylePrevious,
.dataActionButtonSet .buttonStyleNext
.dataActionButtonSetTall .buttonStyle2,
.dataActionButtonSetTall .buttonStylePrevious,
.dataActionButtonSetTall .buttonStyleNext {
	margin: 5px;
}
.dataActionButtonSetTall {
	height: 80px;
}
.pageLegend {
	padding-top: 10px;
	font-size: 11px;
}
.pageActionButtonSet {
}

div#formButtonsLeft {

}
div#formButtonsRight {

} 

.inlineLabels .secHeader {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 5px;
}
.inlineLabels .subField {
	font-size: 12px;
	line-height: 18px;
}



.specialNote {
	border: 1px solid #939300;
	background-color: #FFFFDF;
	margin-bottom: 8px;
	width: 840px;
}
.specialNote p {
	font-size: 0.69em;
	line-height: 16px;
	margin: 0;
	padding: 6px 12px;
}



.sectionDivider {
	clear: both;
	font-size: 8px;
}

/* portal case detail pages */
fieldset.infoList {
	border: 0;
	padding: 10px 0 15px;			
}
fieldset.infoList .leftContent {
	float: left;
	width: 58%;
}	
fieldset.infoList .rightContent {
	float: right;
	width: 38%;
}	
fieldset.infoList .infoBox {
	border: 1px solid #AAD5FF;
	background-color: #DDEEFF;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}
fieldset.infoList .infoSecTitle {
	clear: both;
	padding-top: 10px;
}
fieldset.infoList .infoSecTitle h3 {
	float: left;
	font-size: .69em;
	padding: 0;
	margin: 0;
}		
fieldset.infoList .infoHolder {
	clear: both;
	padding: 10px 0 10px 5px;		
	border-bottom: 1px solid #cfe0fa;
}
fieldset.infoList .lastFormField {
	border-bottom: 0;
}
fieldset.infoList .infoHolder.multiLine {
	padding-bottom: 20px;
}	
fieldset.infoList .infoHolder h5 {
	float: left;
	width: 230px;
	font-size: .69em;		
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}
fieldset.infoList .infoHolder p {		
	padding: 0;
	margin: 0;
	margin-left: 250px;		
	font-size: .69em;	
	color: navy;
}
fieldset.infoList .infoHolder.short h5 {
	width: 120px;
}
fieldset.infoList .infoHolder.short p {		
	margin-left: 140px;		
}			
.extraNote p {
	font-size: .69em;
	line-height: 16px;
}

/* Splash Page after login */

#splashBlock {
	background-color:#fff;
	border: 2px solid #000;
	margin: 40px auto 0;
	padding: 3px;
	width: 700px;
}

#splashBlock h4 {
	text-align: center;
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	background-color: #ccc;
}
#splashBlock .content {
	padding: 10px 20px;
}
#splashBlock .content p {
	font-size: .75em;
	line-height: 2em;
	margin: 20px 0 0;
}
#splashBlock .options {
	padding: 0 0 20px 0;
	text-align: center;	
}

/* registration review forms */
#registerReviewForm {

}
#registerReviewForm fieldset {
	border: 1px solid #317CD7;
	margin: 0 0 15px;
}

/* misc page layout */
#pageTopInfo {
	width: 740px;
}
#pageTopInfo.setMinHeight {
	height: 250px;
}
#pageTopInfo h2 {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 18px;
}
#pageTopInfo .content {
	line-height: 1em;
	margin-top: 15px;
}
#pageTopInfo .content p {
	line-height: 16px;
	font-size: .75em;	
}
#pageTopInfo .content p.warning {
	text-align: center; 
	color: maroon; 
	padding: 1.25em 0;
}
#pageTopInfo .content p.sideNote {
	font-style: italic;
}
#pageTopInfo .content .formSymbol {
	color: red;
}
#pageTopInfo .content .cbox_messagebox_error {
	margin: 10px 0;
}

/* common */
.disabledField {
	background-color: #E0E0E0;
}
.text508 {
	position: absolute;
	left: -500px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;	
}

/* jqGrid */
tr.jqgrow td .editRow {
	cursor: pointer;
	margin: 0;
	width: 21px; 
	height: 18px; 
	background: url(/includes/images/buttons/ico_edit.gif) no-repeat 5px 0;
}
table.fitMoreRows tr.jqgrow td {
	padding-top: 0;
	padding-bottom: 0;
}
table.fitNonChk tr.jqgrow td {
	padding-top: 6px;
	padding-bottom: 6px;
}
table.fitWithPDF tr.jqgrow td {
	padding-top: 3px;
	padding-bottom: 3px;
}
table.withIconRow tbody tr.jqgrow td {
	padding: 0 2px;
	line-height: 24px;
}

.tabNavBtnSet .left .buttonStyle1,
.tabNavBtnSet .right .buttonStyle1 {
	width: 120px;
}
.tabNavBtnSet .left {
	float: left;
	width; 40%;
}
.tabNavBtnSet .right {
	float: right;
	width; 40%;
}

/*---(new from iCert 3.0)---*/
#pageTopicInfo h2 {
	font-size: 18px;
	padding: 5px 0 10px;
}