@CHARSET "ISO-8859-1";
.news_listTitle {
	font-size: 13pt;
	font-weight: bold;
	float: left;
	width: 450px;
	line-height: 1.2em;
}

.news_listTitle a {
	text-decoration: none;	
}

.news_listDate {
	float: right;
	font-weight: bold;
	width: 100px;
	text-align: right;
}

.news_listSample {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 5px;
}

#newsEditorContainer {
	overflow: auto;
	width: 900px;
}

#newsEditorOpsButtons {
	text-align: left;
	background: #00A0C6;
}

.newsEditorEvenRow {
	background-color: #9FCDE5;
	width: 890px;
	height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
}

.newsEditorOddRow {
	background-color: #ABE2FF;
	width: 890px;
	height: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
}

.newsEditorCheckbox {
	float: left;
	width: 20px;
	height: 1.5em;
}

.newsEditorAuthor {
	float: left;
	width: 150px;
	overflow: hidden;
	height: 1.5em;
}

.newsEditorTitle {
	font-weight: bold;
	height: 1.5em;
	float: left;
}

.newsEditorPreview {
	float: left;
	width: 540px;
	overflow: hidden;
	height: 1.5em;
}

.newsEditorDate {
	float: left;
	width: 100px;
	text-align: right;
	height: 1.5em;
}

.newsEditorPublished {
	float: left;
	width: 80px;
	text-align: right;
	height: 1.5em;
}

.newsEditorOpLink {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #42BBD7;
	border-left: 1px solid #008BAC;
	color: #FFFFFF;
	display: inline-block;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
}

/*because these pages use css from the forum, overwrite this data*/
#footerBottom {
	line-height: 1em;
	text-align: left;
}

.newsEditorHeader {
	text-align: center;
	font-weight: bold;
}

.forum_post_container {
	width: 600px;
	border: 1px solid black; 
	display: inline-block; 
	margin: 5px;
	background-color: #E1E1E1;
}

.forum_post_header {
	width: 590px;
}

.forum_post_title {
	width: 354px;
}

.forum_post_text {
	width: 417px;
}

.forum_post_footer {
	width: 600px;
}

.newsEditorList {
	width: 900px;
}

.tableRowFoot {
	clear: both;
}

.newsEditorPreview a {
	color: #000000;
	text-decoration: none;
}

h1.newsTitle {
	font-size: 18pt;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	color: #356AA0;
	font-weight: bold;
}
