body, td
{ 
  font-size:11px;
  margin: 0px 0px 0px 0px; 
  font-family: arial, geneva, helvetica, sans-serif;
}

textarea {
 background-color:#FAFAFF;
}

.default_bold
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.default
{
  text-decoration: none;
  color:#555566;
}

.default_blue
{
  text-decoration: none;
  color:#2C74C3;
}

.title
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

td.title
{
  height:20px;
}

.countdownbox 
{
  color: #555555;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  border: 1px solid #666666;
  padding:1px;
  float: right;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-right: 5px;
}

.mdisc
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.mdisc a
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.mdisc a:hover
{
  font-weight:bold;
  text-decoration: underline;
  color:#555566;
}

.mdisc2, a.mdisc2
{
  font-size:12px;
  text-decoration: none;
  color:#444455;
}

span.mdisc2 a, span.mdisc2 a:visited
{
  font-size:12px;
  text-decoration: underline;
  color:#444455;
}

hr 
{
  border:none 0;
  border-top: 1px solid #E6E6E6;
  height:1px;
  width:100%;
  background:#FFFFFF;
}
		   
span.foutstring
{
  color: #000000;
  font-size: 106%;
  display: block;
  border: solid #c0c0c0 2px;
  background-color: #EEddbb;
  padding: 5px;
}

span.warning
{
  color: #EE7722;
  font-size: 12px;
  font-weight: 500;
}

div.spacer
{
  display: block;
  height: 1px;
  border-style : solid;
  border-color : #cccccc;
  border-width : 2px 0 2px 0;
  width: 100%;
}

/*** links heel de cel groot. ***/
td a.fullcell
{ 
  display:block;
  width: 100%;
  height: 100%;
  cursor:hand;
  text-decoration:none;
}
td a.fullcell:hover
{
  text-decoration:none;
}

/**************** gebruikt in form api ***************/

.cssbutton
{
  font-size: 10px;
  color:#666666;
  border: solid #c0c0c0 2px;
  background-color: #f8f8f8;
  padding:1px;
  cursor: hand;
 /* IE doet alleen hover bij <a> oplossing met behavior */
  behavior: url(css_hover_IE.htc);
}

.cssbutton:hover, .cssbutton.hover
{
  cursor: hand; /*** IE ***/
  cursor: pointer; /*** netscape ***/
  border: solid #0066CC 2px; /*** #dfc0c0 ***/ 
  color: #112288;
}

.formtext
{
  font-weight:bold;
  color:#555566;
}

.inputfield
{
  font-family: verdana, arial;
  font-size: 11px;
  border: solid #555566 1px;
  background-color: #FBFBFB;
}