body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

ul {
	list-style-type: none;
	padding-top: 0px;
	padding-left: 20px;
}

li {
	padding-bottom: 2px;
	font-size: 11px;
}

h1,h2 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
}

h1 {
	margin-left: 0px;
}

h3 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-left: 0px;
}

.margined_left {
	margin-left: 20px;
}

.margined_top {
	margin-top: 10px;
}

p,td {
	font-size: 12px;
}

td {
	vertical-align: top;
}

a,a:visited {
	text-decoration: underline;
	color: #900B09;
}

a span {
	display: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	position: relative;
}

a:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: -300px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #f0f0f0;
	border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/*width: 500px;*/
	white-space: nowrap;
}

label {
	font-size: 12px;
}

table tr {
	vertical-align: top;
}

.divform,.padded {
	padding: 10px 20px;
	margin: 0px;
}

.divform span.req {
	color: #FF0000;
}

.divform h1 {
	margin-left: 0px;
}

.divform table td {
	font-size: 12px;
	height: 24px;
}

.divform table td.label {
	text-align: right;
	vertical-align: top;
}

.withborder {
	padding: 5px 10px;
	border: 1px solid black;
}

.result,.withback {
	background-color: #E0F0F0;
	padding: 5px 10px;
	border: 1px solid blue;
	margin-top: 10px;
	margin-bottom: 10px;
}

.result p {
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
}

.result span.error {
	color: #FF0000;
}

.error {
	background-color: #ffb9b9;
	border-color: red;
}

.red {
	color: red;
}

.list {
	padding: 10px 20px;
}

.list a,.list a:visited {
	text-decoration: underline;
	color: #0B0990;
}

.list a:hover {
	text-decoration: none;
	color: #0000FF;
}

.list table {
	width: 100%;
	border-collapse: collapse;
}

.list table tr {
	border-bottom: 1px solid black;
}

.list table td {
	font-size: 12px;
}

.list table td.total {
	font-weight: bold;
	text-align: center;
	background-color: #F1F1F1;
}

.list table thead {
	background-color: #F1F1F1;
}

.list table thead td {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.list_noborder table tr {
	border: none;
}

.ordered table thead td a {
	text-decoration: underline;
}

.ordered table thead td a:hover {
	text-decoration: none;
}

#list {
	width: 100%;
}

#result_list {
	padding: 0px 10px;
	margin: 10px 20px;
	overflow: auto;
	height: 200px;
	width: 500px;
	border: 1px solid black;
}

#result_list h4 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#result_list p {
	padding: 0px;
	margin: 0px;
}

.active tr:hover {
	background-color: #F1F1F1;
}

.loader {
	padding: 10px 20px;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.hidden {
	visibility: hidden;
	display: none;
}

.header,.footer { /* height: 25px; */
	border: 1px solid #ccc;
	background: #f0f0f0;
}

.footer {
	margin-top: 10px;
}

.header div p {
	font-size: 11px;
	margin: 4px;
	padding-left: 10px;
}

.footer p {
	font-size: 12px;
	margin: 4px;
	padding-left: 10px;
}

#filter {
	padding: 10px 20px 0px 20px;
}

#filter label {
	font-size: 11px;
}

#filter input {
	font-size: 11px;
}

#filter p {
	margin: 0px;
}

.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

#menu,#menu ul,#menu li {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#menu {
	position: relative;
	z-index: 100;
}

#menu li {
	float: left;
	position: relative;
	list-style: none;
	display: inline;
}

#menu li a {
	display: block;
	white-space: nowrap;
}

#menu li li {
	clear: both; /*FF 1.0.7 needs this */
}

#menu li ul {
	visibility: hidden;
	position: absolute;
}

#menu li.hover ul {
	visibility: visible;
}

#menu li {
	border-left: 1px solid #fff;
	border-right: 1px solid #d8d8d8;
}

#menu li li {
	border: 0;
}

#menu li li ul {
	top: 0;
	left: 0;
}

#menu ul {
	border: 0.1em solid #ccc;
	background: #f6f6f6
}

#menu a,#menu div {
	padding: 0.35em 1em 0.35em;
	margin: 0 1px 0 1px;
	color: #333333;
	line-height: 1.6em;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	background-repeat: no-repeat;
	background-position: left 50%
}

#menu li.hover a {
	background-color: #E7EDDF;
	border-left: 1px solid #6D9D2E;
	border-right: 1px solid #6D9D2E;
	margin: 0;
}

#menu li.hover li a {
	background-color: transparent;
	border: 0 none;
	margin: 2px;
}

#menu li.hover li.hover a {
	background-color: #E7EDDF;
	border: 1px solid #6D9D2E;
	margin: 1px;
}

#menu li.disabled a {
	color: gray;
	cursor: default;
}

#menu ul a {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
}

#google_filtration input,#google_filtration select {
	width: 80px;
}

#google_filtration input.comp {
	width: 40px;
}
