@font-face {
  font-family: 'HelveticaNeueLTPro-LtIt';
  src: url('webfonts/HelveticaNeueLTPro-LtIt.eot'); /* IE9 Compat Modes */
  src: url('webfonts/HelveticaNeueLTPro-LtIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/HelveticaNeueLTPro-LtIt.woff') format('woff'), /* Modern Browsers */
       url('webfonts/HelveticaNeueLTPro-LtIt.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/HelveticaNeueLTPro-LtIt.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 
<!--

INPUT
{
	font-family: Arial;
	font-size: .95em;
}
TEXTAREA
{
	font-family: Arial;
	font-size: .95em;
}

-->

table.label
{
	margin-left: 10px;
	margin-right: 20px;
	border-collapse: collapse;
}

table.label th
{
	text-align: left;
	padding: 2px;
	font-size: 14pt;
	color: #004b8d;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #C0C0C0;
	border-collapse: separate;
	letter-spacing: 0.1cm;
	/*background-image: url(images/toolbar/barFFFFFF.jpg);*/
}

table.label td
{
	font-size: 10pt;
	font-weight: 500;
	color: #111;
	margin-left: 20px;
}

table.rounded 
{
    border-collapse: separate;
    border: 1px solid #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-spacing: 0 !important;
}

table.rounded td
{
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding: 5px !important;
}

table.rounded th
{
    font-weight: bold;
    border-left: 1px solid #999;
    border-top: none;
    padding: 5px !important;
    text-align: left;
}

table.rounded td:first-child , table.rounded th:first-child
{
    border-left: none;
}

#header
{
	font-size: 14pt;
	font-weight: bold;
}

#text .text
{
	font-size: 9pt;
}

#bold, .bold
{
	font-weight: bold;
}

#bold
{
	font-size: 9pt;
}

#label, .label
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

h1
{
	font-size: 1.4em;
	text-decoration: none;
	color: #444;
}

h1.title {
	font-size: 2em;
	margin: 0 -8px 0 0;
}

td p:first-child {
	margin-top: 0;
}

#JobDescription p {
	font-size: inherit;
}

p {
	font-size: 12px;
}

h2
{
	/*secondary header*/
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	padding: 10px;
}

table {
	font-size: 14px;
}

td.medheader
{
	font-size: 11pt;
	font-weight: bold;
	font-family: arial;
	vertical-align: top;
}

.smallheader b, .smallheader font {
    text-transform: none;
}

.smallheader
{
	text-transform: uppercase;
	color: #555;
	font-size: 10pt;
	padding-right: 10px;
	font-weight: bold;
}

a:link
{
	font-size: .9em;
	text-decoration: none;
	color: #004b8d;
}

a:visited {
	color: #523896;
}

a:hover
{
	text-decoration: underline;
}

ul li
{
	list-style: square;
}

#redbold, .redBold
{
	font-size: 9pt;
	color: #f00;
	font-weight: bold;
}

#small, .small
{
	font-size: 8pt;
}

#bigtext, .bigtext
{
	font-size: 24px;
	font-weight: bold;
}

#biglabel, .biglabel
{
	font-size: 14px;
}

#button
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#smallinstructions
{
	font-size: 8pt;
	color: #0369b1;
	margin-left: 20px;
}

.smallinstructions
{
	font-size: 0.9em;
	color: #0369b1;
	margin: 5px 0;
}

.instructions
{
	margin: 4px;
	padding: 4px;
	font-size: 0.95em;
	background-color: #ffff66;
	border: 1px solid #bababa;
	color: #141400;
}

.viewMobile
{
	background: #efefef;
	color: #999;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: 24px;
	padding-top: 5px;
	font-size: .9em;
	cursor: pointer;
}

.headerText
{
	text-decoration: underline;
}

#content > div
{
	height: 100px;
}

#content
{
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#linearBg2
{
	/* fallback */
	background-color: #666666;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, #333333, to(#666666)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #333333, #666666); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #333333, #666666); /* IE 10 */
	background: -ms-linear-gradient(top, #333333, #666666); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #333333, #666666);
}

#CenteredApply
{
	width: 125px;
	height: 50px;
	position: absolute;
	left: 33%;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 4px outset;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #666666;
}

td.toolbar
{
	background-color: #eee;
}

#button
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


#buttonPrimary::-moz-focus-inner, 
.buttonPrimary::-moz-focus-inner, 
#buttonSecondary::-moz-focus-inner, 
.buttonSecondary::-moz-focus-inner, 
.buttonOption::-moz-focus-inner,
#button::-moz-focus-inner, 
.button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner
{
	padding: 0;
	border: 0;
}

#buttonPrimary, .buttonPrimary
{
	margin: 0 6px;
}

#buttonSecondary, .buttonSecondary
{
	font-size: 0.95em;
	background-color: #999 !important;
}

.button, input[type=button], #buttonPrimary, .buttonPrimary, #buttonSecondary, .buttonOption, .buttonSecondary
{
	background-color: #777;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border: none;
	overflow: visible;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	min-width: 60px;
	padding: 5px;
}

.button {
	font-size: 1.2em !important;
	padding: 10px;
}

.button:hover, input[type=button]:hover, #buttonPrimary:hover, .buttonPrimary:hover {
	background-color: #444;
}

input.buttonOption[type=button], .buttonOption
{
	font-size: 0.95em;
	border: 1px solid #777 !important;
	border-radius: 4px !important;
	background-color: #FFF !important;
	color: #000 !important;
	margin: 0 6px 0 0;
}

input.buttonOption[type=button]:hover, .buttonOption:hover {
	background-color: #E6E6E6 !important;
}

.btnGoogleDriveImg
{
    display: block;
    float: left;
    margin-right: 3px;
    width: 16px;
    height: 16px;
}

.btnDropboxImg
{
    background: url("../images/dbx-saver-status.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 2px;
    vertical-align: bottom;
    width: 15px;
}

#SimilarJobs
{
	padding: 14px;
	display: block;
	background-color: #eee;
	border: 1px solid #ddd;
}

#SimilarJobs b
{
	color: #444;
}

#JobDescription td
{
	padding-bottom: 15px;
}

.center 
{
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.poweredBy {
	font-family: "HelveticaNeueLTPro-LtIt", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}

.hidden
{
    display: none !important;
}

.displayNone {
    display: none;
}
.displayNoneImp {
    display: none !important;
}
.inlinenote {
	border: 1px solid #d8d8d8;
	border-left: 3px solid #FF9800;
	padding: 14px; color: #646464;
}

.warning {
    background-color: #FCEAC5;
    color: #776A4F;
}

.alert-warning {
    padding: 5px;
}