﻿/* CSS Document */


a.pdf { background-image: url(/common/images/pdfIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px; color:#0000FF;}
a:active.pdf { background-image: url(/common/images/pdfIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}
a:hover.pdf { background-image: url(/common/images/pdfIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}
a:visited.pdf { background-image: url(/common/images/pdfIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px; color:#0000FF;}




legend  {
font-size: 1.3em;

}

fieldset#jobSelection  {
width: 700px;
text-align:center;
border: 1px solid #000099;
margin-left:auto;
margin-right:auto;

}


fieldset#jobAppSections {
width: 800px;
padding-bottom: 10px;
border: 1px solid #000099;
margin-left:auto;
margin-right:auto;

}



.err { 
font-family: Verdana, Helvetica, Arial, sans-serif; 
font-size:smaller; 
font-weight: bold; 
color:#FF0000;  }


/* Job Application */




#container {
	text-align: center;
    font-size: 1.1em;
}

.container {
	text-align: center;
	width: 1000px;
	/*border:  solid 1px #009966;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 140%;*/
}

table.twoColumnData {
	width: 775px;
	padding: 3px;
	border-collapse: collapse;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	
}

table.twoColumnData td.input {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 3px;
	width: 550px;
	vertical-align:top;
	
}

table.twoColumnData td.coldata {
	border: 1px solid #CCCCCC;
	text-align: right;
	vertical-align:top;
	padding: 3px;
}


table.twoColumnData td.inputNoBorder {
	text-align: left;
	padding: 3px;
	width: 550px;
	vertical-align:top;
	font-size: .90em;
	
}

table.twoColumnData td.coldataNoBorder {
	text-align: right;
	vertical-align:top;
	padding: 3px;
}


table.twoColumnData td.sectionhead {
	text-align: left;
	padding: 3px;

}

table.twoColumnData table#TableCellAlignBottom td {
vertical-align: bottom;
text-align:left;

}

table#TableCellAlignBottom  {
font-size: .75em;

}
table#TableCellAlignCenter {
width: 100%;
font-size: .75em;
}


table#TableCellAlignCenter td, th {
text-align: center;
width: 33%;

}

table#twoColumnData table#TableCellAlignLeft td {
text-align: left;
}

td#AffirmativeAction {
text-align:left;
padding: 3px;
font-size: .90em;
}

td#EmpHistory {
text-align:left;
padding: 3px;
font-size: .90em;
}

.sectionhead {
font-size: 1.0em;
font-weight:bold;

}

.noticebold {
font-size: .90em;
font-weight:bold;

}


.required {
color: #FF0000;
font-weight: bold;

}

/* Job Histories */

input.input {
width: auto;
}



fieldset#jobHistories {
width: 800px;
padding-bottom: 10px;
border: 1px solid #000099;
margin-left:auto;
margin-right:auto;
}

fieldset#fileUploads {
width: 800px;
padding-bottom: 10px;
border: 1px solid #000099;
margin-left:auto;
margin-right:auto;
}



span.instructionsText {
font-size: .90em;
padding: 5px;
}

span.jobHistoriesList {
font-size: .90em;
text-align:center;
}

/* Uploads */

a.html { background-image: url(/common/images/htmlIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}
a.active.html { background-image: url(/common/images/htmlIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}
a.hover.html { background-image: url(/common/images/htmlIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}
a.visited.html { background-image: url(/common/images/htmlIcon.gif); background-repeat: no-repeat; padding-left: 20px; height: 20px;}


/* Main Homepage */


.doubleColumnLeftHR {
margin-right: 10px;
margin-bottom:10px;
width: 33%;
float: left;
}


.doubleColumnRightHR {
width: 65%;
float: left;
}

fieldset.empQuarterInfo {
width:auto; 
font-size:.80em; 
padding:5px; 
margin-top: 15px;
border:1px solid #AE1518;
}

.empQuarterInfo legend {
font-weight:bold; 
font-size:1.3em;
color:#000066;
}

/* Job Listings Include */


fieldset.jobListings {
width:auto; 
font-size:.80em; 
padding:5px;
border:1px solid #AE1518;
}

.jobListings legend {
font-weight:bold; 
font-size:1.3em;
color:#000066;
}


/* Color Nav Buttons */

.mainNavButton {
background-color: #2E4D8E;
border: 2px #2E4D8E outset;
padding: 2px 4px;
color: #FFFF00;
text-decoration: none;
font-size: 1.0em;
font-weight:bold;
}

.mainNavButton:hover{
border-style: inset;
background-color: #2E4D8E;
padding: 3px 3px 0 5px; /*shift text 1px to the right and down*/
color: #FFFF00;
}

.mainNavButton:visited{
color: #FFFF00;
}

.mainNavButton:active{
color: #FFFF00;
}

table.jobSchedule a { 
background-image: url(/common/images/pdfIcon.gif); 
background-repeat: no-repeat; 
padding-left: 20px; 
height: 20px; 
color:#0000FF;
}



