@charset "utf-8";
/* CSS Document */

/*--------------- calendar -----------------*/
div#timetable{
	float:left;
	display:block;
	width:455px;
}
#table{
	border-left:1px solid #F1DDDD;
	border-top:1px solid #F1DDDD;
	color:#BE2506;
	height:auto;
	vertical-align:top;
	width:455px;
}
#table td{
	color:#585757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	height:50px;
	width:14%;
	border-right:1px solid #F1DDDD;
	border-bottom:1px solid #F1DDDD;
	vertical-align:top;
	padding:5px;
	}
#daysOfWeek{
	width:100%;
	float:right;
	clear:both;
}
#dayOfWeek{
	color:#4d4d4d;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
	width:60px;
	float:left;
}
div#timestrip{
	float:none;
	clear:both;
	display:block;
	margin:0 0 5px;
	padding-bottom:3px;
	vertical-align:middle;
	width:455px;
}
div#timestrip span{
	font-size:9pt;
	font-weight:bold;
	float:left;
	padding:3px 0px;
	
}
.timestrip{float:left; padding:9px 10px;}

#month,#year{
	margin:2px;
	background-color: #ffffff;
	font-size:8pt;
	font-style:normal;
	color:#4d4d4d;
	width:95px;
}
td#today{
	background-color:#E6E6E6;
}
td#otherMonth{
	background-color:#f2f2f2;
	border-right:1px solid #F1DDDD;
	border-bottom:1px solid #F1DDDD;
}
td#weekend{
	background-color:#f7f7f7;
	border-bottom:1px solid #F1DDDD;
}
#timeView{
	float: left;
	clear:left;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 5px 0px 5px;
}

div#timestrip .input{float: right;}
div#timestrip .timestrip{float: right;}

#timeView:hover{
}
.events{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.events li{
	display:block;
	float:right;
	clear:both;
	padding-bottom:3px;
	width:100%;
}
.eventLink a{
	font-size:8pt;
	text-decoration:none;
	display:block;
}
.mainLink{
	border-bottom:1px #4c749c dotted;
	}
	
#weekTable{
	border-top: 1px solid #F1DDDD;
	border-left: 1px solid #F1DDDD;
	border-bottom: 1px solid #F1DDDD;
	color:#BE2506;
	float:left;
	text-align:left;
	vertical-align:top;
	width:100%;
	height:100%;
	min-height:300px;
}
#weekTable td{
	color:#585757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:10%;
	border-right:1px solid #F1DDDD;
	border-bottom:none;
	vertical-align:top;
	padding:5px;
	text-align:right;
}

.alertTx{
	color:red;
}
div#newsInnHeader{
	width:100%;
	float:right;
	display:block;
	clear:both;
	margin-bottom:10px;
	}
div#backToList{
	width:100%;
	float:right;
	text-align:left;
	}
div#backToList a, div#backToList img{display:inline;}