img {
	border: none;
}

td, .application, h1 {
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 10pt;
	vertical-align: top;
}

select, input, textarea {
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 10pt;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

a {
	text-decoration: none;
}


a:visited {
	color: blue;
	
}

a:hover	{
	text-decoration: underline;
}

li {
	list-style-image: url('/images/bulletBlock.gif');

}

.row_light {
	background-color: #eeeeff;
}

.row_dark {
	background-color: #cfcfff;
}


.rrow_light {
	background-color: #eeeeff;
}

.rrow_dark {
	background-color: #ddddff;
}


.feedback {
	font-size: 8pt;
}

.feedback_problem {
	color: red;
}

.feedback_notice {
	color: blue;
}

.feedback_debug {
	color: grey;
	display: none;

}

.application {
	width: 100%;
}

.heading {
	text-decoration: none;
	color: black;
	vertical-align: bottom;
	
	border-style: solid;
	border-width: thin;
	border-color: grey;
	border-top: none;
	border-left: none;	
  border-right: none;	
}

.dataview {
	font-size : 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	
	border-style: solid;
	border-width: thin;
	border-color: grey;
	border-left: none;
	border-right: none;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


.group {
	font-size : 9pt;
	text-decoration: none;
	background-color: #ffee35;
	color: black;
	border-style: solid;
	border-width: thin;
	border-color: blue;
}
.group2 {
	background-color: #efce15;
}

.invoice {
	font-size : 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

/*.dataview:hover {
	text-decoration: underline;
}*/

.dataview_nav {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	
}

.dataview_nav_cell {
	font-size : 8pt;
	border-style: solid;
	border-width: thin;
	border-color: #9999aa;
	background-color: white;
}

.dataview_option_cell {
	text-align: left;
	vertical-align: top;
	font-size : 8pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.dataview_option_cell a,.dataview_nav_cell a:visited {
	color: black;
	font-weight: normal;
}

.dataview_nav_cell a:hover {
	font-weight: normal;
	color: #3333ff;
	text-decoration: none;
}




.report {
	padding: 2px;
}

.report_detail {
	font-size : 12pt;
	font-weight: bold;
	color: blue;
	vertical-align: top;
	text-align: left;
}


.report_detail {
	font-size : 8pt;
	color: blue;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: thin;
	border-bottom: none;
	border-left: none;
	border-top: none;	
}

.report_detail fine {
	font-size : 6pt;
	color: grey;
	text-align: left;
	
}

.report_heading {
	border-style: solid;
	border-width: thin;
	border-color: #ddddff;
	border-top: none;
	border-left: none;
	border-right: none;

}

.report_subsection {
	border-style: solid;
	border-width: thin;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #ddddff;
}

.report_heading_1 {
	font-size: 10pt;
	font-weight: bold;
}

.report_detail_heading {
	color: black;
	background-color: #bbbbdd;
	text-align: left;
	font-weight: normal;
	border-right: #000000;
	border-style: solid;
	border-color: #ffffff;
	border-width: thin;	
	border-left: none;
	border-top: none;
	border-bottom: none;
}

.report_totals {
	font-size: 8pt;
	text-align: right;
}

span.subheading {
	color: grey;
	font-weight: normal;
	font-size: 6pt;
}

.fieldname {
	font-weight: bold;
}

.boxheading {
	border-style: solid;
	border-width: thin;
}
th { font-size: x-small; }
.nowrap { white-space: nowrap; }

.capturefeedback {
	text-align: left;	
}

.capturefeedbackbad {
	background-color: #FF3333;
}

.capturefeedbackgood {
	background-color: #33ff33;
}

th { font-size: x-small; }
.nowrap { white-space: nowrap; }
.vbottom { vertical-align: bottom; }
.tr_off  { display: none; }
.tr_on  { display: table-row; }
.comment { 
	color: blue; 
	font-size: x-small;
}
.tiny { font-size: 7pt; }

