.announceWrapper{
	height:435px;
	width:100%;
	border-top-left-radius:4px;
  	border-top-right-radius:4px;
  	border-bottom-right-radius:4px;
  	border-bottom-left-radius:4px;
	display:block;
}

.announceLeftRightHolder{
	width:930px;
	height:365px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:15px;

	background-color:#ccc;
	border-top-left-radius:4px;
  	border-top-right-radius:4px;
  	border-bottom-right-radius:4px;
  	border-bottom-left-radius:4px;
	display:inline-block;
}

.announceListDetailHeader{
	height:26px;
	width:930px;
	background-color:#888;
	border-top-left-radius:4px;
  	border-top-right-radius:4px;

	/* fallback */ 
	background-color: #dedede; 
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#AAAAAA)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top,#CCCCCC, #AAAAAA); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #CCCCCC, #AAAAAA);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #CCCCCC, #AAAAAA); 
	/*IE 6,7,8*/
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#AAAAAA'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#AAAAAA')"; /* IE8 */
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #CCCCCC, #AAAAAA);
}

.eventListHolder{
	width:365px;
	height:329px;
	background-color:#CDCDCD;
	border-bottom-left-radius:4px;
	float:left;
	padding-left:15px;
	padding-top:10px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.h3subheader{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#444;
	float:left;
}

#eventListLabel {
	margin-top:4px;
	margin-left:15px;	
}

#eventDetailLabel {
	margin-top:4px;
	margin-left:315px;
}

.eventDetailHolder {
	width:500px;
	height:350px;
	float:left;
	padding:15px;
}

.contHold{ 
	padding:0px;
	border:1px solid #888;
	width:330px;
	height:88px;
	background-color:#888888;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	padding-left:0px;
	padding-top:0px;
	display:block;
	cursor:hand;
	border-bottom:thin solid #666;
}
	  
.titleHoldStyle{
	width:300px;
	height:20px;
	padding-left:10px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	margin-top:5px;	
}
	
.teaseHoldStyle{
	width:300px;
	height:30px;
	padding-left:10px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}  
	  

.dateHoldStyle{
	width:55px;
	height:55px;
	background-color:#888;
	border-radius:4px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding-top:2px;
}




#mySelector{
	margin:0px;
	border:2px solid #666;
	border-radius:4px;
	width:348px;
	height:312px;	
	background-color:#888;
	overflow-x:hidden;
	overflow-y:scroll; 
	float:left; 
}

.messHold{
	width:500px;
	height:300px;

	float:left;
	margin-left:0px;
	margin-top:0px;
}

.eventTitleStyle{
	width:500px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-bottom:5px;
	color:#0061AD;

}

.eventDateStyle{
	width:300px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	
}



.eventTextStyle{
	width:510px;
	height:240px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#444;
	overflow-y:auto;
	padding-right:10px;
}

