/*
	Default page values
*/
body { 
 background-color: linen; 
 margin-left: 0px; 
 margin-right: 5px; 
 margin-top: 0px; 
 font-size: 11px; 
 line-height: 140%;
 font-family: verdana,trebuchet,sans-serif; 
}

/*
	Links
*/
a:link {
	color: #333399;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
}

a:visited {
	color: #333399;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
}

a:active {
	color: #333399;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
}

a:hover {
	color: #FF0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
}

/*  
    Hyperlinks that appears in the member navbar:
    login, register, calendar, etc.
*/
.loginText, .loginText a:link, .loginText a:active, .loginText a:visited, .loginText a:hover{ 
 color:       #ffffff;
 font-family: verdana, arial, helvetica, sans-serif; 
 font-size:   9px; 
 font-weight: bold;
}
.loginText a:link    { color:  #003399; }
.loginText a:visited { color:  #003399; }
.loginText a:active  { color:  #999999; }
.loginText a:hover   { color:  #cccccc; } 


#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
/*	border: 1px solid #000; */
	background: linen;
	height: 100px; 
	}

/* voor menu centercontent geldt dat de hoge getallen de afstand zijn van de rechter en linkerzijkant totaan 
de zijkant van het scherm. Hoe hoger de getallen, hoe smaller het middenframe. -->
*/

#menuleft {
	position: absolute;
	top: 141px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 1px solid #000;
	background: linen;
	width: 160px;
	border-color: #DCDCDC;
	}
#centercontent {
	margin: 20px 210px 20px 210px;
	padding: 10px;
	border: 1px solid #000;
	background: linen;
	border-color: #DCDCDC;
	}
#menuright {
	position: absolute;
	top: 141px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid #000;
	background: linen;
	width: 160px; 
	border-color: #DCDCDC;
	}


.menuitems {
 padding-top : 12px;
 padding-bottom : 12px;
 border-bottom : 1px dotted #999;
	line-height: 140%;

}


.author {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:   11px;
 color:       #78505A;
 font-weight: normal;
}

H2 {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:   14px;
 color:       darkorange;
 font-weight: bold;
}

H3 {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:   14px;
 color:       darkorange;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:   12px;
 color:       darkorange;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;

}
H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       darkorange;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

H6 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       darkorange;
 padding-top : 8px;
 margin-top: 8px;
 margin-bottom: 0px;
 font-weight: bold;
 border-top : 1px dotted #999;

}





.smText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #333333;
 font-weight: normal;
}


.medText {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:   11px;
 color:       #333333;
 font-weight: normal;
}


.lgText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
}

input {
 font-family: verdana,trebuchet,sans-serif; 
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px verdana,trebuchet,sans-serif; 
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-family: verdana,trebuchet,sans-serif; 
 font-size:	11px;
 font-weight: bold;
 color:	#333333;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}

.weblog {
 padding-bottom: 12px;
 border-bottom:0px dotted #999999;
}



/* THE FOLLOWING ARE FOR USE WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}


/*  Navigational links in the header  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
