* {       /* Define defaults in this one */
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border-width: 0;
}

BODY {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #909fa6;
  background-color: #222D33;
  text-align: center;
}

DIV#main {
  position: relative;
  width: 751px;			/* max total width for everything */
  text-align: center;
  margin: auto;
  background-color: #2D3842;
}

DIV#login {
  text-align: right;
  padding: 2px 0px;
  background-color: #222D33;
}

DIV#header {
  padding: 0 1px 1px 1px;
  height: 115px;
}

DIV#content {
  text-align: left;
  color: #B2BAC1;
  background-color: #3D484E;
  padding: 5px 0px 0px 0px;
}

H1 {
  margin: 0px 6px 1px 5px;
  background-color: #55646B;
  padding: 3px 6px;
  font-style: normal;
  font-weight: bold;
}

H2 {
  background-color: #55646B;
  padding: 3px 6px;
  font-style: normal;
  font-weight: bold;
}

DIV.editline {
  height: 14px;
  margin: 5px 5px 0px 6px;
  background-image: url("images/submenu1.gif");
  width: 732px;
  padding: 2px 5px 2px 2px;
  border-bottom: 5px solid #3D484E;
  text-align: right;
  clear: both;
}

table {
  border-collapse: collapse;
  width: 741px;
  margin: 0px auto; 
}

.post table {
  width: auto;
  text-align: left;
  margin: 0px;
}

table.leftcol {
  width: 360px;
  margin: 0px 1px 5px 5px;
  float: left;
}

table.rightcol {
  width: 379px;
  margin: 0px 5px 5px 1px;
  float: left;
}

th {
  background-color: #55646B;
  border: solid 1px #3D484E;
  padding: 3px 6px;
  font-style: normal;
  font-weight: bold;
}

td {
  border: solid 1px #3D484E;
  padding: 3px 6px;
  background-color: #4D5A62;
  vertical-align: top;
}

table.serv {
	margin-bottom: 4px;
}

table.serv td{ 
  border: solid 1px #3D484E;
  padding: 3px 6px;
  vertical-align: middle;
}

table.serv td.spec{ 
  padding: 1px 6px;
}

table.serv td.full{
	color: #FF0000;
}

table.serv td.down{
	background-color: #553636;
}

table.headlines {
  margin-bottom: 4px;
}


div#menu {
  position: relative;
  height: 27px;
  margin: 1px;
  background-image: url("images/menu_background.jpg");
  background-color: #434B4F;
}

ul {
  list-style-image: url("images/li.gif");
  list-style-position: inside;
}

ul.menu {
  position: absolute;
  list-style-type: none;
  text-align: left;
  top: 6px;
  left: 4px;
  z-index: 5;
}

ul.shadowmenu {
  position: absolute;
  list-style-type: none;
  text-align: left;
  top: 7px;
  left: 5px;
  z-index: 4;
}

ul.shadowmenu li {
  font-weight: bold;
  color: #000000;
}

ul.menu li, ul.shadowmenu li {
  display: inline;
  margin: 0px 14px;
}

.emph, .emph A:visited, .emph A {
  color: #DDDDDD;
  font-weight: bold;
}
/* POLLS */
.pollbar {
  background-image: url("images/pollbar.gif");
  height: 8px;
  border: 1px solid black;
  margin: 1px;
}
div.poll {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------*/
/* LINK DEFINITIONS
/*------------------------------------------------------------------------------*/
A, A:visited, A:hover {
  font-weight : bold;
  color: #A2AAB1;
  text-decoration : none;  
}
A:hover { color : #FFFFFF; }
SPAN.hlmenu A {
  text-decoration: underline;
}

IMG.left {
  float: left;
  margin-right: 5px;
}

IMG.right {
  float: right;
  margin-left: 5px;
}

IMG {
  border: 0px;
}

CODE {
  white-space: pre;
}

blockquote {
  margin: 3px 5px;
  padding: 2px;
  border-width: 1px 0 1px 0;
  border-color: #3D484E;
  background-color: #4A565E;
  border-style: solid;
}

blockquote small {
  font-size: 9px;
}

/*------------------------------------------------------------------------------*/
/* Forms and inputboxes
/*------------------------------------------------------------------------------*/

table.clean, table.clean * {
  margin: 0;
  padding: 0;
  border: 0;
}

form table {
  margin-bottom: 1px;
}

form table td, form table th {
  border-width: 0px 1px;
}

table.formsfoot {
  margin-top: 0px;
}
input.editbttn {
  width: 45px;
  margin: 0px;
}

select {
  color: #ffffff;
  text-decoration: none;
  background-color:  #212D33; 
  border-width: 1px;
  border-style: solid solid solid solid;
  border-top-color: #34424A;
  border-bottom-color: #1D2428;
  border-left-color: #34424A;
  border-right-color: #1D2428; 
}

option {
  padding: 0 3px;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border-width: 1px;
	border-style: solid solid solid solid;
  border-top-color: #1D2428;
	border-bottom-color: #34424A;
	border-left-color: #1D2428;
	border-right-color: #34424A; 
	text-decoration: none;
	background-color:  #212D33; 
	margin: 0 5px 0 0;
  padding: 0 3px;
}

input.noborder {
	border-style: none;
}
textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-top-color: #1D2428;
  border-bottom-color: #34424A;
  border-left-color: #1D2428;
  border-right-color: #34424A;
  text-decoration: none;
  background-color: #212D33;
  margin: 1px;
  padding: 3px;
}

input.bttn {
  width: 85px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #34424A #1D2428 #1D2428 #34424A;
  padding: 0;
}

/*
input.bttn {
  border-width: 1px;
  border-style: solid solid solid solid;
  border-top-color: #34424A;
  border-bottom-color: #1D2428;
  border-left-color: #34424A;
  border-right-color: #1D2428;
}
*/

/* rA */

table.rA td, table.rA th {
  padding: 0;
  width: 260px;
  border-width: 1px 5px;
}

table.rA th.rAtitle {
  padding: 1px;
}

table.rA div.hokje {
  border-bottom: 1px solid #3D484E;
}
table.rA div.hokje table {
  width: 100%;
}
table.rA div.hokje th, table.rA div.hokje td {
  padding: 2px;
  margin: 0px;
  border: 0px;
}

table.rA div.hokje td.minim {
  text-align: right;
  width: 55px;
  color: #383e3f;
}

table.rA div.hokje td.b {
  font-weight: bold;
}

table.rA div.hokje td.minim2 {
  width: 60px;
}

table.rA div.hokje th.rAhtemp {
  background-color: #93a1a7;
}

table.rA div.hokje th.rAhperm {
  background-color: #ffbb00;
}
table.rA div.hokje th.rAhdump {
  background-color: #69787e;
}

table.rA div.hokje th a {
  font-size: 12px;
  color: #383e3f;
}

div.rAheader, div.rAheader2 {
  text-align: center;
  font-weight: bold;
  padding: 8px 2px 12px 2px;
  width: 100%;
  margin: 0px;
  border-top: solid 5px #3D484E;
}

div.rAheader {
  border-bottom: solid 1px #3D484E;
}

div.rAheader small {
  font-size: 9px;
}

div.rAsubheader2 {
  padding: 3px;
}
