@import url("forms.css");
@import url("navigation.css");
@import url("tables.css");

/* ==========================================================================
   HTML5 Boilerplate - http://html5boilerplate.com/
   
   Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   Kroc Camen, and the H5BP dev community and team.
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main,
nav, section, summary { display: block;}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) { display: none; height: 0;}
[hidden] { display: none;}
html {font-size: 100%; -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
html, button, input, select, textarea {font-family: sans-serif;}
body { margin: 0;}
a:focus {outline: thin dotted; }
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong { font-weight: bold;}
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
mark { background: #ff0; color: #000;}
p, pre { margin: 1em 0;}
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em;}
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none;}
q:before, q:after { content: '';content: none;}
small {font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub { bottom: -0.25em;}
/*dl, menu, ol, ul { margin: 1em 0;}*/
dd { margin: 0 0 0 40px;}
menu, ol, ul { padding: 0;}
nav ul, nav ol { list-style: none; list-style-image: none;}
img { border: 0; -ms-interpolation-mode: bicubic;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
form {margin: 0;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}
button, input, select, textarea {font-size: 100%; /*margin: 0;*/ vertical-align: baseline; *vertical-align: middle; }
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; margin:0 8px 0 5px; *height: 13px; *width: 13px; width:auto; vertical-align:middle;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px;}
.ir:before {content: ""; display: block; width: 0; height: 150%;}
.hidden {display: none !important;visibility: hidden;}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.clear{clear:both;}
.clearRight{clear:right;}
.floatRight{float:right;}
.floatLeft{float:left;}
.icon-nav li, .inline{display:inline;}
.absolute{position:absolute;}
.relative{position:relative;}
.center{text-align:center;}
.left{text-align:left;}
/* ==========================================================================
   Basestyles
   ========================================================================== */
*{
margin:0px;
padding:0px;
border:0px;
}
#scroll-up{
	position: fixed;
	bottom: 27em;
	right: 0;
	width:35px;
	height:35px;
	text-decoration: none;	
	background: #a6a7a8 url('../images/icons/scroll-up.png') no-repeat center center;
	padding: 5px;
	display: none;
	cursor:pointer;
	z-index:1000;
}
#scroll-up:hover {
	background-color: #444444;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.brdrRight{
	border-right:1px solid #bbb;
}
.brdrTop{
	border-top:1px solid #bbb;
}
.brdrBottom{
	border-bottom:1px solid #bbb;
}
.brdr-top-none td,.brdr-top-none th{
	border-top:none;
}
.brdr-left-none{
	border-left:none!important;
}
.brdr-right-none{
	border-right:none!important;
}
tr.brdr-none td{
	border:none!important;
}
.border{
	border:1px solid #bbb;
}
ul{
	list-style-type: none;
}
ul.inline li{	
	display: inline;
}
img{
	border:0px;
}
hr{
	border-bottom:1px solid #c1c1c1;
	padding-top:10px;
}
.dash{
	border-top:1px dashed #bcbbbc;
	margin:4px;
}
.raquo{
	font-size:1.333em;
}
html{
	height:100%;
}
body{
	background:url('../images/content-tile.jpg') repeat-x top #F5F5F5;
	font-family:arial,sans-serif;	
	color:#343434;
	font-size:12px;
	height:100%;
	width:100%;
	line-height:1.6em;
}
h1{
	color:#404040; 
	font-size:18px;
	font-weight:bold;
	display:block;
	padding-bottom:6px;
}
h2{
	color:#71103A;
	font-size:14px;
	display:inline;
}
h3{
	color:#71103A;
	font-size:10px;
}
h4{
	color:#550a2b; 
	font-size:14px;
	display:inline;
}
h5{
	color:#404040; 
	font-size:14px;
	font-weight:bold;
}
h6{
	background:url('../images/fadeline.png') no-repeat bottom;
	color:#d9d9d9;
	font-weight:normal;
	font-size:2.000em; 
	padding-bottom:16px;
	margin-bottom:15px;
}
h6.sml{
	font-size:1.167em;
	font-weight:bold;
	padding-bottom:7px;
	margin:0px;
	background:none;
}
h1.heading{
	color:#404040; 
	padding-top:13px;
	font-size:1.417em;
}
.black{
	color:#010101; 
	font-weight:bold; 
	font-size:1.5em;
}
.red{
	color:#c51313; 
	font-weight:bold;
}
.green{
	color:#099309; 
	font-weight:bold;
}
.grey{
	color:#aaa!important;
}
.hintText a:hover{ 
	color:#1F527A;
}
.shadow{
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.copyright{
	font-size:11px;
	padding-top:15px;
	background:transparent!important;
}
.pushDown{
	padding-top:7px;
}
.alignWithLogo{
	width:720px;
}
/*-----Global Links-----*/
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	color:#71103A;
}
a{cursor:pointer;}
a:link {color:#333; text-decoration: none;}     
a:visited {color:#333; text-decoration: none;}  
a:hover {color:#333; text-decoration: underline;} 
a:active {color:#333; text-decoration: none;}

/*---Fonts---*/
#rightCol{
	width:700px;
	padding-top:30px;
}
#rightCol.help{
	padding-left:50px;
	width:650px;
}
#leftCol{	
	padding:30px 0 0 25px;
}

/*-----LOGIN PAGE-----*/
#loginWrapper{
	margin-top:100px;
}
#boxWrapper{
	background:url('../images/hdr_tile.jpg') #fff top repeat-x;
	margin:0 auto;
	padding:25px 0;
	width:365px;
	min-height:200px;
	height:auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border:1px solid #bbb;
}
#support{
	color:#838383;
	width:365px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
}
#support:hover{
	color:#1e4e75;
}
.loginLogo{
	background:url('../images/logo.png') no-repeat;
	width:166px;
	height:69px;
	margin:0 auto;
}
.hide{
	display:none;
}
body.loginBox{
	background:#f5f5f5;
}
/*-----HOME PAGE STYLES-----*/
#overview{	
	padding-top:20px;
}
#overview #intro{
	/*width:600px;
	float:left;*/
	font-size:30px;
	color:#777;
	line-height:normal;
}
#overview #intro p{
	font-size:16px;
	margin-bottom:40px;
}
#overview ul li img.firstFB{
	margin:20px 0 8px 0;
}
#overview #intro h2{
	font-size:50px;
	margin-bottom:15px;
	display:block;
}
#overview ul{
	width:450px;
	/*float:right;*/
}
#overview ul li{
	padding: 15px 0;
	background:url('../images/bg_overview.png') repeat-x bottom left;
	font-weight:bold;
	position:relative;
}
#overview ul li:last-child{
	background:none;
}
#overview span{
	background:#fdfdfd;
	border:1px solid #c0c0c0;
	border-radius:3px;
	color:#1f527a;
	padding:5px 8px 4px 8px;
	margin-left:15px;
	position:absolute;
	top:7px;
	right:0;
}
.submitted-by{
	border:1px solid #c9c9c9;
	padding:5px;
	margin-left:15px;
	border-radius:3px;
	font-weight:bold;
}
.viewAllHome{padding:12px 15px;}
a.viewAllSubPages{padding:15px 0  0 15px; height:auto!important;}

span.total{
	background-color:#f8f8f8;
	border:1px solid #a9a9a9;
	height:17px;
	font-weight:bold;
	color:#404040;
	padding: 5px 10px;	
	margin:4px 5px;
}
a.viewAll{
	text-indent:-5000px;
	background:url('../images/buttons/btn_viewAll.png') 0 0;
	height:31px;
	width:87px;
	margin:4px 5px;
}
a.viewAll:active{
	background-position: 0 -31px;
}
/*-----SUBMITTED CANDIDATES POPUP-----*/
.popupTbl span{
	background:#727374;
	color:#fff;
	padding:5px 9px;
	font-size:13px;
	border-radius:3px;
}
/*-----SUBMITTED CANDIDATES POPUP-----*/
#qcs-popup span{
	background:#727374;
	color:#fff;
	padding:5px 9px;
	font-size:13px;
	border-radius:3px;
}
#qcs-popup span.negative{
	background:#df2032!important;
}
#qcs-popup span.positive{
	background:#1a9942!important;
}
#qcs-popup span.neutral{
	background:#FFA539!important;
}
/*-----TIMESHEET POPUP-----*/
.timesheet-comments{width:300px; color:#333; margin:15px 0;}
.comments-icon{
	background:url('../images/icons/comments.png') no-repeat 0 0;
	width:104px;
	height:16px;
	margin-top:18px;
	opacity:0.8;
	cursor:pointer;
}
.comments-icon:hover{opacity:1;}
.blue{
	color:#1d4f70;
	font-weight:bold;
	padding:0 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-top:15px!important;
}
.job-details{
	color:#333;
	font-weight:bold;
	font-weight:bold;
	font-size:1.125em;
	line-height:1.675em;
}
h4.heading{
	color:#550a2b; 
	background:url('../images/buttons/btn_arrow.png') no-repeat 0 0;
	cursor:pointer;
	margin-left:10px;
	padding:5px 0 0 40px;
	height:21px;
}
h4.open{background-position: 0 -26px;}

#update{
	background:url('../images/buttons/btn_update_grey.png') no-repeat 0 -30px;
	height:30px;
	width:139px;
	text-align:center;
	margin:5px 7px 0 0;
	font-weight:bold;
}
#update:hover{
	background-position: 0 0;
}
#update:active{
	background-position: 0 -60px;
}
a.noLine:hover{
	text-decoration:none;
}
td.details{
	background:#fff;
	padding:20px;
	line-height:18px;
}
.col-labels{
	background:#ececec;
	height:28px;
}
.col-labels h5{
	background:url('../images/icons/sort.png') no-repeat left center;
	padding-left:13px;	
}
.col-labels h5.asce{
	background:url('../images/icons/sort-asce.png') no-repeat left center;
}
.col-labels h5.desc{
	background:url('../images/icons/sort-desc.png') no-repeat left center;
}
.col-labels h5.no-sorting{
	background:none;
	padding:0;
}
.icon-nav{
	text-align:right;
	margin-right:5px;
}
.col-labels .brdr-top-none{
	border-top:none;
}	
/*-----JOBS PAGE STYLES-----*/
/*--JOBS - Actions--*/
.id{
	font-size:11px;
	padding-right:5px;
}
.edit:hover, .request-cancellation:hover{
	opacity:1;
}
.edit{
	 padding-right:6px;
	 background:url('../images/icons/edit.png') no-repeat;
}
a.edit-job{
	 background:url('../images/icons/edit_job.png') no-repeat 0 0;
	 height:28px;
	 width:36px;
	 display:inline-block;
}
a.openRSO{
	 background:url('../images/icons/print_rso.png') no-repeat 0 0;
	 height:28px;
	 width:46px;
	 display:inline-block;
}
a.openCandidates{
	background:url('../images/icons/submitted_candidates.png') no-repeat 0 0;
	height:28px;
	width:46px;
	display:inline-block;
}
a.openInvoice{
	background:url('../images/icons/view_salaries.png') no-repeat 0 0;
	height:28px;
	width:46px;
	display:inline-block;
}
a.viewQcs{
	background:url('../images/icons/view_qcs.png') no-repeat 0 0;
	height:28px;
	width:46px;
	display:inline-block;
}
a.openCandidates:hover, a.openCandidates:active, a.openExtend:hover, a.extendRequest:active, a.openTimesheet:hover, a.openTimesheet:active, a.edit-job:hover, .edit-job:active,a.openRSO:hover, a.openRSO:active, a.viewQcs:active, a.viewQcs:hover,a.openInvoice:hover, a.openInvoice:active{
	background-position: 0 -28px;
}
a.openExtend{
	background:url('../images/icons/extend_request.png') no-repeat 0 0;
	height:28px;
	width:37px;
	display:inline-block;
}
a.openTimesheet{
	background:url('../images/icons/view_timesheet.png') no-repeat 0 0;
	height:28px;
	width:46px;
	display:inline-block;
}
a.openDescription{
	background:url('../images/icons/btn_toolTips.png') no-repeat 0 0;
	height:19px;
	width:18px;
	display:inline-block;
}
a.editJobs{
	background:url('../images/icons/edit_job.png') no-repeat 0 0;
	height:28px;
	width:43px;
	display:inline-block;
}
a.editJobs:hover, a.editJobs:active{
	background:url('../images/icons/edit_job.png') no-repeat 0 -28px;
	display:inline-block;
}
.request-cancellation{
	 padding-right:6px;
	 background:url('../images/icons/request-cancellation.png')  no-repeat;
}
.edit, .request-cancellation{
	opacity:0.6;
	width:16px;
	height:16px;
	display:block;
	float:left;
}
.disabled div{
	padding:4px 6px;
	color:#ab282b;
	font-weight:bold;
	margin:0 5px;
	display:inline;
}
.disabled h2{
	text-decoration:line-through;
}
.temp{
	background:#eff3ff;/*blue*/
}
.perm{
	background:#fff;/*blue*/
}
.contract{
	background:#f2eef0;/*blue*/
}
.openJobs{
	background:url('../images/srch_arrow.png') no-repeat right;
	padding:0 40px 0 20px;
}
/*-----HELP-----*/
h2.darkGrey{
	color:#333;
}
h2.grey{
	color:#8b8b8b; 
	display:block; 
	margin-bottom:5px;
}
.moreHelp{
	background:url('../images/bg_moreHelp.png') no-repeat;
	border-top:1px solid #a7a7a7;
	height:142px;
	padding:20px;
	font-weight:bold;
	font-size:1.3em;
}
.back{
	display:block;
	margin-top:20px;
	font-size:0.917em;
	text-decoration:underline;
}
.back:hover{
	color:#1f527a;
}
.accordionHdr{
	font-size:1.333em;
	font-weight:bold;
	color:#333;
	padding:5px 0;
	display:block;
}
.accordionText{
	padding:0 15px 30px 15px;
}
#helpNavWrapper{
	margin-bottom:40px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	width:237px;	
	background:#f3f3f3;
	border:1px solid #ccc;	
	height:auto;
}
#helpNav{
	border:1px solid #fff;
}
#helpNav ul li a:hover{
	color:#333; 
	text-decoration:none;	
	background:url('../images/arrow-help.png') center right no-repeat #e2e2e2;
	border-bottom:1px solid #d0d0d0;
}
#helpNav ul li.menuHdr{
	background: #333;
	color:#fff;
	padding:11px 12px;
	line-height:1.2em;
}
#helpNav ul li{
	background:url('../images/helpnav_line.png') bottom repeat-x;
	display:block;	
	font-weight:bold;
	font-size:1.167em;
}
#helpNav ul li.none{
	background:none;
}
#helpNav ul li a{
	display:block;	
	padding:15px 12px;
	border-bottom:1px solid transparent;
}
.small{
	font-weight:normal; 
	font-size:0.917em;
}
/*---TIMESHEETS PAGE STYLES---*/
a.view{
	background:url('../images/buttons/btn_approve2.png') no-repeat 0 0;
	height:17px;
	padding-left:20px;
	color:#148a38;
	font-weight:bold;
	font-size:13px;
	text-align:center!important;
}
a.view:hover{
	background-position:0 -17px;
	color:#1bb04a;
	text-decoration:none;
}
a.review{
	background:url('../images/buttons/btn_review2.png') no-repeat 0 0;
	height:17px;	
	padding-left:20px;
	color:#f87e08;
	font-weight:bold;
	font-size:14px;
}
a.review:hover{
	background-position:0 -17px;
	color:#fd942c;
	text-decoration:none;
}
.timesheetStats{
	background:url('../images/buttons/btn_timesheetstats.png') no-repeat 0 0;
	height:27px;
	width:135px;
}
.timesheetStats:hover{
	background-position:0 -27px;
}
.timesheetMan{
	background:url('../images/buttons/btn_managetimesheets.png') no-repeat 0 0;
	height:27px;
	width:155px;
}
.timesheetMan:hover{
	background-position:0 -27px;
}
.uiCalendar{
	background:url('../images/buttons/btn_ui_calendar.png') no-repeat 0 0;
	height:26px;
	width:27px;
	cursor:pointer;
	margin:3px 0 0 5px;
}
.uiCalendar:hover{
	background-position:0 -26px;
}
.timeSearch{
	height:100%;
}
ul.timeSearch li{
	float:left;	
	padding-top:4px;
}
.timeSearch input{
	border:1px solid #afafaf;
	height:12px;
	width:146px;
	margin-top:4px;
	padding:5px;
}
.SearchBtn{
	background:url(../images/buttons/btn_search.png) 0 -30px;
	width:64px;
	height:30px;
	margin: 2px 10px 0 0;
}
.timeSearch li.label{
	font-weight:bold;
	margin:8px 10px 0 3px;
}
.calendar{
	margin-top:5px;
}
/*-----User Navigation Top-----*/
#userNav a:link,#userNav a:visited,#userNav a:hover,#userNav a:active{
	color:#fff;
}
#wrapper{
	height: auto !important;
	min-height: 100%;
	position: relative;
	min-width: 960px;
}
h4.name{
	color:#7c2149;
	font-size:1.2em;/*14px*/
}
#welcome{
	margin:0 auto;
	padding:0 0 0 57px;
	height:38px;
	width:923px;
}
#header{
	background:url('../images/hdr_tile2.jpg') repeat-x;
	height:114px;/*Previous 117px*/
	width:100%;
}
#headerLine{
	background:url('../images/hdrLineTop.jpg') top repeat-x;
	width:100%;
	height:2px;
}
#headerOverlay{
	/*background:url('../images/hdr_overlay2.png') no-repeat;*/
	margin:0 auto;
	height:114px;
}
#headerContent{
	height:0;
	padding:0;
	width:960px;
	margin:0 auto;
}
.whiteHdrBrdr{
	height:9px;
	background:#fff;
	border-bottom:1px solid #bebebe;
}
#logo{
	padding:26px 50px 0 34px;
	width:166px;
	height:69px;
}
#floatNav{
	float:right;
	width:388px;
}
/*-----Global Navigation-----*/
#nav{
font-weight:bold;
font-size:1.167em;
letter-spacing:0.1px;
margin-top:37px;
}
#nav span{
	float:left;
	height:35px;
}
ul#nav li{
	display:inline; 
	float:left;
	margin-right:2px;
}
#nav a{
	color:#fff;
}
#nav a:hover{
	color:#222;
}
#nav #home div{
	background:url('../images/icons/icon_homeNav.png') no-repeat 0 0;
	height:15px;
	width:16px;
	margin-top:4px;
}
#nav li span.left{
	background:url('../images/globalnav_left_new.png') no-repeat 0 0;
	width:5px;	
	height:37px;
}
#nav li span.right{
	background:url('../images/globalnav_right_new.png') no-repeat 0 0;
	width:5px;
	height:37px;
}
#nav li span.text{
	background:url('../images/globalnav_tile_new.png') repeat-x 0 0;
	padding:12px 11px 0 11px;
	height:25px;
	text-shadow: 0px -1px 0px #333, 0px 1px 4px #666;
	-webkit-text-shadow: 0px -1px 0px #333, 0px 1px 4px #666; 
	-moz-text-shadow: 0px -1px 0px #333, 0px 1px 4px #666; 
}
#nav #home span.text{
	padding-top:9px;
	height:28px;
}
/*-----HOVER STATES------*/
#nav li a:hover{text-decoration:none;}
#nav li#home .select div, #nav li#home:hover div{
	background-position: 0 -15px;
}
#nav li:hover span.left,  #nav li a.select span.left{
	background-position: 0 -37px;
}
#nav li:hover span.right, #nav li a.select span.right{
	background-position: 0 -37px;
}
#nav li:hover span.text, #nav li a.select span.text{
	background-position: 0 -37px;
	color:#666;
	text-shadow: none;
}
#content{
	margin:0 auto;
	padding-bottom:70px;
	min-height:400px;
}
#container{
	width:960px;	
	margin:0 auto;
	padding:40px 0 275px 0;
	min-height:100%;
}
#userNavWrap{
	height:36px;
	background:#853256 ;/*#6b374d*/
	-moz-border-radius-bottomright: 7px;  /*Firefox */
    -webkit-border-bottom-right-radius: 7px; /* Safari, Chrome */
    border-radius-bottom-right: 7px;  /*CSS3 */
	border:2px solid #610e32;/*410e26*/
	border-top:0;
}
#userNavWrapAgain{
	height:34px;
	-moz-border-radius-bottomright: 7px;  /*Firefox */
    -webkit-border-bottom-right-radius: 7px; /* Safari, Chrome */
    border-radius-bottom-right: 7px;  /*CSS3 */
	border:2px solid #853256;/*#734156*/
	border-top:0;
}
ul#userNav{
	color:#fff;
	font-weight:bold;
}
#userNav li.none{
	background:none;
}
ul#userNav li{
	float:left;	
	display:block;
	font-weight:bold;
	padding:0 12px;
	background:url('../images/navLine.png') repeat-y right;
	line-height:3em;
}
ul#userNav li a{
	padding-top:4px;
}
a.logout{
	background:url('../images/icons/icon_logout.png') no-repeat center right;
	padding-right:26px;
}
span.user{
	background:url('../images/icons/icon_user.png') no-repeat left;
	padding:0 10px 0 25px;
	display:block;
}
#message{
	padding:15px 10px 25px;
	line-height:1.8em;
}
#message.help{
	padding-bottom:35px;
	line-height:1.4em;
}
span.help{
	background:url('../images/help-file.png') left no-repeat;
	padding:0 10px 0 35px;
	font-size:1.5em;
}
#questions a{
	display:block;
	text-decoration:underline;
	padding-bottom:9px;
}
#questions a:hover{
	display:block;
	text-decoration:none;
}
#questions{
	padding:20px;
}
/*-----FOOTER-----*/
#footer{
	height:auto;
	bottom:0;
	margin:0;
	width:100%;
	position:absolute;
	color:#d9d9d9;
}
#footer-content a:link,#footer-content a:visited,#footer-content a:active{
	color:#d9d9d9;
}
#footer-content a:hover{
	color:#fff;
}
#footer-content{
	width:950px;
	margin:0 auto;
	padding:15px 0;
	height:275px;
}
#footer-content.footer-mini {height:30px;}
#container.footer-mini {padding-bottom:30px;}
#footer-content ul.inline{
	padding-top:5px;
}
#footer-content ul.inline li{
	display:inline;
	background:url('../images/footer-divider.jpg') no-repeat right center;
	padding:0 8px;
}
#footer-inner{
	background:url('../images/ftr_tile.jpg') repeat-x;
	height:100%;
}
ul#footer-links li{
	float:left;
}
.col-ftr{
	margin:25px 10px 0 0;
	width:303px;
}
.contact-details{
	line-height:18px;
}
.twitter{
	background:url('../images/icons/twitter.png') no-repeat left; margin-left:4px;
}
.facebook{
	background:url('../images/icons/facebook.png') no-repeat left; margin-left:10px;
}
.twitter,.facebook{
	height:17px; width:17px; opacity:0.8;
}
.twitter:hover,.facebook:hover{
	opacity:1;
}
a.up{
	background:url('../images/icons/icon_up.png') no-repeat left;
	padding-left:17px;
	margin:10px 0;
	float:right;
}
/*-----POPUP BOXES-----*/
#attach-form input{
	padding:0;
	margin:15px 0 0 0;
	font-size:14px;
}
#attach-form{
	padding:15px;
}
.uploadDoc{
	background:url('../images/buttons/btn_open.png') no-repeat scroll center center transparent;
	height:14px;
	width:14px;
	padding: 5px 10px;
	margin: 4px 5px 0px 0px;
	cursor:pointer;
	display:block;
	text-indent: -9999px;
}

#myuploaderButton{
	background:url('../images/buttons/btn_attach.png') no-repeat 0 0;
	height:30px;
	width:162px;
	padding:0;
	margin:7px 0 0 7px;
	cursor:pointer;
}
#myuploaderButton:hover, #upload:hover{
	background-position:0 -30px;
}
#myuploaderButton:active, #upload:active{
	background-position:0 -60px;
}
#docDeptUploadButton, #upload{
	background:url('../images/buttons/btn_attach.png') no-repeat 0 0;
	height:30px;
	width:162px;
	padding:0;
	/*margin:7px 0 0 7px;*/
	cursor:pointer;
}
#docDeptUploadButton:hover{
	background-position:0 -30px;
}
#docDeptUploadButton:active{
	background-position:0 -60px;
}

#extendPopup{
	width:350px;
	margin:0 auto;
	padding-top:30px;
}
#extendPopup input, #extendPopup textarea{
	width:290px;
}
.updateForm{
	width:550px;
	margin:0 auto;
	padding:10px 0;
}
.updateForm label.mini{
	width:34px;
}
.updateForm input#ext.field{
	width:55px;
}
.updateForm input#phone.field{
	width:230px;
}
.updateForm form{
	padding-top:20px;
}

/*----FANCY BOX POPUP----*/
body.popup{
	background:none;
}
/*----BUTTONS----*/
input.button, .button{
	padding: 8px 10px;
	margin:12px 0;
    background: #456b85;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ea2b2), to(#0d3864));
    background-image: -webkit-linear-gradient(top, #6ea2b2, #0d3864); 
    background-image: -moz-linear-gradient(top, #6ea2b2, #0d3864);
    background-image: -ms-linear-gradient(top, #6ea2b2, #0d3864);
    background-image: -o-linear-gradient(top, #6ea2b2, #0d3864);
    color: #FFF!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #0d3864;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	font-size:1.125em;
	height:auto;
	width:auto;
	/*font-weight:600;*/
	cursor:pointer;
	text-transform:uppercase;
}
input.button:hover, .button:hover{
    background: #557c92;
    text-decoration: none;
}
input.button:active, .button:active{
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    background: #1f527a;
}
input.button.grey, .button.grey{
	padding: 5px 10px;
	margin:4px 5px 0 0;
	font-size:1em;
    background: #646464;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adadad), to(#575757));
    background-image: -webkit-linear-gradient(top, #adadad, #575757); 
    background-image: -moz-linear-gradient(top, #adadad, #575757);
    background-image: -ms-linear-gradient(top, #adadad, #575757);
    background-image: -o-linear-gradient(top, #adadad, #575757);
    border: solid 1px #646464;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transformr:capitolize;
}
input.button.grey:hover, .button.grey:hover{
    background: #939393;
    text-decoration: none;
}
input.button.grey:active, .button.grey:active{
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
    background: #6e6e6e;
}
.push-update-btn{
	margin-left: 145px;
	width: 140px;
}
.push-right
{
    margin-left:170px;
    margin-top:12px;
}
.updateForm label{
	width:130px; 
	font-size:1.167em; 
	color:#52545d; 
	padding:9px 15px 0 0; 
	text-align:right;
}
#extendPopup label{
	width:180px; font-size:1em; color:#52545d;
}
.extend-form{width:362px;}
/* Table Icons */
#icon-time, #icon-time-query, #icon-time-month, #icon-time-view{
	padding-left:35px;
	margin-left:5px;
}

#icon-time{
	background:url('../images/icons/icon_time_tick.png') left center no-repeat;
}
#icon-time-query{
	background:url('../images/icons/icon_time_query.png') left center no-repeat;
}
#icon-time-month{
	background:url('../images/icons/icon_time_month.png') left center no-repeat;
}
#icon-time-view{
	background:url('../images/icons/icon_time_view.png') left center no-repeat;
}
/* AOG PROFILES */
.aog-profiles ul{
	margin-bottom:25px;
}
.aog-profiles ul li{
	padding:5px 0;
}
.aog-profiles p span{
	background: #eaeef1;
	border: 1px dashed #aabcca;
	color: #476f8a;
	padding:10px;
	margin:10px 0;
	display:block;
}
h4.reveal{
	background: url('../images/buttons/btn_open.png') 0 1px no-repeat;
	border-bottom:1px solid #999;
	padding:0 0 10px 23px;
	margin:15px 0;
	display:block;
	cursor:pointer;
	color:#404040;
	text-align:middle;
}
h4.reveal.open{
	background-image: url('../images/buttons/btn_close.png');
}
/*NEW Styles*/
.print-rso{
	background: url('../images/buttons/btn_print.png') no-repeat 0 0;
	width:167px;
}
.print-rso:hover{background-position: 0 -42px;}
@font-face
{
font-family: Lato;
src: url('../fonts/lato-bold-webfont.ttf'),
     url('../fonts/lato-bold-webfont.eot'), /* IE9 */
     url('../fonts/lato-bold-webfont.svg'),
	 url('../fonts/lato-bold-webfont.woff');
}
#closeSearch{
	background: url('../images/icons/search-close.png') no-repeat 0 0;
	width:14px;
	height:14px;	
	padding:0;
	float:right;
}
#closeSearch:hover{
	background-position:0 -14px;
	cursor:pointer;
}
.capture-info div.fieldset{
	padding:0;
	float:left;
}
#search-jobs input, #search-jobs select{
	padding:6px 10px;
}
.faq .collapse{
	padding:0 23px 23px 23px;
}
.faq .button{
	padding: 5px 10px;
}
/*----DatePicket----*/

.ui-datepicker tr
{
	height:0px;
}