5:33 PM 6/15/2017@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_regwebfont.eot');
    src: url('fonts/proxima_nova_regwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_regwebfont.woff') format('woff'),
         url('fonts/proxima_nova_regwebfont.ttf') format('truetype'),
         url('fonts/proxima_nova_regwebfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'proxima_nova_bold';
    src: url('fonts/proxima_nova_boldwebfont.eot');
    src: url('fonts/proxima_nova_boldwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_boldwebfont.woff') format('woff'),
         url('fonts/proxima_nova_boldwebfont.ttf') format('truetype'),
         url('fonts/proxima_nova_boldwebfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


body,html {
	height:100%;
}

body {
	font-size:16px;
	line-height:1.3;
	font-family:'proxima_nova', arial, sans-serif;
	color:#4a4a4a;
	background:#fff;
	min-width:1024px;
	overflow-y:scroll;
}

a {
	color:#0252aa;
	text-decoration:none;
	cursor:pointer;
}

td {
	vertical-align: middle;
}5:36 PM 6/15/2017

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

input,textarea,select {
	font-size:12px;
	font-family:arial, sans-serif;
	margin: 0;
	
}

textarea {
	overflow:auto;
}

.cl {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	clear:both;
}

.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}

.left,.alignleft {
	float:left;
	display:inline;
}

.right,.alignright {
	float:right;
	display:inline;
}

.shell {
	width:1000px;
	margin:0 auto;
}

.main p {
	padding-bottom:24px;
}

.login {
	border-top:1px solid #e3e3e3;
	padding-top:134px;
	margin-bottom:15px;
}
.login-form {
	display:block;
	margin:0 auto;
	width:400px;
	height:auto;
	overflow:hidden;
	border:1px solid #e3e3e3;
	border-radius:4px;
}
.login-form h1 {
	text-align:center;
	color:#292932;
	height:50px;
	font-size:30px;
	line-height:50px;
	font-family: 'proxima_nova';
	font-weight:bold;
	text-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.4);
	border-right-color: #ededed; 
	border-left-color: #cecece; 
	border-top: 1px solid #cecece;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
.login-form p { padding:10px 40px; }
.login-form h1 span {
	font-family: 'proxima_nova';
}
.login-form .field { width:280px; float:none; margin:10px auto; }
.login-form .buttons input { width:300px; margin-left:50px; float:none; margin-bottom:20px; }
.form-meta { text-align:center; display:block; float:left; width:100%; margin-bottom:20px; }
.form-meta a { display:inline; text-align:center; padding:0 20px; color:#aaa; text-decoration:underline; font-size:12px; }

.login-form label { margin-top:8px; display:block; }

.home .header {
	border-bottom:1px solid #e3e3e3;
	padding-top:34px;
	margin-bottom:15px;
}

.header {
	padding-bottom:15px;
	padding-top:34px;
}

.header h2 {
	font-size:25px;
	line-height:37px;
	color:#292932;
	font-family:'proxima_nova_bold', arial, serif;
	font-weight:400;
	float:left;
}

.header h2 span {
	font-family:'proxima_nova', arial, sans-serif;
}

.header .header-right {
	float:right;
}

.header .header-right h4 {
	float:right;
	color:#797979;
	font-weight:400;
	padding-right:12px;
	font-size:25px;
	line-height:37px;
}

.header .header-right a.log-out {
	text-decoration:none;
	background:#797979;
	font-size:16px;
	color:#fff;
	float:right;
	height:37px;
	line-height:37px;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:0 18px;
}

.header .header-right a.log-out:hover {
	opacity:0.8;
	filter:alpha(opacity=8);
}

.big-buttons {
	position:relative;
	margin-right:-24px;
	width:1024px;
}

.big-buttons .btn-holder {
	width:228px;
	height:132px;
	float:left;
	margin-right:24px;
	margin-bottom:38px;
	position:relative;
}

.big-buttons .btn-holder a.btn {
	border:1px solid #d1d1d1;
	width:228px;
	height:34px;
	display:block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-o-border-radius:7px;
	font-size:20px;
	color:#9B1827;
	text-align:center;
	position:relative;
	padding-top:98px;
	text-decoration:none;
}

.big-buttons .btn-holder:hover a.btn {
	background: #9B1827; /* Old browsers */
	
	color:#fff;
}

.big-buttons .btn-holder a.btn:active {
	background:#9B1827;
	color:#fff;
}

.big-buttons .btn-holder a span {
	width:72px;
	height:67px;
	background:url(images/btns-ico.png) no-repeat 5px 0;
	position:absolute;
	top:24px;
	left:50%;
	margin-left:-38px;
	font-size: 60px; 

}

.big-buttons .btn-holder a span.time {
	background-position:5px 0;
	background: none;
}


.big-buttons .btn-holder a.btn:active span.time,
.big-buttons .btn-holder:hover a span.time {
	background-position:5px bottom;
}

.big-buttons .btn-holder a span.reports {
	background-position:-221px 0; 
	background: none;
}

.big-buttons .btn-holder a.btn:active span.reports,
.big-buttons .btn-holder:hover a span.reports {
	background-position:-221px bottom;
}

.big-buttons .btn-holder a span.payroll {
	background-position:-287px 3px;
	margin-left:-50px;
	font-size: 68px; 
	background: none;	
}

.big-buttons .btn-holder a.btn:active span.payroll,
.big-buttons .btn-holder:hover a span.payroll {
	background-position:-287px -92px;
}

.big-buttons .btn-holder a span.w2_forms {
	background-position:-374px 0;
	margin-left:-44px;
	font-size: 64px; 
	background: none;
}

.big-buttons .btn-holder a.btn:active span.w2_forms,
.big-buttons .btn-holder:hover a span.w2_forms {
	background-position:-374px -89px;
}

.big-buttons .btn-holder a span.account {
	background-position:-448px 0;
	margin-left:-50px;
	font-size: 70px; 
	background: none;
}

.big-buttons .btn-holder a.btn:active span.account,
.big-buttons .btn-holder:hover a span.account {
	background-position:-448px bottom;
}

.big-buttons .btn-holder a span.lorum {
	background-position:-530px 0;
	margin-left:-46px;
	font-size: 66px; 
	background: none;
}

.big-buttons .btn-holder a.btn:active span.lorum,
.big-buttons .btn-holder:hover a span.lorum {
	background-position:-530px -88px;
}

.big-buttons .btn-holder a span.date {
	background-position:-612px 0;
	font-size: 66px; 
	margin-left:-46px;
	background: none;
}

.big-buttons .btn-holder a.btn:active span.date,
.big-buttons .btn-holder:hover a span.date {
	background-position:-612px -88px;
}

.big-buttons .btn-holder a span.overview {
	background-position:-682px 0;
	background: none;
}

.big-buttons .btn-holder a.btn:active span.overview,
.big-buttons .btn-holder:hover a span.overview {
	background-position:-682px -98px;
	background: none;
}

.big-buttons .btn-holder a span.invoices {
	background-position:-147px 0;
	font-size: 66px; 
	margin-left: -48px; 
	background: none;
}

.big-buttons .btn-holder a.btn:active span.invoices,
.big-buttons .btn-holder:hover a span.invoices {
	background-position:-147px -93px;
}

.big-buttons .btn-holder a span.lorum_ipsum {
	background-position:-74px 0;
	background: none;
}

.big-buttons .btn-holder a.btn:active span.lorum_ipsum,
.big-buttons .btn-holder:hover a span.lorum_ipsum {
	background-position:-72px -86px;
	background: none;
}

.dd-holder {
	z-index:50;
	display:none;
	position:absolute;
	top:130px;
	left:0;
	padding-top:20px;
}

.dd-holder span.arr {
	width:33px;
	height:17px;
	background:url(images/tip-arr.png) no-repeat 0 0;
	position:absolute;
	left:50%;
	margin-left:-16px;
	top:4px;
}

.dd {
	width:230px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	border:1px solid #d1d1d1;
}

.dd ul {
	list-style:none;
	list-style-position:outside;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	overflow:hidden;
}

.dd ul li {
	font-size:14px;
	color:#292932;
	text-align:center;
}

.dd ul li a {
	border-bottom:1px solid #d1d1d1;
	text-decoration:none;
	background:#ededed url(images/tip-bg.png) repeat-x 0 0;
	display:block;
	font-size:14px;
	color:#292932;
	padding:10px 15px;
}

.big-buttons .btn-holder:hover .dd-holder {
	display:block;
}

.navigation {
	margin-top:14px;
	margin-bottom:20px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
}

.navigation > ul > li {
	font-size:17px;
	position:relative;
	float:left;
	width:200px;
	text-align:center;
	height:48px;
}

.navigation > ul > li a {
	text-decoration:none;
	border:1px solid #d1d1d1;
	color:#292932;
	border-right:1px solid #fff;
	display:block;
	line-height:48px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
}

.navigation > ul > li.active a,.navigation > ul > li:hover a {
	color:#fff;
	border:1px solid #9B1827;
	background: #292932; /* Old browsers */
	background: -moz-linear-gradient(top,  #292932 0%, #9B1827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292932), color-stop(100%,#9B1827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292932 0%,#9B1827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292932 0%,#9B1827 100%); /* W3C */
}

.navigation > ul > li:hover > .dd-holder {
	display:block;
	width:200px;
	top:50px;
}

.navigation > ul > li:last-child a {
	border-right:1px solid #d1d1d1;
}

.navigation > ul > li:last-child:hover a {
	border-right:1px solid #9B1827;
}

.navigation > ul > li.first a {
	border-radius:8px 0 0 8px;
}

.navigation > ul > li.last a {
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	-o-border-radius:0 8px 8px 0;
}

.navigation > ul > li:hover > .dd-holder .dd {
	width:200px;
}

.navigation > ul > li:hover > .dd-holder ul li {
	float:none;
	display:block;
	height:auto;
}

.navigation > ul > li:hover > .dd-holder ul li a {
	border:0;
	line-height:16px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-bottom:1px solid #d1d1d1;
	text-decoration:none;
	background:#ededed url(images/tip-bg.png) repeat-x 0 0;
	display:block;
	font-size:14px;
	color:#292932;
	padding:10px 15px;
}

.top-section {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:px;
	margin-bottom:20px;
}

.table-holder .head p {
	line-height:40px;
	color:#797979;
	font-size:15px;
}

.table-holder .head .date {
	margin-right:11px;
	width:586px;
	float:left;
	background:#f1f1f1;
	height:32px;
	border:1px solid #e3e3e3;
	padding:4px 8px 4px 10px;
}

.table-holder .head .date p {
	float:left;
	line-height:31px;
	font-size:16px;
	font-family:'proxima_nova_bold', arial, serif;
	padding-right:13px;
}

form .field-holder {
	position:relative;
	margin-right:10px;
	float:left;
	width:131px;
	height:29px;
	line-height:29px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	background:#fff;
	border:1px solid #b2b2b2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

form .field-holder em.ico {
	width:24px;
	height:24px;
	position:absolute;
	right:2px;
	top:4px;
	/*background:url(images/date-ico.png) no-repeat 0 0;*/
	font-size: 23px; 
	text-align: left;
	color: #292932;
	text-indent: -4px; 
}

form .field-holder input.field {
	position:relative;
	z-index:9;
	width:82px;
	height:29px;
	line-height:29px;
	background:transparent;
	border:0;
	color:#6f6f6f;
	font-size:16px;
	font-family:arial, serif;
	padding:0 41px 0 8px;
}

.table-holder a.grey-btn {
	text-decoration:none;
	float:left;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height:28px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #acacac;
	text-align:center;
	line-height:28px;
	color:#6f6f6f;
	font-size:16px;
	padding:0 16px;
}

.table-holder a.grey-btn-notfloat {
	text-decoration:none;
	
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height:28px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #acacac;
	text-align:center;
	line-height:28px;
	color:#6f6f6f;
	font-size:16px;
	padding:0 16px;
}

.table-holder a.grey-btn:hover {
	color:#000;
}

 a.grey-btn-amc {
	text-decoration:none;
	
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height:28px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #acacac;
	text-align:center;
	line-height:28px;
	color:#6f6f6f;
	font-size:16px;
	padding:0 16px;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-3.ui-datepicker-multi {
	width:45em!important;
}

.table-holder {
	padding-bottom:40px;
}

.table-holder table {
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-o-border-radius:9px;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	margin:0 0 14px;
}

.table-holder table th.first {
	border-radius:9px 0 0 0;
	-moz-border-radius:9px 0 0;
	-webkit-border-radius:9px 0 0 0;
	-o-border-radius:9px 0 0 0;
}

.table-holder table th.last {
	border-radius:0 9px 0 0;
	-moz-border-radius:0 9px 0 0;
	-webkit-border-radius:0 9px 0 0;
	-o-border-radius:0 9px 0 0;
}

.table-holder table th {
vertical-align: middle;
	border-right:1px solid #292932;
	border-left:1px solid #9B1827;
	color:#fff;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
	background: #292932; /* Old browsers */
	background: -moz-linear-gradient(top,  #292932 0%, #9B1827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292932), color-stop(100%,#9B1827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292932 0%,#9B1827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292932 0%,#9B1827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292932', endColorstr='#9B1827',GradientType=0 ); /* IE6-9 */
	height:43px;
	line-height:43px;
}

.table-holder table th p {
	font-family:arial, serif;
	padding-bottom:0;
	line-height: 20px;
}

.table-holder table tr td.first p {
	text-align:center;
	padding-left:0;
}

.table-holder table tr td {
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}

.table-holder table tr td p {
	font-family:arial, serif;
	font-size:13px;
	color:#6f6f6f;
	padding:9px 0 9px 9px;
}

.table-holder table tr:hover {
	box-shadow:0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.4);
	-o-box-shadow:0 0 4px rgba(0,0,0,0.4);
}

.table-holder table tr:hover td p {
	font-family:arial, serif;
	font-weight:700;
	color:#6f6f6f;
}

.table-holder table tr.first {
	border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	-webkit-border-radius:9px 9px 0 0;
	-o-border-radius:9px 9px 0 0;
}

.table-holder table tr.last {
	border-radius:0 0 9px 9px;
	-moz-border-radius:0 0 9px 9px;
	-webkit-border-radius:0 0 9px 9px;
	-o-border-radius:0 0 9px 9px;
}

.table-holder table tr.odd td {
	background:#f7f7f7;
}

.table-holder table tr td.corner-b-r {
	border-radius:0 0 9px 0;
	-moz-border-radius:0 0 9px;
	-webkit-border-radius:0 0 9px 0;
	-o-border-radius:0 0 9px 0;
}

.table-holder.style2 .date {
	width:650px;
	display:block;
	float:none;
	background:transparent;
	border:0;
	margin:0 auto;
}

.table-holder.style2 .head p.center {
	text-align:center;
	padding-bottom:14px;
}

.table-holder.style2 tr td p {
	font-size:16px;
}

.table-holder.style2 tr td p a {
	text-decoration:underline;
	color:#6f6f6f;
}

	.table-holder.style2 tr td p a:hover {
	text-decoration:none;
}

.table-holder.style2 tr td a.grey-btn {
	float:none;
	display:block;
	margin:0 6px;
	padding:0;
}

.table-holder.style2 tr td i.icon-doc-text {
	text-align:center;
	display:block;
	margin:0 auto;
	font-size: 32px;
	color: #292932;
	width:23px;
	height:29px;
	background:url(images/pdf-ico.png) 0 0 no-repeat;
}

.table-holder .table .chosen-container-single {
	margin-left:8px;
	width:158px;
}

.table-holder .table .chosen-container-single .chosen-single {
	display:block;
	width:158px;
	margin:0 auto;
}

.table-holder .table .chosen-container .chosen-drop {
	width:168px;
}

label.checkbox {
	display:block;
	width:23px;
	height:23px;
	position:relative;
}

label.checkbox input {
	opacity: 0; filter: alpha(opacity=0);
	width: 23px; 
	height: 23px;
	position:absolute; 
	top: 0;
	left: 0;  
	cursor:pointer;
}

label.checkbox span {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:23px;
	height:23px;
	background:url(images/checkbox.png) no-repeat 0 0;
}

label.checkbox.checked span {
	background-position:0 -25px;
}

.bottom-section {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:22px;
	padding:0 0 11px;
}

.bottom-section .pagging {
	float:left;
	padding-top:6px;
}

.bottom-section .pagging ul li {
	padding-right:4px;
	float:left;
}

.bottom-section .pagging ul li a {
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	display:block;
	width:20px;
	height:24px;
	text-align:center;
	border:1px solid #aaa;
	color:#292932;
	line-height:24px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	padding:0;
}

.bottom-section a.purple-btn {
	text-decoration:none;
	margin-top:0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background: #292932; /* Old browsers */
	background: -moz-linear-gradient(top,  #292932 0%, #9B1827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292932), color-stop(100%,#9B1827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292932 0%,#9B1827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292932 0%,#9B1827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292932', endColorstr='#9B1827',GradientType=0 ); /* IE6-9 */
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:37px;
	float:right;
	border:1px solid #9B1827;
	border-bottom:1px solid #9B1827;
	padding:0 15px;
}

p.copy {
	text-align:center;
	color:#797979;
	font-size:15px;
}

.top-bar {
	margin-bottom:20px;
	border:1px solid #e3e3e3;
	background:#f1f1f1;
	padding:10px 20px 6px;
}

.top-bar p {
	color:#4a4a4a;
	padding:0;
}

input.field {
	float:none;
	display:block;
	width:130px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	background:#fff;
	border:1px solid #b2b2b2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	position:relative;
	z-index:9;
	height:29px;
	line-height:29px;
	color:#6f6f6f;
	font-size:16px;
	font-family:arial, serif;
	padding:0 10px;
    top: 3px;
    left: -2px;
}

input.field-wide {
	float:none;
	display:block;
	width:267px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	background:#fff;
	border:1px solid #b2b2b2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	position:relative;
	z-index:9;
	height:29px;
	line-height:29px;
	color:#6f6f6f;
	font-size:16px;
	font-family:arial, serif;
	padding:0 10px;
    top: 0px;
    left: 0px;
}

.sidebar {
	width:330px;
	float:left;
	border:1px solid #e3e3e3;
	background:#f1f1f1;
}

.sidebar ul li.widget {
	border-bottom:1px solid #e3e3e3;
	padding:16px 20px;
}

.sidebar ul li.widget label {
	padding-bottom:6px;
	display:block;
	color:#4a4a4a;
	font-family:'proxima_nova_bold', arial, serif;
}

.sidebar ul li.widget .field-holder {
	margin-right:8px;
}

.sidebar ul li.widget .big-select .chosen-container-single .chosen-single {
	display:block;
	width:280px;
	margin:0 auto;
}

.sidebar ul li.widget ul li {
	color:#6f6f6f;
	font-size:14px;
	text-transform:uppercase;
	width:17px;
	float:left;
	position:relative;
	padding-top:24px;
	text-align:center;
	margin:0 8px 0 0;
}

.sidebar ul li.widget ul li input {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	width:18px;
	height:18px;
	z-index:9;
}

.sidebar ul li.widget ul li span.ico {
	width:17px;
	height:18px;
	background:url(images/checkbox-style.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}

.sidebar ul li.widget ul li.checked span.ico {
	background-position:0 bottom;
}

.sidebar ul li.widget .select-wrapp select {
	width:42px;
	float:left;
	margin-right:3px;
}

.sidebar ul li.widget .select-wrapp select.med {
	width:48px;
	float:left;
}

.sidebar ul li.widget ul.chosen-results li {
	float:none;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	width:auto;
	text-align:left;
}

.content {
	width:650px;
	float:right;
}

.full-page {
	width:100%;
	float:left;
}

.content .form-body {
	border:1px solid #e3e3e3;
	border-bottom:0;
}

.content .row {
	border-bottom:1px solid #e3e3e3;
	padding:16px 20px;
	position:relative;
}

.content .row label {
	color:#4a4a4a;
	display:block;
	padding-bottom:5px;
	font-size:16px;
	font-family:'proxima_nova_bold', arial, serif;
}

.content .row select {
	width:298px;
	float:left;
}

.content .row input.field {
	width:276px;
	padding:0 10px;
}

.item-holder3 input.field {
	width:166px !important;
	padding:0 10px;
}

.content .row .item-holder {
	width:299px;
	float:left;
	position:relative;
}

.item-holder3 {
	width:199px;
	float:left;
}

.content .row .item-holder + .item-holder {
	margin-left:9px;
    top: 0px;
    left: 0px;
}

.content .row-styles select {
	width:122px;
	float:left;
}

.content .row-styles input.field {
	width:102px;
	float:left;
	padding:0 10px;
}

.content .row-styles .chosen-container {
	float:left;
}

.content .row-styles span.separator-to {
	line-height:30px;
	float:left;
	padding:0 9px;
}

.content .row textarea.textarea-field {
	font-size:15px;
	height:134px;
	width:582px;
	color:#6f6f6f;
	display:block;
	resize:none;
	border:1px solid #ababab;
	box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:10px 12px;
}

.content .row-styles .chosen-container .chosen-drop {
	width:122px;
}

.content form .buttons {
	margin-top:18px;
	padding-bottom:30px;
}


.content form .buttons input.submit-btn {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	float:left;
	cursor:pointer;
	background: #292932; /* Old browsers */
	background: -moz-linear-gradient(top,  #292932 0%, #9B1827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292932), color-stop(100%,#9B1827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292932 0%,#9B1827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292932 0%,#9B1827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292932', endColorstr='#9B1827',GradientType=0 ); /* IE6-9 */
	width:88px;
	height:36px;
	font-size:16px;
	color:#fff;
	font-family:'proxima_nova_bold', arial, serif;
	border:1px solid #9B1827;
}

.content form .buttons .grey-btn {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	float:left;
	cursor:pointer;
	width:88px;
	height:36px;
	font-size:16px;
	color:#291335;
	line-height:36px;
	text-align:center;
	font-family:'proxima_nova_bold', arial, serif;
	border:1px solid #a7a7a7;
	padding:0;
}

.content form .buttons a.grey-btn {
	text-decoration:none;
	height:34px;
	line-height:35px;
	margin-left:10px;
}

.dd ul li a:hover,.navigation > ul > li:hover > .dd-holder ul li a:hover {
	background:#d7d7d7;
}

.navigation ul,.bottom-section .pagging ul,.sidebar ul {
	list-style:none;
	list-style-position:outside;
}

.bottom-section .pagging ul li.active a,.bottom-section .pagging ul li:hover a,.top-bar p strong {
	font-weight:400;
	font-family:'proxima_nova_bold', arial, serif;
}

.bottom-section a.purple-btn:hover,.content form .buttons input.submit-btn:hover,.content form .buttons .grey-btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.sidebar ul li.widget .big-select .chosen-container-single,.sidebar ul li.widget .big-select .chosen-container .chosen-drop {
	width:290px;
}

.sidebar ul li.widget .select-wrapp span,.sidebar ul li.widget .select-wrapp .chosen-container-single {
	float:left;
	margin-right:3px;
}

/* =====================================================
	#New Pages
====================================================== */

/* common */
.btn-nw { display: inline-block;
	border: 1px solid #acacac;
	border-radius: 4px;
	font-size: 17px;
	font-family: 'proxima_nova', sans-serif;
	color: #6f6f6f;
	padding: 9px 11px 8px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.btn-nw-clear { display: inline-block;
	border: 1px solid #acacac;
	border-radius: 4px;
	font-size: 17px;
	font-family: 'proxima_nova', sans-serif;
	color: #6f6f6f;
	padding: 9px 11px 8px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.btn-nw-purple { 
	border-color: #9B1827; 
	color: #fff;
	background: #292932; /* Old browsers */
	background: -moz-linear-gradient(top,  #292932 0%, #9B1827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292932), color-stop(100%,#9B1827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292932 0%,#9B1827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292932 0%,#9B1827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292932 0%,#9B1827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292932', endColorstr='#9B1827',GradientType=0 ); /* IE6-9 */
}

.btn-nw-small { 
	height: 29px; 
	line-height: 31px; 
	text-align: center; 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.btn-nw-small-clear { 
	height: 29px; 
	line-height: 31px; 
	text-align: center; 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.btn-nw-hidden { 
	display: none; 
}

.btn-nw:hover { 
	background: #eee; 
	text-decoration: none; 
}

.btn-nw-purple:hover { 
	background: #9B1827; 
	text-decoration: none; 
}

.btn-nw-small:hover { 
	background: #eee; 
	text-decoration: none; 
}

.btn-nw-small,
.select-time-btn,
.select-time-view a {
	-webkit-transition: background-color .2s;
	   -moz-transition: background-color .2s;
	    -ms-transition: background-color .2s;
	     -o-transition: background-color .2s;
	        transition: background-color .2s;
}

.btn-nw-small,
.select-dept-btn,
.select-dept-view a {
	-webkit-transition: background-color .2s;
	   -moz-transition: background-color .2s;
	    -ms-transition: background-color .2s;
	     -o-transition: background-color .2s;
	        transition: background-color .2s;
}

.select-shift-btn,
.select-shift-view a {
	-webkit-transition: background-color .2s;
	   -moz-transition: background-color .2s;
	    -ms-transition: background-color .2s;
	     -o-transition: background-color .2s;
	        transition: background-color .2s;
}

.close {
	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	    -ms-transition: opacity .2s;
	     -o-transition: opacity .2s;
	        transition: opacity .2s;
}

/* table-head */
.back-btn { 
	background: url(images/back-arr.png) no-repeat 0 center; 
	padding-left: 10px; 
	font-size: 15px; 
	color: #333; 
}
.forward-btn { 
	/*background: url(images/forward-arr.png) no-repeat 0 center; */
	padding-left: 10px; 
	font-size: 15px; 
	color: #333; 
}
.table-head { 
	position: relative; 
	padding-top: 20px; 
	z-index: 1; 
}

.table-head .back-btn { 
	position: absolute; 
	top: -13px; 
	left: 0; 
}

.table-head ul { 
	list-style: none outside none; 
	margin-right: -7px; 
	padding-bottom: 11px; 
}

.table-head li { 
	float: left; 
	background-color: #f1f1f1; 
	border: 1px solid #e3e3e3; 
	width: 466px; 
	padding: 11px 14px 8px; 
	margin: 0 7px 5px 0; 
}

.table-head li select { 
	width: 134px; 
}

.table-head li .chosen-container { 
	margin: -10px -15px -7px 2px; 
}

.table-head li .chosen-results li { 
	width: 112px; 
	background-color: #fff; 
	border: 0; 
}

.table-head .note { 
	font-size: 13px; 
	display: block; 
	padding-top: 3px; 
	line-height: 1.5; 
}

/* timesheet */
.timesheet .table-holder { 
	padding-bottom: 20px; 
}

.total-hrs { 
	padding: 0; 
	text-align: right; 
	font-weight: bold; 
}

.table-holder table tr td .total-hrs { 
	padding-right: 13px; 
}

.approved { 
	padding: 0; 
	text-align: center; 
	font-weight: bold; 
}

.table-holder table tr td .approved { 
	padding-right: 13px; 
}

.table-holder table tr td.first td p { 
	text-align: right; 
}

.table-holder table tr:hover { 
	z-index: 1; 
	position: relative; 
}

.table-holder table tr:hover td th p { 
	font-weight: normal; 
}

.table-holder tr td th p,
.table-holder.style2 tr td th p { 
	font-size: 13px; 
	padding: 0; 
}

.tfoot { 
	font-weight: bold; 
	text-align: right; 
}

.tfoot td { 
	height: 38px; 
}

.table-holder table .tfoot td p { 
	padding: 0 18px; 
}

.tfoot td:first-child { 
	text-align: center; 
}

.timesheet { 
	padding-bottom: 40px; 
}

.timesheet table { 
	text-align: center; 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif; 
}

.timesheet td .btn-nw { 
	display: block; 
	width: 100px; 
	margin: 0 auto; 
	font-weight: bold; 
	padding: 0; 
}

.in-out { width:162px; }

.in-out p { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	width: 49px; 
}

.in-out p + p { 
	padding-left: 2px; 
}

/* expenses */
.expense-holder { width:100px; margin:4px 0 4px 3px; position:relative; overflow:hidden; }
.expense-holder-longer { width:126px; margin:4px 0 4px 3px; position:relative; overflow:hidden; }
.expense-field {
	display: block; 
	float:left;
	border: 1px solid #adadad;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); 
	width: 62px; 
	*width: 58px; 
	height: 16px; 
	padding: 7px 2px; 
	font-size: 13px; 
	text-align: center; 
	color: #6f6f6f; 
}
.expense-field-longer {
	display: block; 
	float:left;
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); 
	width: 88px; 
	*width: 58px; 
	height: 16px; 
	padding: 7px 2px; 
	font-size: 13px; 
	text-align: center; 
	color: #6f6f6f; 
}
.expense-holder input[type="file"], .expense-holder-longer input[type="file"] {
	float:right;
	width:30px;
	opacity:0;
	height:30px;
	position:relative;
	display:block;
	right:0;
	top:0;
	z-index:11;
	cursor:pointer;
}

.expense-holder .upload-btn, .expense-holder-longer .upload-btn {
	display:block;
	cursor:pointer;
	position:absolute;
	border-top:1px solid #adadad;
	border-bottom:1px solid #adadad;
	border-right:1px solid #adadad;
	top:0;
	right:2px;
	z-index:10;
	float:right;
	width:30px;
	height:30px;
	/*background:url(images/upload-ico.png) center center no-repeat;*/
	/*background:url(/css/images/images/paperclip_transparent.png) center center no-repeat;*/
	background:url(images/paperclip_transparent.png) center center no-repeat;
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0;
}

.expense-holder .upload-btn-noicon, .expense-holder-longer .upload-btn-noicon {
	display:block;
	cursor:pointer;
	position:absolute;
	border-top:1px solid #adadad;
	border-bottom:1px solid #adadad;
	border-right:1px solid #adadad;
	top:0;
	right:2px;
	z-index:10;
	float:right;
	width:30px;
	height:30px;
	/*background:url(images/upload-ico.png) center center no-repeat;*/
	/*background:url(/css/images/images/paperclip_transparent.png) center center no-repeat;*/
	
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0;
}
.expense-download-btn {
	display:block;
	cursor:pointer;
	position:absolute;
	border-top:1px solid #adadad;
	border-bottom:1px solid #adadad;
	border-right:1px solid #adadad;
	top:0;
	right:2px;
	z-index:10;
	float:right;
	width:30px;
	height:30px;
	background:url(images/download-ico.png) center center no-repeat;
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0;
}
.remove-row, .add-row {
	height: 10px;
	width:auto;
	padding:5px 10px;
	text-align: center; 
	font-size: 15px; 
	border:1px solid #adadad;
	border-radius:4px;
	font-family: 'proxima_nova_bold', sans-serif; 
	color:#6f6f6f;
		-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.remove-row:hover, .add-row:hover { text-decoration:none; opacity:.6; background:#eee; }

/* add-time */
.add-time { 
	position: relative; 
}
.add-time-table { 
	position: absolute; 
	top: 38px; 
	left: -1px; 
	width: 1000px; 
	visibility: hidden; 
	opacity: 1.0; 
	filter: alpha(opacity=1.0); 
	z-index: 2; 
	background-color: #f7f7f7;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
.add-time-table.open { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.add-time-table th .close { 
	display: block; 
	height: 43px; 
	font-size: 25px; 
	color: #6f6f6f;}
.add-time-table th .close:hover { 
	text-decoration: none; 
	opacity: .6; 
	filter: alpha(opacity=60); 
}

.add-time-table table { 
	margin-bottom: 0; 
	border-radius: 0; 
}

.add-time-table table th.last { 
	border-right: 1px solid #cecece; 
}

.add-time-table table th { 
	border-right-color: #ededed; 
	border-left-color: #cecece; 
	border-top: 1px solid #cecece;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

/* select-time */
.time-holder { 
	float: left; 
	margin: 4px 0 4px 3px; 
}

.time-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); 
	width: 62px; 
	*width: 58px; 
	height: 16px; 
	padding: 7px 2px; 
	font-size: 13px; 
	text-align: center; 
	color: #6f6f6f; 
}

.time-field-longer { 
	width: 96px; 
	padding: 7px 13px; 
	margin: 4px auto; 
	text-align: center; 
}

.email-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:300px;
	
	padding: 5px 5px 5px 5px
}
.emaildesc-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:225px;

	padding: 5px 5px 5px 5px
}

.username-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:395px;
	
	padding: 5px 5px 5px 5px
}
.option-name-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:750px;
	margin-left:5px;
	padding: 5px 5px 5px 5px
}
.password-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:395px;

	padding: 5px 5px 5px 5px
}
.option-value-field { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:175px;
    margin-right:10px;
	padding: 5px 5px 5px 5px
}

.option-value-fields { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	height: 16px; 	
	font-size: 13px; 
	text-align: left; 
	color: #6f6f6f; 
	width:300px;
    margin-right:1px;
	padding: 5px 5px 5px 5px
}
.select-time { 
	position: relative; 
	width: 74px; 
	margin: 0 auto; 
}

.select-dept { 
	position: relative; 
	width: 74px; 
	margin: 0 auto; 
}

.select-shift { 
	position: relative; 
	width: 74px; 
	margin: 0 auto; 
}


.select-time-btn { 
	display: block; 
	background: url(images/select-arr.png) no-repeat right center; 
	width: 66px; 
	height: 29px; 
	line-height: 31px; 
	border: 1px solid #b1b1b1; 
	border-radius: 4px; 
	margin: 0 auto; 
	color: #6f6f6f; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 6px; 
}

.select-dept-btn { 
	display: block; 
	background: url(images/select-arr.png) no-repeat right center; 
	width: 66px; 
	height: 29px; 
	line-height: 31px; 
	border: 1px solid #b1b1b1; 
	border-radius: 4px; 
	margin: 0 auto; 
	color: #6f6f6f; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 6px; 
}

.select-shift-btn { 
	display: block; 
	background: url(images/select-arr.png) no-repeat right center; 
	width: 66px; 
	height: 29px; 
	line-height: 31px; 
	border: 1px solid #b1b1b1; 
	border-radius: 4px; 
	margin: 0 auto; 
	color: #6f6f6f; 
	font-weight: bold; 
	text-align: left; 
	padding-left: 6px; 
}

.select-time-btn:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-dept-btn:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-shift-btn:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-time-view { 
	background-color: #fff; 
	border: 1px solid #b1b1b1; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); 
	position: absolute; 
	top: 30px; 
	left: 0; 
	min-width: 224px; 
	text-align: left; 
	z-index: 1; 
	visibility: hidden; 
	opacity: 0; 
	filter: alpha(opacity=0);
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
.select-dept-view { 
	background-color: #fff; 
	border: 1px solid #b1b1b1; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); 
	position: absolute; 
	top: 30px; 
	left: 0; 
	min-width: 224px; 
	text-align: left; 
	z-index: 1; 
	visibility: hidden; 
	opacity: 0; 
	filter: alpha(opacity=0);
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}

.select-shift-view { 
	background-color: #fff; 
	border: 1px solid #b1b1b1; 
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); 
	position: absolute; 
	top: 30px; 
	left: 0; 
	min-width: 224px; 
	text-align: left; 
	z-index: 1; 
	visibility: hidden; 
	opacity: 0; 
	filter: alpha(opacity=0);
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}


.select-time-view.open { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.select-dept-view.open { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.select-shift-view.open { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.select-time-view.open2 { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}



.select-dept-view.open2 { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.select-shift-view.open2 { 
	visibility: visible; 
	opacity: 1; 
	filter: alpha(opacity=100); 
}

.select-time-view ul { 
	list-style: none outside none;
}

.select-dept-view ul { 
	list-style: none outside none;
}

.select-shift-view ul { 
	list-style: none outside none;
}


.select-time-view li + li { 
	border-top: 1px solid #b1b1b1; 
}

.select-dept-view li + li { 
	border-top: 1px solid #b1b1b1; 
}

.select-shift-view li + li { 
	border-top: 1px solid #b1b1b1; 
}

.select-time-view .radio { 
	color: #6f6f6f; 
	padding: 5px 10px; 
	cursor: pointer; 
}

.select-dept-view .radio_med { 
	color: #6f6f6f; 
	padding: 5px 10px; 
	cursor: pointer; 
}

.select-shift-view .radio_med_shift { 
	color: #6f6f6f; 
	padding: 5px 10px; 
	cursor: pointer; 
}

.select-time-view .radio:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-dept-view .radio_med:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-shift-view .radio_med_shift:hover { 
	background-color: #eee; 
	text-decoration: none; 
}

.select-time-view .radio input { 
	display: none; 
}

.select-dept-view .radio_med input { 
	display: none; 
}

.select-shift-view .radio_med_shift input { 
	display: none; 
}

.select-time-view .radio strong {
	font-weight: bold;
}

.select-dept-view .radio_med strong {
	font-weight: bold;
}

.select-shift-view .radio_med_shift strong {
	font-weight: bold;
}

/* totals-table */
.totals-table { 
	background-color: #fbfbfb; 
	width: 263px; 
	margin-bottom: 42px; 
}



.totals-table table { 
	border-collapse: collapse; 
	font-size: 16px; 
	text-align: right; 
}

.totals-table th,
.totals-table td { 
	border: 1px solid #e3e3e3; 
	padding: 7px 17px 6px; 
}

.totals-table th:first-child,
.totals-table td:first-child { 
	text-align: left; 
}

/* totals-table-addl */
.totals-table-addl { 
	background-color: #fbfbfb; 
	width: 263px; 
	margin-bottom: 42px; 
}



.totals-table-addl table { 
	border-collapse: collapse; 
	font-size: 16px; 
	text-align: right; 
}

.totals-table-addl th,
.totals-table-addl td { 
	border: 1px solid #e3e3e3; 
	padding: 7px 17px 6px; 
}

.totals-table-addl th:first-child,
.totals-table-addl td:first-child { 
	text-align: left; 
}


/* leave-comments */
.leave-comments { 
	overflow: hidden; 
	padding-bottom: 14px; 
}

.leave-comment label { 
	display: inline-block; 
	margin-bottom: 7px; 
	font-size: 19px; 
}

.leave-comment textarea { 
	display: block; 
	resize: none; 
	background-color: #f1f1f1; 
	border: 1px solid #e3e3e3; 
	padding: 10px 17px; 
	font-size: 13px; 
	width: 450px; 
	height: 93px; 
}

.leave-comment textarea:focus { 
	background-color: #fbfbfb; 
}

.leave-comment .btn-nw-holder { 
	text-align: center; 
	padding-top: 12px; 
}

.leave-comment .btn-nw { 
	color: #291335; 
	font-family: Helvetica, Arial, sans-serif; 
}

.form-footer a.btn-nw { 
	color: #291335; 
}

.footer { 
	padding: 15px 0; 
	border-top: 1px solid #e3e3e3; 
}

.footer-no-border { 
	padding: 15px 0; 
	
}
/* =====================================================
	#Approve Timesheets
====================================================== */

/* table-head */
.table-head-cols { 
	padding-top: 12px; 
}

.table-head-cols .table-head-text { 
	float: right; 
	width: 610px; 
	margin-top: -13px; 
}

.table-head-cols ul { 
	float: left; 
	width: 370px; 
}

.table-head-cols li { 
	float: none; 
	width: 340px; 
}

.table-head-centered { 
	text-align: center; 
	padding: 10px 0 20px; 
}

.table-head-centered li { 
	float: none; 
	margin: 0 auto; 
	width: 350px; 
}

/* table-small */
.table-small { 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif; 
	text-align: right; 
}

.table-small .btn-nw { 
	margin: 4px 0; 
}

.table-small .btn-nw + .btn-nw { 
	margin-left: 3px; 
}

.table-holder .table-small th p { 
	font-family: 'proxima_nova', sans-serif; 
	padding-right: 2px; 
}

.table-holder .table-small table tr td p { 
	padding: 0 5px; 
}

.aligncenter { 
	text-align: center; 
}

.alignleft { 
	text-align: left; 
}

.alignright { 
	text-align: right; 
}

.status input { 
	display: none; 
}

/* approval */
.approve-timesheet .table-holder { 
	padding-bottom: 0; 
}

.approval { 
	float: right; 
	padding-bottom: 25px; 
}

.approval .btn-nw { 
	float: left; 
}

.approval .btn-nw ~ .btn-nw { 
	margin-left: 7px; 
}

.approval .input-container { 
	float: left; 
	padding-right: 9px; 
}

.approval .field { 
	float: left; 
	width: 233px; 
	padding: 6px 17px 4px; 
	box-shadow: none; 
}

.approval label { 
	float: left; 
	line-height: 41px; 
	font-size: 16px; 
	color: #291335; 
	margin-right: 7px; 
	font-family: Helvetica, Arial, sans-serif; 
}

/* leave-comments-small */
.leave-comments-small { 
	float: left; 
	width: 642px; 
	margin-right: 20px; 
}

.leave-comments-small .leave-comment textarea { 
	width: 273px; 
}

.leave-comments-small label { 
	font-family: 'proxima_nova', sans-serif; 
	font-weight: bold; 
	font-size: 15px; 
}

/* customer-agreement */
.customer-agreement { 
	overflow: hidden; 
	font-size: 13px; 
	line-height: 1.5; 
	padding-bottom: 20px; 
}

.customer-agreement p { 
	padding-bottom: 4px; 
}

.customer-agreement h4 { 
	font-size: 15px; 
	padding-bottom: 2px; 
}

.customer-agreement ol { 
	padding-left: 50px; 
}

.customer-agreement ol li { 
	padding-bottom: 4px; 
}


/* =====================================================
	#Approve Timesheets2
====================================================== */

/* table-small2 */
.table-small2 td[colspan="12"] { 
	height: 6px; 
}

.table-small2 tr:first-child + tr td[colspan="12"] { 
	height: 0; 
	border: 0; 
}

.table-small2 strong { 
	font-size: 17px; 
}

.table-holder table tr td.combined { 
	background-color: #f7f7f7; 
	border-color: transparent; 
}

.table-holder table tr td.combined-after { 
	border-color: transparent; 
}

.table-holder table tr:hover td p strong { 
	font-weight: bold; 
}

.combined-row .form-row-tiny label { 
	background-color: #bbb; 
	color: #fff; 
}

.combined-row .form-row-tiny + .form-row-tiny { 
	border-bottom: 1px solid #e3e3e3; 
}

.table-holder table tr td.combined p { 
	text-align: left; 
	padding: 0 15px; 
}

.combined p { 
	float: right; 
	background-color: #bbb; 
	width: 218px; 
	height: 41px; 
	line-height: 42px; 
	text-align: left; 
	padding: 0 15px; 
	border: 1px solid #e3e3e3; 
	margin: -1px -1px 0 0; 
	color: #fff; 
}

.form-row-tiny:before,
.form-row-tiny:after { 
	content: " "; 
	display: table; 
}

.form-row-tiny:after { 
	clear: both; 
}

.form-row-tiny { 
	*zoom: 1; 
}

.form-row-tiny + .form-row-tiny { 
	border-top: 1px solid #e3e3e3; 
}

.form-row-tiny label { 
	float: left; 
	background-color: #6b6b6b; 
	width: 22px; 
	height: 20px; 
	line-height: 20px; 
	text-align: center; 
	color: #fff; 
	text-transform: uppercase; 
}

.tiny-field { 
	float: left; 
	width: 60px; 
	border: 0; 
	font-size: 12px; 
	padding: 3px 0 2px; 
	text-align: center; 
	color: #6f6f6f; 
}

/* =====================================================
	#History Page
====================================================== */

.inline-list ul {
	float: none; 
	height: 41px;
	width: auto;
}
.inline-list ul li {
	float: left;
	margin-bottom: 0;
}

.inline-list .table-head-text { 
	float: none; 
	width: auto;
	margin: 0;
}

.table-holder .table-history tr td p {
	font-size: 16px;
}

/* total-tables */
.total-tables {
	position: relative;
	width: 916px;
	font-size: 16px;
	margin-bottom: 40px;
}

.total-tables table {
	border-collapse: collapse;
	width: 450px;
	text-align: left;
	margin-bottom: 11px;
}

.total-tables .table-aside {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}

.total-tables table th,
.total-tables table td {
	border: 1px solid #e3e3e3;
	padding: 7px 10px 6px 15px;
}
.total-tables table th {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #f7f7f7;
}

.total-tables table td + td {
	text-align: right;
}

/* =====================================================
	#Group Timesheet
====================================================== */

.group-timesheet {
	padding-bottom: 30px;
}

.group-timesheet ol li { 
	padding: 15px 0 0 27px; 
	position: relative; 
}

.group-timesheet ol li + li { 
	border-top: 1px solid #cecece; 
}

.group-timesheet ol .table-holder { 
	padding-bottom: 15px; 
}

.group-timesheet ol .table-holder table { 
	margin-bottom: 0; 
}

.group-timesheet .time-field {
	margin: 0 auto;
}

.group-timesheet .form-footer { 
	padding: 0 27px;
}

.group-timesheet .form-footer a.btn-nw { 
	color: #fff; 
}

.table-holder .table-light th {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #cecece;
	border-left-color: #e1e1e1;
	border-right-color: #cecece;
	color: #797979;
}

.list-number { 
	color: #292932; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	position: absolute; 
	top: 18px; 
	left: 0; 
}

.head-box { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	background-color: #f1f1f1; 
	border: 1px solid #e3e3e3; 
	padding: 4px 5px 4px 13px; 
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
}

.head-box strong { 
	font-family: 'proxima_nova_bold', sans-serif; 
	padding-right: 7px; 
}

.head-box select { 
	width: 145px; 
}

.radio { 
	/*display: inline-block;*/ 
	*display: inline; 
	*zoom: 1; 
	overflow: hidden; 
	cursor: pointer; 
}

.radio_med { 
	/*display: inline-block;*/ 
	*display: inline; 
	*zoom: 1; 
	overflow: hidden; 
	cursor: pointer; 
}

.radio_med_shift { 
	/*display: inline-block;*/ 
	*display: inline; 
	*zoom: 1; 
	overflow: hidden; 
	cursor: pointer; 
}

.radio input { 
	display: none; 
}

.radio_med input { 
	display: none; 
}

.radio_med_shift input { 
	display: none; 
}


.radio label { 
	cursor: pointer; 
}

.radio_med label { 
	cursor: pointer; 
}

.radio_med_shift label { 
	cursor: pointer; 
}

.radio span { 
	float: left; 
	background: url(images/radio.png) no-repeat 0 0; 
	width: 16px; 
	height: 16px; 
}

.radio_med span { 
	float: left; 
	background: url(images/radio.png) no-repeat 0 0; 
	width: 16px; 
	height: 16px; 
}

.radio_med_shift span { 
	float: left; 
	background: url(images/radio.png) no-repeat 0 0; 
	width: 16px; 
	height: 16px; 
}

.radio.checked span { 
	background-position: 0 -17px; 
}

.radio_med.checked span { 
	background-position: 0 -17px; 
}

.radio_med_shift.checked span { 
	background-position: 0 -17px; 
}

.filled-sheet table {
	margin: -6px 0 35px -6px;
	width: 100%; 
}

.filled-sheet td {
	border: 1px solid #e3e3e3;
	width: 50%;
	padding: 10px 13px 9px;
}

.filled-sheet td strong {
	font-family: 'proxima_nova_bold', sans-serif;
}


/* =====================================================
	#Form Errors
====================================================== */
.form-error {
	display:block;
	margin:10px auto;
	width:998px;
	padding:10px 0;
	text-align:center;
	color: #b94a48;
	background-color: #f2dede;
	border:1px solid #eed3d7;
}
.field-error {
	display:block;
	margin:2px auto;
	width:100%;
	padding:4px;
	text-align:left;
	color: #b94a48;
}
.login-error {
	display:block;
	margin:10px auto;
	width:400px;
	padding:10px 0;
	text-align:center;
	color: #b94a48;
	background-color: #f2dede;
	border:1px solid #eed3d7;
}
.form-success {
	display:block;
	margin:10px auto;
	width:998px;
	padding:10px 0;
	text-align:center;
	color: #468847;
	background-color: #dff0d8;
	border:1px solid #d6e9c6;
}
.alert-success {
	display:block;
	margin:10px auto;
	width:250px;
	padding:10px 0;
	text-align:center;
	color: #468847;
	background-color: #dff0d8;
	border:1px solid #d6e9c6;
}
#comment-saved-message {
	display:block;
	margin:2px auto;
	width:800px;
	padding:10px 0;
	text-align:center;
	color: #468847;
	background-color: #dff0d8;
	border:1px solid #d6e9c6;
}
/* Misc */
.report-to, .job-contact, .bill-attn {
	display:block;
	position:absolute;
	right:0;
	top:-15px;
	width:60px;
	height:20px;
	padding:4px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	text-align:center;
	line-height:20px;
	font-size:13px;
}
.hint { 
	display:none; 
	padding:10px !important; 
	background:#fff; 
	border:1px solid #e3e3e3; 
	width:200px; 
	z-index:999; 
	position:absolute; 
	right:0; 
	top:13px; 
	border-radius:none !important;
}



.full-page .row { position:relative;
    top: 0px;
    left: 0px;
}
.add-row-row td { height:40px; }
.add-row { float:left !important; margin-left:4px; height:18px; line-height:20px; font-size:20px; padding:5px 9px; }
.submit { float:right; display:block; margin:0; width:100%; }
.submit a { float:right; }
.login-logo { display:block; margin-left:auto; margin-right:auto; width:1000px; }


/* expensess-table */
#expense_totals { 
	background-color: #fbfbfb; 
	width: 263px; 
	margin-bottom: 42px; 
}

#expense_totals table { 
	border-collapse: collapse; 
	font-size: 16px; 
	text-align: right; 
}

#expense_totals th,
#expense_totals td { 
	border: 1px solid #e3e3e3; 
	padding: 7px 17px 6px; 
}

#expense_totals th:first-child,
#expense_totals td:first-child { 
	text-align: left; 
}

.content .row_jobsearch {
	border-bottom:1px solid #e3e3e3;
	padding:5px 5px 5px 5px;
	position:relative;
}

.applyselected {
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;	
	width:175px;
	height:24px;
	text-align:center;
	border:1px solid #aaa;
	color:#292932;
	line-height:24px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	padding:0;
	margin-bottom: 4px;
}

.jobsearchtitlebar {
    font-size:25px;
    line-height:37px;
    color:#292932;
    font-family:'proxima_nova_bold', arial, serif;
    font-weight:400;
    margin-bottom:20px;
    border:1px solid #e3e3e3;
    background:#f1f1f1;
    padding:10px 20px 6px;
}
.applybutton 
{
 border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #acacac;
	text-align:center;
	background:#292932;
	color:White;
	font-size:16px;
	padding:7px;
	
}

.narrow-wide-gray-button 
{
    text-decoration:none;
	float:left;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height:28px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border:1px solid #acacac;
	text-align:center;
	line-height:28px;
	color:#4E4E55;
	font-size:16px;
	padding:0 16px;
    width: 275px;
    cursor:pointer;
}
.narrow-wide-gray-button:hover {
	color:#000;
}

#DDJOB_SKILLS {
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	background:#fff;
	border:1px solid #b2b2b2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;

}
 #DDJOB_TESTS{
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	background:#fff;
	border:1px solid #b2b2b2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;

}

.chosen-choices {

    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
}

#JOBDESC {
    border:1px solid #ababab;
	box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.4) inset;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:10px 12px;

}

.roundme {

    text-decoration:none;
    background:#292932;
	font-size:16px;
	color:#fff;
	float:right;
	height:37px;
	line-height:37px;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:0 18px;
}
.roundmesave {

    text-decoration:none;
    /*background:#292932;*/
	font-size:16px;
	color:#fff;
	float:right;
	height:37px;
	line-height:37px;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	-o-border-radius:18px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:0 18px;
}
.turnWhite {

    background-color:white;

}
.turnGray {

    background-color:#f1f1f1;

}
.table-holder .head .date2 {
	margin-right:11px;
	width:975px;
	float:left;
	background:#f1f1f1;
	height:32px;
	border:1px solid #e3e3e3;
	padding:4px 8px 4px 10px;
}

.btn-nw-disabled { display: inline-block;
	border: 0px solid #acacac;
	border-radius: 4px;
	font-size: 17px;
	font-family: 'proxima_nova', sans-serif;
	color: #F0F0F0;
	padding: 9px 11px 8px;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
 
}

.btn-nw-small-disabled { 
	height: 29px; 
	line-height: 31px; 
	text-align: center; 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif; 
	padding: 0 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.btn-nw-disabled:hover {

    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    cursor:default;
}
.btn-nw-small-disabled:hover {

    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
    cursor:default;
}


.time-field-med { 
	display: block; 
	border: 1px solid #adadad; 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); 
	width: 50px; 
	*width: 46px; 
	height: 16px; 
	padding: 7px 2px; 
	font-size: 11px; 
	text-align: center; 
	color: #6f6f6f; 
}
.in-out-med { width:100px; }

.in-out-med p { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	width: 20px; 
}

.in-out-med p + p { 
	padding-left: 2px; 
}

.in-out-med-addl { width:100px; }

.in-out-med-addl p { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	width: 25px; 
}

.in-out-med-addl p + p { 
	padding-left: 2px; 
}
.disabled-style {
    color: #cccccc;
    border-color: #cccccc;
    background: #ffffff;
}

.table-holder .antitable {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
	border-bottom:0px solid white;
	border-left:0px solid white;
	margin:0 0 0 0;
}

.table-holder .antitable td {

	padding:5px 5px 5px 5px;
}
.iframe-pref{
   	margin:5px 5px 5px 5px;
    width:98%;
    height:96%;
    overflow:hidden;
}
.pdfDiv {
  margin:0;
  width:1200px;
  overflow:hidden;
}
