div.news-detail img.detail_picture
{
    float: right;
    margin: 0 4px 6px 0;
}
.news-date-time {
    color: white;
    background-color: #EB3D00;
    float: left;
    padding-left: 10px;
    padding-right: 50px;	
    font-weight: bold;
    height: 20px;
    width: 200px;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 1.1em;

}
.top-name {
    float: right;
    width: 80%;
    margin-bottom: 10px;
    color: #EB3D00;
    float: right;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    padding-top: 5px;
    text-align: right;
}

.detail_text {
    background-color: white;
}

h3  {
    color: #EB3D00;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    margin-top: 5px;
    float: right;

}

.event_type {
    color: white;
    background-color: #0116C0;
    float: left;
    padding-left: 10px;
    padding-right: 50px;	
    padding-top: 2px;	    
    font-weight: bold;
    height: 20px;
    width: 200px;
    margin-top: -10px;
    font-size: 1.1em;
}

.event_theme {
    color: #0116c0;
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: none;
    margin-top: -5px;
    float: right;
}

#info {
	width: 83%;
	float: left;
	overflow:hidden;
}

#info-border {
	margin-top:   0px;
	height: 100%;
	width: 96%;
/*	background-color: #EBEBEB; */
	background-color: #D2EBFC;
	background-color: #ECECEC;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	padding: 10px;
}
