﻿html {
	height: 100%;
	font-size: .75em;
}
body {
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	margin: 0px auto;
}
input, select, textarea {
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], input[type="email"], select, textarea {
	border: 1px solid #ccc;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border: 1px solid #6F8EAB;
	outline: .3px solid #ccc;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="email"]:hover, select:hover,select option:hover, textarea:hover {
	outline: 1.3px solid #ccc;
}
input[type="button"]:focus {
	outline: 1.3px solid #ccc;
}
input[type="checkbox"]:focus {
	outline: 2px solid #ccc;
}
input[type="number"] {
	text-align:right;
}
input.disabled, select.disabled, textarea.disabled {
	background-color: #f9f9f9;
	color: #555;
	border: 1px solid #ccc;
}
input.disabled:hover, select.disabled:hover, textarea.disabled:hover {
	-webkit-box-shadow:0 0 0 #000;
	-moz-box-shadow:0 0 0 #000;
	box-shadow:0 0 0 #000;
	cursor: default;
	cursor: no-drop;
	cursor: not-allowed;
}
::-moz-selection{ background: #555; color:#fff; text-shadow: none; }
::selection { background:#555; color:#fff; text-shadow: none; }

span.chrCount_Container {
	display: none;
}
input.money {
	text-align: right;
}
select.slush {
	height:160px;
	width:200px;
}
optgroup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-left: 3px;
}
a {
	color: #3C6794;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:active, a:focus, object {
	outline: none;
}
a.disabled, a.disabled:active, a.disabled:focus, a.disabled:hover, div.header a.disabled:hover, div.header a.disabled {
	text-decoration:none;
	color:#333;
	cursor:text;
}
ul.horizontal {
	display: inline;
}
ul.vertical {
	display: block;
}
ul.horizontal li {
	display: inline;
	padding: 1px 5px;
}
ul.horizontal li.first {
	padding-left: 0;
}
ul.vertical li {
	display: block;
	padding: 0px 0px 2px 0px;
	position: relative;
}
ul.horizontal li label, ul.vertical li label,ul.horizontal.checkbox li label span, ul.vertical.checkbox li label span,ul.horizontal.radio li label span, ul.vertical.radio li label span {
	padding-left: 4px;
}
ul.horizontal.checkbox li label, ul.vertical.checkbox li label {
	padding-left: 0;
}
ul.horizontal li input[type ="radio"], ul.vertical li input[type = "radio"], ul.horizontal li input[type = "checkbox"], ul.vertical li input[type = "checkbox"] {
	position: relative;
	top: 2px;
}
div.right {
	text-align: right;
}
td.bold, span.bold {
	font-weight: bold;
}
span.dull {
	color: #ddd;
}
div.code, textarea.code {
	font-family: Times New Roman;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 10px;
	max-height: 300px;
	overflow: auto;
}
/* padded treeQuerySort */
td.tree {
	border-left-style: solid;
	border-left-color: #eee;
}
/* modals */
div#modal {
	position: absolute;
	z-index: 9999;
	overflow: auto;
	width: 600px;
	background-color: transparent;
}
/*--- expanded modal---*/
div#modal.modal_expanded {
	width:800px !important;
}
div#modal.modal_expanded #modal_content {
	width:780px !important;
	height:590px !important;
}
div#modal.modal_expanded #modal_content div.content:has(div.tabs) {
	height:485px !important;
}
div#modal.modal_expanded #modal_content div.content {
	height:518px !important;
}
div#modal.modal_expanded div.tabs #tab_content {
	max-height:485px !important;
}
div#modal_close {
	position: absolute;
	bottom: 11px;
	right: 7px;
	text-align: right;
	padding: 5px;
}
div#modal_customClose {
	position: absolute;
	bottom: 11px;
	right: 7px;
	text-align: right;
	padding: 5px;
}
div#modal_close a span {
}
div#modal_loading {
	padding: 5px;
	position: absolute;
	top: 185px;
	left: 265px;
	background: transparent url('../images/modal/loading.gif') no-repeat scroll left top !important;
	height: 66px;
	width: 66px;
}
td.modal_content {
	background-color: #fff;
}
div#modal_content {
	height: 450px;
	overflow: auto;
	background-color: #fff;
}
div#modal_content div.header {
	background-color: #fff;
}
div#modal_content div.content {
	height: 379px;
	overflow: auto;
	padding: 6px;
}
div#modal_content div.actions {
	clear: both;
	border-top: 1px solid #ccc;
	background-color: #f2f2f2;
	padding: 4px 5px 2px;
	margin: 0;
	height: 29px;
}
div#modal_messages {
	padding: 0px 5px;
}
div#modal_messages div {
	margin-top: 15px;
	margin-bottom: 10px;
}
div#modal_progress {
	font-size: 1.3em;
	padding-top: 100px;
	text-align: center;
}
div.modal_small div#modal_content {
	height: auto;
}
div.modal_small div#modal_content div.content {
	height: 200px;
}
div.instructions {
	padding:1px 0px;
	margin-top:2px;
	font-size:.92em;
	color:#777;
}
div.information {
	margin: 5px 0;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
	font-weight: normal;
}
div.information div {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.information div.success {
	background-color: #e3efd1;
	border: 1px solid #97c93f;
	padding: 5px 10px;
}
div.information div.error, div.information div.fail {
	background-color: #ffe8e8;
	border: 1px solid #ef9292;
	padding: 5px 10px;
}
div.information div.general, div.information div.warning {
	background-color: #fff6cf;
	border: 1px solid #eddba4;
	padding: 5px 10px;
}
td.modal_tl {
	background-image: url('../images/modal/tl.png') !important;
}
td.modal_tr {
	background-image: url('../images/modal/tr.png') !important;
}
td.modal_bl {
	background-image: url('../images/modal/bl.png') !important;
}
td.modal_br {
	background-image: url('../images/modal/br.png') !important;
}
td.modal_border {
	background-color: transparent;
	background-image: url('../images/modal/border.png') !important;
}
td.modal_tl, td.modal_tr, td.modal_bl, td.modal_br {
	height: 10px;
	overflow: hidden;
	padding: 0 !important;
	width: 10px !important;
	background-color: transparent;
}
/* clears */
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; height:1px;}

/* Wizard */
table.wizard_tabs {
	margin: 10px 0px;
}
table.wizard_tabs tr td span {
	text-align: center;
	border-bottom: 0;
	padding: 3px;
	border-bottom: 5px solid #6F8EAB;
	font-size: 1.1em;
	display: block;
	margin: 1px;
	color: #666;
}
table.wizard_tabs tr td span a {
	color: #333;
}
table.wizard_tabs tr td.active span {
	font-weight: bold;
	border-bottom: 5px solid #214877;
}
div.floatLeft, .float-left {
	float: left;
}
div.floatRight, .float-right {
	float: right !important;
}
div.floatNone, .float-none {
	float:none !important;
}
.textLeft, .text-left {
	text-align: left !important;
}
.textRight, .text-right {
	text-align: right !important;
}
.textCenter, .text-center {
	text-align: center !important;
}
.none, .hide {
	display: none !important;
}
.block, .show {
	display: block;
}
.inline {
	display: inline;
}
.nowrap {
	white-space: nowrap !important;
}
.wrap {
	white-space: normal;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: hand;
	cursor: move;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
/* file icons */
a.fileChange, a.iconFILE, a.iconLINK {
	padding-left: 20px;
}
a.fileChange {
	background: transparent url(../images/icons/undo_15.gif) no-repeat;
}
a.iconFILE, a.iconLINK {
	padding-right: 10px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position:left 1px;
}
a.iconFILE {
	background-image: url(../images/file_icons/small/other.gif);
}
a.iconASP {
	background-image: url(../images/file_icons/small/asp.gif);
}
a.iconASPX {
	background-image: url(../images/file_icons/small/aspx.gif);
}
a.iconCFM {
	background-image: url(../images/file_icons/small/cfm.gif);
}
a.iconCFML {
	background-image: url(../images/file_icons/small/cfml.gif);
}
a.iconCSV {
	background-image: url(../images/file_icons/small/csv.gif);
}
a.iconDOC {
	background-image: url(../images/file_icons/small/doc.gif);
}
a.iconDOCX {
	background-image: url(../images/file_icons/small/docx.gif);
}
a.iconHTM {
	background-image: url(../images/file_icons/small/htm.gif);
}
a.iconHTML {
	background-image: url(../images/file_icons/small/html.gif);
}
a.iconJSP {
	background-image: url(../images/file_icons/small/jsp.gif);
}
a.iconPDF {
	background-image: url(../images/file_icons/small/pdf.gif);
}
a.iconPRINT {
	background-image: url(../images/file_icons/small/print.gif);
}
a.iconSMALL {
	background-image: url(../images/file_icons/small/small.gif);
}
a.iconTIF {
	background-image: url(../images/file_icons/small/tif.gif);
}
a.iconTIFF, a.iconJPG {
	background-image: url(../images/file_icons/small/tiff.gif);
}
a.iconTSV {
	background-image: url(../images/file_icons/small/tsv.gif);
}
a.iconTXT {
	background-image: url(../images/file_icons/small/txt.gif);
}
a.iconXLS {
	background-image: url(../images/file_icons/small/xls.gif);
}
a.iconXLSX {
	background-image: url(../images/file_icons/small/xlsx.gif);
}
a.iconXML {
	background-image: url(../images/file_icons/small/xml.gif);
}
a.iconXSD {
	background-image: url(../images/file_icons/small/xsd.gif);
}
a.iconXSL {
	background-image: url(../images/file_icons/small/xsl.gif);
}
a.iconXSLT {
	background-image: url(../images/file_icons/small/xslt.gif);
}
a.iconICS {
	background-image: url(../images/icons/calendar.gif);
}
a.iconBACK {
	background-image:url(../images/icons/back_arrow.gif);
}

/*fb admin*/
div.form_content div.page div.top div.photo {
	float:left;
}
div.form_content div.page div.top div.info {
	margin-left:40px;
}
div.form_content div.top {
	clear:both;
}
div.form_content div.page {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
div.form_content div.page h2 {
	font-size:1.5em;
	padding-top:5px;
	padding-bottom:5px;
}
div.form_content div.page div.page_section div.container {
	border-bottom:1px solid #fff;
}
div.form_content ul.pages li.page {
	padding:10px;
}
div.form_content div.page div.content, div.form_content div.page div.top {
	padding:10px;
}
div.form_content div.page h3 {
	font-size:1.4em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
div.form_content div.questions {
	border-left:1px solid #efefef;
	margin-left:15px;
	padding-left:10px;
}
div.form_content div.page h4 {
	font-size:1.4em;
	padding:3px;
}
div.form_content div.number {
	background-color:#728FB0;
	float:left;
	height:35px;
	width:35px;
	margin-top:-2px;
	background:url('../images/layout/step_square_rounded.png') no-repeat;
}
div.form_content div.number span {
	font-size:1.2em;
	color:#fff;
	line-height:27px;
	margin-left:9px;
}
div.form_content ul.sections {
	margin-left:10px;
}
div.form_content ul.sections li.section {
	padding-top:10px;
	padding-bottom:19px;
}
div.form_content div.section_title {
	background-color:#efefef;
	border:1px solid #ccc;
}
div.form_content div.toggle {
	float:right;
}
div.form_content div.bar {
	padding-top:5px;
	padding-bottom:5px;
}
div.gutter div.select_div {
	position:absolute;
	top:1px;
	right:1px;
}
div.gutter div.select_div select{
	position:relative;
}
select.fix_width_filter {width:225px;}
.wrapHeader th {white-space: normal;}

div.filters,div.legend {
	margin:3px 0px 5px 0px;
	background-color:#f7f7f7;
	padding:5px 8px;
	border:1px solid #ccc;
	min-height:22px;
	}

div.section div.filters {
	margin:15px 0px;
	}

div.filters td.bold {
	color:#555;
	}

div.filters ul.horizontal li,div.legend ul.horizontal li {
	padding:1px;
	}	

div.buttons {
	margin:2px 0px 6px;
	text-align:right;
	}

div.selectFilter {
	margin:6px;
	text-align:right;
	width:auto;
	}
div.searchFilter {
	margin:6px;
	text-align:left;
	width:50px;
	}

div.actions {
	margin:6px 0px 20px;
	}

table.list {
	border:1px solid #ddd;
	border-top:0;
	margin:0px 0px 5px 0px;
	text-transform: uppercase;
	}
table.list caption{
	background-color:#445577;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	padding:2px;
}
table.list caption a{color:#fff;}
table.list tr td,
table.list tr th {
	border-top:1px solid #ddd;
	}
table.bordered tr td{
  border:1px solid;
  border-color:#eee;
 }
table.list tr.header th,
table.list tr.header td,
table.form tr.header th,
table.form tr.header td,
td.header, tbody th {
	font-weight:bold;
	color:#555;
	padding:2px;
	line-height:1.5em;
	background-color:#eee;
	}
	
td.header,tbody th {
	white-space:nowrap;
	}
td.selected {
	background-color:#fffbcf;
	}

tr.gutter td,
tr.row td {
	line-height:1.5em;
	padding:2px;
	text-transform:uppercase;
	}

tr.row td input[type="checkbox"] {
	margin-top:2px;
	}

tr.row,col.col {
	background-color:#fff;
	vertical-align:top;
	}
	
tr.total td{
  font-weight:bold;
 }

tr.even, col.even, div.even {
	background-color:#fafafa;
	}

tr.selected, col.selected {
	background-color:#fffbcf;
	}

tr.selected td.tree {
	border-left-color:#efe9a4;
	}

tr.disabled {
	color:#999;
	}

tr.sub {
	background-color:#f3f3f3;
	font-weight:bold;
	}

tr.row td.indented {
	padding-left:20px;
	}
	
tr.row td.total {
	text-align:right;
	}	

tr.row td.total span {
	color:#555;
	font-weight:bold;
	padding-right:15px;
	}		

tr.row td.total span.red {
	color:#EF4B4B;
	font-weight:bold;
	padding-right:15px;
	}		


table.list tr.plain td {
	border-top:0;
	}

div.section_container fieldset div.section {
	padding-top:15px;
	}

div.header {
	font-weight:bold;
	color:#fff;
	background:url('../images/layout/databg2.jpg') top left repeat-x;
	height:23px;
	line-height:22px;
	padding-left:6px;
	font-size:1.1em;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	}

div.header_html {
	font-weight:normal;
	float:right;
	clear:right;
	display:inline;
	color:#fff;
	padding-right:6px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	}

div.header div.header_html select {
	padding:0;
	margin-top:1px;
	}

.widget_header {
	background:url('../images/layout/databg2.jpg') top left repeat-x;
	}

div.header a,
tr.header th a,
tr.header td a {
	text-decoration:none;
	}

div.header a {
	color:#fff;
	}

div.header a:hover {
	text-decoration:underline;
	}

div.header a img,
tr.header th img,
tr.header td img {
	margin-left:3px;
	}

div.no_records {
	padding:5px;
	border:1px solid #ddd;
	}

div.pagination {
	padding:3px 0px;
	}

div.pagination ul {
	text-align:right;
	}

div.pagination ul li {
	list-style-type:none;
	display:inline;
	border-left:1px solid #ccc;
	padding:0 5px;
	}

div.pagination ul li.first {
	border-left:0;
	padding-right:3px;
	padding-left:0;
	}

div.pagination ul li a {
	text-decoration:none;
	}

div.pagination ul li.active a {
	text-decoration:underline;
	}

div.gutter {
	background:#e9f8ff url(../images/layout/breadcrumb-bg.gif) repeat-x scroll 0 0;
	position:relative;
	padding:1px;
	border-bottom:1px solid #ddd;
	height:22px;
	}

div.gutter ul {
	padding:4px 3px;
	}

div.gutter ul li {
	border-left:1px solid #ddd;
	display:inline;
	padding:0 6px;
	}

div.gutter ul li.active a {
	text-decoration:underline;
	}

div.gutter ul li.first {
	border-left:0;
	padding-left:0;
	padding-right:3px;
	}

div.gutter table tr td {
	padding:0;
	margin:0;
	padding-bottom:1px;
	}

div.gutter table tr td select {
	position:relative;
	}

div.gutter select {
	position:absolute;
	top:1px;
	right:1px;
	}

fieldset div.modal_section {
	margin:0px 0 0px;
	height: 413px;
	}
	
fieldset div.section {
	margin:2px 0 20px;
	}

div.section_container {
	background:url('../images/layout/datashadow.jpg') top left repeat-x;
	}

div.container {
	clear:both;
	line-height:1.5em;
	padding:3px 0px;
	}
	
div.section div.header.container{
	padding:0;
	padding-left:6px;
	border-bottom:0;
	}
div.section div.container {
	border-bottom:1px solid #ebebeb;
	}

div.label {
	float:left;
	text-align:right;
	width:165px;
	color:#666;
	padding:1px 0px;
	font-weight:bold;
	position:relative;
	}
	
li.label {
	text-align:right;
	color:#333;
	margin-top:2px;
	padding:4px 0px;
	font-weight:bold;
	position:relative;
	}

div.labelNoWrap {
	float:left;
	text-align:right;
	width:165px;
	color:#666;
	padding:1px 0px;
	font-weight:bold;
	position:relative;
	white-space: nowrap;
	}

div.field {
	margin-left:177px;
	padding:1px 0px;
	}

span.label {
	color:#666;
	font-weight:bold;
	}
	
ul.vertical li span.label {
	color:#666;
	padding:1px 0px;
	font-weight:bold;
	display:block;
	width:100px;
	}
	
ul.vertical li span.field {
	padding:1px 0px;
	position:relative;
	display:inline;
	}
ul.linkbar li.active a{
	text-decoration:underline;
}

table.address {
	margin-bottom:5px;
	}

table.form tr th,
table.form tr td {
	line-height:1.70em;
	}

table.form tr.header th,
table.form tr.header td {
	border-bottom:1px solid #ddd !important;
	padding:2px 6px !important;
	}

table.form tr td.label,
table.address tr td.label,
table.form tr td.field,
table.address tr td.field {
	vertical-align:top;
	padding:6px;
	border-bottom:1px solid #EBEBEB;
	}

table.form tr td.label,
table.address tr td.label {
	text-align:right;
	width:160px;
	color:#666;
	font-weight:bold;
	}
	
table.form tr td ul.vertical li {
	padding:0;
	}	

table.address tr.address_line_1 td,
table.address tr.address_line_2 td,
table.address tr.address_line_3 td,
table.address tr.address_line_4 td {
	vertical-align:top;
	padding:0 4px 4px 0;
	line-height:1.3em;
	}

table.address tr td.label,
table.address tr td.field {
	padding-bottom:0;
	}	

table.plain_form tr.header {
	background-color:transparent;
	}

table.plain_form tr.header th {
	border:0 !important;
	padding:0px 6px 0px 1px !important;
	background-color:transparent;
	border-bottom:1px solid #ddd !important;
	}	

table.plain_form tr td,
table.plain_form tr td.label,
table.plain_form tr td.field {
	vertical-align:top;
	padding:0px 6px 0px 1px;
	border:0 !important;
	text-align:left;
	}
	
table.plain_form tr td.small {
	width:1%;
	}

table.two_column tr td {
	width:50%;
	vertical-align:top;
	}

table.two_column tr td.left_column {
	padding-right:5px;
	}

table.two_column tr td.right_column {
	padding-left:5px;
	}
	
input.swap,
input.swap_sort,
tr.clause td input.action {
	background:transparent url('../images/layout/button-bg.gif') repeat-x scroll 0%;
	color:#3C6798;
	cursor:pointer;
	font-size:0.95em;
	font-weight:bold;
	padding:7px 12px 6px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#dfdfdf #c1c1c1 #b6b6b6 #dadada;
	}

input.swap:hover,
input.swap_sort:hover,
tr.clause td input.action:hover,
input.swap:focus,
input.swap_sort:focus,
tr.clause td input.action:focus {
	color:#27517f;
	border-color:#b3b3b3 #9b9b9b #919191 #a5a5a5;
	}

input.swap,
input.swap_sort {
	width:36px;
	font-size:.75em;
	margin:1px 2px;
	text-transform:lowercase;
	}

span.button {
	background:transparent url('../images/layout/button-bg.gif') repeat-x scroll 0%;
	border-width:1px;
	border-style:solid;
	border-color:#dfdfdf #c1c1c1 #b6b6b6 #dadada;
	padding:6px 0px;
	margin-right:10px;
	}

span.button:hover,
span.button:focus {
	color:#27517f;
	border-color:#b3b3b3 #9b9b9b #919191 #a5a5a5;
	}

span.button input {
	cursor:pointer;
	background:transparent url('../images/buttons/edit.gif') no-repeat scroll 8px 5px;
	border:0;
	font-weight:bold;
	color:#3C6798;
	padding:5px 8px 4px 28px;
	-webkit-appearance:none;
	}

span.button input.button_cancel,
span.button input.button_close,
span.button input.button_back,
span.button input.button_next,
span.button input.button_reset {
	color:#666;
	}

span.button input.button_add,
span.button input.button_import,
span.button input.button_upload {
	color:#568a0d;
	}

span.button input.button_delete {
	color:#d20806;
	}
span.button input.button_clicked{
	background-image:url('../images/buttons/loading.gif');
	cursor:wait;
	color:#8EADCF;
}
span.button input.button_clicked:hover,
span.button input.button_clicked:focus {
	cursor:wait;
	color:#8EADCF;
}
span.button input.button_add {background-image:url('../images/buttons/add.gif');}
span.button input.button_back {background-image:url('../images/buttons/back.gif');}
span.button input.button_cancel {background-image:url('../images/buttons/cancel.gif');}
span.button input.button_close {background-image:url('../images/buttons/cancel.gif');}
span.button input.button_delete {background-image:url('../images/buttons/delete.gif');}
span.button input.button_edit {background-image:url('../images/buttons/edit.gif');}
span.button input.button_export {background-image:url('../images/buttons/export.gif');}
span.button input.button_import {background-image:url('../images/buttons/import.gif');}
span.button input.button_next {background-image:url('../images/buttons/next.gif');}
span.button input.button_preview {background-image:url('../images/buttons/preview.gif');}
span.button input.button_save {background-image:url('../images/buttons/save.gif');}
span.button input.button_upload {background-image:url('../images/buttons/upload.gif');}
span.button input.button_validate {background-image:url('../images/buttons/validate.gif');}
span.button input.button_reset {background-image:url('../images/buttons/refresh.gif');}
span.button input.button_print {background-image:url('../images/buttons/print.gif');}
span.button input.button_play_32 {background-image:url('../images/buttons/play_32.gif');background-position:0 7px;height:44px;background-color:lightBlue;}

span.button_activity input.button_activity {
	background-image:url('../images/buttons/loading.gif') !important;
	}

span.button input.imageonly {
	background-position: center center;
	}
	
div.buttons span.button {
	margin-right:0;
	margin-left:10px;
	}

tr.clause td {
	background-color:#fff;
	padding:1px;
	}

tr.clause td input.action {
	width:20px;
	padding:3px;
	margin:0;
	cursor:pointer;
	}

tr.clause td select.field,
tr.clause td select.value,
tr.clause td select.operator {
	width:100%;
	}

tr.header td.operator {
	width:150px;
	}

tr.clause td input.value {
	width:99%;
	}

hr.divider {
	height: 1px;
	border-style: none;
	color: #ddd;
	background-color: #ddd;
	margin:0;
	}

div#column_wrapper {
	padding:0;
	}
	
td.panel_toggler {
	height:100%;
	width:7px;
	vertical-align:top;
	text-align:center;
	}

td.panel_toggler_left {
	border-right:1px solid #ddd;
	}

td.panel_toggler_right {
	border-left:1px solid #ddd;	
	}
	
td.panel_toggler a {
	display:block;
	height:100%;
	background:#fff;
	min-height:430px;
	}		

td.panel_toggler a:hover {
	}
	
td.panel_toggler a img {
	margin-top:300px;
	/*position:relative;
	top:50%;*/
	}	
	
td#left_column {
	padding-left:5px;
	}	

td#left_column,
td#middle_column,
td#right_column {
	vertical-align:top;
	padding-top:10px;
	}

td#left_column,
td#right_column {
	width:180px;
	background:#fff;
	}

td#middle_column {
	padding:15px;
	background:#fff;
	}

td#middle_column div#column_header,
td#middle_column div.page_title {
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:10px;
	}

td#middle_column div#column_header {
	height:95px;
	position:relative;
	}

td#middle_column div#column_header div.photo {
	float:left;
	padding:0px;
	padding:4px 0 4px 2px;
	}

td#middle_column div#column_header div.info {
	float:left;
	margin-left:10px;
	padding:4px 0px;
	text-transform: uppercase;
	}

td#middle_column div#column_header div.info h1 {
	font-size:1.7em;
	font-weight:bold;
	}

td#middle_column div#column_header div.info div.container {
	line-height:1em;
	margin:1px 0px;
	}

td#middle_column div#column_header div.info div.label {
	width:80px;
	}

td#middle_column div#column_header div.info div.field {
	margin-left:86px;
	}
	
td#middle_column div#column_header div.info div.long div.label {
	width:106px;
	}

td#middle_column div#column_header div.info div.long div.field {
	margin-left:112px;
	}

td#middle_column div#column_header div.details {
	position:absolute;
	top:5px;
	right:6px;
	}
	
td#middle_column div#column_header div.details div.container {
	line-height:.7em;
	margin:1px 0px;
	}

td#middle_column div#column_header div.icons {
	position:absolute;
	bottom:2px;
	right:6px;
	}
	
td#middle_column div#column_header div.icons ul {
	display:inline;
	}
	
td#middle_column div#column_header div.icons ul li {
	display:inline;
	}	

td#middle_column div#content {
	padding:10px 0px;
	background-image:none;
	}

td#middle_column div.tabs div.content {
	border-color:#ddd;
	}

div#sidebar {
	padding:5px 15px 10px 5px;
	}

div#sidebar div.section {
	border:1px solid #ddd;
	margin-bottom:10px;
	background-color:#fff;
	}

div#sidebar hr.divider {
	display:none;
	}

div#sidebar div.section h4 {
	border-bottom:1px solid #ddd;
	background-color:#3c6794;
	padding:5px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	}
	
div#sidebar div.section h4 a {
	color:#fff;
	}	

div#sidebar div.section div.content {
	padding:5px;
	}
	
div#sidebar ul.form li {
	padding:3px 1px;	
	}	
	
div#sidebar ul.form li label {
	font-weight:bold;
	color:#555;
	}		
	
div#sidebar div.edit {
	text-align:right;
	}	

div#content_header {
	position:relative;
	}

div#content_header div.content_edit {
	text-align:right;
	}

div#content_header div.content_name {
	position:absolute;
	right:0;
	top:0;
	padding:6px 10px;
	font-weight:bold;
	}

div#content_header div.content_description {
	padding:6px 0;
	}

div.years {
	margin:15px 0 10px;
	font-size:1.2em;
	padding:5px;
	}

div.years div.addyears {
	float:left;
	display:inline;
	padding-right: 5px;
	}

div.years ul {
	display:inline;
	}

div.years ul li {
	display:inline;
	padding:2px;
	}

div.years ul li.active a {
	font-weight:bold;
	text-decoration:underline;
	}

div.tabs ul.tabs {
	height:27px;
	position:relative;
	top:1px;
	}

div.tabs ul.tabs li {
	display:inline;
	margin-right:2px;
	white-space:nowrap;
	float:left;
	}

div.tabs ul.tabs li.tab_loading img {
	position:relative;
	top:3px;
	left:2px;
	}

div.tabs ul.tabs li a {
	display:block;
	height:20px;
	padding:5px 10px 0 10px;
	border: 1px solid #ccc;
	font-weight:bold;
	background:#3c6794 url('../images/layout/databg2.jpg') repeat-x scroll left top;
	color:#fff;
	}

* html div.tabs ul.tabs li a {
	width:1%;
	}

div.tabs ul.tabs li a:hover {
	text-decoration:none;
	background-color:red;
	}

div.tabs ul.tabs li a:hover {
	background:none;
	background-color:#466383;
	text-decoration:none;
	}

div.tabs ul.tabs li.active a {
	border-bottom: 1px solid #fff;
	}

div.tabs ul.tabs li.active a,
div.tabs ul.tabs li.active a:hover {
	background-color:#fff;
	background:none;
	color:#555;
	}

div.tabs ul.tabs li a span {
	padding:5px;
	}

div.tabs div.content {
	border:1px solid #ccc;
	padding:20px;
	}

a.quick img {
	margin-bottom:-3px;
	}

div.advanced_search {
	display:inline;
	font-size:.9em;
	}

div.advanced_search a,
div.advanced_search span {
	position:relative;
	top:1px;
	}

div.advanced_search a.active {
	font-weight:bold;
	text-decoration:underline;
	}

div.advanced_search span.divider {
	padding:0px 2px;
	font-size:.85em;
	}

img.list_actions_loading {
	position:absolute;
	}

img.list_action {
	position:relative;
	top:2px;
	}

div.list_actions div.actions {
	position:absolute;
	z-index:3;
	width:150px;
	background-color:#fff;
	border:1px solid #6f8eab;
	font-size:.95em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

div.list_actions div.actions div.section {
	margin:0;
	}

div.list_actions div h4 {
	padding:1px 5px;
	font-weight:bold;
	background-color:#6F8EAB;
	color:#fff;
	}

div.list_actions div ul li {
	border-top:1px solid #ddd;
	}

div.list_actions div ul li a {
	display:block;
	padding:1px 5px;
	}

div.list_actions div ul li a:hover {
	background-color:#eff9ff;
	text-decoration:none;
	}

div#modal_content div.header {
	background-color:#3c6794;
	color:#fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	}

div#modal_content div.content div.header {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	}

div#modal div.tabs ul.tabs {
	height:24px;
	top:1px;
	}

div#modal div.tabs ul.tabs li a {
	height:18px;
	padding-top:4px;
	font-size:.95em;
	font-weight:bold;
	}

div#modal div.tabs ul.tabs li a span {
	padding:0;
	}

div#modal_content div.overview {
	height:391px;
	padding:0;
	}

div#modal div.label {
	width:118px;
	}

div#modal div.field {
	margin-left:130px;
	}
	
div#modal div.tabs div#tab_content {
	border:0;
	border:1px solid #ddd;
	max-height:330px;
	overflow:auto;
	padding:10px;
	}

div#modal table.modal tr td {
	vertical-align:top;
	padding:0;
	}

div#modal table.modal tr td table.list {
	margin:5px 0px;
	}

div#modal table.modal tr td table.list tr td,
div#modal table.modal tr td table.list tr th {
	padding:1px 3px;
	font-size:.95em;
	}

div#modal table.modal tr td.left {
	border-right:1px solid #ddd;
	height:391px;
	}

div#modal table.modal tr td.left div.top {
	height:90px;
	}

div#modal table.modal tr td.left div.top div.photo {
	float:left;
	padding:10px 0 10px 10px;
	}

div#modal table.modal tr td.left div.top div.info {
	float:left;
	padding-top:5px;
	/*width:350px;*/
	}

div#modal table.modal tr td.left div.top div.info div.container {
	line-height:1.3em;
	padding:0;
	}

div#modal table.modal tr td.left div.top div.info div.label {
	width:90px;
	}

div#modal table.modal tr td.left div.top div.info div.field {
	margin-left:96px;
	}

div#modal table.modal tr td.left div.bottom {
	clear:both;
	}

div#modal table.modal tr td.left div.bottom div.tabs ul.tabs {
	margin-left:10px;
	}

div#modal table.modal tr td.left div.bottom div.tabs div#tab_content {
	border:0;
	border-top:1px solid #ddd;
	max-height:251px;
	overflow:auto;
	padding:10px;
	}

div#modal table.modal tr td.right {
	width:160px;
	}

div#modal table.modal tr td.right h4 {
	font-weight:bold;
	color:#555;
	padding:5px;
	}

ul.actions {
	list-style-position: inside;
	}

ul.actions li a {
	display:block;
	padding:3px 5px;
	background: transparent url('../images/quickbullet.gif') no-repeat 5px 7px;
	}

ul.actions li a:hover {
	background-color: #eff9ff;
	text-decoration:none;
	}

ul.actions li a span {
	margin-left:13px;
	}

ul.bulleted {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url('../images/quickbullet.gif');
	}

ul.bulleted li {
	margin-left:13px;
	padding:3px 0;
	}

table#alpha_jump {
	height:22px;
	padding-top:5px;
	}

table#alpha_jump tr td a{
	font-size:.9em;
	text-align:center;
	vertical-align:bottom;
	}

table#alpha_jump tr td a:hover {
	font-size:1.1em;
	text-decoration:none;
	}

table#alpha_jump tr td.active a{
	font-weight:bold;
	text-decoration:underline;
	font-size:1.1em;
	}

table.list tr.header td.centered,
table.list tr.header th.centered,
td.centered,
th.centered,
div.centered {
	text-align:center;
	}

span.disabled {
	cursor:default;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	}

span.disabled input {
	cursor:default;
	}

span.disabled:hover,
span.disabled:focus {
	border-color:#dfdfdf #c1c1c1 #b6b6b6 #dadada;
	}
	
div.scrollableX {
	min-width: 600px;
	overflow: auto;
	border-bottom:1px solid #ddd;
}

div.scrollableX table.list {
	margin:0;
	}		

div.scrollable {
	height:370px;
	overflow:auto;
	margin-bottom:4px;
	border-bottom:1px solid #ddd;
	}
	
div.scrollable_small {
	height:200px;
	overflow:auto;
	border-bottom:1px solid #ddd;
	}	

div.scrollable table.list {
	margin:0;
	}
	
div.scrollable_small table.list {
	margin:0;
	}	
	

div.message {
	margin:3px 0px 5px 0px;
	background-color:#f7f7f7;
	padding:5px 8px;
	border:1px solid #ccc;
	}
/*----Step----*/
div.step{
	min-height:30px;
	font-family:arial;
	padding:3px;
	}

div.step div.number {
	 width:30px;
	 float:left;
	 vertical-align:center;
	 background:url('../images/layout/step_square_rounded.png') no-repeat;
	 color:#fff;
	 margin-top:6px;
	}
	
div.step div.number span {
	 display:block;
	 font-size:1.3em;
	 text-align:center;
	 height:30px;
	 padding-top:6px;
	 font-weight:bold;
	}

div.step div.info, div.step_info {
	margin-left:40px;
	}
	
div.step div.info h1 {
	font-size:1.6em;
	border-bottom:1px solid #333;
	padding-top:7px;
	display:block;
	}
	
div.directions, span.directions {
	font-size:1.0em;
	color:#777;
	padding-top:2px;
	padding-bottom:2px;
	}
	
table.preview tr td {
	vertical-align:top;
	padding:5px;
	}

table.preview tr td.options {
	width:225px;
	}

table.preview tr td.options div.options {
	height:315px;
	overflow:auto;
	}

table.preview tr td.preview div.preview {
	border:1px solid #ddd;
	padding:20px;
	height:275px;
	overflow:auto;
	}
	
div.activity table tr td.time {
	padding-left:25px;
	}
	
ul.tags {
	margin-bottom:3px 0px;
	/* width:565px; */
	border:1px solid #ebebeb;
	border-bottom:0;
	}

ul.tags li {
	padding:0;
	}

ul.tags li h4 {
	font-weight:bold;
	color:#555;
	padding:3px;
	line-height:1.3em;
	background-color:#eee;
	border-bottom:1px solid #ddd;
	}

div.field ul.tags li h4 {
	margin-top:0;
	}
	
ul.tags li table.tags tr td {
	border-bottom:1px solid #ebebeb;
	}	

table.tags tr td {
	padding:3px;
	line-height:1.3em;
	}

table.tags tr td label {
	padding:0;
	}
	
div#modal_content div.tags {
	padding:0 0 12px;
	}
	
div#modal_content div.tags ul.tags {
	border:0;
	}
	
div#sidebar ul.tags {
	border:0;
	}	

div#sidebar ul.tags li {
	line-height:1.3em;
	padding:2px 0px;
	}

div#sidebar ul.tags li h6 {
	color:#555;
	background-color:#fff;
	display:inline;
	font-weight:bold;
	}
		
div.address_type_container {
	border-bottom: 1px solid #ccc; 
	padding:4px;
	background-color:#eee;
	}

div.address_type_container h3 {
	font-weight:bold; 
	color:#555;
	
	}
#status_container{
	display:inline;
	width:15px;
	text-align:center;
	height: 40px;
}

#status_wrap{
	padding-left:5px;
	padding-top:5px;
	float:left;
}

/*Header Status Bar*/
div.status_active_row	{
	width:15px;
	height: 5px;
	margin-bottom:2px;
	background: url('../images/level_bar_active.gif');
	}
div.status_active_row_red	{
	width:15px;
	height: 5px;
	margin-bottom:2px;
	background: url('../images/level_bar_active_red.gif');
	}
div.status_inactive_row{
	width:15px;
	height: 5px;
	margin-bottom:2px;
	background: url('../images/level_bar_inactive.gif');
	}
table#control_panel tr td {
	vertical-align:top;
	padding:5px;
	}

table#control_panel tr td ul li table tr td {
	padding-top:0;
	padding-bottom:0;
	}

table#control_panel ul li {
	padding-bottom:25px;
	line-height:1.5em;
	}

table#control_panel h2,
table#control_panel h4 {
	padding:0;
	}

table#control_panel h2 {
	font-size:1.3em;
	font-weight:bold;
	}

table#control_panel h2.empty {
	padding-top:5px;
	}

table#control_panel h4 {
	font-size:1em;
	}

div.overlabel {
	position:relative;
	display:inline;
	}
	
label.overlabel-apply {
	position:absolute;
	color:#999;
	cursor:text;
	left:4px;
	top:0px;
	z-index:1;
	}
	
div.reportHeader {
	font-weight:bold;
	font-size:1.4em;
	}
	
table.reportTable td,table.reportTable th{
	margin:2px; 
}
	
tr.reportHeader1 td, tr.reportHeader1 th{
	font-weight:bold;
	color:#444;
	padding:2px;
	line-height:1.2em;
	background-color:#D7D7D7;
}

tr.reportHeader2 td, tr.reportHeader2 th {
	font-weight:bold;
	color:#444;
	padding:2px;
	line-height:1.2em;
	background-color:#ddd;
}

tr.reportHeader3 td, tr.reportHeader3 th {
	font-weight:bold;
	color:#444;
	padding:2px;
	line-height:1.2em;
	background-color:#eee;
}		

tr.reportFooter td, tr.reportFooter th {
	font-weight:bold;
	color:#555;
	padding:2px;
	line-height:1.2em;
	background-color:#eee;
}

	
/*for report_writer*/
h4.name {
	font-size:1.3em;
	font-weight:bold;
	}
div.report_generated .date{
 display:block;
}
div.report_generated ul {
	padding:2px 0px;
	}

div.report_generated ul li {
	display:inline;
	}
img.reportLogo{
 max-height:100px;
 max-width:200px;
}
@media print{
    body.reportBody{
     margin: 0;
     padding: 2px;
     background-color: #ffffff;
   }
  div#content{
   background-image:none;
  }
  table.pageBreak,tr.pageBreak,div.pageBreak{
   page-break-after:always
  }
 }

tr td.indentedReportHeader {
    padding-left:20px;
    font-weight:bold;
}

table#days_times_grid tr td {
	border:0;	
	border-bottom:1px solid #eee;
	}

table#days_times_grid,
table#days_times_grid tr td table.plain tr td,
table#days_times_grid div.container {
	border:0;
	}

select.inputHighlight,
input.inputHighlight {
	background-color:#fffbcf;
	}

div#progressStatus{
	background-color: #FFF6CF;
	font-weight: bold;
	border:1px solid #EDDBA4;
	margin-bottom: 15px;
	padding: 7px;
	text-align: center;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
}
div.process_progress_bar_wrapper{
	padding:5px;
	text-align:center;
}
div.process_progress_bar_wrapper div.process_progress_bar{
	padding:7px;
	border:1px solid #ccc;
}
div.process_progress_bar_wrapper div.bar{
	background-image:url('../images/progress_bar.png');
	height:100%;
}

div.process_progress_bar_wrapper div.bar_wrapper{
	height:20px;
	width:400px;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div.process_progress_bar_wrapper div.bar_text{
	position:absolute;
	width:400px;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	margin-top:-20px;
}
div.process_progress_bar_wrapper span.message{
	font-weight:bold;	
}
div.termBox{
	height:12px;
	width:12px;
	border-left: 2px solid #555;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}
div.termBoxFirst{
	height:12px;
	width:12px;
	border-left: 2px solid #555;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}
div.termBoxLast{
	height:12px;
	width:12px;
	border: 2px solid #555;
}
ul.termBar li{
	float:left
}
ul.termBar div.filled{
	background: #8F8 url("../images/layout/gtab1.jpg") repeat-x scroll left center;
}
div.checkboxGrid li{
display:block;
float:left;
width:128px;
padding-left:0
}
div.checkboxGrid div.container{
	border-bottom:1px solid #fff;
	
}
div.checkboxGrid ul{}


/*fonts*/
@font-face {
	font-family: 'barcode_39';
	/*src: url('../fonts/barcode_39.eot');
	src: local('☺'), url('../fonts/barcode_39.woff') format('woff'), url('../fonts/barcode_39.ttf') format('truetype'), url('../fonts/barcode_39.svg#webfontBNxZTdIj') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

.barcode_39 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'barcode_39', sans-serif;
	font-size-adjust: 3.06;
}
div.section_underline div.header, div#modal_content div.section_underline div.header{
font-weight:bold;
color:#666;
height:23px;
line-height:22px;
padding-left:6px;
font-size:1.1em;
border-bottom:1px solid #666 !important;
background:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none !important;
	border:none !important;
	color: #2E6E9E !important;
    font-weight: bold !important;
}


div#session_timeout_warning{
	position:fixed;
	border: 1px solid  #EDDBA4;
   	top:22px;
	right:0;
    padding:5px;;
    width: 260px;	
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px#888;
    box-shadow: 0 0 10px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display:block;
    z-index:3;
    background-color: #FFFACD;
    text-align:center;
    color:#3C6794;
	}

div#session_timeout_warning a{
	font-weight:bold;
	color:#3C6794;
}

div#container_order {
	height:45px;
	background-color: #eee;
	border: 1px solid #ccc;	
	font-weight:bold;
	padding:5px;		
	position:relative;
	vertical-align: bottom;
    display: block;	
}

div#container_order a img {
	width:20px;
	padding-left:5px;
}

div.left_container {
	float:left;		
}

div.right_container {
	float:right;	
	width:675px;
}

table.payrate_table td.total_row {
	border-top: 1px solid #333;
}

p.messageCount {
	font-size:10pt;
	padding: 7px;
}

div.edit_order {
	font-size:12px;
}

/* Project Pay Styles */
tr#pay_customer td{
	background-color: #ddd;
	width:100%;
	padding:5px;	
}

tr#pay_order td {
	padding-left: 30px;
}

tr#pay_product td {
	padding-left: 60px;
}

tr#order_total td {
	text-align: right;
	padding-right:15px;	
}

tr#customer_total td {
	text-align: right;
	padding-right:15px;
	font-size: 14px;
	background-color: #eee;
	padding-top:5px;
	padding-bottom:5px;
}

td.money {
	text-align: right;
	padding-right:15px;	
}