* {
	margin: 0px;
	padding: 0px;
}

html, body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	line-height: 1.5;
	background-color: #d1fafe;
}

h1 {
	font-size: 2em;
	line-height: 0.9;
}

h2 {
	font-size: 1.5em;
	line-height: 1;
}

h3 {
	font-size: 1.2em;
	color: #004d98;	
}

h1, h2, h3, h4, p, ul, ol {
	padding: 0.5em 0;
}

h1, h2, h1 a, h2 a {
	color: #004d98 !important;
	text-decoration: none !important;
}

h1 a, h2 a {
	width: 100%;
	display: block;
	height: 30px;
}

a, a:link {
	color: #00cdff;
	text-decoration: underline;
}

a:hover {
	color: #00a4cc;
}

a:visited {
	color: #6e00cc;
}

a.plus {
	background: url('/images/plus.gif') right top no-repeat;
}

a.plus:hover {
	background-position: right -30px;
}

/* co operation block */
#cooperation {
	position: absolute;	
	z-index: 2;
	top: 0;
	left: 0;
	width: 400px;
	height: 90px;
	background: transparent url('/images/cooperation_background.png') no-repeat;
}

#cooperation ul {
	margin: 35px 5px;
	padding: 0px;
}

#cooperation li {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	text-align: center;
}

#cooperation img {
	border: none;
}

/* map block */
#mapWrapper {
	position: fixed;
	height: 100%;
	width: 100%;
}
#map_canvas {
	height: 100%;
	margin-right: 315px;
}

/**/
a img {
    border: 0;
}
.tooltip {
    background: url('/images/bubble.png') no-repeat center top;
    padding: 23px 8px 0 0;
    width: 167px;
    height: 95px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    white-space: nowrap;
}
.tooltip h4 {
    color: #04A;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

#sidebar {
    position:absolute;	
	width: 280px;
	/*min-height: 798px;*/
	height: 100%;
	padding: 0 15px 0 25px;
	right: 0px;
	top: 0px;
	background: transparent url('/images/sidebar.png') left top repeat-y;
	text-align: left;
	overflow: auto;
}

.helpDescription {
    margin: 0 0 23px 91px;
}

.tablesorter {
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
}

.languages {
    text-align: center;
}
.languages li {
    display: inline;
    padding: 10px;
}

.line, .lastUnit {
	overflow: hidden;
	_overflow: visible;
	_zoom: 1; 
}

.unit{
	float: left;
	_zoom: 1;
}

.size1of3{
	width: 33.33333%;
}

.txtC {
	text-align: center;
}

.txtL {
	text-align: left;
}

.txtR {
	text-align: right;
}

.flL {
	float: left;
}

.flR {
	float: right;
}

/* misc */
.spacer {
	height: 2px;
	background: transparent url('/images/spacer.jpg') 50% 50% repeat-x;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* panorama buttons */
.btn {
    float: left;
    cursor: pointer;
    background: center center no-repeat;
}

#xtraPanos {
    margin-left: 18px;
    float: left;
}
.btnNumber {
    width: 27px;
    height: 27px;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    margin: 6px 1px 1px 1px;
    position: relative;
    left: 10px;
    color: #00cdff;
    background-image: url('/images/btn_number.png');
    padding-top: 4px;
}

.btnChosen, .btnNumber:hover {
    color: #00a4cc;
}
