@charset "utf-8";
/* CSS Document */

/*--------------- calendar -----------------*/
div#timetable{
	float:none;
	display:block;
	width:365px;
	padding-bottom:10px;
	position:relative;
}
#calloading{
	position:absolute;
	width:361px;
	height:164px;
	top:45px;
	left:3px;
	background:transparent url(../images/loader.png) no-repeat center;
	z-index:100;
	}
#table{
	background:#828282;
	color:#BE2506;
	height:auto;
	vertical-align:top;
	width:363px;
	clear:both;
	direction:rtl;
}
#table td{
	color:#585757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	height:32px;
	background:#fff;
	vertical-align:top;
	padding:3px;
	direction:ltr;
	}
#daysOfWeek{
	width:100%;
	float:right;
	clear:both;
	padding: 0px 0 10px;
}
#dayOfWeek{
	color:#4d4d4d;
	font-size:10pt;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
	width:47px;
	float:right;
}
div#timestrip{
	float:none;
	clear:both;
	display:block;
	margin:0 0 12px;
	vertical-align:middle;
	width:100%;
}
div#timestrip span{
	font-size:9pt;
	font-weight:bold;
	float:left;
	padding:3px 0px;
	
}
.timestrip{float:left; padding:9px 10px;}

#month,#year{
	margin:3px;
	background-color: #ffffff;
	font-size:8pt;
	font-style:normal;
	color:#4d4d4d;
	
}
#month{margin-right:0px;width:75px;}
#year{margin-left:0px;width:55px;}
td#today{
	background-color:#E6E6E6;
}
td#otherMonth{
	background-color:#f2f2f2;
}
td#weekend{
	background-color:#E3EDF6;
}
#timeView{

}
#timeView:hover{
}
td#event_active{
	background-color:#f9d29d;
	cursor:pointer;
	}
#WzTiTl{
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
#WzTtShDwR{
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	}
#WzClOsE{
float:left;
}
#WzBoDy table{
	width:100% !important;
}
.events{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;	
}
.events li{
	display:block;
	float:right;
	clear:both;
	padding:4px 4px 4px 4px;
	width:100%;
	direction:rtl;
}
.eventLink a{
	font-size:8pt;
	text-decoration:none;
	display:block;
	text-align:right;
}
.mainLink{
	border-bottom:1px #4c749c dotted;
	}
	
#weekTable{
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-bottom: 1px solid #828282;
	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 #828282;
	border-bottom:none;
	vertical-align:top;
	padding:5px;
}

.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;}