#bg{
	display: none;
	width:100%;
	height:100%;
	background:#000000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position:absolute;
	left: -10px;
	top: -10px;
}

#calendar_main {
display: none;
position: absolute;
margin:0 auto;
background:url(../img/calendar_tmp.gif);

}

#calendarglobal {
	border: 0px;
	/*padding: 20px;*/
	/*background:url(../img/calendar_bg.gif);*/
	background-position:top;
	background-repeat:repeat-x;
	width: 834px;
	height: 487px;
}
#calendarmonths , a{
	color:#B65468;
	text-decoration:none;
}

#close {
	position:absolute;
	white-space: nowrap;
	display:none;
}
#close a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#calendarbody {
	padding: 20px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:15px;
	float: left;
	width: 550px;
}
#events {
	position: absolute;
	left: 0px;
	top: 0px;
}
#calendartable {
	/*border-color: #999999;
	border-style: solid;
	border-width: 1px 0px 0px 1px;*/
}
#calendartable th {
	border-color: #999999;
	border-style: none;
	/*border-width: 0px 1px 1px 0px;*/
	text-align:center;
	height: 30px;
}
#calendartable td {
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	padding: 0px;
	width: 79px;
	height: 58px;
}
#eventtitle, #eventdescr, #eventlink, #eventimage {
	padding: 5px;
}
#eventtitle {
height:47px;
}
#eventdescr{
overflow:auto;
height: 400px;
width: 252px;
}
.calendarevent {
	position: absolute;
	background: red;
	opacity: 0.7;
	filter:alpha(opacity=70);
	padding: 0px;
	white-space: nowrap;
	overflow:hidden;
	height: 10px;
	padding: 0;
}
.calendarevent a {
	text-decoration:none;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
}
#calendarmonths {
	height: 40px;
	width: 550px;
	overflow: hidden;
}
#calendarmonthname {
	height: 26px;
	width: 550px;
	overflow: hidden;
	padding-bottom:0px;
	padding-top:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#title_date{
color: #6699CC;
font-size:16px;
font-family:Tahoma;
font-weight:bold;
}

.separ5 {
clear: both; 
width: 100%; 
height: 2px;
display:block; 
background: url("../img/separator5.gif") repeat-x;
margin-bottom:5px;
}