.outer {
	background-color:#f7fcff;
	margin: 10px 10px 20px 10px;
	padding-bottom: 10px;
	border: 1px solid #3167a3;
}
.inner {
	clear:both;
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	padding: 10px;
	line-height: 130%;
	border: none;
}	

.event_title{
	font-size: 13px;
	font-family: Tahoma;		
	border-bottom: 3px dotted #2f68a4;
	display: block;
	padding-bottom: 5px;
	line-height: 150%;
	}				
	
#call_list{
	border-top:2px solid #3167a3;
	border-bottom:2px solid #3167a3;
	text-align:center;
	margin:3px;
	clear:both;
}
#call_list ul{
	list-style:none;
	padding:0px;
	margin:0px;
	clear:both;
}
.call_row{
	border-bottom:1px dashed #3167a3;
}
#call_list li{
	text-align:left;
	font-size:11px;
	float:left;
}
.col_0{
	width:16%;
	margin-right:8px;
}
.col_1{
	width:80%;
	margin-right:8px;
}


	