html, body
{
	min-width: 1024px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "PT Sans", sans-serif;
	font-size:13px;
	line-height:15px;
	overflow: hidden;
}

img
{
	border: 0;
}

h1
{
	color: black;
	font-size:40px;
	line-height:48px;
	margin: 20px 0px;
	text-align:left;
	font-weight: bold;
}

h1 sup a
{
	color: rgb(102, 102, 102);
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
}

h2
{
	color: black;
	font-size:15px;
	line-height:18px;
	margin-bottom: 20px;
	text-align:left;
	font-weight: normal;
}

h2.bold
{
	font-weight: bold;
}

h3
{
	font-family: georgia, serif;
	color: black;
	font-size:29px;
	line-height:35px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align:left;
	font-weight: normal;
	font-style: italic;
}

ul
{
	list-style: none;
	margin:0px;
	padding-left:10px;
}

ul li:before
{
	content:'-'; position:relative; left:-5px;
}

ul li
{
	text-indent:-5px;
}

div
{
	font-family: "PT Sans", sans-serif;
	padding: 0px;
	margin: 0px;
}

p
{
	font-family: "PT Sans", sans-serif;
	padding: 0px;
	margin: 0px;
	margin-bottom:15px;
}

sub, sup
{
	font-size: 75%;
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}

sup
{
	top: -0.5em; 
}
sub
{
	bottom: -0.25em; 
}

.h2-like
{
	color: black;
	font-size:15px;
	line-height:18px;
	margin-bottom: 20px;
	text-align:left;
	font-weight: normal;
}

.clear-both
{
	clear: both;
}

div.news-title
{
	color: rgb(102, 102, 102);
	font-size:20px;
	margin-bottom: 10px;
	text-align:left;
	font-weight: bold;
}

div.news-date
{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

div.news-item
{
	font-size: 13px;
	line-height: 15px;
	color: rgb(102, 102, 102);
	margin-bottom:10px;
}

div.news-item p
{
	margin: 0px;
}

div.link-title
{
	color: rgb(102, 102, 102);
	font-size:20px;
	margin-bottom: 20px;
	text-align:left;
	font-weight: bold;
}

div.link-title a
{
	color: rgb(102, 102, 102);
	text-decoration: underline;
}

div.hint-title
{
	color: rgb(102, 102, 102);
	font-size:25px;
	line-height:30px;
	margin-bottom: 50px;
	text-align:left;
	font-weight: normal;
}

p.main-menu-item
{
	font-size:13px;
	line-height:20px;
	margin:0px;
	text-decoration:underline;
}

p.main-menu-item a
{
	font-size:13px;
	line-height:20px;
	margin:0px;
	text-decoration:underline;

	color:black;
	cursor: pointer;
	cursor: hand;
}

p.main-menu-item a.login
{
	color: rgb(186,5,72);
}

a.profile-link
{
	color: black;
}

.shadow-button
{
	float:right;
	padding:8px;
	margin-right:8px;
	border-radius:5px;
	position:relative;
	top:-8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	cursor:pointer;
	cursor:hand;
}

.yellow-button
{
	background:rgb(255, 221, 12);
}

.red-button
{
	display: none;
	background:rgb(196, 30, 58);
}

.alarm-red-button
{
	abaackground:rgb(196, 30, 58);
	background:rgb(255, 51, 51);
	color:white;
	font-weight:bold;
}

.green-button
{
	display: none;
	background:rgb(93, 161, 48);
}

.big-yellow-button
{
	float:left;
	text-align:center;
	width: 115px;
	padding:8px;
	margin-top:8px;
	margin-right:8px;
	border-radius:5px;
	background:rgb(255, 221, 12);
	position:relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	top:-8px;
	cursor:pointer;
	cursor:hand;
}

.light-blue
{
	color: rgb(13, 118, 151);
}

.internal-link
{
	border-bottom: 1px dashed rgb(13, 118, 151);
	color: rgb(13, 118, 151);
	cursor: pointer;
	cursor: hand;
}

.internal-link-active
{
	border-bottom: none;
	color: black;
}

.dashed-border
{
	border-bottom: 1px dashed black;
}

.hdn
{
	position: absolute;
	left: -999px;
	top: -999px;
}

#news-paginator
{
	margin-top: 20px;
	text-align: center;
}

#login_logout_item_wrapper
{
	padding-top:20px;
}

#other_items_wrapper
{
	padding-top:40px;
}

#non_map_wrapper
{
	position: absolute;
	height: 100%;
	width: 880px;
	z-index: 11;
	margin: 0px;
}

#left_panel_wrapper
{
	height:100%;
	width:300px;
	float:left;
	background:white;
	padding-left:50px;
	padding-right:20px;
}

#middle_panel_wrapper
{
	height:100%;
	width:410px;	
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	background:white;
	padding:0px;
	padding-left:50px;
	padding-right:50px;
}

#middle_panel_content
{
	position:relative;
	top:-10px;
	//height:100%;
	width:410px;
	overflow:hidden;
	padding-top:50px;
}

#map_wrapper
{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#map_empty_space
{
	float:left;
	width:880px;
	height:100%;
}

#map_content
{
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	margin-left:-5px;
}

#header_wrapper
{
	height:235px;
	padding-top:50px;
}

#news_wrapper
{
	width:256px;
	z-index: 2;
	background-color: white;
	position: relative;
}

#slider
{
	position: relative;
	background: transparent;
	height: 100%;
	width: 15px;
	float: left;
	z-index:11;
	background:url(../images/slider_background.png)
}

#slider_control
{
	position:relative;
	top:48%;
	height:52px;
	background:url(../images/slider_arrow_left.png);
	width:26px;
	left:8px;
	cursor:pointer;
	cursor:hand;
}

#login_form_wrapper
{
	position:absolute;
	margin:auto;
	width:100%;
	height:100%;
	z-index:20;
	display:none;	
}

#login_form
{
	color: white;
	font-size: 34px;
	line-height: 41px;
	padding: 30px;
	text-align: center;
	opacity: 1;

	margin:auto;
	margin-top:200px;
	width:340px;
	height:240px;
	background:rgb(13, 118, 151);
	border-radius:12px;
}

#login_form input
{
	margin:auto;
	margin-bottom:25px;
	height: 32px;
	width: 250px;
	font-size: 20px;
	color: rgb(158, 200, 213);
	font-family: "PT Sans", sans-serif;
	text-align:center;
}

#login_form input.submit
{
	height: 40px;
	width: 166px;
	border: 2px solid white;
	border-radius: 12px;
	background-color: rgb(13, 118, 151);
	opacity: 1.0;
	color: white;
}

#login_form input.submit:hover
{
	background-color: rgb(9, 90, 114);
	cursor: pointer;
	cursor: hand;
}

#partners_logos
{
	position: absolute;
	bottom: 25px;
	z-index: 1;
}

#subscribe_wrapper
{
	position: absolute;
	bottom: 75px;
	z-index: 1;
}

#partners_logos span
{
	padding-right: 15px;
}