* {
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF url(/env/sky.png) left top repeat-x;
  font-family: "Georgia", "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: top;
}
h1, h2, h3, h4 {
  color: #444444;
  font-size: 16px;
  line-height: 18px;
  margin: 0px 0px 7px 0px;
}
h4 {
  font-size: 14px;
}
p {
  margin: 0px 0px 7px 0px;
}
a {
  color: #3388CC;
  text-decoration: none;
}
a:hover {
  background-color: #3388CC;
  color: #FFFFFF;
}
a.img {
  background-color: transparent;
}
a:hover .mark {
  color: #000000;
}
ul, ol {
  margin-left: 20px;
}
li {
  margin-bottom: 7px;
}
input, select, textarea {
  font-family: "Georgia", "Tahoma", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#content {
  margin: auto;
  width: 980px;
  padding-top: 50px;
  text-align: left;
  background: url(/env/clouds.png) center top no-repeat;
}
#city {
  text-align: center;
}
#city a {
  margin-left: 10px;
}
#logo {
  display: block;
  margin: auto;
  margin-top: 25px;
}
#input {
  width: 355px;
  padding: 7px 5px 7px 5px;
  height: 20px;
  color: #000000;
  border: none;
  margin: 0px 7px 7px 85px;
  background: transparent url(/env/input.png) left top no-repeat;
}
#header {
  text-align: left;
  width: 955px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: -18px;
}
#header #input {
  margin-left: 7px;
}
#header form p {
  color: #FFFFFF;
  margin: 0px 0px 0px 145px;
  font-size: 14px;
  position: relative;
}
#footer {
  margin-top: 25px;
  border-top: 1px solid #DDDDDD;
  padding: 25px 0px 50px 0px;
}
.cols td {
  width: 300px;
  padding: 0px 13px 0px 12px;
  border-right: 1px solid #DDDDDD;
}
.cols td.double {
  width: 626px;
}
.cols td.end {
  border-right: none;
}
.cols table td {
  width: auto;
  padding: 0px;
  border: none;
}
.mark {
  background-color: #FFFFCC;
}
.page {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.page select {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
}
.expand {
  float: left;
  margin-right: 5px;
  border: 1px solid #3388CC;
  color: #3388CC;
  background-color: #FFFFFF;
  padding: 0px 2px 0px 2px;
  font-weight: bolder;
  font-family: arial;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
}
.expandhover {
  float: left;
  margin-right: 5px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #3388CC;
  padding: 0px 2px 0px 2px;
  font-weight: bolder;
  font-family: arial;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
}
.job h2 {
  max-width: 525px;
}




.ac_results {
	padding: 0px;
	border: 1px solid #3388CC;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
	margin: -2px 0px 0px 1px;
}

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

.ac_results ul li {
	margin: 0px;
	padding: 2px 5px;
	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: 14px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFFFFF;
}

.ac_over {
	background-color: #3388CC;
	color: white;
}
