input {
}

div, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, p, td, th, div, span, textarea, pre, input, select {
	background-repeat: repeat;
	font: normal 11pt "calibri", sans-serif;;
}

h1 {
	font-style: normal;
	font-size: 28pt;
	text-align: center;
}

h2 {
	font-style: normal;
	font-size: 20pt;
	text-align: center;
	vertical-align: top;
}

h3 {
	font-style: normal;
	font-size: 16pt;
	text-align: center;
}

body {
	background: #eeeee0;
	color: black;
	margin: 0px;
	padding: 0px;
}

table {
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
	border-color: #c4c4c4;
	empty-cells: show;
}

tr {
	border-width: 1px;
	border-style: none;
	border-color: inherit;
}

td {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	padding: 1px;
}

th {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	white-space: nowrap;
	font-weight: bold;
}

table, tr, th, td {
	border-color: #c4c4c4;
}
caption {
	font-size: large;
	font-weight: bold;
	margin: 0.3em auto;
}

img {
	border-width: 1px;
	border-style: none;
	border-color: black;
}

form {
	margin-bottom: 1em;
	width: 100%;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

button {
	padding: 4px;
}

a.nowrap {
	white-space: nowrap;
}

@media print {
a {
	text-decoration: none;
	color: black;
}

a:link {
	text-decoration: none;
	color: black;
}

}

.replace {
	display: block;
	height: 0px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

.clearfix:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; }


img.thumb {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 64px;
	height: 64px;
}

img.picture {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.container {
	border-style: none;
	margin: 0px; padding: 0px; border: 0px;
	width: 100%;
}

td.container {
	border-style: none;
	vertical-align: top;
	margin: 0px; padding: 0px; border: 0px;
}

td.nicecontainer {
	border-style: none;
	vertical-align: top;
	padding: 8px;
}

table.records {
	width: 100%;
}

table.records tr.odd {
	background-color: white;
}

table.records tr.even {
	background-color: #eee;
}

table.records thead th {
	padding: 0.5em 16px;
	border-top-style: none;
	text-align: left;
}

table.records tbody td {
	padding-left: 16px;
	padding-right: 16px;
}

table.records td, table.records th {
	border-left-style: none;
	border-right-style: none;
}

table.records tr.rowtoggle0 {
	background-color: white;
}

table.records tbody tr:hover {
	background-color: #eef;
}

td.alignleft {
	border-style: none;
	text-align: left;
}

td.aligncentre {
	border-style: none;
	text-align: center;
}

td.alignright {
	border-style: none;
	text-align: right;
}

table.noresults {
	width: 70%;
}

td.noresults {
	border-style: none;
	vertical-align: top;
	padding: 1em;
}

div.submit {
	margin-top: 1em;
	text-align: center;
}

form h1 {
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	font: 16pt bold Arial,sans-serif;
}

form h1 select {
	font-size: large;
	font-weight: bold;
	font: 16pt bold Arial,sans-serif;
}

span.hastooltip {
	font-weight: bold;
	position: relative;
}

.tooltip {
	display: none;
	position: relative;
}

span.hastooltip:hover div.tooltip, span.hastooltip:hover p.tooltip {
	display: block;
	position: absolute;
	top: -12px;
	left: -12px;
	text-align: left;
	white-space: normal;
	width: 200px;
	padding: 6px;
	border: 2px solid red;
	border-radius: 6px;	
	background: white;
	color: black;
	z-index: 999;
}

span.hastooltipbelow:hover div.tooltip, span.hastooltipbelow:hover p.tooltip {
	top: 2em;
}