/*------------------------------- ALGEMEEN ---------------------------------- */
body, table
{
	font-size: x-small;
	font-family: Arial, Verdana;
}

a, a:visited
{
	color: black;
	font-style: italic;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-style: italic;
	text-decoration: underline;
}

.clFrameContent
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.clFrameRight
{
   padding-top: 4px;
   padding-bottom: 4px;
}

.clDisclaimer
{
   font-size: xx-small;
}

.clRowEven
{
	background-color: #9EA794;
	cursor: hand;
}
.clRowEvenNonSelect
{
	background-color: #9EA794;
}
.clRowOdd
{
	cursor: hand;
	background-color: #C9D8BB;
}
.clRowOddNonSelect
{
	background-color: #C9D8BB;
}
.clRowHover
{
	font-weight: bold;
	cursor: hand;
	background-color: White;/*#c8c09b;*/
	text-decoration: none;
}

/*------------------------------- ELEMENTEN ---------------------------------- */
.clHeader
{
   border-right: white 1px solid;
   padding-right: 2px;
   border-top: white 1px solid;
   padding-left: 2px;
   font-weight: bold;
   padding-bottom: 2px;
   border-left: white 1px solid;
   color: #68686A;
   padding-top: 2px;
   border-bottom: white 1px solid;
   background-color: #DADDD4;
}

.clHeaderRight
{
	padding-right: 2px;
	border-top: white 1px solid;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: white 1px solid;
	background-color: #DADDD4;
    color: #68686A;
}

.clContent
{
   color: black;
}

.clContentTop
{
	margin-bottom: -9px;
	text-align: right;
}

.clContentRight, a.clContentRight, a.clContentRight:visited, a.clContentRight:hover
{
	font-size: x-small;
	color: white;
}

/*------------------------------- MENU ---------------------------------- */
.clMenu
{
	font-weight: bold;
	color: white;
}

.clMenuCell, a.clMenuCell, a.clMenuCell:visited, a.clMenuCell:hover
{
   text-transform: lowercase;
   cursor: hand;
   color: white;
   font-style: normal;
   text-decoration: none;
}

.clMenuTop, a.clMenuTop, a.clMenuTop:visited, a.clMenuTop:hover
{
   font-weight: bold;
   cursor: hand;
   color: #676767;
   font-style: normal;
   text-decoration: none;
}

/*------------------------------- MENUELEMENTEN ---------------------------------- */

.clMenuHeader
{
	padding-right: 2px;
	border-top: white 1px solid;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: white 1px solid;
	background-color: #c8c4ab;
    color: #676767;
}

.clMenuContent
{
   color: black;
   border-bottom: white 1px solid;
}


/*------------------------------- FORMULIEREN ---------------------------------- */
.clButton
{
   font-weight: bold;
   width: 100px;
   color: black;
   background-color: #c8c09b;
}

/*------------------------------- NIEUWS ---------------------------------- */
.clNieuwsDatum
{
	font-style: italic;
}
.clNieuwsKop
{
	font-weight: bold;
	color: #68686A;
}
.clNieuwsKopOverzicht
{
	margin-top: 10px;
	font-weight: bold;
	font-size: larger;
	margin-bottom: 10px;
}
.clNieuwsLine
{
	background-color: white;
}

/*------------------------------- OVERLIB ---------------------------------- */
.clOverlibFG
{
   font-weight: bold;
   color: #68686A;
   background-color: #DADDD4;
}

.clOverlibBG
{
   background-color: white;
}

/*------------------------------- BANEN ---------------------------------- */
.clBaanKop
{
	font-weight: bold;
	font-size: large;
}

/*------------------------------- SPELERS ---------------------------------- */
.clSpelerImage
{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}

/*------------------------------- CONTACT ---------------------------------- */
.clMessage
{
	font-weight: bold;
}

.clMessageError
{
	font-weight: bold;
	color: red;
}