
.ibox_intro
{
	text-align: center;
	font-weight: bold;
	
}


/*JAVASCRIPT LIGHTBOX BY IBOX*/
.event_ibox{/*this div class being created within the calendar code*/
	height: 290px;
	background-color:#dedede;
	color:#007d72;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	overflow:auto;
	background-image: url(/Octagon_config/images/gradbg.png);
	
}
.ibox_icons{
	padding-left: 20px;
}
.ibox_icons .link{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	display: inline;
	vertical-align: middle;
	
	
}



.event_time{
	float: right;
	text-align: right;
	width: 100%;
}

.event_desc{
	float: left;
	clear: both;
	margin: 10px;
	
}

.ibox_event_title{
	font-size: 24px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #007d72;
	padding-left: 10px;
	padding-top: 10px;
}

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	/*border:1px solid #CCC;*/
	width:300px;
	height:300px;
	margin:0;
    /*background-color: #dedede;*/
	background-image: url(/js/ibox/images/ibox_grad.jpg);
	padding: 10px;
	
	
}

#ibox_content {
	background-color:#FFFFFF;
	
	padding: 20px;
	height:380px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	
	
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

#ibox_footer a{
	
}

/*CSS MENU FOR GO TO DATE*/


#calDiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#calDiv ul li {
	position: relative;
	}
	
#calDiv li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 15px;
	display: none;
	}

/* Styles for Menu Items */
#calDiv ul li a {
	
	display: inline;
	text-decoration: none;
	color: #777;
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul { display: block; } /*  The magic */
/*END CSS MENU FOR GO TO DATE*/


