/* 
	Default values
*/
body   { color: black; font-size: 11px; font-family: verdana, trebuchet, sans-serif; background-color: #00a9da; margin-top: 30px; margin-right: 40px; margin-left: 40px }

/* 
	Links
*/
a:link   { color: white; font-weight: bold; font-size: 12px; text-decoration: underline; background-color: white }

a:visited  { color: silver; font-weight: bold; font-size: 12px; text-decoration: underline }

a:active  { color: white; font-weight: bold; font-size: 12px; text-decoration: underline }

a:hover  { color: white; font-weight: bold; font-size: 12px; text-decoration: none }

/*  
	Navigational links in the header  (next/previous month)
*/
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px; 
 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 month  
*/
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover  { color: white; font-size: 11px; font-family: verdana, trebuchet, sans-serif }
.monthdays a:link     { color: white; font-weight: bold; text-decoration: underline; background-color: lime }
.monthdays a:visited  { color: white; font-weight: bold; text-decoration: underline }
.monthdays a:active   { color: white; font-weight: bold; text-decoration: underline }
.monthdays a:hover    { color: white; font-weight: bold; text-decoration: none }


/*  
	Header text  
*/
.header  { color: black; font-weight: bold; font-size: 12px; font-family: verdana, trebuchet, sans-serif }

/*  
	Days of the week  
*/
.weekdays  { color: black; font-weight: bold; font-size: 10px; font-family: verdana, trebuchet, sans-serif }

/*  
	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 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

/* 
	Color change when you put your cursor in the form field.
*/
input:focus {
 background-color : #ffffff;
}

/* 
	Submit button
*/
input.button {
 color : white;
 background-color : #000000;
}
