@CHARSET "UTF-8";

body {
	margin: 0;
	text-align: center;
	font-family: Arial, serif;
}

#header {
	background-color: #F0F4DD;
	border-top: 10px solid #726E4C;
	height: 75px;
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: 2px solid #726E4C;
	font-family: Bookman, serif;
}

.title {
	font-family: Palatino, serif;
	font-size: 35pt;
	font-weight: bold;
}

a.title {
	text-decoration: none;
	color: #000000;
}

a.title sup {
	color: #B22222;
	font-size: 20pt;
	font-style: italic;
}

a.title:hover, a.title:active, a.title:focus, a.title:visited {
	color: #000000;
}

a img.wt {
	vertical-align: middle;
}

a img.dc {
	vertical-align: middle;
	padding-bottom: 7px;
}

#form {
	margin-top: 50px;
}

#filters {
	float: left;
	padding: 20px 5px 0px 10px;
	width: 200px;
}

#filters table {
	border: 1px dotted #726E4C;
	width: 100%;
	margin-bottom: 5px;
	min-width: 185px;
}

#filters table th {
	font-size: 14px;
	background-color: #F0F4DD;
}
	
#filters table td {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 5px;
}

.formFilterItem {
	background: url(../img/remove.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
}

#content {
	float: left;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.searchbox {
	font-size: 17px;
	margin-bottom: 0.2em;
	width: 450px;
}

.searchbtn {
	font-size: 15px;
	height: 1.85em;
	margin: 0.2em;
}

#footer {
	border-top: 1px solid #726E4C;
	width: 60%;
	margin: 50px auto;
	padding: 10px 0 30px 0;
	line-height: 1.5em;
}

a {
	color: #726E4C;
}

a:hover, a:active, a:focus {
	color: #B22222;
}

#loadingIndicator {
	background: url(../img/loader.gif) no-repeat 5px center; 
	padding-left: 40px; 
	line-height: 24pt;
	margin: 0 auto;
	white-space: nowrap;
	width: 200px;
}

#showMoreBlock {
	margin: 15px 0px 0px 0px;
	border-top: 1px dotted #726E4C;
	background-color: #F0F4DD;
}

#showMoreLinkBlock {
	padding-bottom: 10px;
	background: url(../img/arrow-down.gif) no-repeat center 15px;
	font-size: 11px;
}

#showMoreIndicator {
	background: url(../img/loader-small.gif) no-repeat left 6px;
	font-size: 12px; 
	padding-left: 10px;
	padding-bottom: 5px; 
	padding-top: 3px; 
	margin: 0 auto;
	width: 85px;
}

#showMoreError {
	color: #FF0000;
	font-size: 12px;
}

#showMoreCaptcha {
	margin-top: 5px;
	margin-bottom: -10px;
}

#showMoreCaptchaContent {
	display: table;
	margin: 0 auto;
}

#statusError {
	color: #FF0000;
}

#tmSearchForm {
	line-height: 1.5em;
}

#resultContent {
	text-align: center;
	margin-top: 20px;
	text-align: left;
	margin: 0 auto;
}

.resultTable {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.resultTable th {
	border-collapse: collapse;
	background-color: #F0F4DD;
	padding: 0 4px 0 10px;
	font-weight: bold;
	font-size: 16px;
}

.resultTable th a {
	font-size: 12px;
	font-weight: normal;
} 

.resultTable td {
	padding: 1px 8px 1px 8px;
	font-size: 13px;
}

.resultTable td.det {
}

.resultTable tr.sep td {
	empty-cells: show;
	height: 15px;
}

.resultTable tr.ft td {
	white-space: nowrap;
}

.resultTable tr.dc td {
}

.resultTable td.cl {
	white-space: normal !important;
}

.resultTable td.dt {
	text-align: right;
}

.resultCount {
	margin: 0;
	height: 20px;
	font-size: 14px;
}

#captchaContent {
	text-align: center;
	display: table;
	margin: -15px auto;
}

#tips {
	margin: 5px;
}

/* --- jQuery: autocomplete styles --- */

.ac_term {
	text-align: left;
	float: left;
}

.ac_count {
	text-align: right;
	float: right;
	color: #726E4C;
}

.ac_group {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

.ac_over .ac_group {
	color: #FFFFFF;
	background-color: #B22222;
}

.ac_group {
	background-color: #726E4C;
	margin: -2px -5px -2px -15px;
	padding: 2px 5px 2px 10px;
}

.ac_results {
	padding: 0px;
	border: 1px solid #726E4C;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	overflow: hidden;
	line-height: 16px;
	padding: 2px 5px 2px 15px;
	clear: both;
}

.ac_loading {
}

.ac_odd {
	background-color: #F2F4E9;
}

.acc_even {
}

.ac_over {
	background-color: #B22222;
	color: #FFFFFF;
}

.ac_over .ac_count {
	color: #FFFFFF;
}

/* --- jQuery: tooltip styles --- */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #726E4C;
	background-color: #F0F4DD;
	padding: 5px;
	opacity: 0.85;
	font-size: 12px;
	max-width: 200px;
	text-align: left;
}
#tooltip h3, #tooltip div { margin: 0; }

/* --- popup styles --- */

#p-header {
	background-color: #F0F4DD;
	border-top: 10px solid #726E4C;
}

#p-header h4 {
	margin: 0;
	padding: 5px;
}

#p-content {
	margin: 20px 10px 20px 10px;
}

#p-footer {
	border-bottom: 2px solid #726E4C;
}

.statusTable {
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}

.statusTable th {
	background-color: #F0F4DD;
}

.statusTable th, .statusTable td {
	border: 1px solid #CCCCCC;
	padding: 2px 10px 2px 10px;
}

.reg-free {
	color: #4169E1;
}

.reg-taken {
	color: #008000;
	font-weight: bold;
}
