@import url('/stylesheets/header.css');
@import url('/stylesheets/themes/winter.css');
@import url('/stylesheets/content.css');

html, body {
	height: 100%;
}

body {
	background-color: #B1B1B1;
	background-image: url(/images/body/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
	color: #333333;
	line-height: 20px !important;
}

.app.tooltipped {
	background-color: #F8F8C5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #F9F99E;
}

a {
	color: #0066CC;
}

a:hover {
	color: #153875;
}

a.destroy {
	color: red;
}

a.destroy:hover {
	color: #990000;
}

a.ok {
	color: #3F8900;
}

a.ok:hover {
	color: green;
}

a.image {
	border: 0px;
}

input.image {
	width: auto !important;
	height: auto !important;
}

img {
	border: 0px !important;
}

a.hover_opacity:hover, a.image:hover img, input.image:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.internet_explorer_6 {
	display: none;
}

.fader_small,
.fader_medium {
	width: 100%;
	height: 25px;
	background-image: url(/images/misc/fader_small.png);
	position: absolute;
	bottom: 0px;
	z-index: 10;
}

.fader_medium {
	height: 40px;
	background-image: url(/images/misc/fader_medium.png);
}

#overlay {
	position: absolute;
	width: 2400px;
	height: 2000px;
	background-color: #000000;
	z-index: 999;
}

#map span, #map_second span,
#map a, #map_second a {
	display: none;
}

.container {
	width: 970px;
	position: relative;
	left: 50%;
	margin-left: -485px;
}

#notice {
	width: 1065px;
	height: 45px;
	background-image: url(/images/content/background_notice.png);
	position: absolute;
	left: 50%;
	top: 255px;
	margin-left: -532px;
	z-index: 1000;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
}

#helper_content_mainpage {
	background-image: url(/images/parcis/helper_mainpage.gif);
	width: 157px;
	height: 30px;
	position: absolute;
	top: 25px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

.footer a {
	color: #333333;
}

.resource_selecter {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 10px 20px 10px 20px;
	position: absolute;
	right: 20px;
	top: 0px;
	margin-top: 107px;
	text-align: center;
	font-size: 11px;
}

#overlay_loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background-color: #3A4E18;
	background-image: url(/images/misc/overlay_loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	_display: none !important;
}
