/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html {
	color: #000;
	background-color: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select { *
	font-size: 100%;
}

legend {
	color: #000;
}

del,ins {
	text-decoration: none;
}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body {
	font: 13px/ 1.231 arial, helvetica, clean, sans-serif; *
	font-size: small; *
	font: x-small;
}

select,input,button,textarea {
	font: 99% arial, helvetica, clean, sans-serif;
	outline: none;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace; *
	font-size: 108%;
	line-height: 100%;
}

a {
	/*color: #524F46;*/
	color: #176f94;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/*
 * dokopicizvlast
 * --------------
 */

body {
	/*font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 14px Arial; /*, Lucida, Verdana, sans-serif;**/
	background-color: #828f95;
}

ul { margin-left: 20px; }
li { list-style: disc; }


#container {
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../images/top2.gif) top repeat-x;
}

#header {
/*	background: url(../images/bg-header.jpg) repeat-x top;*/
}

#header h1 {
	/*height: 110px;*/
	/*  width: 783px;*/
	margin: 0 auto;
}

#header h1 a {
	display: block;
	/*width: 150px;*/
	/*height: 110px;*/
	font-size: 300%;
	padding-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	/*background: url(../images/logo.jpg) no-repeat;*/
}
#header .content {
	padding: 20px;
}
#content .content { /*  width: 783px;*/
	margin: 0 20px;
}

#content h1 {
	/*margin-top: 1em;*/
	margin-bottom: 1px;
	padding: 0px 15px;
	font-size: 1.5em;
	/*text-transform: uppercase;*/
	/*background: url(../images/bg-listheader.gif) no-repeat;*/
	color: black;
	/*border-bottom: 1px solid #176f94;*/
	/*line-height: 2em;*/
}

#content h1 a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	/*text-transform: uppercase;*/
	/*line-height: 32px;*/
}

#footer {
	clear: both;
	padding: 0 20px;
	margin-top: 60px;
	font-size: 90%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	/*height: 153px;
	background: url(../images/bg-footer.jpg) repeat-x bottom;*/
	position: relative;
}

#footer .content { /*  width: 783px;*/
	margin: 0 auto;
}

#footer a {
	color: #77766F;
}

#footer ul {
	display: inline;
}

#footer li {
	list-style: none;
	margin-right: 15px;
	display: inline;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .symfony,#footer .centresource {
	font-family: Helvetica;
	font-size: 90%;
	float: right;
	color: #666;
}

#footer .centresource {
	clear: both;
	margin-top: 5px;
	padding-bottom: 10px;
	position: absolute;
	bottom: -30px;
	right: 5%;
	color: #adbcc3;
	font-size: 90%;
}

#footer .centresource a {
	color: #b2c0c6;
	text-decoration: none;
}

#footer .centresource a:hover {
	color: #fff;
}

#footer .symfony img {
	vertical-align: middle;
}

#footer form {
	margin: 10px 0;
	color: #5f6364;
}


/*
 * ---------------------------------
 */

#search-box {
	font-size: 150%;
	/*background-color: #eee;*/
	text-align: center;
	padding: 20px;
}
#search-box {
	clear: both;
}
#search-box h2 {
	display: inline;
}
#search-box input {
	padding: 5px;
	width: 13%;
	min-width: 68px;
}
#search-box input#q {
	width: 43%;
}


/*
 * ---------------------------------
 */
#index hr {
	width: 60%;
	height: 1px;
	border: 0px;
	background-color: #eee;
	margin: 60px auto;
}


.feed {
	padding-left: 20px;
	background: transparent url(../images/feed.png) no-repeat left center;
}

.help {
	color: #B5B5B5;
	font-size: 80%;
	font-style: italic;
}

.search .help {
	color: #fff;
}

.error_list {
	color: red;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.flash_notice {
	margin: 3px 0;
	padding: 7px;
	background-color: #cfc;
}

.flash_error {
	margin: 3px 0;
	padding: 7px;
	background-color: #f33;
	color: #fff;
}

#item_history { /*  width: 740px;*/
	margin: 0 auto;
	padding: 7px;
	font-size: 80%;
	color: #5d6162;
}

#item_history a {
	color: #5d6162;
}

#item_history ul {
	display: inline;
}

#item_history li {
	margin-right: 10px;
	display: inline;
}

#item_form { /*  width: 760px;*/
	margin: 0 auto;
}

#item_form .radio_list label {
	margin-right: 15px;
}

#item_form th {
	white-space: nowrap;
	font-style: italic;
}

#item_form td,#item_form th {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}

#item_form tfoot td,#item_form tfoot th {
	border: 0;
	text-align: right;
}

#item_form .radio_list li {
	display: inline;
}

.locality-ad {
	background-color: #CAF99B;
	padding: 5px;
	border-bottom:1px dotted #AAAAAA;
}
