a {
	text-decoration: none;
	color: #000000;
	/*text-align: center;*/
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
img {
border:0px;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #fff;
	text-align: center;
}
.month {
	border: 1px solid #CCC;
	/*background-color: #68C1B5;*/
	background-color: #fff;
	text-align: center;
	border-collapse:collapse;
	/*border-style: outset;*/
	color: #FFF;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	/*background-color: #004793;*/
	/*background-color: #5d2962;*/
	color: #f0f0f0;
	text-align: center;
	font-weight: bold;
	font-family:"Trebuchet ms";
	font-size:22px;
	font-weight: bold;
	padding:5px 0px;
	background-color:#5c96af;
	/*background-color: #004793;*/
	/*background-color: #004793;*/
	/*color: #004793;*/
	border-width:1px;
	height:41px;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top:2px;
	padding-bottom:3px;
	border-collapse:collapse;
	height:30px;
	background:#4E7D91;
	/*background-image:url(../themes/gcs/images/bg_table_header.jpg);*/
	/*border-style: outset;
	border-width:1px*/
}
.yearnavigation {
	font-size: 12px;
	color: #FFFFFF;
}
.datepicker {
	background-color: #FAA525;
	border:0px;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #5d2962;*/
	padding-top:10px;
	background-color:#5c96af;
	color: #FFF;
	height:41px;
}

.monthnavigation a, .monthnavigation a:hover{
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #5d2962;*/
	color: #FFF;
	font-weight:bolder;
	font-size: 12px;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
	color: #FFF;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:70px;
	width:70px;
	color: #aaaaaa;
	vertical-align: top;
	background-color:#f0f0f0;
}

.month .nomonthday {
	text-align: center;
	font-size: 10px;
	height:70px;
	width:70px;
	color: #FFF;
	vertical-align: top;
}

.monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #68C1B5;*/
	background-color: #ffffff;
	color:#666;
	height:70px;
	width:70px;
	padding:3px;
	border:1px #CCC solid;
	vertical-align: top;
}
.today {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #AF2F46;
	color: #ffffff;
	border:1px #CCC solid;
	height:70px;
	padding:3px;
	width:70px;
	vertical-align: top;
}
.selectedday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #bbd6e6;
	height:70px;
	padding:3px;
	width:70px;
	border:1px #CCC solid;
	vertical-align: top;
}
.sunday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#666;
	height:70px;
	padding:3px;
	width:70px;
	border:1px #CCC solid;
	vertical-align: top;
	background-color: #f6f5de;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#666;
	height:70px;
	padding:3px;
	width:70px;
	border:1px #CCC solid;
	vertical-align: top;
	background-color: #f6f5de;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	background-color: #bbd6e6;
	height:70px;
	padding:3px;
	border:1px #CCC solid;
	vertical-align: top;
}
.event a {
	background-color: #bbd6e6;
	color: #4E7D91;
}
.selectedevent {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: red;
	border:1px #CCC solid;
	background-color: #bbd6e6;
	height:70px;
	padding:3px;
	width:70px;
	vertical-align: top;
}
.selectedevent a {
	background-color: #bbd6e6;
	color: red;
}
.todayevent {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: red;
	border:1px #CCC solid;
	background-color: #bbd6e6;
	height:70px;
	padding:3px;
	width:70px;
	vertical-align: top;
}
.todayevent a {
	background-color: #ff3333;
	color: red;
}
.eventcontent a, .eventcontent a:hover {
	font-size: 10px;
	text-align:center;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 70px;
	background-color: #bbd6e6;
}

.eventcontent td{
	font-size: 10px;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	width: 70px;
	padding:3px;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
	background-color: #bbd6e6;
	text-align:center;
}


