* {
	font: normal 8pt/1.2 Tahoma, Verdana, Arial, 'San Serif';
}

body {
	background-color: #fff;
}

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#popup {
	top: 0%;
	left: 0%;
	position: absolute;
	background-color: #fff;
	color: #000;
	border: 1px dotted black;
	visibility: hidden;
	display: none;
	z-index : 99;
}

#cable_logo {
	margin-top: 61px;
	height: 92px;
	text-align: right;
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 795px;
}

#zvm_logo {
	height: 100px;
}

#menu {
	margin: 5px;
	text-align: center;
}

#menu a {
	font-weight: bold;
	font-size: 11px;
	color: #59595c;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

#menu a:hover {
	color: #8ec741;
}

#language {
	position:absolute;
	top: 0px;
	left: 700px;
	height: 23px;
	width: 80px;
	text-align: left;
}

#pathBar {
	margin-bottom: 10px;
}

#pathBar a.notselected {
	color: #000000;
}


#eventmenu a:hover {
	color: #59595c;
}

#menu #navlist {
	padding-left: 0px;
}

#navlist li {
	display: inline;
	padding-right: 20px;
}

#navlist li a.selected {
	color: #8ec741;
}

#leftContainer {
	width: 258px;
	float: left;
	text-align: left;
	margin: 0px;
}

div#leftForm {
	width: 246px;
	margin: 0px auto;
	font-size: small;
}

div#leftForm div.row span.label {
	float: left;
	width: 95px;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #8ec741;
}

div#leftForm div.row span.formw {
	float: right;
	width: 145px;
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
	color: #59595c;
}

#rightContainer {
	width: 528px;
	float: left;
	text-align: left;
	margin-left: 9px;
}

#largeContainer {
	width: 795px;
	float: left;
	text-align: left;
	margin-left: 0px;
}

#leftBoxContainer {
	width: 259px;
	float: left;
	text-align: left;
	margin: 0px;
}

#middleBoxContainer {
	width: 259px;
	float: left;
	text-align: left;
	margin-left: 9px;
}

#rightBoxContainer {
	width: 259px;
	float: left;
	text-align: left;
	margin-left: 9px;
}

div#rightForm {
	clear: both;
	width: 516px;
}

div#rightForm div.row span.label {
	float: left;
	width: 250px;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #8ec741;
}

div#rightForm div.row span.infolabel {
	float: left;
	width: 250px;
	text-align: right;
	padding-top: 5px;
	font-size: 12px;
	color: red;
}

div#rightForm div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
	color: #59595c;
}

div#rightForm div.row span.infoformw {
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 5px;
	font-size: 12px;
	color: red;
}

div#rightForm div.row span.formw input[type=text], div#defaultForm div span.formw input[type=password] {
	width: 200px;
	font-size: 11px;
	color: #59595c;
}

div#rightForm div span.formw select {
	font-size: 11px;
	color: #59595c;
}

div#rightForm div.row span.formw textarea {
	width: 200px;
	height: 100px;
	font-size: 11px;
	color: #59595c;
}

div#loginForm {
	clear: both;
	width: 516px;
}

div#loginForm div.row span.label {
	float: left;
	width: 110px;
	text-align: left;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #8ec741;
}

div#loginForm div.row span.infolabel {
	float: left;
	width: 110px;
	text-align: left;
	padding-top: 5px;
	font-size: 12px;
	color: red;
}

div#loginForm div.row span.formw {
	float: right;
	width: 405px;
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
	color: #59595c;
}

div#loginForm div.row span.infoformw {
	float: right;
	width: 405px;
	text-align: left;
	padding-top: 5px;
	font-size: 12px;
	color: red;
}

div#loginForm div.row span.formw input[type=text], div#loginForm div span.formw input[type=password] {
	width: 100px;
	font-size: 11px;
	color: #59595c;
}

div#menuForm {
	clear: both;
	width: 480px;
}

div#menuForm div.row span.label {
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 5px;
}

div#menuForm div.row span.formw {
	float: right;
	width: 310px;
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
	color: #59595c;
}

#footer {
	text-align: center;
	font-size: 10px;	
	clear: both;
	padding-top: 8px;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer img {
	vertical-align: middle;
}

span.formw input {
	position: relative;
}

div.spacer {
	clear: both;
}

div.row {
	clear: both;
}

span.required {
	color: red;
	font-weight: bold;
	vertical-align: top;
}

a img {
	border: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.header {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #8ec741;
}

div#searchLetters {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #59595c;
}

form.attach_form select {
	width: 80px;
}

button.pickerButton {
	width: 40px;
}

tr.rowColor1 td {
	background-color: #e8e9eb;
}

table.calendar {
	width: 200px;
}

td.currentDate {
	background-color: #59595c;
	color: #8ec741;
}

table#list {
	width: 480px;
	margin: 0px auto;
	border-collapse: collapse;
}

table#list th {
	color: #8ec741;
	font-weight: bold;
}

table#list hr {
	margin: 1px 0px;
	padding: 0px
	color: #d3d3d5;
	background-color: #d3d3d5;
	height: 1px;
	border: 0;
}

table#list td {
	vertical-align: top;
}

a {
	font-size: 11px;
	color: #8ec741;
	text-decoration: none;
}

.frontpageSpacer {
  margin: 0px; 
  padding: 0px; 
  border: 0px;
  clear: both;
  font-size: 9px; 
  line-height: 9px;
  height: 9px;
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 7px; height: 7px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -7px  0px  0px  0px; }
.borderBR { margin: -7px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.contentLeft, .contentRight, .contentLarge, .contentLeftBox, .contentMiddleBox, .contentRightBox {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

.contentLeft {
	border: 1px solid #8ec741;
}

.contentLeft .myP {
	min-height: 50px;
  height: auto !important;
  height: 50px;
 }

.contentRight, .contentLarge {
  border: 1px solid #59595c;
}

.contentRight .myP, .contentLarge .myP {
	min-height: 200px;
  height: auto !important;
  height: 200px;
}

.contentLeftBox, .contentMiddleBox, .contentRightBox {
	border: 1px solid #59595c;
}

.contentLeftBox .myP, .contentMiddleBox .myP, .contentRightBox .myP {
	min-height: 100px;
  height: auto !important;
  height: 100px;
}

div.myP {
	margin: 7px;
}

.contentWrapperLeft {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 258px;
	padding: 0px;
	border: 0px;
	text-align: left;
	margin-bottom: 10px;
}

.contentWrapperRight {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 528px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

.contentWrapperLarge {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 795px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

.contentWrapperLeftBox {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 259px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

.contentWrapperMiddleBox {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 259px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

.contentWrapperRightBox {
  /* position this div however you want, but
     keep its padding and border at zero */
  width: 259px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

#contentHeader {
	color: #8ec741;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-bottom: 14px;
}

#contentTeaser {
	color: #8ec741;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-bottom: 14px;
}

#contentText {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-bottom: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#59595c;
}

#leftmenuPagename {
	color: #8ec741;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-bottom: 14px;
	margin-top: 40px;
}

#leftlist {
	padding: 0px;
	margin-bottom: 50px;
}

#leftlist li {
	display: inline;
	padding-left: 0px;
	
}

#leftlist li a {
	color: #000000;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 18px;
}

#leftlist li a.selected {
	color: #8ec741;
	margin-bottom: 50px;
}