/*
 * Settings for viewing of present news
 */
 
.news-list{
}

.news-list-row{
	border-bottom: 1px solid #cccccc;
}

.news-list-startDate{
}

.news-list-headline{
}

.news-list-summary{
	padding-bottom: 25px; 
}


/*
 * Settings for viewing of present news
 */
 
.news-list{
}

.news-listAll-row{
	border-bottom: 1px solid #cccccc;
}

.news-listAll-startDate{
}

.news-listAll-headline{
	font-weight: bold;
}

.news-listAll-summary{
	padding-bottom: 25px; 
}


/*
 * Settings for the news administration
 */

#news-adminList{
	font-family: verdana;
	font-size: 11px;
}

#news-adminList-row{
	width: 350px;
	padding: 10px 10px 10px 10px; 
	border-bottom: 1px solid #cccccc;
}

#news-adminList-removeItemLink{
	padding-left: 15px;
}
