@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }

html {
	background-clip: border;
	-webkit-background-clip: border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin: padding;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	background: #FFFFFF none repeat scroll 0 0;
	background: #ccc url(/images/bkgrnd_greydots.png) repeat scroll 0 0;
	color: #000000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	table-layout: auto;
	empty-cells: show;
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0 none;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 9pt;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
}

td, th {
	padding: .1em;
	border: 0 none;
}

th { font-weight: bold; text-align: center;}

h3 {
	color: blue;
	background-color: inherit;
}

a:link {
	color: navy;
	background-color: inherit;
}

a:visited {
	color: navy; 
	background-color: inherit;
}

pre {
	background-color: #DDDDDD;
	color: #333;
}

/*
//a:hover {
//	color: white;
//	background-color: blue;
//}
*/

table#nocolor {
	background-color: transparent;
	color: inherit;
	border: none;
	margin: 0;
	padding: 0;
}

th#nocolor {
	background-color: transparent;
	color: inherit;
	border: none;
	padding: 0;
}


td#nocolor { 
	background-color: transparent;
	color: inherit;
	border: none;
	padding: 0;
}

table.nonx td {
	font-size: .9em;
}

table.report {
	margin-top: 10px;
}

table.none ,table.report {
	background-color: white;
	color: inherit;
	border: #ccc solid 1px;
	empty-cells: show;
}

table.Container {
	padding: 10px;
}
table.none td,table.report td {
	padding: 1px 1px 0 2px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
table.none td.typedata1,table.report td.typedata1,table.none td.typedata2,table.report td.typedata2, th.typedata1 {
	text-align: left !important;
}

table.noborder {
	border: none;
	border-collapse: separate;
}

table.company {
	width: 100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:2px solid #666;
	color: #333;
	padding: 5px;
	background:#EFEFEF url(/images/searchFormBg.gif) center bottom repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#AAA));
	background-image: -moz-linear-gradient(top ,#ccc, #AAA);
	background-image: linear-gradient(top ,#ccc, #AAA);
}

table.company fieldset {
	text-align: left;
}

div.screener {
	margin: 2px;
}

div.screener legend {
	text-shadow: 0px 1px 0px #fff;
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.screener fieldset {
	text-align: left;
	margin: 4px;
	-moz-box-shadow: 2px 2px 10px #033 ;
	-webkit-box-shadow: 2px 2px 10px #033 ;
	box-shadow:2px 2px 10px #eee ;
}

.company h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.company th
{
	white-space: nowrap;
	text-align: center;
}

table.company td ,table.company th {
	border: 0 none;
	padding: 2px;
}

table.company td.infocenter { text-align: center; }

.remoteuser { text-align: left }

table td.CompanyName  , .CompanyName{
	font-size: 16px;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
}

table td.ReportName, .ReportName {
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	color: inherit;
}

.c2,.label2 {
	color: navy;
	text-align: left;
}
.c3,.label3 {
	border-right: black solid 2px;
}
.c4,.label4 {
	border-left: black solid 2px;
}

.label4,.label5,.label6,.label7,.label8,.label9 {
	text-align: center;
}

.c12 {
	font-weight: bold;
}

th.c9 {
	color: red;
}
.c17,th.c17,.label17{
	border-left: black solid 2px;
}

.sub2{
	text-align: left;
}
.sub3{
	border-right: black solid 2px;
}
.sub17 {
	text-align: right;
	border-left: black solid 2px;
}
table.menu {
	font-size: 12.0pt;
}


tr {
	color: #333;
}

.mainrow th
{
	text-align: center;
	color: #333;
	background-color: #EEEEEE;
	font-family: verdana,arial,helvetica,sans-serif;
}

#labelrow, .lablelrow, .labelrow th {
	border: white outset 1px;
	vertical-align: top;
	text-align: center;
	padding-left: .2em;
}

.labelheader th{
	padding-left: .2em;
	margin-left: .2em;
	vertical-align: top;
	text-align: center;
	/*background-image:url(/images/listheader_aqua.gif);*/
	background-color:#eaf3ff;
	background-image:url(/images/blueheader.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #029e9f;
}

th.range1,th.range2 {
	border: white inset 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

submit:focus {
	font-size: 7pt;
}
input, option, select {
	font-size: 12px;
	color: navy;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px;
}

tr.subtotal {
	background-color: #eaf3ff;
	border-bottom: #64a5ff solid 2px;
	border-top: #e2eeff solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
}

tr.subtotal th {
	text-align: right
}
tr.subtotal td {
	color: navy;
	border: white inset 2px;
	border-bottom: black inset 2px;
	border-top: red solid 1px;
}

th:focus {
	border: thick solid black;
}


th {
	xackground-color: #DDD;
}

h1 { font-size: 180% }

h2 {
	background-color: #d0d0d0;
	text-align: center;
}


.alltext td {
	text-align: left;
}

 td.inumber {text-align: right; font-weight: bold;}


td#row1 {
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: none;
	background-color: rgb(92%,92%,65%); 
}

td#row2 {
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: none;
	background-color: rgb(83%,83%,56%); 
}

td.row1 {
	background-color: #FFFFF0; 
}

tr.even:hover, tr.odd:hover td{
	background-color: white;
}

td p {
	background-color: #FFFFDD;
	font-size: 120%;
	text-align: center
}

p {
	font-size: 8.0pt;
	background-color: white;
	color: navy;
}

tfoot {
	background-color: white;
	border: blue double 1px;
}

hr#break, hr.break {
	page-break-before: always;
}

tbody {
	page-break-inside: avoid;
	page-break-after: auto;
}

td.typedata1 ,th.typedata1 {
	text-align: left;
	color: #333;
}

tr td.Money ,tr td.money {
	text-align: right !important; 
}

tr td.Count {
	text-align: right !important; 
}

.floatnumber,.integer, .count, .money , a.knum_link, .knumlink {
	text-align: right !important;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
	box-shadow:0 0 10px #eee inset;
	border:1px solid #ccc;
	overflow: hidden;
}
.date.big {
	font-size:18px;
	padding:4px;
	text-align:center;
	}

.names , .text, .phonenumber, .date {
	text-align: left !important;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
	box-shadow:0 0 10px #eee inset;
	border:1px solid #ccc;
	overflow: hidden;
}
.letmewrap {
	white-space: normal;
}

.typedata2, div#container.typedata2 {
	text-align: left;
}

div { zoom :1 } /* IE7 and possilby other helps with layout.*/

.simpledata {
	text-align: right;
}

.minime {
	font-size: 5pt;
	line-height: 50%;
	display: none;
}

#minime {
	display: none;
	font-size: 5pt;
	line-height: 50%;
}

.MenuItem {
	border-top: white solid 2px;
	padding: 0;
	font-size: 9pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

.MenuItem a, .MenuItem span
{
	padding: 2px 0;
	text-indent: 2px;
	display: block;
	width: 100%;
}

.MenuItem a
{
	color: #CFCFFF ;
	background-color: #000060;
	text-decoration: none;
}

.MenuItem a:hover {
	background-color: #3333FF;
	color: white;
	font-weight: bold;
	cursor: crosshair;
}

.MenuHead {
	border-top: white solid 4px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	color: #00003F;
	background-color: silver;
	font-family: verdana,aria,helvetica,sans-serif;
}
.Input
{
	font-size: 90%;
	text-transform: uppercase;
	background-color: inherit;
}

/* only apply styles to input tags that have a type of text */
input
{
	background-color: #E0E0C0;
	font-size: 100%;
}


input:focus { background-color: white; color: black; }

.copyright td
{
	font-size: 64%;
	text-align: center;
	color: blue;
	background-color: white;
}
.VertSep1
{
	border-right: black solid 1px;
}
.VertSep2
{
	border-right: black dotted 1px;
}
.VertSep3
{
	border-right: black solid 1px;
}
.contract td, folder td{
	empty-cells: show;
	border-left:   #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
	box-shadow:0 0 10px #eee inset;
}

.cancel td, .NotQualified td {
	color: #a33;
	background-color: #FCC !important; /*pink*/
	background-image: -webkit-linear-gradient(top,#dbb,#fee);
}

/* Pending Full down pender */
.pendingdp td {
	color: #333;
	background-color: #FFF0c0 !important; /*amber*/
}

.contract th, .folder th{
	empty-cells: show;
	/*border-left:   gray solid 1px;*/
	/*height: 10px;*/
	background-color:#EeEeEe;
	/*background-image:url(/images/listheader_aqua.gif);*/
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	background-image: linear-gradient(top ,#eee, #999);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #9E9E9E;
}


.showed, .showed td, .cashdeal td, td.showed span {
	color: #333;
	background-color: #dfd; /*green`*/
	background-image: -webkit-linear-gradient(top,#efe,#bdb);
	background-image: -moz-linear-gradient(top ,#efe, #bdb);
}

td.cancel, td.NotQualified , td.negative, td.PastDue {
	color: red !important;
}

.FutureDue { color: #aaa !important; }

.cancelmoney {
	color: red;
	text-decoration: line-through;
}
.fd_hdr_rpt {
	font-size: 1.3em;
	text-align: center;
	font-family: times,serif;
	font-weight: bold;
	padding: 2px;
}
.fd_hdr_project td, .fd_hdr_project th {
	background-color: #33ccff;
	font-family: times,serif;
	font-weight: bold;
	border-top: blue solid 1px;
	border-bottom: blue solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding: 2px;
}
.fd_hdr_project1 td {
	font-weight: bold;
	font-family: times,serif;
	border-top: blue solid 1px;
	padding: 2px;
}
.fd_hdr_code td , .fd_hdr_code th {
	background-color: #0099ff;
	font-weight: bold;
	padding: 1px;
}
.fd_hdr_type td , .fd_hdr_type th{
	background-color:#EeEeEe;
	background-image:url(/images/listheader_aqua.gif);
	font-weight: bold;
}
.fd_ftr_code td {
	background-color: #0099ff;
	font-weight: bold;
	padding: 1px;
}
.fd_ftr_type td {
	background-color: #99ccff;
	font-weight: bold;
	padding: 1px;
}
.fd_ftr_project td {
	background-color: #33ccff;
	border-bottom: #64a5ff solid 1px;
	border-top: #e2eeff solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
	font-weight: bold;
	padding: 1px;
}
.fdheader td {
	background-color: #99ccff;
	border: silver solid 1px;
	font-weight: bold;
	padding: 2px;
}
.cntr {
	text-align: center;
}
.fd_tt_body {
}
.fd_tt_body1 {
	font-size: 10pt;
}
.fd_footer th{
	font-size: inherit;
}
.typedata2r {
	text-align: left;
	font-size: inherit;
	font-family: courier,fixed;
	color: red;
}
.ld_red {
	font-size: inherit;
	/*font-family: courier,fixed;*/
	color: red;
}
.fd_tt_body_neg {
	font-size: inherit;
	color: red;
}
td.tm_tt_body  { font-size: 8pt; }

.tm_tt_body  td {
	font-size: 12px;
	border-left: #AAA dotted 1px;
	border-bottom: #AAA dotted 1px;
	/*background-color: #FFFFF9;*/
	/*font-family: courier,fixed;*/
}
.tm_hdr_project1 td {
	background-color: #33ccff;
	font-size: inherit;
	font-weight: bold;
	border-top: blue solid 1px;
	border-bottom: blue solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding: 2px;
}
.tm_hdr_code td {
	background-color: #0099ff;
	font-size: inherit;
	font-weight: bold;
	padding: 2px;
}
.tm_hdr_type td {
	background-color: #99ccff;
	font-weight: bold;
	font-size: inherit;
}
.tm_tt_ftr1 table td {
	width: 1px;
}
.tm_tt_ftr1 td, .sans xaption {
	background-color: #66ccff;
	font-weight: bold;
	border-top: blue solid 1px;
	border-bottom: blue solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding: 2px;
}

td.tm_td_ftr1 {
	background-color: #33ccff;
}


.sans, .sans td {
	/*font-family: Verdana,Helvetica,arial,sans-serif;*/
	font-family: arial, helvetica,Verdana,sans-serif;
}

td.LastColumn, th.LastColumn {
	border-right: solid black 1px;
}
td.FirstColumn, th.FirstColumn {
	border-left: solid gray 1px;
}

table.normal {
	empty-cells: show;
}

.LtBorder td {
	border-bottom: #EEE solid 1px;
	border-left: #EEE solid 1px;
}


table.lightBorder td {
	border-right: #ddd solid 1px;
	border-top: #ddd solid 1px;
	border-bottom: #bbb solid 1px;
}
tr.HorzBord td {
	border-bottom: #999 solid 2px;
}

.pricegrid td {
	font-size: 8px;
}
.pricegrid input,submit {
	font-size: 8px;
}

.pricetable td{
	font-size: 9px;
}


.boxed td {
	border: black inset 1px;
}
.boxedout td {
	border-right: black outset 1px;
	border-left: black outset 1px;
	border-bottom: black outset 1px;
}
.boxedtop td,.boxedtop th {
	border-top: black inset 1px;
	border-left: black inset 1px;
	border-right: black inset 1px;
	border-bottom: black inset 0px;
}

.boxedtop a:visited, .boxedtop a:link {
	text-decoration: none;
}
.boxedbot td {
	border-bottom: black inset 1px;
	border-left: black inset 1px;
	border-right: black inset 1px;
	border-top: black inset 0px;
}
.boxedtop a:hover {
	background-color: #3333FF;
	color: white;
	font-weight: bold;
	cursor: crosshair;
}
.boxedbot td table tr td {
	border: black inset 0px;
}

table.calendar {
	background-color: white;
	min-width: 700px;
	color: inherit;
	text-align: center;
	font-family: Verdana,Arial,helvetica,Sans-Serif;
	border: black solid 1px;
}

tr.warning {
	background-color: #FF3;
	text-align: center;
	width: auto;
	background-image: -webkit-linear-gradient(top,#AAAA00,#eeee00);
}
td.warning {
	background-color: #FF3;
	display: block;
	text-align: center;
	width: auto;
	background-image: -webkit-linear-gradient(top,#AAAA00,#eeee00);
}

.error {
	color: #FFFF99;
	background-color: #CC0000;
	background-image: -webkit-linear-gradient(top,#AA0000,#ee0000);
	display: block;
	padding: 2px;
	width: auto;
	text-align: center;
}

.Unconfirmed {
	color: red;
}

tr.controlhdr1 th {
	color: #333;
	background-color: #DDD;
	text-align: left;
	border-top: gray solid 1px;
	border-left: gray solid 1px;
	border-right: #333 solid 2px;
}

.summaryrow2 td{
	border-left: gray dotted 1px;
	border-bottom: #000 solid 1px;
}

tr.controlftr1 td {
	color: #333;
	background-color: #DDD;
	text-align: left;
	border-left:   gray solid 1px;
	border-bottom: gray solid 1px;
	background-color:#E2eefF;
	background-image:url(/images/blueheader.png);
	background-position:center bottom;
	background-repeat:repeat-x;
}

tr.controlftr3  {
	color: #333;
	background-color: #DDD;
	text-align: right;
	border-left:   gray solid 1px;
	border-bottom: gray solid 1px;
}
table#tablecontainer,table.roundedcorner {
	border-radius: 10px; /* this works only in camino/firefox */
	behavior: url(/styles/border-radius.htc);
}
div#container {
	margin: 0px auto;
	border: #303030 solid 2px;
	display: table;
	position: realative;
	min-width: 550px;
	/*
	width: -moz-fit-content;
	width: intrinsic;
	width: fit-content;
	*/

	margin-top: 5px;
	background-color: #ccc;
	padding: 5px;
	overflow: auto;
	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
	-webkit-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	border-radius: 10px; /* this works only in camino/firefox */
	behavior: url(/styles/border-radius.htc);
}

div.CompanyDiv {
	margin: 0px auto;
	/*display: inline;*/
	border-top: #909090 solid 2px;
	border-left: #909090 solid 2px;
	border-right: #909090 solid 2px;
	width: 100%;
	width: -moz-fit-content;
	width: intrinsic;
	width: fit-content;
	width: auto;
	margin-top: 5px;
	background:#EFEFEF url(/images/searchFormBg.gif) center bottom repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	background-image: linear-gradient(top ,#eee, #999);
	padding: 5px;
	overflow: auto;
	-moz-border-radius-topleft: 10px; /* this works only in camino/firefox */
	border-radius-topleft: 10px; /* this works only in camino/firefox */
	-moz-border-radius-topright: 10px; /* this works only in camino/firefox */
	border-radius-topright: 10px; /* this works only in camino/firefox */
	-webkit-border-top-left-radius: 10px; /* this is just for Safari */
	border-top-left-radius: 10px; /* this is just for Safari */
	-webkit-border-top-right-radius: 10px; /* this is just for Safari */
	border-top-right-radius: 10px; /* this is just for Safari */
	-webkit-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	
}
div.DetailDiv {
	margin: 0px auto;
	/*display: inline;*/
	border-top: #909090 solid 2px;
	border-left: #909090 solid 2px;
	border-right: #909090 solid 2px;
	width: 100%;
	width: -moz-fit-content;
	width: intrinsic;
	width: fit-content;
	width: auto;
	margin-top: 5px;
	background:#ccc url(/images/searchFormBg.gif) center bottom repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background-image: -moz-linear-gradient(top ,#ccc, #999);
	background-image: linear-gradient(top ,#ccc, #999);
	padding: 5px;
	overflow: auto;
	-moz-border-radius-topleft: 10px; /* this works only in camino/firefox */
	-moz-border-radius-topright: 10px; /* this works only in camino/firefox */
	-webkit-border-top-left-radius: 10px; /* this is just for Safari */
	-webkit-border-top-right-radius: 10px; /* this is just for Safari */
	-webkit-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	
}
div.DataDiv {
	/*display: inline;*/
	border-bottom: #909090 solid 2px;
	border-left: #909090 solid 2px;
	border-right: #909090 solid 2px;
	width: 100%;
	width: -moz-fit-content;
	width: intrinsic;
	width: auto;
	margin-bottom: 5px;
	background-color: #EEE;
	/*
	background:#EFEFEF url(/images/searchFormBg.gif) center bottom repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background-image: -moz-linear-gradient(top ,#ccc, #999);
	*/
	padding: 5px;
	overflow: auto;
	-moz-border-radius-bottomleft: 10px; /* this works only in camino/firefox */
	-moz-border-radius-bottomright: 10px; /* this works only in camino/firefox */
	/* -moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-bottom-left-radius: 10px; /* this is just for Safari */
	-webkit-border-bottom-right-radius: 10px; /* this is just for Safari */
	-webkit-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 5px 3px 5px rgba(0,0,0,0.6);
}

table.container td {
	padding-top:0;
	padding-bottom:0;
}

table.container {
	margin: 0px auto;
	border:none;
}

tr.controlhdr2 th {
	color: #333;
	background-color: #DDD;
	border: none;
	border-top: gray solid 1px;
	border-left: gray solid 1px;
	border-right: #333 solid 2px;
	text-align: center;
	background-color:#EeEeEe;
	background-image:url(/images/listheader_aqua.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}

tr.controlhdr3 th {
	color: #333;
	background-color: #DDD;
	border: none;
	border-top: gray solid 1px;
	border-left: gray solid 1px;
	border-right: #333 solid 2px;
	text-align: right;
}

tr.controlhdr3 td, tr.controlhdr2 td {
	border-bottom: gray solid 1px;
}

.legend td {
	text-align: left;
	font-family: times,serif;
}

.wrapok {
	white-space: none;
	text-align: left;
}

div#ReportHeader, div#ReportHeader table{
}

span.inputbox { border: gray solid 1px; }

.foot_spacer { height: 10px; }

.tabForm {
	background-color:#EFEFEF;
	background-image:url(/images/searchFormBg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #9E9E9E;
	padding:5px;
}

table.dataform td {
	text-align: left;
}

 *.tip span{
	display: none;
	position: absolute;
	/*top: 20px;*/
	/*left:  19px;*/
	width: 195px;
	padding: 5px;
	filter:alpha(opacity=80);
	z-index: 100;
	background: #101060;
	opacity: 0.8;
	border: black solid 1px ;
	color: #fff;
	white-space: normal;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

*:hover.tip span { display: block; }
a.tip ,span.tip { position: relative; }

.ui-state-error {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#B81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat scroll 50% 50%;
	border:1px solid #CD0A0A;
	color:#FFFFFF;
}
#progress {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter:alpha(opacity=70);
	background-color: rgba(0,0,0,.7);
	border: rgb(0,200,100) solid 3px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	left: 60px;
	line-height: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 200px;
	z-index: 100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(/images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* 4 oct 2010 */
.data-list  tr.data_list_header th {
	padding: 6px 6px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	background-color: #3e83c9;
	color: white;
	padding: 2px 6px;
	font-size: 110%;
}

.data-list  tr.ontour_data_item td {
	padding: 6px 6px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-size: 110%;
}

/*
.even,.even td { background-color: #ecf6; }
.odd, .odd td { background-color: #ecf6fc; }
*/

.odd, .odd td { background-color: white; }

.data-list tr.alt td, .even, .even td {
	background-color: #ecf6fc;
}
.data-list tr.over td{
	background-color: #bcd4ec;
}

.data-list {
	width: 100%;
	background-color: white;
}

fieldset{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #fdf5e6;
	padding: 10px;
}
legend{
	color: #0d85a5;
	font-size: 1.1em;
	font-weight: normal;
	color: #0c7895;
}

.PrevArrow {
	border-color: transparent #3d3d3d transparent transparent; 
	border-width: 12px 15px 12px 0px;
	border-style:solid;
	width: 0;
	height: 0;
	position: relative;
	float: left;
	left: 0px 
}

.PrevInfo {
	position: relative;
	float: left;
	left: 0px;
	-moz-border-radius: 1px 5px 5px 1px;
	-webkit-border-radius: 1px 5px 5px 1px;
	border-radius: 1px 5px 5px 1px;
	border: 3px solid #3d3d3d; 
	background-color: #3d3d3d;
	color: white;
	height: 18px;
}
.NextArrow {
	border-color: transparent transparent transparent #3d3d3d; 
	border-width: 12px 0px 12px 15px;
	border-style:solid;
	width: 0;
	height: 0;
	position: relative;
	float: right;
	left: 0px 
}

.NextInfo {
	position: relative;
	float: right;
	right: 0px;
	-moz-border-radius: 5px 1px 1px 5px;
	-webkit-border-radius: 5px 1px 1px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 3px solid #3d3d3d; 
	background-color: #3d3d3d;
	color: white;
	height: 18px;
}

/* Stuff for sorting tables */
table.tablesorter thead tr .header {
	/*background-image: url(/images/bg.gif);*/
	backgroud-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	background-image: linear-gradient(top ,#eee, #999);
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 2px;
	vertical-align: top;
	white-space: nowrap;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif) ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif) ;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #eee;
}
.ui-corner-all, form.rounded fieldset { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*jpf 6 Oct 11*/
table.resrequest {
	width: 900px;
}
.arrowlink {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("http://images.apple.com/support/_images/arrow_jump.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 16px;
    padding-top: 2px;
    text-align: left;
    }

.prompt { color: #666 }
.standout { color: #333 ; font-weight: bold;}

div.controlheading {
	display: block;
	width: 98%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #eee;
	line-height: 1.5em;
	padding: 2px 2px 2px 8px;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	/* ie10 */
	background-image: -ms-linear-gradient(top ,#eee, #999);
	/*w3c*/
	background-image: linear-gradient(top, #eee, #999 );
	margin: 0px 0px 4px 0px;
	border: #999 single 3px;
	text-shadow: 0px 1px 0px #fff;
}
div.SubHeader , .controlheading {
	display: block;
	width: 90%;
	background-color: #eee;
	background-image: url("/images/listheader_aqua.gif");
	line-height: 1.5em;
	padding: 2px 2px 2px 6px;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	/* ie10 */
	background-image: -ms-linear-gradient(top ,#eee, #999);
	/*w3c*/
	background-image: linear-gradient(top, #eee, #999 );
	margin: 0px 0px 0px 6px;
	border: #999 single 3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: 0px 1px 0px #fff;
}

caption {
	font-size: 1.4em;
	padding: 2px 9px 2px 16px;
	width: 100%;
	border-radius: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(top ,#eee, #999);
	/* ie10 */
	background-image: -ms-linear-gradient(top ,#eee, #999);
	/*w3c*/
	background-image: linear-gradient(top, #eee, #999 );
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.inputboard {
	background-color: #eee;
	border-bottom:1px solid #666;
	margin-bottom: 1px;
}

.alert {
	color: #333;
	background-color: #CC3 !important;
}
.BadInfo {
	color: #333;
	background-color: yellow;
}

.CallBack  {
	color: #333;
	background-color: yellow;
}

input[required],select[required] {border-color: pink;}
input[disabled] {color: red;}

input:-moz-placeholder { color:#cc6 };
input::-webkit-input-placeholder { #cc6};
input:-ms-placeholder { #cc6};

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

.mobilehide { display: auto; }
@media only screen and (max-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
	.mobilehide { display: none; }
	div#container {
		min-width: 3em;
		border: #303030 solid 0px;
		width: 100%;
		margin: 1px;
		background-color: #ccc;
		padding: 5px;
		overflow: auto;
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
		box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
		-webkit-border-radius: 0px; /* this is just for Safari */
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/* Style adjustments for high resolution devices */
}

footer {
	width: 100%;
	color: #aaa;
	bottom: 0;
	position: fixed;
}
