* {
    font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #396278;
}


body, html {
	background				: #FFFFFF;
}


A {
    font-weight				: bold;
    text-decoration			: none;
	cursor					: pointer;
}

A:hover {
    text-decoration			: underline;
}

#screenTable {
	border					: 1px solid #305070;
}

#periodeTable {
	width					: 100%;
	padding-bottom			: 5px;
}

.maxSize {
	width					: 100%;
	height					: 100%;
}

.header {
	background				: #305070;
}

.headerTxt {
	font-family				: arial;
	font-size				: 40px;
	padding-right			: 15px;
	color					: #CEBE9D;
}

.headerTxt:hover {
    text-decoration			: none;
}

#headerTxtBold {
	font-family				: arial black;
	font-size				: 40px;
	color					: #CEBE9D;
}

.periodeLink {
	font-family				: georgia;
	font-size				: 11pt;
	font-weight				: normal;
	color					: white;
}

#legenda {
	position				: absolute;
	top						: 120px;
	right					: 30px;
	padding					: 1px;
	visibility				: hidden;
	background				: white;
	border					: 1px solid #305070;
}

#legendaText {
	padding					: 10px;
	background				: #CCD9E2;
}

#legendaLink {
	font-family				: georgia;
	font-size				: 11pt;
	font-weight				: normal;
	color					: white;
	margin-right			: 15px;
	cursor					: default;
}

.tableLine {
	background-color		: white;
	height					: 1px;
}

.tableRow {
	height					: 100px;
}

.searchTextBox {
	position				: absolute;
	margin-bottom			: 0px;
	color					: black;
}

#leftTop {
	background-color		: #98AFBD;
	width					: 210px;
	padding-top				: 10px;
	padding-left			: 10px;
	padding-right			: 5px;
}

.leftTopKopTxt {
	font-size				: 14px;
	font-weight				: bold;
}

.leftTopTxt {
	height					: 75%;
	margin-top				: 10px;
	margin-right			: 5px;
}

#leftMiddle {
	background-color		: #A98E71;
	padding-top				: 5px;
	padding-left			: 5px;
}

.leftMiddleKopTxt {
	font-size				: 14px;
	font-weight				: bold;
	color					: white;
}

.leftMiddleTxt {
	font-size				: 10px;
	line-height				: 25px;
	color					: white;
}

#leftBottom {
	background-color		: #BA561B;
	padding-left			: 5px;
	height					: 100px;
	padding-top				: 10px;
	padding-left			: 10px;
	padding-right			: 5px;
}

.leftBottomTxt {
	padding-bottom			: 5px;
	font-size				: 11px;
	width					: 150px;
	color					: white;
}

.leftBottomTxt a {
	color					: white;
}
#infoFrame {
	width					: 100%;
	height					: 100%;
	border					: 0px;
}

#markMap {
	position				: relative;
}


