



/*Printing Styles */
/*

*/


/* TESTED AND APPROVED CLASSES*/ 

/*General Styles */
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin:0;
	background-color:white;
}
h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
a, a:link, a:visited {
	color: #333399;
}
input, textarea, select {
	font-size: 10pt;
	padding: 5px;
}
select option {
	font-size: 10pt;
	padding: 1px;
	vertical-align: middle;
}
select option[selected="selected"]{
	border: 1px black dotted;
}

input[type="button"], input[type="submit"] {
	background-color: #5F88B7;
	color: white;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 5px;
}
img {
	border: 0;
}
td, th {
	text-align: left;
}
code {
	clear: both;
	display:block;
	margin: 0.5em;
}
 
/* Main Framwork - Containers */
#pageContainer {
	width: 95%;
	min-width: 600px;
	margin: 10px auto;
	color: #333;
	background: white;
	border: 1px black dotted;
	min-width: 75em;
}
#top {
	font-weight: bold;
	color: #0c2d51;
	margin-bottom: 5px;
	display: inline;
}
#branding p {
	margin:0px;
}
#topDonate {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin:0px;
	padding-top: 7px;
	background-color:white;
	font-weight: normal;
}
#topDonate a {
	font-size: 12pt;
}


#middleContainer {
	float: left;
	overflow: hidden;
	background: white;
	width: 100%;
}
#contentHeader {
	/*Subheader*/
	margin: 0;
}
#leftNav {
	float: left;
	background: #d6dde4;
	width: 0%;
	margin-right: 0px;
	margin-bottom: -2000em;
	padding-bottom: 2000em;
}
#rightNav {
	float: right;
	background-color: #eae7d9;
	width: 0%;
	margin-right: 0px;
	margin-bottom: -2000em;
	padding-bottom: 2000em;
}
#contentContainer {
	float: left;
	background: white;
	width: 100%;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
/* popup page styling */
body.popup #leftNav {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
body.popup #contentContainer {
	width: 100%;;
	margin-right: 0.2em;
}
body.popup #rightNav {
	width: 0px;
	visibility: hidden;
}
body.popup #footer {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
/* end popup page styling */
/* no left styling */
body.noleft #leftNav {
	width: 0px;
	height: 0px;
	visibility: hidden;
	margin-right: 0px;
}
body.noleft #contentContainer {
	width: 82%;
	margin-right: 5px;
	margin-left: 0px;
}
/* end no left */
/* no right styling */
body.noright #contentContainer {
	width: 82%;
	margin-right: 0px;
}
body.noright #rightNav {
	width: 0px;
	visibility: hidden;
}
/* end no right */
#content {
	line-height: 22px;
	padding: 15px;
}
#content h1 {
	padding: 0px 30px 1px 0px;
	background-image: url('/media/images/ui/dec_separator001.gif');
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
#content h1.subtitle {
	float: left;
	font: italic 12pt Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: none;
}
#content p {
	clear: both;
	text-align: justify;
	line-height: normal;
	margin-top: 0.5em;
	font-size: 10pt;
}
/* Content Types */
/* article */
#content.article h2 {
	clear: left;
}
#content.article p {
	text-align: justify;
	line-height: 1.3em;
}
#content.article ol {
	width: 85%;
	text-align: justify;
	line-height: 1.3em;
	list-style: decimal inside;
}
#content.article ul {
	width: 90%;
	list-style: none;
}

#content.article ol li {
	padding-top: 1em;
}
#content.article ul li {
	padding-top: 0em;
}


/* Message page */
#content.errorMessage h1 {
	color: #FF6600;
}
#content.errorMessage cite {
	font-weight: bold;
}
#content.errorMessage ol {
	width: 85%;
	text-align: justify;
	line-height: 0.6em;
	list-style: decimal inside;
	padding-bottom: 1em;
}
#content.errorMessage li {
	padding-top: 1em;
}
/* Content Types - end */
.jsHighlight {
	background: #c6c1a8;
	color: white;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.jsHighlight a {
	background: #c6c1a8;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.jsHighlight a:hover {
	color: white;
}
.emHighlight {
	background: #85a0bd;
	color: white;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.emHighlight a {
	background: #85a0bd;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.emHighlight a:hover {
	color: white;
}
/*Header Elements */
#logo {
	background: white;
	padding-left: 20px;
	text-align: center;
}
#logo img {
	width: 25em;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	padding: 10px 20px 10px 10px;
	margin-top: 40px;
	color:#AC7339;
	text-align: center;
}
#top .motto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color:#AC7339;
}
#top .pic {
	width: 12em;
}
#branding div {
	display: inline-block;
}
#donate a {
	font-size: 16pt;
}

img.small {
	width: 49%;
}

.half {
	width:47%; 
	display: inline-block;
	padding: 1em;
	vertical-align: top;
}
.section {
	border-top: 3px gray solid;
	padding-bottom: 1.5em;

}
/*Footer */
#footer {
	clear: both;
	height: 30px;
	margin: 0;
	padding-top: .7em;
	color: #333;
	background: #a0b4c9;
	margin-top: 5px;
	text-align: center;
	font-size: 8pt;
}
#footer a {
	color: #465c73;
}
#footer #links {
	margin-left: 1em;
	float: left;
	display: inline;
	text-align: left;
	width: 25%;
}
#footer #copy {
	display: inline;
	width: 45%;
	float: left;
	text-align: center;
}
#footer #poweredBy {
	margin-right: 1em;
	display: inline;
	text-align: right;
	width: 25%;
	float: left;
}
body.noTopBottom #footer {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
/* Menu */
#menu {
	clear: both;
	height: 45px;
	background: #a0b4c9;
}
#menu ul {
	margin-top: 0px;
	padding: 8px 0 0 10px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	/*display: block;*/
	float: left;
	margin-right: 10px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #1f3954;
	border-top: 1px solid #d5e1ec;
	border-right: 1px solid #83919d;
	border-bottom: 1px solid #606973;
	border-left: 1px solid #cbdbe8;
	background: #c1d4e5;
}
#menu a:hover {
	background: none;
}
#menu .current_page_item a {
	background: #738aa3;
	color: #FFFFFF;
}
/* Forms begin */
fieldset {
	float: left;
	clear: left;
	width: 100%;
	min-width: 37em;
	border-top: 2px dotted #b4b1a0;
	border-left: 1px solid #b4b1a0;
	border-right: 2px solid #b4b1a0;
	border-bottom: 2px solid #b4b1a0;
	background: #f8f5e5 url('/media/images/ui/bg_form.gif') repeat-x;
}

fieldset textarea {
	width: 70%;
	height: 6em;
}

.calendar{
	border: none;
	cursor: pointer;
	vertical-align: middle;
	padding-bottom: 3px;
}

fieldset input, select, textarea {
	border-top: 1px solid gray;
	border-right: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	font-family: Arial;
	font-size: 10pt;
	padding: 0.2em;
}

fieldset input[type="radio"], fieldset input[type="checkbox"]{
	border:none;
}


fieldset a {
	font-size: 10pt;
}

legend {
	margin-left: 0px;
	padding-left: 0px;
	background-color: #f3f0e4;
	font-weight: bold;
	font-size: 10pt;
	color: #4d72a0;
}

legend .itemCount {
    font-weight: bold;
    color: #C09438;
    font-size: 12px;
}
.openSection {
	background-image:url('/Media/Images/ui/dec_plus.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 22px;

	cursor: pointer;
}
.closeSection {
	background-image:url('/Media/Images/ui/dec_minus.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 22px;
	cursor: pointer;
}

label {
	float: left;
	width: 7em;
	margin-right: 0.5em;
	padding-right: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-align: right;
	font-size: 10pt;
}
label.required {
	font-weight: bold;
	background-image: url('/media/images/ui/dec_required.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
label.required.info {
	width: 6em;
	float: right;
	font-size: x-small;
	padding-top: 0;
	margin-top: 0;
}

/* label links */
label a, label a:active, label a:visited, label a:link  {
	font-family: inherit;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #85a0bd dashed;
	color: black;
	padding:0px;
}
label a:hover {
	background: #85a0bd;
	color: #f3f0e4;
	border-bottom: none;
}

label.required a, label.required a:active, label.required a:visited, label.required a:link  {
	font-weight: bold;
}
label.required a:hover {
	font-weight: bold;
}

.validationMessage {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	font-weight: normal;
	color: #FF6600;
	margin: 1em;
	padding: 0.5em;
	display: none;
	line-height: 125%;
	vertical-align: top;
}

.smallForm .validationMessage {
	margin: 0.5em;
	font-weight: normal;
	padding: 0.2em;
	padding-left: 0.5em;
	font-size: smaller;
}

.smallFormTableContainer{
    width: 95%; 
    max-height: 15em;
    padding-left: 1.5em; 
    padding-bottom: 2em;
    overflow: auto;
    clear:both;
}

.smallForm legend.openSection, .smallForm legend.closeSection
{
	padding-left: 22px;
}

.smallForm .jobSeekerTable
{
	font-size: smaller;
} 

.smallForm .errorMessage h1 {
	color: #FF6600;
    font-size: 10pt;
}

.smallForm .errorMessage p, .smallForm .errorMessage a {
    font-size: 8pt;
}
.smallForm select {
	padding: 1px;
}

.validationMessage a {
	font-weight: normal;
}
.infoMessage {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color:#22364D;
	font-weight: normal;
	color: #22364D;
	margin: 1em;
	padding: 0.5em;
	display: none;
	text-align: left;
	line-height: 125%;
	text-align: justify;
	vertical-align: top;
}
.infoMessage a{
	font-weight: normal;
}

.invalidField {
	border: thin double #FF6600;
}
.validField {
	border-top: 1px solid gray;
	border-right: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}
fieldset ol {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: none;
	width: 90%;
	padding-top: 0.3em;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.7em;
}
fieldset li.separator {
	clear: both;
	margin: 0px;
	margin-bottom: 0.2em;
	margin-top: 1em;
	border-top: 1px gray dotted; 
}	
/* form types - */
fieldset.smallForm {
	float: left;
	clear: left;
	width: 100%;
	border: 1px dotted #CCCCCC;
	padding: 0.2em;
}
fieldset.smallForm input, select, textarea {
	font-size: x-small;
	font-size: 8pt;
	padding: 1px;
}
fieldset.smallForm legend {
	font-size: x-small;
	font-size: 9pt;
	padding: 1px;
}
fieldset.smallForm .fields {
	width: 76%;
	float: left;
	border-right: 2px dotted #CCCCCC ;
	text-align: left;
	vertical-align: middle;
	padding-left: 0.5em;
	display: inline;
}
fieldset.smallForm .buttons {
	width: 19%;
	float: left;
	text-align: right;
	vertical-align: middle;
	display: inline;
}
fieldset.smallForm label {
	font-size:x-small;
	width: 7em;
}


/* Forms action bar - begin */
fieldset.actionBar {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	text-align: right;
	background: none;
	display: inline-block;
}

fieldset.actionBar .top {
	margin: 0;
}

fieldset.actionBar.separator {
	clear: both;
	border-bottom: 1px gray dotted; 
	border-right: 1px gray dotted; 
	background-color: #eae7d9;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 4em;
}

fieldset.actionBar input[type="button"], fieldset.actionBar input[type="submit"],
fieldset.options input[type="button"], fieldset.actionBar input[type="submit"] {
	background-color: #5F88B7;
	color: white;
	border-top: 1px solid #B5CCE7;
	border-right: 1px solid #46607E;
	border-bottom: 1px solid #17273A;
	border-left: 1px solid #8CADD1;
	padding: 3px 0px 3px 0px;
	margin: 0px 1px 0px 1px;
	font-weight: bold;
	float: right;
}
fieldset.actionBar select {
	background-color: #5F88B7;
	color: white;
	float: right;
	margin-top: 0.4em; 
	margin-right: 0.5em;
}

fieldset.actionBar input.secondaryAction {
	background-color: #d6dde4;
	color: #666666;
	float: left;
}
/* Forms action bar - end */
/*Form Hints */
ol {
	font: normal 12px/15px Arial;
	position: relative;
	width: 350px;
}
li #inputElement {
	float: left;
	width: 200px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}
/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: -80px;
	width: 120px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
/* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */	background: #ffc url(/media/images/ui/dec_hintPointer.gif) no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/media/images/ui/dec_hintPointer.gif) left top no-repeat;
}
.hintQuestion {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0.2em;
	margin: 0;
}

.formComment {
	text-align: justify;
	margin-right: 0.5em;
	display:block;
}

.attn {
	color:#FF6600;
}

/* Forms end */

/* Tables begin */
.titledRecord {
	margin: 0;
	width: auto;
	padding: 10px 0px 0px 0px;
	line-height: 1.5em;
}
/* must use #content id to fix issue of some properties
	carrying over from main h1 
*/
#content .titledRecord h1 {
	font-size: 14pt;
	color: #117ca4;
	margin: 0;
	word-spacing: -1px;
	background-image: none;
	clear: both;
	margin-bottom: 3px;
}
.titledRecord h1 a {
	color: #117ca4;
	text-decoration: underline;
	font-weight: normal;
}
.titledRecord h1 a:hover {
	color: black;
	text-decoration: none;
}

.titledRecord p {
	float: left;
	margin-bottom: 25px;
}
.titledRecord h2 {
	clear: both;
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
	color: #b37823;
	border-bottom: 1px solid #c4c0ad;
	padding-bottom: 5px;
}

.titledRecord h2 a {
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
	color: #b37823;
	text-decoration: underline;
}

.titledRecord .actionBar {
	float: right;
	font-size: 7pt;
	color: gray;
	border-left: 2px dotted gray;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.titledRecord .actionBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.titledRecord .actionBar li {
	height: 19px;
	text-decoration: none;
}
.titledRecord .actionBar input {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: left;
	vertical-align: middle;
}
.titledRecord .actionBar li a:hover {
	color: black;
}
.titledRecord .actionBar li.view {
	padding-left: 17px;
	background: url('/media/images/icons/iconsView.gif') left center;
	background-repeat: no-repeat;
}
.titledRecord .actionBar li.apply {
	padding-left: 17px;
	background: url('/media/images/icons/iconsApply.gif') left center;
	background-repeat: no-repeat;
}
.titledRecord .actionBar li.save {
	padding-left: 17px;
	background: url('/media/images/icons/iconsInbox.gif') left center;
	background-repeat: no-repeat;
}

.titledRecord .recText {
	text-align: justify;
	font-family: inherit;
}
.titledRecord .recText a {
	font-size: 7pt;
	padding-left: 3px;
}
.titledRecord .recText a:hover {
	color: black;
}

/* pagination styles begin */
.pagination {
	clear:both;
}
.pagination center {
	padding: 0;
	margin: 0;
	text-align: inherit;
}

.pagination p {
	font-size: 12pt;
	color: #117ca4;
	font-weight: bold;
	text-align: left;
	margin: 2px;
	padding: 0;
}
.pagination p a, .pagination p a:active, .pagination p a:visited {
	background: #f3f0e4;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 8pt;
	vertical-align: middle;
}
.pagination p a:hover {
	background: #85a0bd;
	color: #f3f0e4;
	font-weight: normal;
}

.pagination.top {
	margin-bottom: 0.5em;
}
.pagination.bottom {
	margin-top: 0.5em;
}


/* pagination styles end */

/* result tables */
#tableResult {
	clear: both;
}
table.jobSeekerTable {
	width: 100%;
	line-height: 125% ;
}

table.jobSeekerTable  {
	border-collapse: collapse;
	border-spacing: 0;
}

table.jobSeekerTable th {
	color: black;
	background-color:#85a0bd;
	text-align: center;
	vertical-align: top;
	border-right: 1px dotted #CCCCCC;
	padding: 0.5em;
}

table.jobSeekerTable tr {
	background-color: #faf8f0;
}
table.jobSeekerTable tr:hover {
	background-color:#DFE7EE ;
}

table.jobSeekerTable .highlight {
	background-color:#DFE7EE;
}
table.jobSeekerTable td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding: 0.3em;
	text-align: left;
}
table.jobSeekerTable td[align="right"] {
	text-align: right;
}
table.jobSeekerTable td[align="center"] {
	text-align: right;
}

table.jobSeekerTable tr.even {
	background-color: #faf8f0;
}
table.jobSeekerTable tr.odd {
	background-color:#E9EEF3;
}

table.jobSeekerTable p {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

table.jobSeekerTable p.action a {
	font-size: 7pt;
	padding: 0;
	margin: 0;
	clear: both;
	vertical-align: top;
	padding-right:0.4em;
}

table.jobSeekerTable span.compact {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: normal;
}
table.jobSeekerTable span.compact a {
	font-family: inherit;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: normal;
}

p.newLink {
	margin-top: 2em;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
	clear:both;
}
p.newLink a {
	font-size: 9pt;
}

/* Tables end */

/* View pages */
/* view job css */
a.topLink {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	text-transform: none;
	padding-left: 0.3em;
	vertical-align: middle;
}
a.topLink:visited, a.topLink:active, a.topLink:link {
	color: #316093;
	font-weight: bold;
	text-decoration: underline;
}
#viewContainer {
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #3C3C3C;
	margin-top: 10px;
	display: block;
}
#viewContainer h3 {
	width: auto;
	border-bottom: 2px dotted #CCCCCC;
	font-size: 9pt;
	padding: 10px 5px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7b5937;
}

#viewContainer p {
	margin: 8px 0px 8px 0px;
	font-size: 9pt;
	line-height: 19px;
}
#viewToplinks {
	width: auto;
	border-top: 1px solid white;
	color: white;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 7pt;
}
#viewToplinks a, a:visited, a:active, a:link {
	color: #316093;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 0.3em;
}
#viewToplinks a:hover {
	text-decoration: none;
	
}
#viewContent {
	padding: 5px 20px 10px 20px;
	line-height: 18px;
}
table.viewTable {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	color: #3C3C3C;
	text-align: left;
}
.viewTable th {
	border-bottom: 1px dotted #D8D8D8;
	border-top: 1px dotted white;
	padding: 4px 4px 4px 4px;
	width: 32%;
}
.viewTable td {
	border-bottom: 1px dotted #D8D8D8;
	border-top: 1px dotted white;
	padding: 4px 4px 4px 4px;
}
/*style input html content for view page */
.viewWithHtml {
	line-height: 12pt;
	font-size:11pt;
}
.viewWithHtml p, .viewWithHtml ul, .viewWithHtml ol, .viewWithHtml strong1 {
    line-height: 12pt;
	font-size:8pt;
    padding: 0px;
    margin: 0px;
}
.viewWithHtml ul {
	list-style: disc;
	padding-left: 1.5em;
}

table.TableSectionLabelValue {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	color: #3C3C3C;
	text-align: left;
}
table.TableSectionLabelValue th {
	border-bottom: 1px dotted #D8D8D8;
	border-top: 1px dotted white;
	padding: 4px 4px 4px 4px;
	width: 32%;
}
table.TableSectionLabelValue td {
	border-bottom: 1px dotted #D8D8D8;
	border-top: 1px dotted white;
	padding: 4px 4px 4px 4px;
}

img.viewMedia {
	border: 1px solid #D4D4D4;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
/*multi job view*/
table.headerList {
	margin-top: 1.5em;
	width: 100%;
	vertical-align: top;
}
table.headerList td {
	width: 33%;
	border: none;
}

table.headerList th {
	color: black;
	background-color:#85a0bd;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0.1em;
	padding-left: 1em;
}

table.headerList .highlight {
	background-color:#DFE7EE;
}
table.headerList td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding: 0.1em;
	text-align: left;
}

table.headerList td:hover {
	background-color:#DFE7EE ;
}


/* Tabs */
.tabs {
	clear: both;
	padding-top: 1em;
}
.tabsBottom {
	clear: both;
	margin-top: 2px;
	/*margin-bottom: 8px;*/
	height: 8px;
	background-color: #738aa3;
	width: 98%;
	margin-right: -2px;
}
.tabs a, .tabs a:visited, .tabs a:active, .tabs a:link {
	background-color:#e5e0cd;
	padding: 5px;
	text-decoration: none;
	color: #878477;
	border: 1px solid #d2cbaf;
	text-align: center;
}
.tabs a:hover {
	background-color: white;
}
.tabs a.active {
	background-color: #738aa3;
	color: white;
	font-weight: bold;
}

fieldset .tabs {
	clear: both;
	padding-top: 1em;
	padding-left: 2em;
}
fieldset .tabsBottom {
	clear: both;
	height: 3px;
	background-color:#a0b4c9;
	width: 96%;
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 2em;
}
fieldset .tabs a {
	background-color: #e5e0cd;
	padding: 3px;
	text-decoration: none;
	color: #878477;
	border: 1px solid #d2cbaf;
	text-align: center;
	font-size: 8pt;
}
fieldset .tabs a:hover {
	background-color: white;
}
fieldset .tabs a.active {
	background-color: #a0b4c9;
	color: #54687e;
	font-weight: bold;
	border: 1px solid #B8C6D1;
}

/* report pages */
#content.report #viewToplinks {
	width: auto;
	border-top: 1px dotted gray ;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding: 3px;
}
#content.report #viewToplinks a, a:visited, a:active, a:link {
	color: #316093;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
}
#content.report #viewToplinks a:hover {
	text-decoration: none;
	background: #c6c1a8;
	padding: 3px;
}
#content.report .jsHighlight {
	background: #c6c1a8;
	color: white;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

/* dialog classes */
#dialogModal {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 10%;
	background-color: black;
	z-index:1000;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	opacity:.30;
}
#dialog {
	background-color: #eae7d9;
	width: 300px;
	border: 1px #3c5066 outset;
	display: none;
	z-index:1001;
	position: absolute;
}

#dialogCaption {
	width: 100%;
	background-color: #85a0bd;
	color: #3c5066;
	cursor:move;
	clear: both;
	display:inline-block;
}

#dialogTitle {
	padding: 4px;
	background-color: #85a0bd;
	color:inherit;
	font-size: 12pt;
	cursor:inherit;
	float: left;
	width: 80%;
}

#dialogClose {
	height: 12px;
	width: 10%;
	margin-top: 6px;
	padding: 2px;
	background: #85a0bd;
	color:#3c5066;
	cursor:pointer;
	float: right;
	background-image: url('/Media/Images/icons/iconsClose.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#dialogBody {
	width:90%;
	margin-left: 5px;
	padding: 6px;
	line-height: normal;
}
#dialogButtons {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}


/* Job Seeker Center */
.menuBlock {
	width:30%;
	display: inline-block;
	border: 1px outset;
	float: left;
	margin-right: 1em;
	background-color: #eae7d9;
	margin-bottom: 1em;
}
.menuBlock h2 {
	font-size: 10pt;
	border-bottom: 1px gray dotted ;
	background-color: #85a0bd;
	color: black;
	font-weight: bold;
	padding-left: 1em;
}
.menuBlock ol {
	margin:0;
	padding:1em;
	width: 95%;
	list-style-type:none;
}
.menuBlock ol li {
	margin:0;
	padding:0.2em;
	width:90%;
}

.menuBlock ol li:hover {
	background: #85a0bd;
	color: #f3f0e4;
	font-weight: normal;
}

/* Rolls, featured jobs, etc. */
.roll {
	line-height: 110%;
	font-size: 8pt;
	color: #65645e;
}
.roll h2 {
	background: #c6c1a8;
	padding: 5px;
}
.roll.left h2 {
	background: #85a0bd;
	color: #3c5066;
}

.roll ol {
	list-style: none;
	padding: 3px;
	margin: 0px;
	width:100%;
}
.roll li {
	width:90%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #C0C0C0 dotted;
}
.roll p {
	margin: 0px;
	padding: 0px;

	font-size: 7pt;
}
.roll p.location {
	font-size:7pt;
}

.roll a {
	font-weight: bold;
	font-size:7pt;
	color: #806f58;
	font-size: 8pt;
	padding: 0px;
}
.roll.left a {
	color:#577595;
}

.roll .footer {
	font-size: 6pt;
	color: black;
	padding-bottom: 2px;
	text-align: center;
}

/* Browse classes */
.browseContainer {
	margin-top: 3em;
}
.browse {
	width: 99%;
	border: 1px dotted #CCCCCC;
	font-size: 8pt;
	margin-bottom: 1em;
	clear: both;
}

.browse h2 {
	color: black;
	background-color:#85a0bd;
	text-align: left;
	padding: 0.25em;
}
.browse ul {
	margin: 0px;
	padding-top: 0.8em;
	padding-right: 0.3em;
	padding-left: 0.5em;
	padding-bottom: 0.8em;
	width: 30%;
	list-style: none;
	clear: right;
	display: inline;
	float: left;
}
.browse li {
	margin-left: 0px;
	padding-left: 0.1em;
	padding-bottom: 0.6em;
	text-indent: 0px;
	line-height: 120%;
}

.browse .footer {
	display: none;
}

/* 

	ALL CLASSES BELOW THIS LINE ARE NOT APPROVED YET


*/

input.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	margin-left: 11.5em;
	background: #cb6306;
	color: white;
}
#floatleft {
	float: left;
	margin-right: 0.5em;
	padding: 0.3em;
}
/* body styles UNTESTED */
body.popup #top {
	position: absolute;
	z-index: 1;
	top: 0;
	visibility: hidden;
}
body.noTopBottom #top {
	position: absolute;
	z-index: 1;
	top: 0;
	visibility: hidden;
}

/* old view end section */
.TableSectionDetail {
	margin-top: 0px;
	padding: 6px;
	border-right: 1px dotted #D8D8D8;
}
.TableSectionDetail th, td {
	border-bottom: 1px dotted #D8D8D8;
	border-left: 1px dotted #D8D8D8;
}
#ContainerButtonBar {
	margin-top: 10px;
}
input.ButtonView {
	background-color: #5F88B7;
	color: white;
	border-top: 1px solid #B5CCE7;
	border-right: 1px solid #46607E;
	border-bottom: 1px solid #17273A;
	border-left: 1px solid #8CADD1;
	padding: 5px 0px 5px 0px;
	margin: 2px 2px 0px 0px;
	font-weight: bold;
}
.validation {
	color: #920303;
	font-weight: bold;
}
#buttons {
	text-align: right;
}
input.button {
	background-color: #738aa3;
	border-top: 1px solid #d5e1ec;
	border-right: 1px solid #83919d;
	border-bottom: 1px solid #606973;
	border-left: 1px solid #cbdbe8;
	color: white;
	padding: 3px;
	font-weight: bold;
	margin: 2px;
}
.formParagraph {
	float: left;
	width: 350px;
}
input.radio {
	border: 0;
}

#required {
	background-image: url('/media/images/ui/dec_required.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1em;
	font-weight: bold;
	text-align: right;
}

