textarea {
    font-family: Arial;
    font-size: 12px;
    resize: none;
    outline: none;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[disabled], a[disabled] {
    color: GrayText !important;
    text-decoration: none !important;
    cursor: default;
}

iframe {
	background-image: url(../gfx/backgroundTile2.jpg);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	scrollbar-face-color:#4D6A72;
	scrollbar-highlight-color:#D5DDE8;
	scrollbar-3dlight-color:#9ABBC0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E0E0E0;
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.commentBalkTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-color: #C6CFEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contentTextBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	background-color: #C6CFEC;
}
.contentTextSmallColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6C7A94;
}
.contentTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tblHead {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #3F5669; cursor: hand; background-color: #A5BAC9 }

.tdMenu { border-width: 1px; border-color: #FFFFFF; border-style: solid}

.tblHeadGrayed {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #DDDDDD; background-color: #A5BAC9; cursor: default}

.cntABCD_off {
        font-size: 10px;
	background-color: #0C558C;
	border: 0px solid black;
	color: #FFFFFF;
	text-align: center;
        height: 12px;
        width: 12px;
}
.cntABCD_on { 
        font-size: 10px;
	background-color: #0C558C;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
        height: 12px;
        width: 12px;
}
.cnt123_off { 
        font-size: 10px;
	background-color: #6EA3BE;
	border: 0px solid black;
	color: #000000;
	text-align: center;
        height: 12px;
        width: 12px;
}
.cnt123_on { 
        font-size: 10px;
	background-color: #6EA3BE;
	border: 2px solid #FFFFFF;
	color: #000000;
	text-align: center;
        height: 12px;
        width: 12px;
}
.cnt0_on { 
        font-size: 12px;
        font-weight: bold;
	background-color: #6EA3BE;
	border: 2px solid #FFFFFF;
	color: #000000;
	text-align: center;
        height: 12px;
        width: 16px;
}
.cnt { 
        font-size: 11px;
        font-weight: bold;
	background-color: #6EA3BE;
	border: 2px inset #FFFFFF;
	color: #000000;
	text-align: center;
        height: 12px;
        width: 38px;
}

#pnlLogin
{
  position: absolute;
      left: 50%;
      top: 50%;
      width: 524px;
      height: 305px;
      margin-left: -262px; /* half of width */
      margin-top: -190px;  /* half of height */
}

#pnlInfo
{
  position: absolute;
      left: 50%;
      top: 50%;
      width: 524px;
      height: 305px;
      margin-left: -262px; /* half of width */
      margin-top: -190px;  /* half of height */
}

.pijltje {
    font-size: 14px;
    line-height: 12px;
    color: black;
}