.content a:link {
	color: #369;
	text-decoration: underline;
}
.content a:visited {
	color: #369;
	text-decoration: underline;
}
.content a:hover {
	color: #369;
	text-decoration: none;
}
.content a:active {
	color: #369;
	text-decoration: underline;
}

#appNavMain {
	background: #069;
	padding: 15px 0 0 10px;
	margin:0;
	border-top: 3px solid #333;
	text-align:left;	
}

#appNavMain h1 {
font: bold 125% "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 .70em 0; /*Keep top margin???*/
	margin:0;
	line-height: 1.15em;
	font-weight: bold;
	color: #fff;
}

#appNavMain ul{
	font: bold 12px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	line-height:12px;
	height: 22px;
	color: #fff;
	position:relative;
	list-style: none; 
	margin: 0; 
	padding: 0;
	
}

#appNavMain ul.nav a {
	display: block;
	white-space:nowrap;
	margin:0;
	padding:5px;
	text-decoration: none;
}

#appNavMain ul.nav a:link, #appNavMain ul.nav a:visited {
display:block;
color: #fff;
margin:0;
padding:5px;
text-decoration: none;
}

/*
#mainNav ul a:link, #mainNav ul a:visited {
width:184px; 
voice-family: "\"}\""; 
voice-family:inherit;
width:174px; 
}
*/

#appNavMain ul.nav a:hover {
	color: #036;
	text-decoration: none;
	background: #96BEEB;
}

/*#mainNav ul {list-style: none; margin: 0; padding: 0;}*/

#appNavMain ul.nav li {
padding: 0;
margin:0;
float: left;
border-left: 1px solid #999;
/* hack to fix IE/Win's broken rendering of block-level anchors in lists
border-bottom: 1px solid #FDFAF6; */
}

#appNavMain ul.nav li.last {
	border-right: 1px solid #999;
}

#appNavMain ul.breadcrumb {
padding: 0 0 8px 0;
}

#appNavMain ul.breadcrumb li {
	font: 12px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 0 18px 0 6px;
	background: url(/images/applicanttracking/crumb_arrow_rt.gif) right no-repeat;
	margin:0;
	float: left;
/* hack to fix IE/Win's broken rendering of block-level anchors in lists
border-bottom: 1px solid #FDFAF6; */
}

#appNavMain ul.breadcrumb li.last {
  font: bold 12px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 0 12px 0 0;
	margin:0;
	float: left;
	background: none;
/* hack to fix IE/Win's broken rendering of block-level anchors in lists
border-bottom: 1px solid #FDFAF6; */
}

#appNavMain ul.breadcrumb li a {
	white-space:nowrap;
	margin:0;
	padding:0;
	color: #fff;
	text-decoration: underline;
}

#appNavMain ul.breadcrumb li a:link, #appNavMain ul.breadcrumb li a:visited {
	white-space:nowrap;
	margin:0;
	padding:0;
	color: #fff;
	text-decoration: underline;
}

#appNavMain ul.breadcrumb li a:hover {
	color: #fff;
	text-decoration: none;
}



#appNavSub {
	background: #96BEEB;
	padding: 14px 0 0 10px;
	margin:0 0 10px 0;
	text-align:left;
	display:block;
	/*border-top: 1px solid #666;*/
}

#appNavSub h3 {
	font: bold 100% "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 .70em 0; /*Keep top margin???*/
	margin:0;
	line-height: 1.15em;
	font-weight: bold;
	color: #036;
}

#appNavSub ul{
	font: bold 11px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	line-height:12px;
	height: 22px;

	color: #036;
	position:relative;
	list-style: none; 
	margin: 0; 
	padding: 0;
	
}

#appNavSub ul a {
	display: block;
	white-space:nowrap;
	margin:0;
	padding:5px;
	text-decoration: none;
	
}

#appNavSub ul a:link, #appNavSub ul a:visited {
display:block;
color: #036;
margin:0;
padding:5px;
text-decoration: none;
}

/*
#mainNav ul a:link, #mainNav ul a:visited {
width:184px; 
voice-family: "\"}\""; 
voice-family:inherit;
width:174px; 
}
*/

#appNavSub ul a:hover {
	color: #036;
	text-decoration: none;
	background: #fff;
}

/*#mainNav ul {list-style: none; margin: 0; padding: 0;}*/

#appNavSub ul li {
padding: 0;
margin:0;
float: left;
border-left: 1px solid #999;
/* hack to fix IE/Win's broken rendering of block-level anchors in lists
border-bottom: 1px solid #FDFAF6; */
}


#appNavSub ul li.selected a {
padding:5px;
display: block;
background: #fff;
margin: 0px; 
color: #333;
text-decoration: none
}

#appNavSub ul li.selected a:link, #appNavSub ul li.selected a:visited{
padding:5px;
DISPLAY: block;
BACKGROUND: #fff;
MARGIN: 0px; 
COLOR: #333;
TEXT-DECORATION: none
}

#appNavSub ul li.last {
	border-right: 1px solid #999;
}

.navUtilities {
	float:right;
	font: 70% "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	padding:0 10px 0 0;
	margin:0;
}

.navUtilities .print {
	background: transparent url(/images/applicanttracking/appnavmain/icon_utl_print.gif) left no-repeat;
}

.navUtilities .close {
	background: transparent url(/images/applicanttracking/appnavmain/icon_utl_close.gif) left no-repeat;
}

#appNavSub .navUtilities .print {
	background: transparent url(/images/applicanttracking/appnavsub/icon_utl_print.gif) left no-repeat;
}

#appNavSub .navUtilities .close {
	background: transparent url(/images/applicanttracking/appnavsub/icon_utl_close.gif) left no-repeat;
}

.navUtilities a{
	color: #fff;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

.navUtilities a:link{
	color: #fff;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

.navUtilities a:visited{
	color: #fff;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

.navUtilities a:hover{
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 18px;
	margin:0;
}

#appNavSub .navUtilities a{
	color: #036;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

#appNavSub .navUtilities a:link{
	color: #036;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

#appNavSub .navUtilities a:visited{
	color: #036;
	text-decoration: underline;
	padding: 0 10px 0 18px;
	margin:0;
}

#appNavSub .navUtilities a:hover{
	color: #036;
	text-decoration: none;
	padding: 0 10px 0 18px;
	margin:0;
}

#appNavSub2 {
	background: transparent;
	padding: 0;
	margin:0;
	text-align:left;
	display:block;
	/*border-top: 1px solid #666;*/
}

#appNavSub2 h3 {
	font: bold 100% "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 .70em 0; /*Keep top margin???*/
	margin:0;
	line-height: 1.15em;
	font-weight: bold;
	color: #036;
}

#appNavSub2 ul{
	font: bold 11px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	line-height:12px;
	height: 22px;
	color: #036;
	position:relative;
	list-style: none; 
	margin: 0; 
	padding: 0;
	border-bottom: 3px solid #D6E0EB;
}

#appNavSub2 ul a {
	display: block;
	white-space:nowrap;
	margin:0;
	padding:5px;
	text-decoration: none;
}

#appNavSub2 ul a:link, #appNavSub2 ul a:visited {
display:block;
color: #036;
margin:0;
padding:5px;
text-decoration: none;
}

#appNavSub2 ul a:hover {
	color: #036;
	text-decoration: none;
	background: #D6E0EB;
}

/*#mainNav ul {list-style: none; margin: 0; padding: 0;}*/

#appNavSub2 ul li {
padding: 0;
margin:0;
float: left;
border-left: 1px solid #D6E0EB;
/* hack to fix IE/Win's broken rendering of block-level anchors in lists
border-bottom: 1px solid #FDFAF6; */
}


#appNavSub2 ul li.selected a {
padding:5px;
display: block;
background: #D6E0EB;
margin: 0px; 
color: #333;
text-decoration: none
}

#appNavSub2 ul li.selected a:link, #appNavSub2 ul li.selected a:visited{
padding:5px;
display: block;
background: #D6E0EB;
margin: 0px; 
color: #333;
text-decoration: none
}

#appNavSub2 ul li.last {
	border-right: 1px solid #D6E0EB;
}

.hlDataEntry {
	padding: 10px;
	margin-bottom:20px;
	background-color: #E8EDF7;
	border:1px solid #D6E0EB;
}

.crumb {
	font: 80% "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	color:#036;
	padding:0 0 20px 0;
	margin:0;
}

.crumbItem {
	padding: 0 18px 0 0;
	background: url(/images/applicanttracking/crumb_arrow_rt.gif) right no-repeat;
}

.crumb a{
	color: #036;
	text-decoration: underline;
}

.crumb a:link{
	color: #036;
	text-decoration: underline;
}

.crumb a:visited{
	color: #036;
	text-decoration: underline;
}

.crumb a:hover{
	color: #036;
	text-decoration: none;
}


.content
{
	
	
}



form .content 
{
	width:776px;
	font: 12px/1.25em Arial, Verdana, Helvetica, sans-serif;
	padding: 10px;
}

form .content {
	width: 776px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 756px;
	}
	
.leftContent {
	float:left;
	padding:0 10px 0 0;
	margin: 0;
	background: #ccc;
}

.leftContent {
	width: 388px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 378px;
}

.rightContent {
	float:right;	
	margin:0;
	padding:0 0 0 10px;
	background:#c00;
}

.rightContent {
	width: 388px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 378px;
}

.leftContentLg {
	float:left;
	padding:0;
	margin: 0 10px 0 0;
}

.leftContentLg {
	width: 438px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 428px;
}

.rightContentSm {
	float:right;	
	margin:0 0 0 10px;
	padding:0;
	vertical-align:top;
}

.rightContentSm {
	width: 298px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 288px;
}



.PanelStyle1
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
}

input.button {
  background:#369;
  color:#fff;
  font:bold 90% Verdana,Sans-serif;
  border:2px solid #f00;
  border-color:#69c #036 #036 #69c;
	line-height: 1.75em;
	width:auto;
}

input.buttonSmall {
  background:#369;
  color:#fff;
  font:bold 80% Verdana,Sans-serif;
	line-height: 1.25em;
  border:2px solid #f00;
  border-color:#69c #036 #036 #69c;
	
}

.buttonRow{
	margin: 15px 0 15px 0; 
}

.buttonRow input.button, .buttonRow input.buttonSmall {
	margin: 0 15px 0 0; 
}

#form-content{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.form-content{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.form-content-lt{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px 5px 5px 10px;
}

.form-content-rt{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-style: none;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#form-content td{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.25em;
	color: #000000;
}

.form-txtfld-twochar {
	width:30px;
}

.form-txtfld-xsm {
	width:85px;
}

.form-txtfld-sm {
	width:125px;
}

.form-txtfld-med {
	width:200px;
}

.form-txtfld-lg {
	width:300px;
}

.form-txtfld-xlg {
	width:400px;
}

.form-txtfld-xxlg {
	width:525px;
}

table.form td{
	font: 75%/1.20em Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

table.form tr.newApp td{
	font-weight: normal;
	color: #000;
	background: #FFF7E5;
}

table.form tr.impApp td{
	font-weight: bold;
	color: #000;
	background: #CFDFFD;
}

h1 {
	margin: 0 0 1.10em 0; /*Keep top margin???*/
	font-size: 150%;
	line-height: 1.05em;
	font-weight: bold;
	color: #003399;
}

h2, td h2 {
	margin: 1.40em 0 .25em 0;
	font-size:14px;
	line-height: 1.15em;
	font-weight: bold;
	color: #003399;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #003399;
}

h3 {
	margin: 1.60em 0 .50em 0; /*Keep top margin???*/
	font-size: 105%;
	line-height: 1.00em;
	font-weight: bold;
	color: #039;
}

h3.top {
	margin: 0 0 .50em 0; /*Keep top margin???*/
}

p {
	margin: 0 0 1.10em 0;
	line-height: 1.25em;
	color: #000;
}

.bodytext {
	font-size: 110%;
	line-height: 1.25em;
	color: #000;
}

.alertText {
	color: #c00;
}

.rightContentSm h2 {
	margin: 0 0 .50em 0;
	font-size: 110%;
	line-height: 1.00em;
	font-weight: bold;
	color: #003399;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #003399;
}

.rightContentSm h3 {
	margin: 0 0 .50em 0; /*Keep top margin???*/
	font-size: 105%;
	line-height: 1.00em;
	font-weight: bold;
	color: #060;
}



/* LIST STYLES */
ul { margin: .40em 0 1.10em 0;
		padding: 0 0 0 0;
	 color: #000000;
}

.bodytext-border ul, .bodytext-border ul {
	margin: .40em 0 1.10em 0;
	padding: 0 0 0 0;
	color: #000000;
}
 
ul.sidebar {
	margin: .40em 0 1.10em 0;
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-left: 0px;
	color: #000000;
}

ol { margin: .40em 0 1.10em 4px;
		padding: 0 0 0 4px;
	 color: #000000;
}

ol.sidebar {
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	 margin: 0 0 .25em 24px;
	 	/* PREVIOUS VERSION 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: .75em;
	 line-height: 1.25em;
	 color: #000000;
	margin-bottom: 14px;
	line-height: 13px;
	*/
}

/*
The following style avoids the shrinking effect within nested lists
It carries over the same font size using 1.00 em
*/
ul ul {
	 margin: .40em 0 1.10em 0;
	 padding: 0 0 0 0;
	 color: #000000;
	/* PREVIOUS VERSION 
	margin-bottom: 14px;
	line-height: 13px;
	*/
}

ul ol {
	 margin: .40em 0 1.10em 0;
	 padding: 0 0 0 0;
	 color: #000000;
	/* PREVIOUS VERSION 
	margin-bottom: 14px;
	line-height: 13px;
	*/
}

ol ol {
	 margin: .40em 0 1.10em 0;
	 padding: 0 0 0 0;
	 color: #000000;
	/* PREVIOUS VERSION 
	margin-bottom: 14px;
	line-height: 13px;
	*/
}

ol ul {
	 margin: .40em 0 1.10em 0;
	 padding: 0 0 0 0;
	 color: #000000;
	/* PREVIOUS VERSION 
	margin-bottom: 14px;
	line-height: 13px;
	*/
}

li.sidebar {
	margin: 0px 0px 6px 18px;
	/* PREVIOUS VERSION 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #000000;
	line-height: 1.10em;
	*/
}



.hlBox {
	background: #ededed;
	border: 1px solid #cccccc;
	padding:10px;
	margin:0 0 20px 0;
}

.alertBox {
	background: #fbb;
	border: 2px solid #c00;
	padding:10px;
	margin:0 0 20px 0;
}

.prhBox {
	width:200px;
	background:transparent url(/images/applicanttracking/prhbox_top.gif) no-repeat center top;
	padding:14px 0 0 0;
	margin:10px;
	float:left;
}

.prhBox h3 {
	font: bold 20px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif;
	line-height:20px;
	color: #036;
	margin:0;
	padding: 0 0 .25em 0; /*Keep top margin???*/
}

.prhBox a:link {
	color: #036;
	text-decoration: none;
}
.prhBox a:visited {
	color: #036;
	text-decoration: none;
}
.prhBox a:hover {
	color: #036;
	text-decoration: none;
}
.prhBox a:active {
	color: #036;
	text-decoration: none;
}


#cutpasteBox {
	background:transparent url(/images/applicanttracking/prh_box_build.gif) no-repeat center bottom;
	padding: 0 10px 14px 10px;
	margin:0;
}

#buildBox {
	background:transparent url(/images/applicanttracking/prh_box_build.gif) no-repeat center bottom;
	padding: 0 10px 14px 10px;
	margin:0;
}

#uploadBox {
	background:transparent url(/images/applicanttracking/prh_box_upload.gif) no-repeat center bottom;
	padding: 0 10px 14px 10px;
	margin:0;
}

#pendingBox {
	background:transparent url(/images/applicanttracking/prh_box_pendingpvns.gif) no-repeat center bottom;
	padding: 0 10px 14px 10px;
	margin:0;
}

.uploadBox {
	background:transparent url(/images/applicanttracking/prh_box_upload.gif) no-repeat center bottom;
	padding: 0 10px 14px 10px;
	margin:0;
}


#clear	
{
	clear:both;
}
.clear	
{
	clear:both;
}
.EEOMainPad
{	    
    padding:6px;
}



.EEO1
{
	FONT: 75%/1.2em Arial, Verdana, Helvetica, sans-serif; 
	COLOR: white;	
	BACKGROUND-COLOR: #336699;
}

.EEO2
{
	FONT: 60%/1.2em Arial, Verdana, Helvetica, sans-serif; 
	COLOR: black; 
	BACKGROUND-COLOR: #6699cc;
}

.EEO3
{
	FONT: 60%/1.2em Arial, Verdana, Helvetica, sans-serif; 
	COLOR: black; 		 
	BACKGROUND-COLOR: #99ccff;
}
.EEO4
	{
	FONT: 75%/1.2em Arial, Verdana, Helvetica, sans-serif; 
	text-align:center;	
	BACKGROUND-COLOR: #6699cc;
	BORDER-RIGHT: white 1pt solid;
	vertical-align:middle;
	height: 125px;	
	}	

.EEO5
{
	FONT: 75%/1.2em Arial, Verdana, Helvetica, sans-serif; 	
	text-align:center;	
	WRITING-MODE: tb-rl;	
	height: 125px;	
	vertical-align:middle;
	color:Black;	 
	BACKGROUND-COLOR: #99ccff;
	BORDER-RIGHT: white 1pt solid;
}

.EEO6
{
	FONT: 75%/1.2em Arial, Verdana, Helvetica, sans-serif; 
	text-align:center;	
	BACKGROUND-COLOR: #6699cc;
	WRITING-MODE: tb-rl;	
	height: 125px;	
			 
	BORDER-RIGHT: white 1pt solid;
	vertical-align:middle;
}

.EEO7
	{
	FONT: 75%/1.2em Arial, Verdana, Helvetica, sans-serif; 	
	BACKGROUND-COLOR: #6699cc;
	BORDER-RIGHT: white 1pt solid;
	text-align:center;		 
	vertical-align:bottom;
	height: 125px;	
	}	
.EEO8
{
	text-align : left;	
}

.title
{
 Width :238px;
}
.grade
{
	width : 28px;
}
.pvn
{
	width : 75px;
}
.jobCode
{
	width : 35px;
}
.department
{
	width : 258px;
}

.w38prt42w
{
	width : 38px;
}
.w22prt25w
{
	width : 22px;
}
.femaleHawiian
{
	width : 37px;
}
.w22prt24w
{
	width : 22px;
}
.w38prt41w
{
	width : 38px;
}

.femaleIndian
{
	width : 35px;
}

.hireRace
{
	width:170px;
}




