html {
    height:100%;
    width:100%;
}
body {
   	background-color:white;
    background-image:url('images/lijnen1.bmp');
    background-repeat:repeat-x;
    background-position:left top;
	font-family:Arial,Verdana,Helvetica,sans-serif;
    font-weight: normal;
	margin: 0px;
	text-align:left;
    width:100%;
    height:100%;
}
table {
    border-collapse: collapse;
    border-spacing:0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
table.top {
    height:160px;
}
table.main {
    vertical-align: top;
}
table.forum {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
    width: 98%;
    font-size: 16px;
    font-weight: normal;
}
table.forum th {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: black;
	background-color: white;
    font-size: 16px;
    font-weight: normal;
}
table.forum td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: black;
	background-color: white;
    font-size: 16px;
    font-weight: normal;
}
table.usermgmt {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
    width: 100%;
}
table.usermgmt th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.usermgmt td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.usage {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
    width: 100%;
}
table.usage th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.usage td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.brands {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
    width: 100%;
}
table.brands th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.brands td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.control {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
    width: 100%;
}
table.control th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
table.control td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}

table.forum a:link, table.forum a:visited {
    color: black;
	text-decoration: none;
}
table.forum a:hover {
	color: #B0B0B0;
	text-decoration: none;
}


/* ---------- Vertical Menu --------*/
ul#vertical {
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: white;
    border: 2px solid white;
    display: block;
    color: #fff;
}
ul#vertical li {
    list-style-type: none;
    background-color: #444444;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}
ul#vertical li a {
    border: 2px solid white;
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
ul#vertical li a:hover {
    background-color: #212121;
    color: #fff;
    cursor: hand;
    transform: translateY(-2px);
}
}
ul#vertical li a:active {
    background-color: #000000; 
}

/* ---------- Center Menu --------*/
ul#pcenter {
    margin: 0;
    padding: 0;
    width: 290px;
    background-color: #33CC33;
    border: 2px solid white;
    display: block;
    color: #fff;
}
ul#pcenter li {
    list-style-type: none;
    background-color: #33CC33;
    color: #fff;
}
ul#pcenter li a {
    border: 2px solid white;
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
ul#pcenter li a:hover {
    background-color: #339900;
    color: #fff;
    cursor: hand;
}
ul#pcenter li a:active {
}

h1 {
	font-size: 30px;
	margin: 0px;
}
h2 {
	font-size: 20px;
	margin: 0px;
    text-align: center;
}
table.main td.content {
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
}
table.button {
    background-image: url('images/knop_blanco.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    height:34px;
    width:148px;
    text-align:center;
    vertical-align: top;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: bold;
}
table.button a:link, table.button a:visited {
    color: #C0C0C0;
	text-decoration: none;
}
table.button a:hover {
	color: yellow;
	text-decoration: none;
}

table.noborder{
  border-width: 0px !important;
  padding: 0px !important;
}
table.noborder td{
  border-width: 0px !important;
  padding: 0px !important;
}
table.noborder th{
  border-width: 0px !important;
  padding: 0px !important;
}

table.attachment {
	border-width: 0px !important;
    text-align: left !important;
    font-size: 14px !important;
    font-style: italic !important;
    padding: 5px !important;
}
table.attachment td{
	border-width: 0px !important;
    padding: 5px !important;
    height: 20px !important;
    background-image: url('images/paperclip.png') !important;
    background-repeat:no-repeat !important;
    background-position:left top !important;
}
table.attachment th{
    padding: 5px !important;
	border-width: 0px !important;
}
table.attachment a:link, table.attachment a:visited {
    color: black !important;
	text-decoration: none !important;
}
table.attachment a:hover {
	color: blue !important;
	text-decoration: none !important;
}
table.back {
    background-image: url('images/knop_blanco_red.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    height:34px;
    width:148px;
    text-align:center;
    vertical-align: top;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: bold;
}
table.back a:link, table.back a:visited {
    color: #C0C0C0;
	text-decoration: none;
}
table.back a:hover {
	color: yellow;
	text-decoration: none;
}
img
{
  border-style: none;
}

/* ---------- form elements --------*/
#form_text1 {
    font-size: 14px;
    font-weight: normal;
    padding: 4px 4px;
}
#form_text2 {
    font-size: 16px;
    font-weight: normal;
    padding: 9px 5px;
}

#form_submit {
    font-size: 16px;
    font-weight: normal;
    border: 2px solid white;
    padding: 10px 15px;
    background-color: #ee0303;
    color: #fff;
    text-decoration: none;
}
#form_submit:hover {
    background-color: #444444;
    color: #fff;
    cursor: hand;
}

#form_clear {
    font-size: 16px;
    font-weight: normal;
    border: 2px solid white;
    padding: 10px 15px;
    background-color: #00ccff;
    color: #fff;
    text-decoration: none;
}
#form_clear:hover {
    background-color: #444444;
    color: #fff;
    cursor: hand;
}

#form_delete {
    font-size: 16px;
    font-weight: normal;
    border: 2px solid white;
    padding: 10px 15px;
    background-color: #FF0000;
    color: #fff;
    text-decoration: none;
}
#form_delete:hover {
    background-color: #B20000;
    color: #fff;
    cursor: hand;
}

#form_button {
    font-size: 16px;
    font-weight: normal;
    border: 2px solid white;
    padding: 10px 15px;
    background-color: #1e62d0;
    color: #fff;
    text-decoration: none;
}
#form_button:hover {
    background-color: #000080;
    color: #fff;
    cursor: hand;
}

#mapid { height: 200px; }