/*This is the css for the css for the whole site.*/
body {
	font-family:serif,sans-serif;
	font-size:12px;
	color: #000000;
}


#changemonth_prev, #changemonth_next {
	display:inline;
}

#changemonth_prev a:visited, #changemonth_prev a:link, #changemonth_prev a:active, #changemonth_prev a:visited  {
	font-family:serif,sans-serif;
	font-size:16px;
	/*color:#D7EFF4;*/
	color:#000000;
	text-decoration:none;
}

#changemonth_next a:visited, #changemonth_next a:link, #changemonth_next a:active, #changemonth_next a:visited  {
	font-family:serif,sans-serif;
	font-size:16px;
	/*color:#D7EFF4;*/
	color:#000000;
	text-decoration:none;
}

.bold {
	font-weight:900;
}

.calendar_row {
	height:100px;
}

#header_prevyear {
	display:inline;
}

#header_prevyear a:visited, #header_prevyear a:link, #header_prevyear a:active, #header_prevyear a:hover {
	font-size:16px;
	/*color:#D7EFF4;*/
	color:#000000;
	text-decoration:none;
}

#header_monthyear, #header_month {
	font-size:30px;
	font-family:serif,sans-serif;
	display:inline;
	/*color:#D7EFF4;*/
	font-weight:normal;
}

#header_nextyear {
	display:inline;
}
#header_nextyear a:visited, #header_nextyear a:link, #header_nextyear a:active, #header_nextyear a:hover {
	font-size:16px;
	/*color:#D7EFF4;*/
	color:#000000;
	text-decoration:none;
}

#calendar_days {
	width:100%;
}



#div_calendar {
	/*background-color:#45A8D2;*/
	background-color:#ffffff;
	width:700px;
	margin:auto;
}

#current_day, .saturdays, .sundays, .calendar_nodates_col, .calendar_col {
	/*border:1px solid #D7EFF4;*/
	border:1px solid #000000;
}

#current_day {
	/*background-color:#3A8CAF;*/
	background-color:#ffffff;
	vertical-align:top;
	font-weight:900;
	font-size:14px;
	/*color:#D7EFF4;*/
}

#current_day a:visited, #current_day a:link, #current_day a:active {
	font-size:14px;
	/*color:#D7EFF4;*/
}
#current_day a:hover {
	font-size:14px;
	/*color:#D7D7D7;*/
}
.saturdays, .sundays, .calendar_col, .calendar_nodates_col, .calendar_col, .calendarweeks_col  {
	width:14%;
	vertical-align:top;
	/*background-color:#45A8D2;*/
	background-color:#ffffff;
	font-size:14px;
	/*color:#D7EFF4;*/
}

.calendarweeks_col {
	text-align: center;
}

.saturdays, .sundays {
	/*background-color:#3E97BD;*/
	background-color:#ffffff;
}

.saturdays a:visited, .saturdays a:link, .saturdays a:active {
	font-size:14px;
	/*color:#D7EFF4;*/
	color:#000000;
}

.saturdays a:hover {
	font-size:14px;
	/*color:#D7D7D7;*/
	color:#000000;
}

.sundays a:visited, .sundays a:link, .sundays a:active {
	font-size:14px;
	color:#EF9133;
}

.sundays a:hover {
	font-size:14px;
	/*color:#D7D7D7;*/
	color:#000000;
}

.calendar_col a:visited, .calendar_col a:link, .calendar_col a:active {
	font-size:14px;
	color:#000000;
	/*color:#D7EFF4;*/
}
.calendar_col a:hover {
	font-size:14px;
	/*color:#D7D7D7;*/
}



#add_event_form {
	display:none;
	visibility:hidden;
	background-color: #F0E2A6;
	width:300px;
	height:auto;
	border: 1px solid black;
	z-index:100;
	/*font-size:6px;*/
}

#table_calendar {
	width:100%;
	height:50px;
	vertical-align:top;
}

.row_header {
	height:50px;
	text-align:center;
}
.col_header {
	text-align:center;
}

#tablecalendar_weeks {
	width:100%;
	height:20px;
	/*color:#D7EFF4;*/
	margin-top:20px;
}

.dayof_week {
	vertical-align:top;
}


#table_eventdetail {
	/*border: 1px solid #D7EFF4;*/
	border: 1px solid #cccccc;
	/*background-color:#3A8CAF;*/
	background-color:#dddddd;
	/*color:#ffffff;*/
	width:300px;
}
.eventdetail_col {
	/*background-color:#45A8D2;*/
	background-color:#eeeeee;
	padding-left:5px;
	font-size:12px;
	/*color: #ffffff;*/
}

.eventdetail_col a:visited, .eventdetail_col a:link, .eventdetail_col a:active, .eventdetail_col a:hover {
	font-size: 12px;
	/*color:#D7EFF4;*/
}

.close_window {
	text-align:right;
}
.close_window a:visited, .close_window a:link, .close_window a:active, .close_window a:hover {
	font-size:12px;
	color:000000;
}

#table_eventdetail a:visited, #table_eventdetail a:link, #table_eventdetail a:active, #table_eventdetail a:hover {
	font-size:12px;
}


.col_eventname a:visited, .col_eventname a:link, .col_eventname a:active, .col_eventname a:hover {
	font-size: 10px;
}

#current_day .col_eventname a:visited, #current_day .col_eventname a:link, #current_day .col_eventname a:active, #current_day .col_eventname a:hover {
	font-size: 10px;
}

.col_alignright{
	text-align:right;
}

.col_calendarmonths, .col_calendarmonths2 {
	/*color:#D7EFF4;*/
	font-size:13px;
	font-weight:bold;
	width:auto;
	text-align:center;
}

.col_calendarmonths a:visited, .col_calendarmonths a:link, .col_calendarmonths a:active, .col_calendarmonths a:hover, .col_calendarmonths2 a:visited, .col_calendarmonths2 a:link, .col_calendarmonths2 a:active, .col_calendarmonths2 a:hover {
	/*color:#D7EFF4;*/
	color:#000000;
	font-size:12px;
}
.col_calendarmonths a {
	text-decoration: underline;
}
.col_calendarmonths2 a {
	text-decoration: none;
}
#calendarmonth_table {
	width:600px;
	margin:auto;
}


