@media print {
div {background-color: white;}}html, body, div, table, iframe, p {
font-family: Verdana, Geneva, Tahoma, Sans-Serif;
font-size: 12px;
color: #000080;
}

body {
background: -webkit-linear-gradient(#d3d3d3, #ffffff, #d3d3d3);
background: -o-linear-gradient(#d3d3d3, #ffffff, #d3d3d3);
background: -moz-linear-gradient(#d3d3d3, #ffffff, #d3d3d3);
background: linear-gradient(#d3d3d3, #ffffff, #d3d3d3);
background-repeat: repeat;
font-family:verdana;
}

table {
width: 100%;
}

td {
padding: 5px 0px 5px 0px;
}

li {
padding: 2px 0px 2px 0px;
}

input:not([type="button"]):not([type="radio"]):not([type="checkbox"]), select, textarea {
padding: 5px 5px 5px 5px;
margin: 2px 2px 2px 2px;
border: solid 1px #000080;
transition: box-shadow 0.7s, border 0.7s;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

input[type="button"] {
cursor: pointer;padding: 5px 5px 5px 5px;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

input[type="checkbox"] {
box-shadow: 2px 2px black;
margin-right: 5px;
padding: 0px;
}

input[type="radio"] {
margin: 10px 0px 10px 0px;
}

input:not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus, input:not([type="button"]):not([type="radio"]).focus, select:focus, select.focus, textarea:focus, textarea.focus {
border: 1px solid #B9E0FF;
box-shadow: 0 0 5px 2px #969696;
background-color: white;}

#masterContain {
border-style: solid;
border-width: thin;
border-color: #FFFFFF #000000 #FFFFFF #FFFFFF;
display: block;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
min-width: 1020px;
height:750px;
box-shadow: 6px 6px 4px #000000;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

#logoContain{
border-width: medium;
border-color: #000080;
max-width:1400px;
height:100px;
text-align: center;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}

#container {
width: 1010px;
background-color:white;
top: 100px;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 6px 6px 4px #000000;
margin-bottom:6px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

#jb_list {
height: 550px;
}

#retList {
margin-bottom:10px;
padding-bottom:3px;
border-bottom: 1px solid #000080;
}

#jb_list_contain {
border-color: #000080;
border-style: none none solid none;border-width: 1px;overflow-y: auto;
overflow-x: hidden;
height:400px;
}

#jb_list_contain div {
padding-bottom: 3px;
}

#jb_detail {
height: 550px;
display: none;
}

#jb_detail_contain {
border-color: #000080;
border-style: none none solid none;border-width: 1px;overflow-y: auto;
overflow-x: hidden;
height:440px;
padding-bottom:3px;
}

.HeaderContain {
max-width: 1200px;
min-width: 1020px;
height: 200px;
border: 1px ridge #000080;
z-index: -1;
background: -webkit-linear-gradient(#ffffff, #ffffff, #006400);
background: -o-linear-gradient(#ffffff, #ffffff, #006400);
background: -moz-linear-gradient(#ffffff, #ffffff, #006400);
background: linear-gradient(#ffffff, #ffffff, #006400);

}

.Header {
width: 1020px;
 background: url('/ClientImages/First Tee Logo.jpg') no-repeat 180px center;
height: 100px;
line-height: 100px;
text-align:right;
font-size: 16px;
color: #006400;
font-weight: bold;
text-shadow: 1px 1px #000000;
padding: 5px 40px 5px 0px;
}

.applPage {
height: 518px;
width: 863px;
padding: 0px;
background-color: #ffffff;
float: left;
border-top: 1px solid #000080;
border-right: 3px solid #000000;
border-bottom: 1px solid #000080;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
}

.footerContain {
min-width: 1020px;
max-width: 1200px;
height: 125px;
border: 1px ridge #000080;
z-index: -1;
font-size: 11px;
font-weight: bold;
vertical-align: bottom;
display: block;
margin-top: -110px;
position: relative;
padding: 5px;
background: -webkit-linear-gradient(#006400, #006400, #006400);
background: -o-linear-gradient(#006400, #006400, #006400);
background: -moz-linear-gradient(#006400, #006400, #006400);
background: linear-gradient(#006400, #006400, #006400);

}

.pbContain {
height: 551px;
width: 150px;
float: left;
border-style: solid none none solid;
border-width: 1px;
border-color: #FFFFFF #000080 #000080 #FFFFFF;
background-image: url('/ClientImages/Putting-Green-Background.jpg');
}

.titleContain {
height: 30px;
line-height: 30px;
width: 847px;
float: left;
text-align: right;
font-size: 20px;
color: #006400;
text-shadow: 1px 1px ;
padding: 5px 0px 5px 0px;
}

.titleDisplay {
height: 30px;
line-height: 30px;
display:inline;width: 847px;
float: left;
text-align: right;
color: #006400;
text-shadow: 1px 1px #000000;
padding: 5px 0px 5px 0px;
}

.wizButtons {
width: 993px;
background-image: url('/ClientImages/Putting-Green-Background.jpg');
border-style: none solid solid solid;
border-width: 0px 3px 3px 1px;
border-color: transparent #000000 #000000 #FFFFFF;
padding: 2px 10px 0px 10px;
}

.wzbcTitle {
font-size: 14px;
color: #ffffff;
font-weight: bold;
padding: 10px 0px 5px 0px;
text-align: center;
width: 100%;
display: inline-block;
height: 35px;
line-height: 35px;
width: 150px;
border-bottom: 1px solid transparent;
}

.ATSDirectHome {
padding:50px 100px 0px 100px;
margin: 0 auto;
width:800px;
height:490px;
background-color: #ffffff;
border: solid 2px #000080;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-moz-box-shadow: inset 0 0 15px #000000;
-webkit-box-shadow: inset 0 0 15px #000000;
box-shadow: inset 0 0 15px #000000;
}

.footerDisplay {
color: #ffffff;
padding: 10px 15px 2px 10px;
border-bottom-width: medium;
text-align: center;
vertical-align: middle;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.employButtonD{
border-style: none;
padding: 0px;
margin: 0px 5px 0px 0px;
text-align: left;
width: 15px;
height: 15px;
vertical-align:bottom;
background-color: #ffffff;
background-image: url('/ClientImages/triangleD.png');
background-repeat: no-repeat;
cursor: pointer;}

.employButtonR{
border-style: none;
padding: 0px;
margin: 0px 5px 0px 0px;
text-align: left;
width: 15px;
height: 15px;
vertical-align:bottom;
background-color: #ffffff;
background-image: url('/ClientImages/triangleR.png');
background-repeat: no-repeat;
cursor: pointer;}

.Radius {
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

.radiusBig {
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.reqFldBox {
background-color: #FFFFCC;
padding: 5px 0px 5px 0px;
}

.ckPad {
padding: 0px 5px 0px 1px;
}

.reqFld {
background-color: #FFFFCC;
}

.wzbcHilight {
border-width: 1px;
border-color: #000080 #ffffff #000080 #000080;
border-style: solid;
height: 65px;
background: #ffffff url('/Images/triangleLeft30.jpg') no-repeat right center;
color: #000080;
font-weight: bold;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.wzbcNormal {
height: 17px;
color: #ffffff;
border-style: none solid none none;
border-width: 0px 1px 0px 0px;
border-color: #d3d3d3 #000080 #d3d3d3 #d3d3d3;
}

.ApplButton {padding: 0px 30px 0px 30px;height:30px;background: -webkit-linear-gradient(#EFF1F1, #EFF1F1, );
background: -o-linear-gradient(#EFF1F1, #EFF1F1, );
background: -moz-linear-gradient(#EFF1F1, #EFF1F1, );
background: linear-gradient(#EFF1F1, #EFF1F1, );
cursor: pointer;-webkit-border-top-right-radius: 20px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-right-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomright: 20px;-moz-border-radius-bottomleft: 20px;border-top-right-radius: 20px;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;cursor: pointer;}

.ApplButton:hover {
font-weight:bold;
}

.wizBtnL {
background: #EFF1F1 url('/ClientImages/LeftArrow.tif') no-repeat 10% center;
background-size: 12px;cursor: pointer;
float: left;
width: 100px;
height: 30px;
text-align: right;
padding: 2px 10px 2px 2px;
margin: 7px;
margin-left: 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 20px;
}

.wizBtnC {
background: #EFF1F1;
background-size: 12px;cursor: pointer;
float: left;
width: 100px;
height: 30px;
text-align: center;
padding: 2px 2px 2px 2px;
margin: 7px 0px 7px 365px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.wizBtnL:hover, .wizBtnR:hover, .wizBtnC:hover {
font-weight:bold;
}

.wizBtnR {
background: #EFF1F1 url('/ClientImages/RightArrow.tif') no-repeat 90% center;
background-size: 12px;
cursor: pointer;
float: right;
width: 100px;
height: 30px;
text-align: left;
padding: 2px 2px 2px 10px;
margin: 7px;
margin-right: 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 5px;
}

.wzbcFoot {
width: 149px;
height: 100%;
border-width: 1px;
border-color: #000080;
border-style: none solid none none;
}

.bcItems {
width:100%;
border-collapse: separate;
}

.bcItems td {
padding: 2px 17px 2px 5px !important;
font-size: 12px;
width: 100%;
vertical-align: middle;
}

.applContain {
overflow: hidden;
height: 510px;
top: 0px;
padding-left: 5px;
float: left;
width: 858px;
background-color: #ffffff;
border-top: 1px solid #000080;border-right: 3px solid #000000;border-bottom: 1px solid #000080;-webkit-border-top-right-radius: 15px;-moz-border-radius-topright: 15px;border-top-right-radius: 15px;-webkit-border-top-left-radius: 15px;-moz-border-radius-topleft: 15px;border-top-left-radius: 15px;}

.wizBtnContain {
float: left;
width: 100%;
background-image: url('/ClientImages/Putting-Green-Background.jpg');
}

.footL {
color: #ffffff;
font-size: 11px;
float: left;
text-align: left;
display: inline-block;
padding:10px;
}
.footR {
color: #ffffff;
font-size: 11px;
float: right;
text-align: right;
display: inline-block;
padding:10px;
}

.punctuation {
font-size: 18px;
color: #000080;
padding: 0px 5px 0px 0px;
}

.jobDisplay {
height: 30px;
line-height: 30px;
width: 1000px;
text-align: right;
color: #191970;
text-shadow: 1px 1px #000000;
padding: 5px 0px 5px 0px;
margin-left: auto;
margin-right: auto;
}

.ATS_JB_Home {
padding: 25px 25px 25px 25px;
margin: 0 auto;
height: 510px;
background-color: #ffffff;
border: solid 2px #000080;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-moz-box-shadow: inset 0 0 15px #000000;
-webkit-box-shadow: inset 0 0 15px #000000;
box-shadow: inset 0 0 15px #000000;
}

#jb_intro {padding: 5px;}#JobDesc h1, h2, h3, h4, h5, h6 {
padding: 3px;
margin:5px 0px 5px 0px;
}
#JobDesc ul {
padding: 10px;
margin:10px 5px 10px 5px;
}

.jb_jobtitle {
margin-bottom: 4px;
color: #191970;
text-shadow: 1px 1px #000000;cursor: pointer;
}

.jb_jobtitle:hover {
font-weight: bold;
}

.jb_link {
font-size: 14px;
padding: 0px 0px 3px 35px;
background: url('Images/backarrow2.gif') no-repeat 15px center;
color: #191970;
cursor: pointer;
}

.jb_print {
font-size: 14px;
padding-bottom: 3px;
color: #191970;
cursor: pointer;
}

.jb_link:hover, .jb_print:hover {
font-weight: bold;
}

#JobCats {
width: 250px;
margin: 5px 0px 5px 0px;
}

.title{
font-size: 24px;
color: #0000ff;
font-weight: bold;
}

.huge1{
font-size: 22px;
color: #000000;
font-weight: normal;
}

.huge2{
font-size: 22px;
color: #000000;
font-weight: bold;
}

.large1{
font-size: 14px;
color: #000000;
font-weight: normal;
}

.large1blue{
font-size: 14px;
color: #0000ff;
font-weight: normal;
}

.large1green{
font-size: 14px;
color: #008000;
font-weight: normal;
}

.large1maroon{
font-size: 14px;
color: #800000;
font-weight: normal;
}

.large1red{
font-size: 14px;
color: #ff0000;
font-weight: normal;
}

.large2{
font-size: 14px;
color: #000000;
font-weight: bold;
}

.large2blue{
font-size: 14px;
color: #0000ff;
font-weight: bold;
}

.large2green{
font-size: 14px;
color: #008000;
font-weight: bold;
}

.large2maroon{
font-size: 14px;
color: #800000;
font-weight: bold;
}

.large2red{
font-size: 14px;
color: #ff0000;
font-weight: bold;
}

.medium1{
font-weight: normal;
}

.medium1blue{
color: #0000ff;
font-weight: normal;
}

.medium1green{
color: #008000;
font-weight: normal;
}

.medium1marron{
color: #800000;
font-weight: normal;
}

.medium1red{
color: #ff0000;
font-weight: normal;
}

.medium2{
font-weight: bold;
}

.medium2blue{
color: #0000ff;
font-weight: bold;
}

.medium2green{
color: #008000;
font-weight: bold;
}

.medium2maroon{
color: #800000;
font-weight: bold;
}

.medium2red{
color: #ff0000;
font-weight: bold;
}

.small1{
font-size: 8px;
color: #000000;
font-weight: normal;
}

.small1blue{
font-size: 8px;
color: #0000ff;
font-weight: normal;
}

.small1green{
font-size: 8px;
color: #008000;
font-weight: normal;
}

.small1maroon{
font-size: 8px;
color: #800000;
font-weight: normal;
}

.small1red{
font-size: 8px;
color: #ff0000;
font-weight: normal;
}

.small2{
font-size: 8px;
color: #000000;
font-weight: bold;
}

.small2blue{
font-size: 8px;
color: #0000ff;
font-weight: bold;
}

.small2green{
font-size: 8px;
color: #008000;
font-weight: bold;
}

.small2maroon{
font-size: 8px;
color: #800000;
font-weight: bold;
}

.small2red{
font-size: 8px;
color: #ff0000;
font-weight: bold;
}

