@charset "utf-8";
/* 
Website: SpacesBySheaHomes.com
Section: Events
Created By: Marcelo Lewin
Created Date: 8/1/2009
Modified By:
Modified Date: 
*/

div#events-title {
	float:left; 
	width:271px; 
	height:401px;	
}

div#events-description-navigation-panel {
	float:left; 
	width:182px; 
	height:375px;
}

div#events-description {
	float:left; 
	width:142px; 
	height:140px; 
	background-color:#005395; 
	padding:20px;	
}

div#events-navigation-panel {
	float:left; 
	width:182px; 
	height:221px; 
	background-color:#ff;	
}

div#events-navigation {
	padding:10px; 
	text-align:right;	
}

div#events-navigation img{
	float:right;
	padding:5px;
	clear:both;
}

div.events-content-panel-outer {
	float:left; 
	width:231px; 
	height:340px; 
	background-color:#7f9fd3;
	padding:20px;	
}

div.events-content-panel-inner {
	width:241px; 
	height:340px; 
	overflow:auto;	
}

div.event-title {
	color:#fff; 
	font-weight:bold;
	clear:both;
	margin-bottom:5px;
}

div.event-date {
	font-style:italic;
	clear:both;
	margin-bottom:3px;
}

div.event-name {
	font-weight:bold;
	clear:both;
	margin-bottom:3px;
}

div.event-description {
	clear:both;
	margin-bottom:10px;
}

div.event-description a{
	color:#000;
	text-decoration:underline;
}

div.event-more {
	font-weight:normal;
	clear:both;
	margin-bottom:3px;
	text-align:right;
}

div.event-more a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

div.event-more a:hover{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

div#events-right-panel {
	float:left; 
	width:176px; 
	height:401px;	
}

/*EVENT DETAIL */
div.event-detail-panel-outer {
	float:left; 
	width:406px; 
	height:340px; 
	background-color:#7f9fd3;
	padding:20px;	
}

div.event-detail-panel-inner {
	width:416px; 
	height:340px; 
	overflow:auto;	
}

