


/*  
	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 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #000000;
}
.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;}


/*  
	Header text  
*/
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #ffffff;
 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 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;
}
.navbar visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar A {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar active {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar A:hover
{
	COLOR: #8A8879;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	text-transform: uppercase;

}
.header {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: uppercase;
}
.header2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: uppercase;
}
.text1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #14235B;
	text-decoration: none;
}
.text2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text4 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.click A {font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000080; text-decoration: none}
.click A:hover { color: #005BCF; text-decoration: none}
.click A:active {color: #808080; text-decoration: underline}