/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}*/



/*
Colors from the website
Burnt Orange: AF8115
BrownGreen: 9d9c54
LightGray:#CBCBCB
DarkGray:#c1c1c1
DarkRed:#420e00

Colors from the google calendar

mediumBlue:#C3D9FF
lightBlue: #E8EEF7
darkBlue: #557799
royalBlue:#112ABB
lightYellow:#FFFFCC
white: #fff
black:#000




a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

*/
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #557799;
	margin-left:auto;
	margin-right:auto;
}

	
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #C3D9FF;
	color: #000000;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:85px;
	width:85px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #E8EEF7;
	text-align:center;
}
.datepickerform {
	margin: 0px;
}

.monthnavigation {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #C3D9FF;
	color: #AF8115;
	border-style: solid;
	border-width:0px
}

.monthpicker {
	font-size: 11px;
	/*background-color: #CDC9C9;*/
}
.yearpicker {
	font-size: 11px;
	/*background-color: #CDC9C9;*/
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	/*background-color: #CDC9C9;*/
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:85px;
	width:85px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E8EEF7;
	color: #000000;
	height:85px;
	width:85px;
	border-style:solid;
	border-width:1px; 
	border-color:#557799;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFCC;
	color: #000000;
	height:85px;
	width:85px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #EEE9E9;
	height:85px;
	width:85px;
}
.sunday {
	background-color: #C3D9FF ;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #112ABB;
	height:85px;
	width:85px;
	border-style:solid;
	border-width:1px;
	border-color: #557799;
}
.sunday a {
	color: #112ABB;
}
.saturday {
	background-color: #C3D9FF ;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #112ABB;
	height:85px;
	width:85px;
	border-style:solid;
	border-width:1px;
	border-color: #557799;
}
.saturday a {
	color: #112ABB;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	height:85px;
	width:85px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:85px;
	width:85px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:85px;
	width:85px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 9px;
	border-style: none;
	border-width: 1px;
	width: 80px;
	text-align:center;
}

.eventcontent a {
	font-size: 9px;
	border-style: none;
	border-width: 1px;
	width: 80px;
	text-align:center;
}



