/*
full-screen calendar stylesheet
Copyright (c) 2002, Mark Pilgrim
*/

.largecalendar {
  padding-bottom: 1em;
  background-color: white;
  color: #333;
}

.largecalendar2 {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding-bottom: 1em;
  background-color: white;
  color: #333;
}
.largecalendar table caption .prevmonth {
  font-size: medium;
  margin-right: 7%;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: large;
}

.largecalendar table caption .nextmonth {
  font-size: medium;
  margin-left: 7%;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: large;
}

.largecalendar table caption .prevmonth a:hover, .largecalendar table caption .nextmonth a:hover {
  background: #fff;
  color: #0000A0;
}

.largecalendar table caption {
  border: 1px solid #888;
  font-family: LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: medium;
  font-weight: bold;
  font-variant: small-caps;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  background: #fff;
  color: #008080;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: x-large;
}

.largecalendar table th {
  font-family: LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: x-small;
  font-variant: small-caps;
 border-bottom: 1px solid #888;
  background: #fff;
  color: #008080;
  padding-bottom: 2px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: small;
}

.largecalendar .sun {
border-left: 1px solid #888;
}

.largecalendar .sat {
 border-right: 1px solid #888;
}

.largecalendar a {
  background: #ffffd9;
  text-decoration: none;
  color: #008080;
}

.largecalendar a:hover {
  background: #000044;
  color: #ffffff;
}

.largecalendar .daytitle {
  position: relative;
  left: 0;
  top: 0;
  width: 25%;
  padding: 3px 0 3px 0;
  background: transparent;
  color: #008080;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: x-small;
  font-family: Verdana, sans-serif;
  text-align: center;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: small;
}

.largecalendar a.daytitle {
  display: block;
  text-decoration: none;
  background: transparent;
  color: #008080;
}

.largecalendar a.daytitle:hover {
  background: #000044;
  color: #ffffff;
}

.d1, .d3, .d5, .d7, .d8, .d10, .d12, .d14, .d15, .d17, .d19, .d21, .d22, .d24, .d26, .d28, .d29, .d31, .d33, .d35, .d36, .d38, .d40, .d42, .d44 {
  background: #fff;
  color: #000;
}

.d1, .d8, .d15, .d22, .d29, .d36 {
  border-left: 1px solid #888;
}

.d7, .d14, .d21, .d28, .d35, .d42 {
  border-right: 1px solid #888;
}



.largecalendar ul {
  list-style: none;
  margin: 0;
  padding: 0 3px 0 3px;
 background: #ffffd9
}

.largecalendar li {
  display: block;
  text-align: left;
  font-size: xx-small;
  font-family: Verdana, sans-serif;
  padding-top: 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: x-small;
}
html>body .largecalendar li {
  background-image: url(/images/black2.gif);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 6px;
}

.largecalendar li.first {
  padding-top: 0;
  background: transparent;
}

#banner {
		font-family:LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
		color:#0000A0;
		font-size:medium;
		font-weight:normal;
  		background:#f5f5f5;
  		padding-left:1px;
                                
                                letter-spacing: .1em;
					
		}
		
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
		font-size: normal;
		color: #0000A0;
		text-decoration: none;
		}

	.description {
		font-family:verdana, arial, sans-serif;
		color:#CCC;
		font-size:x-small;
		font-weight:bold;
  		background:#FFF;	
  		text-transform:none;	
		letter-spacing: none; 		
		}	