/* 
	Default values
*/
body { 
 background-color: #000066; 
 margin-left: 12px; 
 margin-right: 12px; 
 margin-top: 12px; 
 font-size: 10px; 
 font-family: verdana,trebuchet,sans-serif; 
}

/* 
	Links
*/
a:link  { 
 color: #ffffff; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #ffcc00; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #ffffff; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #ffcc00; 
 font-size: 10px; 
 font-weight: bold; 
 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:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffcc00; text-decoration: none;}
.navlinks a:active  { color:  #ffffff; text-decoration: none;}
.navlinks a:hover   { color:  #ffcc00; text-decoration: underline;}


/*  
	Days of the month  
*/
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
}
.monthdays a:link    { color:  #ffffff; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #ffcc00; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #ffffff; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #ffcc00; text-decoration: none;font-weight: bold;}


/*  
	Header text  
*/
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}

/*  
	Days of the week  
*/
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 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:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.member a:link    { color:  #ffffff; text-decoration: underline;}
.member a:visited { color:  #ffcc00; text-decoration: underline;}
.member a:active  { color:  #ffffff; text-decoration: none;}
.member a:hover   { color:  #ffcc00; text-decoration: none;}

/* 
	Input form at the bottom of the calendar 
*/
input {
 font : bold 10px/10px verdana,trebuchet,sans-serif;
 border : 1px solid #ffffff;
 color : white;
 background-color : #000066;
 margin-top: 1px;
 margin-bottom: 1px;
}

/* 
	Color change when you put your cursor in the form field.
*/
input:focus {
 background-color : #ffcc00;
}

/* 
	Submit button
*/
input.button {
 color : white;
 background-color : #ffcc00;
}
