/*.....Big Calendar*/




#main table.big-calendar { width: 200px; }


#main table.big-calendar td { height: 70px; vertical-align: middle; }

#main table.big-calendar { text-align: center; }

#main table.big-calendar td .wrapevent {
	position: relative;
	z-index:0;
}

#main table.big-calendar td .show-events {
	line-height: 70px;
}


#main table.big-calendar td .event { 
	position: absolute;
	top: -150px;
	left: 0;
	height: 150px;
	width: 150px;
	background-color: #F1F4F4;
	z-index:9999;
	float: left;
	border: 1px solid #5b5949;
	text-align: left;
	overflow: auto;
}

#main table.big-calendar td .event a { 
	background: #dddddd url(../img/icon_arrow-white.gif) no-repeat 0.4em .8em;
	display: block;
	padding: 4px 0 4px 15px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

.close { position: absolute; top: 0px; right: 0; font-size: 0.7em; cursor: default; }

#main table.big-calendar td .event a {
	font-size: 0.9em;
	color:#B62F2F;
}

#main table.big-calendar td .event a:hover {
	background-color: #ccc;
}

#main table.big-calendar td:hover { background-color: #dddddd; color:#fff }

#main table.big-calendar td.weekend { background-color: #CCCCCC; color: #fff; }
#main table.big-calendar td.weekend:hover { background-color: #dddddd; color:#fff }

#main table.big-calendar td.active {background-color: #dddddd; color: #985800; }

#main table.big-calendar td.today { background-image: url(../img/icon_todaybig.gif); background-repeat: no-repeat; background-position: 85px 7px; }



#main .outer-box .calendar-today { background: url(../img/icon_todaybig.gif) no-repeat 0 90%; padding-left: 15px; }
#main .outer-box .calendar-news { background: url(../img/icon_news.gif) no-repeat 5px 50%; padding-left: 17px; color: #bd621f; }

#main .outer-box .explain { margin-top: 10px }