/*
	css reset from :

   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* -- TABS --*/

.editable_list li {
	padding: 2px;
	clear:both;
}

.editable_list li label.jobheader {
	float:left;
	font-weight: bold;
	width: 130px;
}

.alert{
	color: #FF0000;
	font-size: 9px;
}

.editable_select, .editable_multiselect, .editable_text {
	background-color: #EEE;
	border: 1px dashed #999;
	padding: 2px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

.block {
	display: block !important;
	float: none !important;
}

.tabs li {
	float: left;
	/*margin: 0 5px;*/
	margin:0 5px;
	cursor: pointer;
	border-bottom: 0;
/*	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	position: relative;*/
	top: 1px;
	/*padding: 5px;*/
}
.tabs li.selected a {
	border-bottom: 1px solid #FFF;
	z-index: 1000;
	background:#fff;
}

.tabs a{
	padding:3px 10px;
	line-height:27px;
	display:block;
	background-color: #dbd0a9;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	position: relative;


}

.header-tab {
	/*background-color: #dbd0a9;*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin: 5px 6px 0 0;
	font-size: 16px;
	border: none !important;
/*	padding: 7px 20px !important;*/
}

.header-tab.active a {
	background-color: #FFF;
	line-height:27px;
}

/**/

.loading {
	z-index: 10000;
	width: 75%;
	margin: auto;
	height: 60%;
	position: fixed;
	background: url('../images/ajax-loader.gif') no-repeat center;
	display: none;
}


html {
	height: 97%;
}

html, * {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: helvetica, arial, sans-serif;
}

table * {
	vertical-align: top;
}

a img {
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a.link, a:link {
	cursor: pointer;
	color: #f5862c;
	text-decoration: none !important;
}
	a:focus, input[type=submit]:focus {
		outline: none;
	}
	a:hover, a:visited {
		color: #de7a1d;
		text-decoration: none !important;
	}
a.red {
    color:#DC5547;
}
a.green {
    color: #389F6A;
}
a.gray {
	color: #333;
}
body {
	font-size: 13px;
	line-height: 18px;
	background-color: #546d80;
	height: 97%;
}

ol, ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------- */

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
}

.block{ display:block}

.btn.center {
	width: 120px;
	text-align: center;
	display: block !important;
	margin: 10px auto !important;
}


.clear {
	clear: both;
}

.vert {
	vertical-align: middle;
}

h1 {
	font-size: 22px;
	line-height: 30px;
}

h1.title {
	margin-bottom: 10px;
}
h1.title a {
	font-weight: normal;
}

p {
	margin: 10px 0;
}
.img-left{
	/*display: block;*/
	margin-right:20px;
	float: left;
}
.no-disc li{ list-style: none}

ul.links {
	list-style: circle outside;
	padding: 0 15px;
}
	ul.links li {
		margin: 4px 0;
	}
	ul.links li a {
		text-decoration: underline;
		font-weight: normal;
		color: #546d80;
	}

.dark, a.dark {
	color: #546d80 !important;
}

.light, a.light {
	color: #f5862c !important;
}

.em, a.em {
	color: #990000;
}

.submenu li{
	display: block;
	width:30%;
	height:70px;
/*	border-bottom: 1px solid #ccc;*/
	border-left: 1px dotted #ccc;
	padding:10px 20px;
	float:left;
	margin:10px  5px;
	text-align:center;
}

.title{
	font-weight: bold;
	font-size:16px;
	line-height:20px;
	margin-bottom:5px
}

/* --------------- FORMS ------------------------------------ */

.form-fieldset {
	border: 1px solid #CCC;
	padding: 15px;
	margin: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(css/PIE.htc);
	position: relative;
}
	.form-fieldset legend {
		padding: 3px;
		border: 1px solid #CCC;
		background-color: #EEE;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		behavior: url(css/PIE.htc);
		position: relative;
	}
	.form-fieldset label {
		width: 80px;
	}

	.form-fieldset.blocks label {
		width: 120px;
	}

.form-field {
	padding: 5px 0;
}

.blocks label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 15px;
}

.nextline label {
	width: auto;
	float: none;
	padding: 5px 0;
	text-align: left;
}


label.reset {
	display: inline;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}

textarea {
	resize: none;
}

select {
	max-width: 175px;
}

input[type=text], input:not([type]), input[type=password], textarea, select {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 3px 5px;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2);
	box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2);
	vertical-align: middle;
	font-size: 13px;
	behavior: url(css/PIE.htc);
	position: relative;
}


input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #AAA;
	-webkit-box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2), 0 0 3px #546d80;
	-moz-box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2), 0 0 3px #546d80;
	box-shadow: inset 0 1px 3px rgba(84, 109, 128, 0.2), 0 0 3px #546d80;
	behavior: url(css/PIE.htc);
	position: relative;
}

input[disabled=disabled] {
	background-color: #e6e6e6;
}

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #D67028;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5862C), color-stop(25%, #F5862C), to(#D67028));
	background-image: -webkit-linear-gradient(#F5862C, #F5862C 25%, #D67028);
	background-image: -moz-linear-gradient(top, #F5862C, #F5862C 25%, #D67028);
	background-image: -ms-linear-gradient(#F5862C, #F5862C 25%, #D67028);
	background-image: -o-linear-gradient(#F5862C, #F5862C 25%, #D67028);
	background-image: linear-gradient(#F5862C, #F5862C 25%, #D67028);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F5862C', endColorstr = '#D67028', GradientType = 0);
	border: 1px solid #D67028;
	padding: 6px 14px;
	text-shadow: 0 1px 1px rgba(25, 25, 25, 0.75);
	text-decoration: none;
	color: #FFF !important;
	font-size: 13px;
	line-height: normal !important;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
	behavior: url('css/PIE.htc');
	position:relative;
}

.btn:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	behavior: url('css/PIE.htc');
	position:relative;
}

a.btn {
	color: #FFF;
	font-weight: normal;
	margin-bottom:5px;
	display: inline-block;
}


a.send-info{
	background: url(../images/send-btn.png) no-repeat;
	width:92px;
	font-size: 11px;
	line-height:13px;
	color: #333;
	height:83px;
	padding: 55px 0px 5px 0px;
	border: none;
	text-align:center

}

.btn.alt {
	border: 1px solid #3F5360;
	background-color: #3F5360;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#546d80), color-stop(25%, #546d80), to(#3F5360));
	background-image: -webkit-linear-gradient(#546d80, #546d80 25%, #3F5360);
	background-image: -moz-linear-gradient(top, #546d80, #546d80 25%, #3F5360);
	background-image: -ms-linear-gradient(#546d80, #546d80 25%, #3F5360);
	background-image: -o-linear-gradient(#546d80, #546d80 25%, #3F5360);
	background-image: linear-gradient(#546d80, #546d80 25%, #3F5360);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#546d80', endColorstr = '#3F5360', GradientType = 0);
}

.btn.grey {
	border: 1px solid #999;
	background-color: #BBB;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), color-stop(25%, #999), to(#BBB));
	background-image: -webkit-linear-gradient(#999, #999 25%, #BBB);
	background-image: -moz-linear-gradient(top, #999, #999 25%, #BBB);
	background-image: -ms-linear-gradient(#999, #999 25%, #BBB);
	background-image: -o-linear-gradient(#999, #999 25%, #BBB);
	background-image: linear-gradient(#999, #999 25%, #BBB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#BBBBBB', GradientType = 0);
}


.btn.lightgrey {
	color: #666;
	border: 1px solid #ccc;
	background-color: #eee;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#eee));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #eee);
	background-image: -moz-linear-gradient(top, #fff, #fff 25%, #eee);
	background-image: -ms-linear-gradient(#fff, #fff 25%, #eee);
	background-image: -o-linear-gradient(#fff, #fff 25%, #eee);
	background-image: linear-gradient(#fff, #fff 25%, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc', GradientType = 0);
	text-shadow: none;
	margin-bottom: 15px
}

.btn.lightgrey:hover{
	background-position: 0 -37px;
}


.btn.disabled, .btn.disabled:hover {
	color: #AAA !important;
	border: 1px solid #CCC;
	background: none white;
	cursor: text;
	text-shadow: none;
}

.error {
	color: #9A0000;
}

.form-error {
	margin-left: 135px;
}

.notice {
	background-color: #FFFFD8;
	border: 1px solid #DDB100;
	color: #333;
	width: 50%;
	font-weight: bold;
	padding: 5px;
	margin: 5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url('css/PIE.htc');
	position:relative;
}

.multiradio-container {
	float: left;
}

.multiradio-container label {
	width: auto;
	float: none;
	margin-right: 0;
}

input.datepicker, input.small {
	width: 80px !important;
}

select.states {
	width: 50px;
}

input.long, textarea.long, select.long {
	width: 350px;
}

input.addr {
	width: 240px;
}

td label {
	float: none !important;
	display: block;
	width: auto !important;
	text-align: left !important;
}

td input[type=text], td input[type=password], td select, td textarea {
	width: 95%;
}

.small_labels label {
	display:block;
	float: left;
	width: 75px;
	padding: 0 10px 0 0;
	margin: 0;
}

.big_labels label {
	display:block;
	float: left;
	width: 175px;
	padding: 0 10px 0 0;
	margin: 0;
}

.float_em .form-field {
	float:left;
}

.float_em .form-field + .form-field {
	margin-left: 20px;
}

.float_em .form-field + .form-field label {
	width: auto;
}


/* ---------------------- LAYOUT ------------------------------- */

#wrapper {
	background-color: #FFF;
	color: #666;
	/*-webkit-box-shadow: 0px 10px 35px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 35px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 35px 1px rgba(0, 0, 0, 0.5);*/
	min-width: 1000px;
	text-align: center;
	height: auto;
	margin-top: 20px;
	min-height: 90%;
	background-image: url('../images/100-tall-gradient.png');
	background-repeat: repeat-x;
	background-position: 0px 94px;
}

#container {
	padding-bottom: 30px;
	min-height: 100%;
}

#header {
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #CCC;
	/*-webkit-box-shadow: 0px 25px 75px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 25px 75px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 25px 75px 1px rgba(0, 0, 0, 0.1);*/
}
	#header time {
		display: block;
		font-weight: bold;
	}


#content {
	padding: 10px 0;
	width: 1000px;
	margin: auto;
	text-align: left;
}

#footer {
	margin-top: -20px;
	height: 20px;
	position: relative;
	clear: both;
	background-color: #546d80;
	background-image: url('../images/20-tall-gradient.png');
}

.module {
	width: 300px;
	float: left;
}

.module.wide {
	width: 100%;
	float: none;
}


.module.space {
	margin-left: 20px;
}
	.module h1 {
		font-size: 22px;
		background-color: #f7edcd;
		border: 1px solid #CCC;
		border-bottom: 0;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-radius: 20px 20px 0px 0px;
		border-radius: 20px 20px 0px 0px;
		padding-top: 5px;
		behavior: url('css/PIE.htc');
		position: relative;
	}

	.module h1 a {
		color: #546d80;
		font-weight: normal;
	}

	.module h1 img {
		vertical-align: middle;
		margin: 0 0 5px 20px;
	}

.red {
	color: #dc5547
}

.green {
	color: #007236
}

.box {
	padding: 10px;
	border: 1px solid #CCC;
	border-top: 0;
	min-height: 35px;
	-moz-border-radius-topleft: px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	behavior: url('css/PIE.htc');
	position: relative;
	background:#fff;
}

.content {
	width: 1000px;
	margin: auto;
	text-align: left;
}
.wide96 {
    width:98%;
    margin:auto;
    margin-top:10px;
}
/****** Client ownder design ***/
.folderTabs{
	float:right;
	margin:0;
	}

.folderTabs li {
	width:130px;
	display: block;
	float:left;
	text-align:center;
	/*padding:5px 0;*/
	margin:0;
	/*line-height:25px;*/
}

.folderTabs a {
	color: #666666;
	font-size:15px;
	display:block;
	/*padding:5px 0;*/
	line-height:35px;
}

a.tab-active{ font-weight:bold; color: #000}
.folderTabs a:hover{ font-weight: bold; color:#333}

.orange-tab {
	background: url(../images/tab-orange.jpg) no-repeat left;
}

.green-tab {
	background: url(../images/tab-green.jpg) no-repeat left;
}

.red-tab {
	background: url(../images/tab-red.jpg) no-repeat left;
}

.greenblue-tab {
	background: url(../images/tab-greenblue.jpg) no-repeat left;
}

.yellow-tab {
	background: url(../images/tab-yellow.jpg) no-repeat left;
}

.blue-tab {
	background: url(../images/tab-blue.jpg) no-repeat left;
}

.purple-tab {
	background: url(../images/tab-purple.jpg) no-repeat left;
}

.folder{
	padding: 20px;
	background:url(../images/folder-right.jpg) no-repeat left top #fce0aa;
}

.folder-fields{
	padding: 20px;
	background:url(../images/folder-right-fields.jpg) no-repeat left top #5cd4d3;
}

.folder-subcontr{
	padding: 20px;
	background:url(../images/folder-right-subcontr.jpg) no-repeat left top #fff79a;
}

.box-wrap{
	background: url(../images/transparent.png) repeat;
	width:38%;
	padding:10px;
	border: 1px solid #fcb74d;
}

.box-wrap H4{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.box-wrap.tight {
	padding: 0;
}

.box-wrap .border-right {
	border-right: 1px solid #FCB74D;
	padding: 10px;
	min-height: 60px;
}

.box-wrap .border-right.last {
	border: 0;
}

.checklist{
	background: url(../images/checklist-bkg.jpg) repeat;
	width: 310px;
	border:1px solid #797979;
	padding:10px;
	margin-bottom:10px
}
.bar{
	border:2px solid #797979;
	height:20px;
	width:180px
}
.progress{
	background: #ccc;
	width: 100px;
	height:20px;
	display:inline-block;
}

/* ------------------------ TABLES ------------------------------*/
table thead th {
	background-color: #999;
	color: #333;
	padding: 5px;
	font-weight: bold;
	behavior: url('css/PIE.htc');
	position: relative;
}
table thead th:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

table thead th:last-child {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

table thead th .sortLink {
	color: #333;
	font-weight: bold;
}

table tbody tr:nth-child(odd) {
	background-color: #EEE;
}

table tbody tr:nth-child(even) { /* yeah CSS3!!! */
	background-color: #DDD;
	/*background-color: #ddd;*/
}

table tbody tr td {
	padding: 5px;
}

table.transparent, table.transparent tr, table.transparent td {
	background-color: transparent !important;
}

.mono {
	font-family: monospace !important;
}

table.hilite tbody tr:hover {
	background-color: #F7EDCD;
}


table.dots td {
	border-left: 1px dotted #AAA;
	border-right: 1px dotted #AAA;
}
table.dots td:first-child {
	border-left: 0;
}

table.dots td:last-child {
	border-right: 0;
}

/* but not ui please */

table.ui-datepicker-calendar {
	background-color: transparent;
}

table.ui-datepicker-calendar th {
	background-color: transparent;
	padding: 0;
}

table.ui-datepicker-calendar tr:nth-child(even) {
	background-color: transparent;
}

table.options tr {
	background-color: transparent !important;
}

table.options tr.head {
	background-color: #DDD !important;
}

table.options td {
	border-bottom: 1px dotted #AAA;
}

table.options tr.head td {
	border: 0;
	padding: 8px 5px;
}

.tableContainer{
	position: relative;
	margin:10px 0;
}

.tableBox{
	border: 1px solid #FCB74D; 
	border-collapse:collapse; 
	vertical-align:top; 
}
.tableBox td{background:#fbf3e2}

.delete-icon{
	position:absolute; 
	top:-5px; 
	right:-5px
}

.table-border td{ border:1px solid #ccc}

/* plain table */
table.plain th {
	background-color: transparent !important;
	color: #666;
	text-align: left;
}


#accordion h3 {
	padding-left: 25px;
}




/* --------------- MEMOS ------------------------------------*/

#memos {
	border-top: 1px solid #CCC;
	/*-webkit-box-shadow: inset 0px 20px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 20px 30px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 20px 30px rgba(0, 0, 0, 0.1);*/
	background-image: url('../images/100-tall-gradient.png');
	background-repeat: repeat-x;
}
	.memo {
		float: left;
		width: 460px;
		margin: 10px 20px;
	}

.company-memo {
	text-indent: 15px;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

hr {
	width: 80%;
	margin: auto;
	border-color: #CCC;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

.table th, .table td{
	background: #ffffff;
	padding:2px 5px
}

/* ---- PAGINATION ------ */

.pagination {
	padding: 5px 0;
}

.pagination a {
	margin: 3px;
	padding: 1px 4px;
}

.pagination a.pagenumberhighlight {
	border: 1px solid #AAA;
	color: #F5862C;
}

.pagination a.pagenumber {
	border: 1px solid #DDD;
	color: #999;
}


.big_labels .form-field p.error.form-error {
	margin-left: 185px;
}


.big_labels .float_em .form-field p.error.form-error {
	margin: 0;
	float: left;
	width: 200px;
}

::-webkit-input-placeholder {
	color: #AAA;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #AAA;
}

.mainFilter {
    background-color:#999;
    color:white;
    padding-left:5px;
}

.subFilter {
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    color:white;
    display:none;
}

.mainFilter, .subFilter {
    border-bottom: 1px dotted #CCC;
}

#filters {
    list-style-type:none;
    width:120px;
    font-size:10px;
    text-align:left;
}

li[class^=subFilter\ cal] {
    background-color:#617d93;
}

li[class^=subFilter\ quotes] {
    background-color:#DAD;
}

.FilterChkBox {
    vertical-align:middle;
}

#jobs_active_tab a {
    font-weight: bold;
    color: #000;
}


/*** pagination***/
.paging{
	text-align: right;
	margin:10px 0;
}
a.pagenumber, .pagenumberhighlight{
	display: inline-block;
	padding:2px 8px;
	margin:1px;
}

a.pagenext, a.pageprev{
	color: #333;
}

.pagenumberhighlight, a.pagenumber:hover{ 
	background: #DE7A1D; 
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 a.pagenumber:hover{background: #f9e4b1; color:#DE7A1D}

/** LeftNav ***/
.leftNav{
	margin:25px 0;
	border:1px solid #fbd17f;
}
.leftNav li a{
	display: block;
	padding:8px 10px;
	/*background:#fce9c3;*/
	background: url(../images/circle-arrow.png) no-repeat 98% 50% #fdf5e5;
	color:#555;	
	border-bottom:1px solid #fbd17f;
}

.leftNav li a:hover, .leftNav li a.active{
	background:#eda03b;
	color:#fff;
	font-weight:bold;

}

.invoice-amount-container {
	position: relative;
}

.delete-invoice {
	display:none;
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: rgba(99%, 72%, 30%, 0.7);
	padding: 1px;
	z-index:2;
	border-radius: 5px;
}

.invoice-amount-container:hover .delete-invoice {
	display:block;
}