td {
  font: 12px verdana;
  color: #444444;
}

a {
  font: 12px verdana;
  color: #444444;
  font-weight: bold;
}

a:hover {
  color: #00538E;
}

input, textarea {
  font: 12px verdana;
  color: #444444;
  border: 1px solid #444444;
  width: 190px;
}

.infobalk {
  font: 10px verdana;
  color: #ffffff;
}

.textvak {
  font: 12px verdana;
  color: #444444;
  padding-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
  vertical-align: top;
  width: 650px;
  background: #ffffff url("../images/logobg.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

.menuvak {
  padding-right: 2px;
  background: #ffffff url('../images/menu.gif');
  background-position: top right;
  background-repeat: no-repeat;
  height: 140px;
  width: 337px;
  padding-top: 35px;
  vertical-align: top;
  font-size: 10px;
}

.submenuvak {
  width: 715px;
  height: 21px;
  background: #88BFC2;
  color: #ffffff;
  padding-left: 20px;
  border: 1px solid #ABB2B8;
  border-left: 0px;
}

a.menu {
  font: 11px verdana;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  color: #00538E;
}

a.menuh {
  font: 11px verdana;
  color: #00538E;
  font-weight: bold;
  text-decoration: none;
}

a.menuoh {
  font: 11px verdana;
  color: #00538E;
  font-weight: bold;
  text-decoration: none;
}

a.menuo {
  font: 11px verdana;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.menuo:hover {
	color: #00538E;
}

.zoom	{
  width: 48px;
  height: 61px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  background: #ffffff;
}





table.overview {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
}

table.overview thead {
	background-color: #1974a6;
	border-left: 1px solid #00598b;
	border-right: 1px solid #00598b;
}

table.overview thead tr {
	width: auto;
	height: 26px;
}

table.overview thead tr th {
	width: auto;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid #00598b;
	border-bottom: 1px solid #00598b;
}

table.overview thead tr th.left {
	width: 60px;
}

table.overview thead tr th.right {
	width: 620px;
}

table.overview tbody {
}

table.overview tbody tr {
	width: auto;
	height: 24px;
}

table.overview tbody tr td {
	width: auto;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
}

table.overview tbody tr.gray td {
	background-color: #eee;
}

table.overview tbody tr td a {
	color: #444;
	font-weight: normal;
	text-decoration: none;
}

table.overview tbody tr td a:hover {
	text-decoration: underline;
}


.helpballoon {
	position: absolute;
	width: 300px;
	height: auto;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 6px;
	margin-left: -300px;
	line-height: 17px;
	font-size: 11px;
	display: none;
}




