/*from site.css*/
#big A:visited  {font: 10pt  verdana, arial,san serif; text-decoration: none; color: #014E82}
#big A:link  {font: 10pt  verdana, arial,san serif; text-decoration: none; color: #014E82}
#big A:hover  {font: 10pt  verdana, arial,san serif; text-decoration: none; color: #12569B}

/*default css for calendars*/
#divCalendar{
    border: 1px solid #CCCCBB;
    width: 175px;
    height: 110px;
    font-family : Verdana, Arial ;
	background-color:#CCCCBB;
}

/*css for the big calendar*/
#big{
	padding-top:0px;
    border: 1px solid #CCCCBB;
    width: 565px;
    height: 600px;
    font-family : Verdana, Arial ;
	
}
#big .calendarHeaderStyle{
    font-size : 12px ;
    padding: 2px;
    background-color: #CCCCBB ;
    text-align : center ;
    color: #666666;
    text-decoration: none;
}
#big .calendarStyle{
    background-color: #CCCCBB ;
    height : 25px ;
    font-size : 10px;
    text-align : center ;
    color: #666666;
    text-decoration: none;
}
#big .calendarBodyStyle{
    font-size : 10px;
    vertical-align : top ;
    text-align : left ;
    color: #999999 ;
    text-decoration: none;
    background-color: white ;
    cursor: pointer;
    cursor: hand;
}
#big .calendarSelected{
    background-color: #F9FAFA ;
    font-size : 10px ;
    vertical-align : top ;
    color: #999999;
    text-align : left ;
    text-decoration: none;
}

/* These are the calendar Coloring Selectors */

/*default css for calendar menu*/
#calmenu {
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding-top:6px;
	padding-bottom: 2px;
	vertical-align:bottom;
	padding-left: 10px;
    }
#calmenu ul, #calmenu li	{
	display : inline;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	padding-top:1px;
    list-style-image: none;
}	
#calmenu a:link, #calmenu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	/*float : left;*/
	font-size : 10px;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 4px 10px;
	text-decoration : none;
}
#calmenu a:link.active, #calmenu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
    }
#calmenu a:hover	{
	color : #333333;
}	
#calmenu ul a:hover {
	color : #333333 !important;
}
#calmenu .calendarSelected{
    background-color: #e1e0e0 ;
    font-size : 10px ;
    vertical-align : top ;
    color: white;
    text-align : center ;
    text-decoration: none;
}
#calmenu a.calBlue {
    color: blue;
}

div.section-1 #calmenu li#nav-1 a, div.section-2 #calmenu li#nav-2 a{
	background : #fff;
	border-bottom : none;
	color : #000;
    font-size : 10 px;
}	


/* These are the calendar Coloring Selectors */
/* To add a new type color item, change:
    #big .calendarBodyStyle a.<<cssClass>>, 
    #big .calendarSelected a.<<cssClass>>, 
    #calmenu a.<<cssClass>> {
        color : <<color>>;
    }
*/
#big .calendarBodyStyle a.calBlue, 
#big .calendarSelected a.calBlue, 
#calmenu a.calBlue {
    color : blue;
}
#big .calendarBodyStyle a.calRed, 
#big .calendarSelected a.calRed, 
#calmenu a.calRed {
    color : red;
}

