/*  
	Header text  
*/
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:      #ff6600;
 font-weight: bold;
}

/*  
	Days of the week  
*/
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #000000;
 font-weight:  bold;
}

/*  
	Text in the day fields of the calendar (member names, event titles, etc.)
*/
.member, .member a:link, .member a:active, .member a:visited, .member a:hover{ 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.member a:link    { color:  #0000b0; text-decoration: underline;}
.member a:visited { color:  #0000b0; text-decoration: underline;}
.member a:active  { color:  #333333; text-decoration: none;}
.member a:hover   { color:  #cccccc; text-decoration: none;}

/* 
	Input form at the bottom of the calendar 
*/
input {
 font : bold 10px verdana,trebuchet,sans-serif;
 border : 1px solid #1e7b1f;
 color : black;
 background-color : #fff8dc;
 margin-top: 2px;
 margin-bottom: 2px;
}

/* 
	Color change when you put your cursor in the form field.
*/
input:focus {
 background-color : #fff8dc;
}

/* 
	Submit button
*/
input.button {
 color : white;
 background-color : #1e7b1f;
}

.centrer {
   text-align: center;
}