/*Windber Surgery Center*/
body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	/*text-align: center;*/
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
img{
	border:none;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border: 1px solid #ccc;
	/*background-color: #68C1B5;*/
	background-color: #C2F6EF;
	text-align: center;
	border-collapse:collapse;
	/*border-style: outset;*/
	color: #FFF;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-weight: bold;
	font-family:"Trebuchet ms";
	font-size:22px;
	font-weight: bold;
	padding:5px 0px;
	background:url(../images/year_bg.jpg);
	color: #004793;
	border-width:1px
	/*text-align: center;
	font-size: 13px;
	font-weight: bold;
	/*background-color: #004793;
	background-color: #004793;
	color: #FFFFFF;
	border-width:1px*/
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/month_bg.jpg);
	/*background-color: #11776E;*/
	color: #ffffff;
	border-collapse:collapse;
	/*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:url(../images/year_bg.jpg);
	/*background-color: #004793;*/
	color: #FFF;
}

.monthnavigation a{
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #004793;*/
	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:100px;
	width:100px;
	color: #aaaaaa;
	background-color:#f2f2f2;
	border-top:1px solid #ccc;
	vertical-align: top;
}

.month .nomonthday {
	text-align: center;
	font-size: 10px;
	height:100px;
	width:100px;
	color: #FFF;
	vertical-align: top;
}

.monthday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #68C1B5;*/
	padding:3px;
	background-color: #FFF;
	border: 1px solid #ccc;
	color: #666;
	height:100px;
	width:100px;
	vertical-align: top;
}
.today {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding:3px;
	background-color: #68C1B5;
	border: 1px solid #ccc;
	color: #ffffff;
	height:100px;
	width:100px;
	vertical-align: top;
}
.selectedday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding:3px;
	border: 1px solid #ccc;
	background-color: #66ff66;
	height:100px;
	width:100px;
	vertical-align: top;
}
.sunday {
	text-align: right;
	font-size: 11px;
	padding:3px;
	font-weight: bold;
	color: #666;
	height:100px;
	width:100px;
	border: 1px solid #ccc;
	vertical-align: top;
	background-color: #FFF;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	height:100px;
	width:100px;
	border: 1px solid #ccc;
	vertical-align: top;
	background-color: #FFF;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding:3px;
	background-color: #ffff99;
	height:100px;
	width:100px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.event a {
	background-color: #ffff99;
	color: black;
}
.selectedevent {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: red;
	padding:3px;
	background-color: #ffff99;
	height:100px;
	width:100px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: red;
	padding:3px;
	background-color: #ffff99;
	height:100px;
	width:100px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent a, .eventcontent a:hover {
	font-size: 10px;
	font-weight: bold;
	color:#FFF;
	border-style: none;
	text-align:center;
	border-width: 0px;
	width: 90%;
	background-color: #004894;
}

.eventcontent td{
	/*font-size: 10px;*/
	/*font-weight: bold;*/
	/*border-style: solid;
	border-width: 1px;*/
	text-align:center;
	width: 90%;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color: #004894;
}