body {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	overflow:scroll;
}
a {
	color: #12101F;
	text-decoration: none;
	font-weight: bold;
}
#top { 
	position: relative; 
	top: 0;
	left: 0;
	height: 169px; 
}
#topLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 136px;
	background: url("images/topLeft.png");
}
#logo { 
	position: absolute;
	top: 7px; 
	left: 220px;
	width: 122px;
	height: 122px;
	background: url("images/logo.png");
}
#titlePlace {
	position: absolute;
	top: 40px; 
	left: 370px;
	text-align: center;
	font-family: Times New Roman;
}
span.mainTitle {
	color: #094F00;
	font-size: 28px;
}
span.subTitle {
	color: #020020;
	font-size: 22px;	
	font-variant: small-caps;
}
#topMap { 
	position: absolute;
	top: 0; 
	left: 650px;
	width: 208px;
	height: 168px;
	background: url("images/topMap.png");
}
#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 36px;
	width: 100%;
	background: url("images/topBar.png");
	line-height: 36px;
	vertical-align: top;
}
#menu span { 
	font-weight: bold;
	cursor: pointer;
}
#langs {
	position: absolute;
	top: 5px;
	right: 5px;
	overflow: hidden;
}
.flag {
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0px 0px 3px;
	cursor: pointer;
}
.fselected {
	background: url("images/flagSh.png");
}
#middle {
	width: 910px;
	margin: 5px auto 5px auto;
	overflow: hidden;
}
#middle div.box {
	position: relative;
	padding: 3px 5px 3px 5px;
	margin: 5px;
	min-height: 30px;
	background: #F8F9FF;
	line-height: 150%;
	border: 1px solid #F1F2FB;
	clear: none;
}
div.boxTitle { 
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18px;
	margin: 5px;
}
#bottom {
	position: relative;
	height: 72px;
	background: url("images/bottomBar.png");
}
#fLoad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 90;
}
#fLoadBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 150px;
	margin-top: -100px;
	margin-left: -150px;
	text-align: center;
}
#footer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	margin: 22px 0px 0px -100px;
	font-size: 11px;
	color: #182636;
	text-align: center;
}
#visits {
	position: absolute;
	left: 0;
	top: 0;
	margin: 30px;
	font-size: 12px;
	color: #182636;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: url("images/loader.gif");
}
#mEurope {
	position: relative;
	width: 490px;
	height: 410px;
	background: url(images/mapEurope.png);
}
.mFlag {
	position: absolute;
}
.point {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	background: url("images/point.png");
	cursor: pointer;
}
.pointTitle {
	background: url("images/point.png") no-repeat;
	margin: 8px 0px 2px 15px;
	padding-left: 20px;
	line-height: 14px;
	color: #3F4040;
	font-weight: bold;
}
.cellLabel {
	position: absolute;
	top: 0;
	left: -96px;
	font-size: 9px; 
	color: gray;
	padding: 4px;
	text-align: right;
	width: 90px;
}
.cellValue{
	position: relative;
	padding: 3px;
	margin-left: 90px;
	font-size: 11px;
}
.newsTitleBar {
	background: #EDF3FF;
	padding: 3px;
	overflow: hidden;
	cursor: pointer;
}
.newsTitle {
	float: left;
	color: #161D2A;
	font-size: 13px;
	font-weight: bold;
}
.newsDate {
	float: right;
	color: #293347;
	font-size: 10px;
}
.newsBody {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: white;
	border: 1px solid #EDF3FF;
	text-align: justify;
	line-height: 150%;
	border-top: 0;
	overflow: hidden;
}
.readMore {
	text-align: right;
	font-size: 10px;
	cursor: pointer;
}
.readMoreText {
	height: 0;
	margin-top: 8px;
	overflow: hidden;
}
.doc:hover, .pdfInstall:hover {
	background-color: white;
	cursor: pointer;
}
.doc {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px dotted #ececec;
	line-height: 30px;
	padding-left: 45px;
	background: url("images/pdfLogo.png") no-repeat;
}
.pdfInstall {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	padding-left: 45px;
	background: url("images/pdfInstall.png") no-repeat;
}
.tGhost:hover  {
	color: gray;
	cursor: pointer;
}
#kalendar select {
	display: inline;
	background: #F8F9FF;
	border: 0px;
}
#kalendar div.arrow {
	position: absolute; 
	top: 32px;
	width: 31px; 
	height: 19px;
	cursor: pointer;
}
#kalendar div#lArrow {
	left: 5px;
	background: url("images/leftArrow.png");
}
#kalendar div#rArrow {
	right: 5px;
	background: url("images/rightArrow.png");
}
#kalendar .kalendarN {
	text-align: center;
	font-size: 14px;
	color: #494949;
}
#kalendar #kZone {
	padding-left: 5px;
	padding-top: 5px;
	min-height: 50px;
}
.mZone { 
	float: left;
}
.mZone h1 {
	font-size: 11px;
	color: #494949;
	cursor: pointer;
	padding-left: 8px;
	margin: 0;
	padding: 0;
}
.mZone h1:hover {
	color: gray;
}
.mZone div {
	text-align: center;
	float: left;
	background: white;
	margin: 1px;
	border: 1px solid white;
}
.mZone div.small {
	font-size: 9px;
	width: 11px;
	height: 11px;
	line-height: 11px;
}
.mZone div.default {
	width: 42px;
	height: 28px;
	line-height: 28px;
}
.mZone div.event { 
	background-color: #D2E2EE;
	border: 1px solid #D2E2EE;
}
.mZone div.eventx2 {
	background-color: #acc2d3;
}
.mZone div.death {
	border: 1px solid #585858;
}
.mZone div.ann {
	border: 1px solid #FFCC00;
}
.mZone div.pv {
	border: 1px solid #9933CC;
}
.mZone div.fete {
	color: red;
}
.mZone div.clickable { 
	cursor: pointer;
}
.mZone div.clickable:hover { 
	background: #E1FAFF !important;
	border: 1px solid #E1FAFF;
}

.eventRecord { 
	font-family: Arial;
	font-size: 12px;
	border-top: 1px dotted #c6c7ff;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.eventTitle {		
	float: left;
	color: #2F2F30;
	font-style: italic;
}
.dimg_link {
	font-weight: normal;
}
.dimg img {
	border: 0;
}
.dimg:hover { 
	background-color: #FFFFFF; 
}