@media all {
	div.newsmenu {
		float: right;
	}
	/* news */
	div.news {
		width: 550px;
		padding: 25px;
		padding-left: 0px;
	}
	div.news h1 {
		text-indent: 0px;
		letter-spacing: 4px;
		font-size: 25px;
		font-family: "Times New Roman", Times;
		font-weight: normal;
		margin-top: 13px;
		margin-bottom: 2px;
	}
	ul.news {
		list-style-type: none;
		padding-left: 10px;
		margin-left: 0px;
	}
	ul.news li {
		padding-left: 10px;
	}
	ul.disabledNews li {
		background-color: silver;
		border: 1px dashed gray;
	}
	ul.disabledNews li.date {
		background-color: transparent;
		border: 0px;
	}
	
	ul.disabledNews li a,
	ul.disabledNews li a:visited{
		font-size:10px;
		font-weight: normal;
		color:red;
	}
	ul.news li img {
		float: right;
		margin: 5px;
	}
	ul.news li.date {
		border-bottom: 1px dashed orange;
		background: none;
		margin-top: 15px;
		padding-left: 0px;
		font-size: 9px;
		color: orange;
		clear: both;
	}
	ul.news a,ul.news a:visited {
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color: #333333;
	}
	ul.news a:hover {
		text-decoration: underline;
	}
	ul.news li p {
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 0px;
		padding: 0px;
		color: #666666;
	}
	ul.news li div.source {
		padding: 0px;
		font-size: 9px;
		color: #999999;
		text-align: right;
	}
	
	div.content a.more,
	div.content a.more:visited {
		font-size:10px;
		color:red;
		text-decoration: none;
	}

	div.content a.more:hover {
		text-decoration: underline;
	}
	
	ul.news li h2 {
		margin: 0px;
		margin-top: 15px;
	}
}

@media print {
	ul.news li.date {
		border-bottom: 1px dashed black;
		color: black;
	}
	div.newsmenu {
		border: 1px solid black;
	}
	div.news {
		width: auto;
	}
}
