/* ********************************************************************************************** */
/* Workforce Connections - Public Print CSS File Version $Revision: 1.1 $
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* DEFAULT STYLE OVERRIDES                                                                        */
/* This section contains styles for HTML tags, in other words, our overrides to the default look  */
/* ********************************************************************************************** */
body {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #FFF;
}

p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { color: #000; }

h1 {
	font-size: large;
	font-weight: bold;
}

h2 {
	font-size: medium;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-weight: bold;
}

h4 {
	font-size: x-small;
	font-weight: bold;
}

h5 {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}

h6 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }
a:active { color: green; }

/* ********************************************************************************************** */
/* BOX DEFINITIONS                                                                                */
/* Each page of the site is broken up into a series of boxes. Here we define all of these boxes   */
/* ********************************************************************************************** */
#pageBox {
	width: auto;
	height: auto;
	z-index: 0;
	background-color: #FFF;
}

#headerBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	z-index: 1;
}

#titleBox {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	z-index: 50;
}

#titleBox h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	color: #000;
	font-size: x-large;
}

#mainContentBox {
	position: absolute;
	top: 90px;
	left: 0px;
	width: auto;
	height: auto;
}

#contentItemBox { }
.contentItem { }

#breadcrumbsBox {
	position: absolute;
	top: 60px;
	left: 200px;
	width: auto;
	height: auto;
	z-index: 100;
}

#navBox {
	display: none;
}

#repositoryBox { }

#mainMenuBox {
	display: none;
}



/* ********************************************************************************************** */
/* BOX-SPECIFIC STYLES                                                                            */
/* This section contains styles which are defined specifically to occur within certain boxes      */
/* ********************************************************************************************** */
#mainMenuBox #prevnextEnabled { display: none; }
#mainMenuBox #prevnextDisabled { display: none; }
#mainMenuBox .contentWarning { display: none; }

#mainMenuBox fieldset {
	display: none;
}

#mainMenuBox legend {
	display: none;
}

#mainMenuBox ul {
	display: none;
}

#mainMenuBox li { display: none;}

#mainMenuBox .folderNav {
	display: none;
}

#mainMenuBox p {
	display: none;
}

#mainMenuBox h1 {
	display: none;
}

#mainMenuBox .folderActions { margin-left: 30px; }

/* ********************************************************************************************** */
/* TABLE STYLES                                                                                   */
/* This section contains styles for data tables (NOT form tables)                                 */
/* ********************************************************************************************** */
table {
	border: 0px;
	text-align: left;
	font-size: x-small;
	width: 80%;
	margin-left: 10px;
}

td {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
}

th {
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
}

.tableCellCenter { text-align: center; }

.tableRowHeader {
	font-weight: bold;
	text-align: right;
	border: 0px;
}

.tableCellNoLine { border: 0px; }

.tableBlankRow {
	height: 10px;
	border: 0px;
}

.tableTotalCell {
	background: #fff;
	font-weight: bold;
	border: 0px;
}

.tableH1 {
	font-size: medium;
	font-weight: bold;
	background: #fff;
}

.tableH2 {
	font-size: small;
	font-weight: bold;
	background: #fff;
}

.tableH3 {
	font-size: x-small;
	font-weight: bold;
	background: #fff;
}

/* ********************************************************************************************** */
/* FORM STYLES                                                                                    */
/* This section contains styles for forms and the tables that lay them out                        */
/* ********************************************************************************************** */
.formLabel {
	border: none;
	text-align: left;
	margin-bottom: 0px;
	font-weight: bold;
}

.formTableLabel {
	border: none;
	text-align: right;
	margin-bottom: 0px;
	font-weight: bold;
}

.formData {
	border: none;
	text-align: left;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.formError {
	border: none;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: x-small;
	color: #000;
}

.formCorrect {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.formIncorrect {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.formButtons { text-align: left; }

legend {
	color: #000;
	font-size: medium;
	font-weight: bold;
}

fieldset {
	font-weight: normal;
	width: 95%;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

/* ********************************************************************************************** */
/* MISC STYLES                                                                                    */
/* This section contains styles that don't fit into the other categories above                    */
/* ********************************************************************************************** */
.inactiveMenuItem { color: gray; }

.warning {
	font-size: x-small;
	color: #000;
}

#mainMenuBox .warning {
	font-size: x-small;
	color: #000;
}

.contentWarning {
	font-size: x-small;
	color: #000;
	margin-left: 30px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.bigWarning {
	font-size: medium;
	color: #000;
}

.footNote { color: gray; }

#pageMasterTitle {
	font-family: Georgia, Times, serif;
	font-size: medium;
	line-height: 200%;
	font-variant: small-caps;
	font-weight: bolder;
	padding-left: 10px;
}

.accessKey {
	text-decoration: underline;
	font-weight: bolder;
}

.contentItem h3 {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.contentItem p {
	margin-left: 0px;
	padding: 0px;
	margin-top: 5px;
}

.contentItem img {
	margin-left: 5px;
	margin-right: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body .contentItem { 
	margin-left: 0px; 
	margin-right: 0px;
}


.contentItem li { margin-left: 20px; }
.contentItem ul { margin-left: 20px; }
.contentItem ol { margin-left: 20px; }
div.contentItem a:link { color: blue; }
div.contentItem a:hover { color: red; }
div.contentItem a span { display: none; }

.cepEditBlock p { margin-left: 5px; }

.fileList {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 7px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	font-size: x-small;
	font-weight: normal;
}

.cepEditBlock {
	border: 1px solid #369;
	margin: 5px;
	padding: 5px;
}

.hidden { display: none; }
