@charset "utf-8";
/* CSS Document */

<!--
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
a {
	color: #FFFFFF;	
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fffc35;	
}

.span_a {
	color: #FFFFFF;	
	text-decoration: none;
}

.span_a:hover {
	text-decoration: none;
	color: #fffc35;	
}
-->

/*Title*/
.title {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #fffc35;
	text-align: center;
}

td.title_td {
	text-align: center;	
}

th.head{
width: 14.285%;	
}

table.main_table{
background-color: #ffae00;
border-style: none;
border-width: 3px;
font-family:Verdana, Geneva, sans-serif;
}

/*Day Headers*/
.head {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #FFFFFF;
height: 25px;
background-color: #9f4348;
} 

/*Empty Days*/
.empty {
font-family: Verdana;
font-size: 12pt;
height: 100px;
background: #ffae00;
} 

/*Normal Days*/
.normal {
font-family: Verdana;
font-size: 12pt;
color: #000000;
height: 100px;
vertical-align: top;
background-color: #d29806;
} 

/*Weekend Days*/
.weekend {
font-family: Verdana;
font-size: 12pt;
color: #FFFFFF;
height: 100px;
background-color: #826507;
vertical-align: top;
} 

/*Current Day*/
.today {
font-family: Verdana;
font-size: 12pt;
color: #FFFFFF;
background-color: #826507;
height: 100px;
vertical-align: top;
}

/*Selected Day*/
.selected {
font-family: Verdana;
font-size: 12pt;
color: #FFFFFF;
background-color: #C00000;
height: 100px;
background-color: white;
vertical-align: top;
}

/*Events*/
.event {
font-family: Verdana;
font-size: 12pt;
color: #000000;
background-color: #C6D1DC;
height: 100px;
background-color: white;
vertical-align: top;
} 

.event_name {
font-family: Verdana;
font-size: 10px;
color: #FFFFFFF;
}

/*buttons*/
#left_btn {
	background: url(images/site_images/left_btn_yellow.gif);
	cursor: pointer;
	width: 26px;
	height: 26px;
}

#right_btn {
	background: url(images/site_images/right_btn_yellow.gif);
	cursor: pointer;
	width: 26px;
	height: 26px;
}

select.calendar_select {
	border: 1px solid #d29806;
	background: #9f4348;
	color: #FFFFFF;	
}

input.calendar_select {
	border: 1px solid #d29806;
	background: #9f4348;
	width: 30px;
	color: #FFFFFF;	
	cursor: pointer;
}

