@import "portalDefault.css";

.news {
	border: solid #AACCEE 1px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	margin: 2px 0px 2px 0px;
	padding: 1px 0px 1px 0px;
	width: 99.9%;
	overflow: hidden;
	height:100%;
}

.newsSubtext {
	position: relative;
	margin: 2px 0px 2px 0px;
	padding: 1px 0px 1px 0px;
	width: 99.9%;
	text-align: right;
	color: #999999;	
}

table.newsHistory {
	border-style : solid;
    border-color: #ACE;
	border-width : 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width : 99.9%;
}

td.newsVersion {
	border-top-style : solid;
    border-top-color: #cccccc;
	border-top-width : 1px;
	border-bottom-style : solid;
    border-bottom-color: #cccccc;
	border-bottom-width : 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.newsVersionHeader {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

td.newsVersionHeaderActive {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	background-color: #bdf;
}

td.newsVersionHeader a, td.newsVersionHeaderActive a 
{
	text-decoration: none;
	color: #1155BB;
}

td.newsVersionHeader a:hover, td.newsVersionHeaderActive a:hover, a.newsHistoryLink:hover
{
	color: #88AADD;
}

a.newsHistoryLink
{
	text-decoration: none;
	color: #114499;
	font-family: Verdana;
	font-size: 10pt;
}

#articleHistory {
	display: none;
	padding-top : 5px;
}

.history {
	border: solid 1px #AACCEE;
	margin: 2px 0px 2px 0px;
	padding: 1px 5px 1px 5px;
	width : 99.9% ;
	text-align : right;
}

a.showHistoryLink {
	text-decoration: none;
	font-weight: bold;
	color: #335599;	
}

.histPreview {
	background-image: url(../img/preview.png);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	text-decoration: none;	
	color: #335599;
}

a.showHistoryLink:hover, .histPreview:hover {
	color: #88AAEE;
}

.newsArea {
	border: solid 1px #88AADD;
	width: 99.9%;
	color: #335599;
	font-family: Verdana;
	font-size: 9pt;		
}

.link {
	color:#335599;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

.link:hover {
	color: #AACCEE;
}

.divHistory {
	margin: 5px 0px;
	width: 99.9%;
}

.newsForm {
	border: solid #AACCEE 1px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}