
div.calendarStyles td.calendar{
 width:80;
 font-size:10px;
 height:50px;
 border-right:1px solid silver;
 border-bottom:1px solid silver;
 width:75px;
}

div.calendarStyles td.calendarToday{
 background-color:#ccc;
}
div.calendarStyles table.calendar{
 border:1px solid silver;
 width:100%;
}

div.calendarStyles .calendar .calendar_events a{
 color:#D31145;
 padding-bottom:5px;
 display:block;
}
div.calendarStyles .calendar .calendar_events a:hover {
 color:#D31145;
 text-decoration:underline;
}

div.calendarStyles .calendar .calendar_events{
 font-size:9px;
 text-align:left;
 padding-left:10px;
 width:79px;
 list-style-position:inside;
 list-style-type:none;
}
div.calendarStyles .calendar .calendar_events li{
 font-size:9px;
}
.calendarHeader { background-color:#ccc; border: 1px solid silver;}

.events a {
 padding-bottom:10px;
 display:block;
}

/* FORMs */
.CustomForm input, .CustomForm textarea , .CustomForm select {
margin: 1px;
border: 0px solid #0e1001;
padding: 2px;
font-size: 12px;
color: #848544;
font-weight: normal;
}

.CustomForm .form_title { font-family: Tahoma, Geneva, sans-serif; color: #3c2f17; font-size: 20px; text-align: left; font-weight: bold;}
.CustomForm th { font-family: Tahoma, Geneva, sans-serif; color: #3c2f17; font-size: 14px; font-weight: 100; text-align: left; padding: 6px; }
.CustomForm .submit input { width: 100px; font-weight: bold; background-color: #1d2004; }
.CustomForm .submit input:hover { background-color: #262a05; color: #94954d; }

#SearchBar_Input {
margin: 1px;
border: 1px solid #CFCFCF;
padding: 2px;
font-size: 12px;
color: 000000;
font-weight: normal;
width: 130px;
}
#SearchBar_Search {
margin: 1px;
border: 1px solid #CFCFCF;
padding: 1px;
font-size: 11px;
color: 164776;
font-weight: normal;
width: 72px;
}
.springTable {
	width: 240px;
	border: none;
	font-family: CooperFont;
    font-size: 16px;
    letter-spacing: 1px;
}
.springTable td {
	height: 22px;
	border-bottom: 1px #CCC;
}
.springTable  a {
        text-align: left;
        font-family: CooperFont; 
        font-size: 16px; 
        color: #f6fb80;	
        text-decoration: none;
}
.springTable a:hover {
    color: #ffffff;
}
@font-face{
  font-family: CooperFont;
  src: url(/assets/CooperBlackStd.eot); /* here you go, IE */
}
@font-face{
  font-family: CooperFont;
  src: url(/assets/CooperBlackStd.otf); /* everyone else take this */

}

