body {
	color: #000000;
	background-color: #315c86;
	background-image: url(/images/bg-gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#header {
	width: 800px;
	height: 400px;
	margin-top: 0px;
	margin: 0 auto;
	background-image: url(/images/header-2011.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#header_searches {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

#content {
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #fff;
	clear: both;
	padding: 10px;
}

.box_shadow {
	-moz-box-shadow: 0 0 8px 8px #213341;
	-webkit-box-shadow: 0 0 8px 8px #213341;
	box-shadow: 0 0 8px 8px #213341;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#21334', Direction=45, Strength=5)
			progid:DXImageTransform.Microsoft.Shadow(color='#213341', Direction=135, Strength=5)
			progid:DXImageTransform.Microsoft.Shadow(color='#213341', Direction=225, Strength=5)
			progid:DXImageTransform.Microsoft.Shadow(color='#213341', Direction=315, Strength=5);
}

#localsource {
	color: #0099cc;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

p.p10 {
  font-size: 10px;
}

p.p14 {
  font-size: 14px;
}

td.dotted {
  background-image :  url('images/dot.gif');
  background-repeat: repeat-x;
}

li {
  font-size: 14px;
}

#footer a {
  color: #fff;
  /*font-weight: bold;*/
  text-decoration: underline;
}

.white {
	color: #fff;
}

a {
  color: #498bc5;
  /*font-weight: bold;*/
  text-decoration: underline;
}

a.light {
  font-weight: normal;
}

/* jquery autocomplete styles */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: #ffffff;
	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;
	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: 10px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 12px;
	overflow: hidden;
}

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

.ac_odd {
	background-color: #cccccc;
}

.ac_over {
	background-color: #ffff99;
	color: #000000;
}

