body {
	color:#000000;
	margin:0;
	background-color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border-width: 0px;
}

table {
	border-collapse: collapse;
}

a:link {
	color: #395EBB;
}

a:visited {
	color: #395EBB;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.error {
	background-color: #ffffcc;
	border-color: #A1C894;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	font-family: arial,sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

.info {
	background-color: #89fe77;
	border-color: #016207;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: left;
/*	width: 92%;*/
}

div.titletext	{
	font-size: x-small;
	font-family: arial,sans-serif;
	color: #273F7D;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: bottom;
}

div.text	{
	font-size: x-small;
	font-family: arial,sans-serif;
	color: #000000;
	padding: 3px;
	text-align: left;
}

table.datatitle th {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 3px;
	font-size: 14px;
}

td.label {
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

div.buttonbar {
	background-color: #8CA3DC;
	border: 1px solid silver;
	padding: 3px;
}

.buttonbar {
	color: black;
	white-space: nowrap;
}

.buttonbar a {
	border: 1px solid #666666;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	background-color: white;
	color: gray;
	vertical-align: middle;
}

.buttonbar a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

table.header {
	border-width: 0px;
	border-collapse: collapse;
	width: 95%;
	margin-bottom: 10px;
}

table.header th {
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}

table.header td {
	text-align: right;
}

#tooltip,
#tooltip-shadow {
	display: none;
	position: absolute;
	left: -1000px;
	right: -1000px;
	height: 200px;
	width: 200px;
	z-index: 1000;

	background-color: white;
}
#tooltip {
	z-index: 1500;
	border-color: gray;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
}
.tooltip-base-highlight {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: red;
}

.tooltip-toggle {
	font-weight: bold;
	text-decoration: underline;
}

.instructions {
	background-color: #efefef;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: left;
/*	width: 92%;*/
}

@media screen {
	.print_only {
		display: none;
	}
}
@media print {
	.no_print {
		display: none;
	}
}
