@charset "utf-8";
/* CSS Document */
html { overflow: hidden; }
body { background-color: #666; font-family: Arial; overflow: hidden; background-image: url(../img/back.png); }

.small { height: 5px; }
.med { height: 10px; }
.big { height: 15px; }

.logo { font-size: 18px; text-transform: uppercase; color: #FFF; letter-spacing: 1px; font-weight: bold; }
.border { width: 7px; height: 7px; }
.btn { cursor: pointer; }
.btnText { font-size: 12px; color: #FFF; }
.btnTextOver { font-size: 12px; color: #000; }
.filterTextLink { font-size: 12px; color: #FFF; cursor: pointer; }

.seva { float: both; cursor: pointer; }

@-moz-document url-prefix() {
  .seva { float: left; cursor: pointer; }
}

.WindowName { font-size: 16px; font-weight: bold; color: #000; text-transform: uppercase; cursor: default; }
.Theme { font-size: 14px; font-weight: bold; color: #000; cursor: default; }
.Text { font-size: 14px; color: #000; text-decoration: none; cursor: default; }
.Date { font-size: 10px; color: #000; font-style: italic; cursor: default; }

a {
	font-size: 14px;
	color: #000;
	background-color: #0FC;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

.opacityTrue {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.opacityFalse {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.scroll-wrap { width: 500px; }
.scroll-pane { width: 500px; height: 375px; overflow: auto; }

.shareText { font-size: 12px; color: #000; text-decoration: none; border-bottom: 1px dashed #999; cursor: pointer; }
.shareDiv { border: 1px solid #CCC; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px; vertical-align: middle; height: 20px; width: 233px; display: none; }

.contactDiv { border: 1px solid #CCC; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 485px; }
.input { border: 1px solid #CCC; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 150px; cursor: text; }
.submit { width: 140px; border: none; background-color: #000; color: #FFF; height: 26px; cursor: pointer; }

.keskeLink a:link { font-size: 12px; text-decoration: none; color: #000; background-color: #f2f2f2; }
.keskeLink a:hover { font-size: 12px; text-decoration: none; color: #000;  background-color: #f2f2f2}
.keskeLink a:visited { font-size: 12px; text-decoration: none; color: #000; background-color: #f2f2f2;}
.keskeLink a:active { font-size: 12px; text-decoration: none; color: #000;background-color: #f2f2f2; }
