
#newsMaster {}
#newsMaster .newsItem{
	FONT-SIZE: 10px;
}
.newsExpand, .newsDate, .newsTitle, .newsTitle.over {

}
.newsExpand{
	width:20px;
	height:15px;
	CURSOR: hand;
	background-repeat:no-repeat;
	background-position:top left;
}

.newsDate{
	height:15px;
}
.newsTitle
{
	width: 390px;
}
.newsTitle, .newsTitle a{
	FONT-WEIGHT: bold;
	COLOR: #114274;
	CURSOR: hand;
}
.newsTitle, .newsTitle a{
	TEXT-DECORATION: none;
}
.newsTitle.over, .newsTitle.over a{
	TEXT-DECORATION: underline;
}


.newsItem .newsExpand{
	background-image: url('../../images/plus_normal.gif');
}
.newsItem .newsExpand.over{
	background-image: url('../../images/plus_over.gif');	
}
#newsMaster .newsItem.open .newsExpand{
	background-image: url('../../images/minus_normal.gif');
}
#newsMaster .newsItem.open .newsExpand.over{
	background-image: url('../../images/minus_over.gif');	
}

.summary {
	margin-left: 20px;
	border: thin dashed #aaaaaa;
	margin-bottom: 15px;
	padding: 3px;
	display:none;
}
td .summary.open{
	display:block;
}