.notused {
	border-color: black;
	border-style: dotted;
	border-width: 1px;
	border-collapse: seperate;
}

a {
	text-decoration: none;
	border: none;
}

a.link {
	text-decoration: underline;
	color: blue;
	border: none;
}

img {
	border: none;
}


div {
	/*border: 1px solid;*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #e0e0e0;
	overflow: hidden;
}

td {
	font-family: verdana, arial;
	font-size: 12px;
}

img.icoon {
	border: none;
}

table.banner {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
}

td.bannerL {
	height: 100px;
	width: 100px;
	background-image: url("../images/banner-l.gif");
}

td.bannerM {
	height: 100px;
	background-image: url("../images/banner-m.gif");
	vertical-align: top;
	text-align: center;
	color: white;
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: bold;
}

td.bannerR {
	height: 100px;
	width: 117px;
	background-image: url("../images/banner-r.gif");
}

td.footer {
	width: 100%;
	background-image: url("../images/banner-l.gif");
}

table.menu {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
}

td.menu {
	height: 30px;
	background-image: url("../images/menubg.gif");
	text-align: center;
	color: white;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
}

td.menuS {
	height: 30px;
	width: 8px;
	background-image: url("../images/menuspacer.gif");
	background-repeat: no-repeat;
}

a.menu {
	text-decoration: none;
	color: white;
}

table.messages {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.messages th{
	font-family: verdana, arial; 
	font-size: 10px;
	text-align: left;
}

.mFrame {
	overflow-y: scroll;
	width: auto;
	height: 83.5%;
}

table.pagers {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.pagers th{
	font-family: verdana, arial; 
	font-size: 10px;
	text-align: left;
	padding: 0px;
}

table.pagers td{
	padding: 0px;
}

.pFrame {
	overflow-y: scroll;
	width: auto;
	height: 83.5%;
}

table.history {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.history th{
	font-family: verdana, arial; 
	font-size: 10px;
	text-align: left;
	
}

table.history select {
	font-family: verdana, arial; 
	font-size: 10px;
}

table.history input {
  background-color:#D2D2D2;
  border:1px solid;
  border-color: black;
	font-family: verdana, arial; 
	font-size: 10px;
}

.hFrame {
	overflow-y: scroll;
	width: auto;
	height: 83.5%;
}

div.hBar {
	border: solid black 1px;
}

table.manualpage {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.manualpage select, textarea{
	font-family: verdana, arial; 
	font-size: 10px;
}

table.manualpage input {
  background-color:#D2D2D2;
  border:1px solid;
  border-color: black;
	font-family: verdana, arial; 
	font-size: 10px;
}

table.regime {
	border-width: 0px;
	border-collapse: collapse;
	font-size: 10px;
}

table.regime select{
	font-family: verdana, arial; 
	font-size: 10px;
}

table.regime td {
	width: 100px;
}

table.regime input {
  background-color:#D2D2D2;
  border:1px solid;
  border-color: black;
	font-family: verdana, arial; 
	font-size: 10px;
}

table.transfers {
	border-width: 0px;
	border-collapse: collapse;
	font-size: 10px;	
}

table.transfers th {
	width: 150px;
	text-align: left;
}

table.transfers checkbox {
 	font-family: verdana, arial; 
	font-size: 10px;
}

table.logfile {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
}

table.unitDetails {
	border: 1px solid;
	width: 100%;
	height: 100%;
	font-size: 10px;
}

table.unitDetails td {
	border: 1px solid;
}

td.unittabL {
	height: 50px;
	width: 500px;
	background-image: url("../images/unittab1.gif");
}

td.unittabR {
	height: 50px;
	background-image: url("../images/unittabspacer.gif");
}

div.unittab1 {
	position: absolute;
	left: 80px;
  top: 243px;
  width: 88px;
  height: 28px;
  cursor: pointer;
  border: 1px solid;
}

div.unittab2 {
	position: absolute;
	left: 311px;
  top: 243px;
  width: 83px;
  height: 28px;
  cursor: pointer;
  border: 1px solid;
}

table.unitContent {
	border-width: 0px;
	border-collapse: collapse;
	font-size: 15px;
}

div.iconbar {
	width: auto;
	height: 100px;
}

div.icon {
	margin: 20px;
	height: auto;
	width: auto;
	text-align: center;
	float: left;
}

div.icondesc{
	font-weight: bold;
}

div.users {
	margin-right: 20px;
	height: auto;
	width: auto;
	text-align: left;
	font-family: verdana, arial;
	float: left;
	border: 1px solid;
	padding: 10px;
}

.Aright {
	text-align: right;
}

.userRightsL {
	float: left;
	width: 130px;
}

.break {
	margin-top: 20px;
}


div.unitgroeplistContainer {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 250px;
	left: 0px;
	border: 1px solid;
	margin-left: 2px;
	margin-right: 2px;
}

div.unitlistContainer {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 330px;
	left: 0px;
	border: 1px solid;
	margin-left: 2px;
	margin-right: 2px;
	visibility: hidden;
}

div.unitlist {
	position: relative;
}

div.units {
	font-size: 10px;
	text-align: center;
	width: 100px;
	float: left;
	margin-top: 5px;
}

div.unitDetailsC {
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	top: 415px;
	left: 0px;
	border: 1px solid;
	margin-left: 2px;
	padding: 3px;
	width: 32%;
	visibility: hidden;
}

div.unitDetails1 {
	width: 160px;
	float: left;
}

div.unitDetails2 {
	width: 300px;
	float: left;
}

div.unitCodes {
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	top: 415px;
	left: 33%;
	border: 1px solid;
	margin-left: 2px;
	padding: 3px;
	float: left;
	width: 32%;
	visibility: hidden;
}

div.unitCodeDetails {
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	top: 415px;
	left: 66%;
	border: 1px solid;
	margin-left: 2px;
	float: left;
	visibility: hidden;
}

div.timerDetails {
	margin-left: 20px;
}

div.systemList {
	position: absolute;
	top: 250px;
	margin-left: 10px;
}

div.system {
	width: 400px;
	float: left;
	font-size: 10px;
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 30px;
}

div.systemTitle {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	font-size: 12px;
}

div.systemOption {
	width: 260px;
	float: left;
	height: 16px;
	line-height: 16px;
}

div.systemValue {
	width: 140px;
	height: 16px;
	float: left;
}

.systemInput {
	width: 140px;
	font-size: 10px;
	vertical-align: middle;
	font-family: verdana, arial;
	border: 1px solid;
}

textarea.systemInput {
	height: 55px;
}

.systemRadio {
	font-size: 10px;
	vertical-align: middle;
	font-family: verdana, arial;
	border: none;	
}

.userInput {
	width: 170px;
	font-size: 10px;
	vertical-align: middle;
	font-family: verdana, arial;
	border: 1px solid;
}

.lFrame {
	overflow-y: scroll;
	width: auto;
	height: 85%;
}

div.lastmessage {
	background-color: transparant;
	color: white;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.clock {
	background-color: transparant;
	color: white;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	width: 60px;
	float: left;
}

div.cleandb {
	font-family: verdana, arial;
	font-size: 10px;
}

input.cleandb {
	font-family: verdana, arial;
	font-size: 10px;
	border: 1px solid;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#calenderC {
	position: relative;
	width: 175px;
	height: 195px;
	margin-left: 20px;
}

#calendermenuC {
	border: 1px solid;
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 173px;
}

#calendermenuL {
	/*border: 1px solid green;*/
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 25px;
}

#calendermenuM {
/*	border: 1px solid green;*/
	position: absolute;
	top: 0px;
	left: 26px;
	height: 25px;
	width: 123px;
	font-size: 14px;
	text-align: center;
}

#calendermenuR {
	/*border: 1px solid green;*/
        position: absolute;
	top: 0px;
	left: 149px;
	height: 25px;
	width: 25px;
}

#calenderwdayC{
	position: relative;
	height: 20px;
}

div.calenderwday {
	height: 18px;
	width: 23px;
	text-align: center;
	border: 1px solid;
}

#calenderwday-01 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#calenderwday-02 {
	position: absolute;
	top: 0px;
	left: 25px;
}

#calenderwday-03 {
	position: absolute;
	top: 0px;
	left: 50px;
}

#calenderwday-04 {
	position: absolute;
	top: 0px;
	left: 75px;
}

#calenderwday-05 {
	position: absolute;
	top: 0px;
	left: 100px;
}

#calenderwday-06 {
	position: absolute;
	top: 0px;
	left: 125px;
}

#calenderwday-07 {
	position: absolute;
	top: 0px;
	left: 150px;
}

#calenderdayC {
	position: relative;
	height: 150px;
	width: 175px;
}

div.calenderday {
	height: 23px;
	width: 23px;
	border: 1px solid;
}

#calenderday-01 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#calenderday-02 {
	position: absolute;
	top: 0px;
	left: 25px;
}

#calenderday-03 {
	position: absolute;
	top: 0px;
	left: 50px;
}

#calenderday-04 {
	position: absolute;
	top: 0px;
	left: 75px;
}

#calenderday-05 {
	position: absolute;
	top: 0px;
	left: 100px;
}

#calenderday-06 {
	position: absolute;
	top: 0px;
	left: 125px;
}

#calenderday-07 {
	position: absolute;
	top: 0px;
	left: 150px;
}

#calenderday-08 {
	position: absolute;
	top: 25px;
	left: 0px;
}

#calenderday-09 {
	position: absolute;
	top: 25px;
	left: 25px;
}

#calenderday-10 {
	position: absolute;
	top: 25px;
	left: 50px;
}

#calenderday-11 {
	position: absolute;
	top: 25px;
	left: 75px;
}

#calenderday-12 {
	position: absolute;
	top: 25px;
	left: 100px;
}

#calenderday-13 {
	position: absolute;
	top: 25px;
	left: 125px;
}

#calenderday-14 {
	position: absolute;
	top: 25px;
	left: 150px;
}

#calenderday-15 {
	position: absolute;
	top: 50px;
	left: 0px;
}

#calenderday-16 {
	position: absolute;
	top: 50px;
	left: 25px;
}

#calenderday-17 {
	position: absolute;
	top: 50px;
	left: 50px;
}

#calenderday-18 {
	position: absolute;
	top: 50px;
	left: 75px;
}

#calenderday-19 {
	position: absolute;
	top: 50px;
	left: 100px;
}

#calenderday-20 {
	position: absolute;
	top: 50px;
	left: 125px;
}

#calenderday-21 {
	position: absolute;
	top: 50px;
	left: 150px;
}

#calenderday-22 {
	position: absolute;
	top: 75px;
	left: 0px;
}

#calenderday-23 {
	position: absolute;
	top: 75px;
	left: 25px;
}

#calenderday-24 {
	position: absolute;
	top: 75px;
	left: 50px;
}

#calenderday-25 {
	position: absolute;
	top: 75px;
	left: 75px;
}

#calenderday-26 {
	position: absolute;
	top: 75px;
	left: 100px;
}

#calenderday-27 {
	position: absolute;
	top: 75px;
	left: 125px;
}

#calenderday-28 {
	position: absolute;
	top: 75px;
	left: 150px;
}

#calenderday-29 {
	position: absolute;
	top: 100px;
	left: 0px;
}

#calenderday-30 {
	position: absolute;
	top: 100px;
	left: 25px;
}

#calenderday-31 {
	position: absolute;
	top: 100px;
	left: 50px;
}

#calenderday-32 {
	position: absolute;
	top: 100px;
	left: 75px;
}

#calenderday-33 {
	position: absolute;
	top: 100px;
	left: 100px;
}

#calenderday-34 {
	position: absolute;
	top: 100px;
	left: 125px;
}

#calenderday-35 {
	position: absolute;
	top: 100px;
	left: 150px;
}

#calenderday-36 {
	position: absolute;
	top: 125px;
	left: 0px;
}

#calenderday-37 {
	position: absolute;
	top: 125px;
	left: 25px;
}

#calenderday-38 {
	position: absolute;
	top: 125px;
	left: 50px;
}

#calenderday-39 {
	position: absolute;
	top: 125px;
	left: 75px;
}

#calenderday-40 {
	position: absolute;
	top: 125px;
	left: 100px;
}

#calenderday-41 {
	position: absolute;
	top: 125px;
	left: 125px;
}

#calenderday-42 {
	position: absolute;
	top: 125px;
	left: 150px;
}

div.calenderdag {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#feestdagenLijst {
	border: 1px solid black;
	width: 150px;
	position: relative;
	top: -195px;
	left: 210px;
	text-align: right;
	padding-right: 5px;
}