body {
	background: url('../images/body_background.png') 0 0 repeat-x;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 11px;
}

body, div, img, p { padding:0; margin:0; }

a img { border:0 }

/*____________________________________________________________________________
														GENERIC														
*/

.menu-header {
	margin: 10px 0px 11px 0px;
}

.menu-header span, .menu-header h1, .menu-header h2 {
	font-size: 18px;
	color: #892d23;
	font-weight: bold;
	padding-left: 36px;
}

.menu-header h2 {
	margin: 0 0 0 0;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.clear {
	clear: both;
	line-height: 1px;
}

div.errors_list {
	margin: 0 30px;
	text-align: center;
	border: 1px solid #e03131;
	background-color: #f1bfbf;
}

div.errors_list .errors_container {
	margin: 5px 10px;
}

span.error {
	color: #f00;
}

span.link {
	color: #000;
}

span.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Kontener dla calej strony. */
#container {
	width: 990px;
	margin: 0px auto;
}

/* Kontener dla lewej kolumny, tresci strony i prawej kolumny. */
#middle {
}

/* Kontener dla tresci strony. */
#content {
	width: 495px;
	float: left;
	margin: 20px 25px 0px 25px;
}

#content a {
	color: #892d23;
}


/* GLOBAL FLASHES */

div.flash_error, div.flash_notice {
	margin: 10px auto;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
}

div.flash_error {
	border-top: 1px solid #7c0000;
	border-bottom: 1px solid #7c0000;
	background: #fff3f3;
	color: #b50606;
}

div.flash_notice {
	border-top: 1px solid #277405;
	border-bottom: 1px solid #277405;
	background: #edffcd;
	color: #297408;
}

div.flash_error img, div.flash_notice img {
	margin-left: 10px;
	vertical-align: middle;
}

div.flash_error span, div.flash_notice span {
	display: block;
	margin-left: 10px;
}

span.flash_error {
	color: #b50606;
}

span.flash_notice {
	color: #297408;
}

.pointer {
	cursor: pointer;
}

.hovered {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}

img.help {
	height: 22x;
	width: 22px;
	margin: 2px 2px;
}

td.align-top {
	vertical-align: text-top;
}

input.search-button {
	border: 0;
	background:url("../images/main_page/main_page_search_button.png") no-repeat scroll 0 0 #892D23;
	height:23px;
	margin:12px 0 0 10px;
	text-decoration:none;
	width:72px;
}
