﻿	.datestamp .date {
		font-size: 20px; 
		font-weight: bold; 
		color: #FFFFFF; 
		line-height: 20px; 
		text-align: center; 
		position: static;
		margin-top:2px;
	}
	
	.datestamp .month {
		font-size: 10px; 
		color: #FFFFFF; 
		font-weight: bold; 
		text-align: center;
	}
	
	.datestamp .year {
		color: #FFFFFF; 
		font-weight: bold; 
		font-size: 12px; 
		text-align: center;	
	}



.newsannotation{
	background-color: #b0b3b5; background-image: url('../images/newsant.jpg'); background-repeat: no-repeat; width: 640px; height: 64px
}

.newsannotation table{
	width: 100%; height: 64px;
}

.newsannotation table .datestamp{
	width: 60px; background-image: url('../images/datestamp.jpg'); background-repeat: no-repeat;vertical-align:top
}
.newsannttext{
	vertical-align: top; font-family: 'Arial'; font-size: 14px; font-weight: bold;
}

.newsannttext div{
	overflow: hidden; height: 64px; color: #383f48; margin-left: 20px; margin-right: 5px;
}

.buttonopen{
	width: 30px; background-image: url('../images/btnnewsopenoff.jpg'); background-repeat: no-repeat;
}

.buttonempty{
	width: 30px; background-image: url('../images/btnnewsempty.jpg'); background-repeat: no-repeat;
	
}

.mouseclick {
	height: 24px; width: 26px; cursor: pointer;
}

table.hidennews{
	width: 100%; margin-top: 3px;
}

table.hidennews tr.newstop{
	height: 16px;
}

table.hidennews tr.newstop td.emptycell {
	width: 60px;
}

table.hidennews tr.newstop td.newsbodytop{
	background-image: url('../images/newstxttop.jpg'); background-repeat: no-repeat
}

table.hidennews tr.newsbody td.newsbodytxt{
	background-image: url('../images/newstxtbody.jpg'); background-repeat: repeat-y; font-family: 'Arial'; font-size: 14px;
}

table.hidennews tr.newsbody td.newsbodytxt div{
	color: #383f48; margin: 0px 20px 0px 20px;
}

table.hidennews tr.newsbottom{
	height: 16px
}

table.hidennews tr.newsbottom td.newsbodybottom{
	background-image: url('../images/newstxtbottom.jpg'); background-repeat: no-repeat;
}

.newsgap{
	
}



