.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #cb2a19;
	}
	
.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:18px;
	}



div#container{
	margin: 0px;
}

a.info{
position:relative; 
z-index:24;
background-color: #FFF7D9;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #6E5208;
text-decoration: none;
}

a.info:hover{
z-index: 25;
background-color: #CCCCCC;
}

a.info span{
display: none;
}

a.info:hover span{ 
display: block;
position:absolute;
top: 2em;
left: 2em;
width: 30em;
border: 1px solid #141412;
background-color: #222120;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #ffffff;
padding: 5px;
text-decoration: none;
}

.calendar_div{
	position:absolute;
	z-index:20;
	display:none;
	margin-left:38px;
	margin-top:-25px;
	background-color:#2f2f2f;
	border:1px solid #292826;
}

.calendar_iframe{
	width:260px;
	height:152px;
	padding:0px;
	margin:0px;
	background-color:#2f2f2f;
	border:1px solid #fff;
}
