/* ================== BODY ==================== */
BODY {
	scrollbar-face-color: #FFD610;
	scrollbar-shadow-color: #505050;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-arrow-color: #505050;
	scrollbar-darkshadow-color: #F0F0DC;
	scrollbar-track-color: #F0F0DC;
	scrollbar-3dlight-color : #505050;
	scrollbar-base-color : #F0D700;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}
BODY.shop {
	background: #FFF49B;
}

/* ================== LINKS ==================== */
A {
  color : #000000 ;
  text-decoration : none;
}
A:Hover {
  text-decoration : underline;
}
A.menu {
  text-decoration : none;
  border-left : 1px solid #505050;
  border-right : 1px solid #505050;
  border-top : 1px solid #505050;
  border-bottom : 1px solid #505050;
  width : 100%;
  padding : 2px;
  margin : 1px;
  background : #D62828;
  color : #ffffff;
  font-weight : bold;
}
A.menu:Hover {
  color : #000000;
  background : #FFD610;
  text-decoration : none;
  border-left : 1px solid #505050;
  border-right : 1px solid #505050;
  border-top : 1px solid #505050;
  border-bottom : 1px solid #505050;
}
/* ================== TABLES ==================== */
TABLE {
  font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TABLE.detail {
	border-left   : 1px solid #505050; 
	border-right  : 1px solid #c0c0c0; 
	border-top    : 1px solid #505050; 
	border-bottom : 1px solid #c0c0c0;
  background : #FFFFFF;

}
TR.tr0 {
	background : #00A5E7;
  color : #ffffff;
  height : 12px;
}
/* ============= Verspringkleuren ============== */
TR.tr1 {
  background : #FFF49B;
}
TR.tr2 {
	background : #FFFFCC;
}
/* ================== FORM ==================== */
INPUT {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
}
INPUT.Textbox {
	border-left   : 1px solid #505050; 
	border-right  : 1px solid #c0c0c0; 
	border-top    : 1px solid #505050; 
	border-bottom : 1px solid #c0c0c0;

}
INPUT.Button {
	border-left   : 1px solid #505050; 
	border-right  : 1px solid #505050; 
	border-top    : 1px solid #505050; 
	border-bottom : 1px solid #505050;
  background    : #D62828;
  color         : #FFFFFF;
  font-weight : bold;
}
INPUT.Button:Hover {
  background    : #FFD610;
}
SELECT {
  font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  background : #FFD610;
}

/* ================== DIVERS ==================== */

HR {
	height: 1px;
  color : #50505;
}
IMG {
	border-left   : 1px solid #c0c0c0; 
	border-right  : 1px solid #505050; 
	border-top    : 1px solid #c0c0c0; 
	border-bottom : 1px solid #505050;
}
/* ================== CLASSES ==================== */
.kop {
	font-size : 12px;
  color: #505050; 
  height: 10; 
  filter: DropShadow(Color=#FFF49B, OffX=1, OffY=1, Positive=true);
}
.parsetime {
	font-size : 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}
.small {
	font-size : 9px;
}
.error {
	font-size : 9px;
  color : #FF0000;
}

