body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background-color: white;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #B92828;
	color: #ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url('/gfx/separator_blue.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url('/gfx/separator_blue_thin.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('/gfx/separator_red_thin.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 6px;
	margin-top: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 6px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #B92828;
	text-decoration: underline;
}

a.tab {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
	background-color: silver;
	padding: 2px 0.5em 0px 0.5em;
	text-decoration: none;
}

a.tab:hover {
	border-collapse: collapse;
	border-style: solid solid none solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
	background-color: white;
	padding: 2px 0.5em 0px 0.5em;
}

a.flat {
	font-size: 12px;
    display: block;
	height: 16px;
	border-color: #333333;
	border-style:solid;
	border-width:1;
    color: black;
	text-decoration: none;
	text-align: center;
	background-color: #f8f8f8;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	cursor:default;
}

a.flat:visited {
	font-size: 12px;
	background-color: #f8f8f8;
    color: black;
	text-decoration: none;
}

a.flat:hover {
	font-size: 12px;
	background-color: #eeeeee;
    color: black;
	text-decoration: none;
}

.flat {
	border-color: #bbbbbb;
	border-style:solid;
	border-width:1;
    color: black;
	background-color: #f8f8f8;
}

.panel { border: solid 1px gray; background-color: white; padding: 5px; overflow: auto;}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	color: black;
	text-decoration: none;
	background-color: transparent;
}

.copyright:visited {
	color: black;
}

.copyright:hover {
	color: black;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.bold {font-weight:bold;}
.revised {
	color: #FF0000;
}
.qcr {
	table-layout: fixed;
}

.qcr th {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.qcr th.end {
	border-right: 1px solid #333333;
}

.qcr td.framed {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

.qcr td.framedend {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.qcr td.framedbottom {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.qcr td.framedendbottom {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.qcrdate {
	font-weight: bold;
	color: #2149E0;
	background-color: transparent;
}

.qcrcomment {
	color: #ff0000;
	background-color: transparent;
}

.menu1 {
	display: block;
	background-color: #B92828;
	background-image: url('/gfx/button.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	height: 29px;
	width: 160px;
	padding: 7px;
	text-align: center;
	text-decoration : none;
	margin-top: 12px;
	margin-bottom: 12px;
}

.menu1:visited {
	background-color: #B92828;
	color: #ffffff;
}

.menu1:hover {
	background-color: #B92828;
	background-image: url('/gfx/button_on.gif');
	color: #ffffff;
	text-decoration : underline;
}

.menu2 {
	background-color: transparent;
	background-image: url('/gfx/plane.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 9pt;
	width: 160px;
	color: white;
	padding-left: 22px;
	padding-bottom: 6px;
	text-decoration : none;
	margin-bottom: 4px;
	display: block;
}

.menu2:visited {
	background-color: transparent;
	color: #ffffff;
}

.menu2:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration : underline;
}

.contact {
	border-top: 1px solid #B92828;
	border-left: 1px solid #B92828;
}

.contact th {
	border-right: 1px solid #B92828;
	border-bottom: 1px solid #B92828;
	background-color: #B92828;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.contact td {
	border-right: 1px solid #B92828;
	border-bottom: 1px solid #B92828;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.figures {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.figures th {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.figures td {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}

.figures td.rowlabel {
	background-color: #dddddd;
	font-weight: bold;
	text-align: left;
}

.figures td.total {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #dddddd;
	color: #B92828;
	font-weight: bold;
	text-decoration: underline;
}

.framedtable {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: default;
	max-width: 500px;
	width: 500px;
}

.framedtable th {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.framedtable td {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #000000;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	white-space:normal;
}

.framedtable td input {
	color: #000000;
	font-size: 10px;
	white-space:normal;
}

.framedtable td select {
	color: #000000;
	font-size: 10px;
	white-space:normal;
}

/* aqui */
.framedtable_schedule {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: default;
	max-width: 100%;
	width: 100%;
}

.framedtable_schedule th {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.framedtable_schedule td {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #000000;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	white-space:normal;
}

.framedtable_schedule td input {
	color: #000000;
	font-size: 10px;
	white-space:normal;
}

.framedtable_schedule td select {
	color: #000000;
	font-size: 10px;
	white-space:normal;
}
/* aqui */

.noframe {
	border: 0px;
	cursor: default;
}

.noframe td {
	border: 0px;
	color: #000000;
}

.quarterly td {
	font-size: 9px;
	font-family:arial;
	text-align:right; 
	empty-cells:show;
}

.quarterly td.center {
	text-align:center; 
}

.leftbevel {
	background-image: url('/gfx/slice02.gif');
}

fieldset {
	margin-top: 8px;
	margin-bottom: 8px;
}

caption {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.printout {
	padding: 3px;
}
.printout th {
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	vertical-align: bottom;
}
.printout td {
	font-weight: bold;
	text-align: left;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none #666666;
	height: 25px;
	vertical-align: bottom;
}
.submits {
	width: 144px;
}
.framedtable td.number {
	text-align: right;
}
.framedtable tr.even td {
	background-color: #F0F0FF;
}
.framedtable tr.subrow td {
	background-color: #ffffff;
}
.framedtable tr.mainrow td {
	border-top:2px #666666;
	font-size: 12px;
}
.questionary th {
	background-color: #CCCCCC;
}
.questionary .question {
	font-weight: bold;
}

.layoutleftmostcolumn {
	width: 20px;
}

.filter {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DDDDDD;
	width: 500px;
}

.filter table {
	max-width: 500px;
}

.filter table td {
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align:top;
}

.info {
	border: 1px solid #3333CC;
	background-color:#AACCFF;
	background-image: url(/gfx/info.gif);
	background-repeat:no-repeat;
	height: 40px;
	padding-top: 3px;
	padding-left:50px;
	margin-bottom: 10px;
	width: 500px;
	font-size: 11px;
}

.info ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	margin: 0px;
}

.info li {
	font-size: 11px;
	padding-bottom:0px;
}

.error {
	border: 1px solid #CC3300;
	background-color: #FF9F9F;
	background-image: url(/gfx/error.gif);
	background-repeat:no-repeat;
	height: 40px;
	padding-top: 3px;
	padding-left: 50px;
	margin-bottom: 10px;
	width: 500px;
	font-size: 11px;
}

.error ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	margin: 0px;
}

.error li {
	font-size: 11px;
	padding-bottom:0px;
}

.error_input {
	background-color: #FF9F9F;
	border: 1px solid #CC3300;
}

.error_row {
	background-color: red;
}

.error_row select {
	background-color: red;
}

.error_row input {
	background-color: #FF9F9F;
}

.good_row {
	background-color: #00CC00;
}

.good_row select {
	background-color: #00CC00;
}

.good_row input {
	background-color: #00FF00;
}

.deactivated_row {
	background-color: #D4D0C8;
}

.deactivated_row input {
	background-color: #D4D0C8;
}

.attention {
	border: 1px solid #FF6600;
	background-color:#FFCC99;
	background-image: url(/gfx/attention.gif);
	background-repeat:no-repeat;
	height: 40px;
	padding-top: 3px;
	padding-left: 50px;
	margin-bottom: 10px;
	width: 500px;
	font-size: 11px;
}

.attention ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	margin: 0px;
}

.attention li {
	font-size: 11px;
	padding-bottom:0px;
}

@media print {
	.noprint {
		display: none;
	}
	.layouttopmostcolumn {
		display: none;
	}
	.layoutmiddlerow {
		display:none;
	}
	.header {
		color: black;
		background-color: transparent;
		padding-bottom: 20px;
	}
	.leftbevel {
		background-image: none;
	}
}
table.minim td {
	border:0px;
}

.exttext {padding-left:15px; font-size:12px;}
.extbold {color: #FFFFFF; font-size: 12px; font-weight: bold; text-align:left; padding-left: 10px;}
