/*******************************************************

    Copyright 2011 by Sven Radde.

    This file is part of HomePage-MadeEasy ("HomePage-ME").

    HomePage-ME is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    HomePage-ME is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with HomePage-ME.  If not, see <http://www.gnu.org/licenses/>.

*******************************************************/

#titlenews {
	width: 99%;
	border-collapse: collapse;
}

#titlenews tr th.newdate {
	border-top:2px ridge navy;
	border-left:2px ridge navy;
}

#titlenews tr th.repeatdate {
	border-left:2px ridge navy;
	visibility:hidden;
}

#titlenews tr td.contents {
	border:2px ridge navy;
}

#titlenews tr td.contents div.owner {
	font-size:8pt;
	border-bottom:1px ridge navy;
	border-left:1px ridge navy;
	padding:2px;
	margin-left:5px;
	margin-bottom:3px;
	float:right;
}

#titlenews tr td.contents div.title {
	margin-left:3px;
	margin-bottom:2px;
	margin-top:2px;
	font-size:12pt;
	font-weight:bold;
}

#titlenews tr td.contents div.text {
	margin-left:10px;
}

#titlenews tr.webmaster td.contents {
	background-color: #EEEEFF;
}
#titlenews tr.webmaster td.contents div.title {
	padding-left:25px;
	background: url("/news/webmaster.png") no-repeat;
}

#titlenews tr.important td.contents {
	background-color: #FFFFEE;
}
#titlenews tr.important td.contents div.title {
	padding-left:25px;
	background: url("/news/important.gif") no-repeat;
}

h1.newsheading {
}

div.newstext {
	margin-left:10px;
	padding-left:10px;
}

div.newsfoot {
	margin-top:15px;
	margin-bottom:25px;
	margin-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	font-size:10pt;
	text-align:right;
	border-bottom: 2px navy ridge;
	border-right: 2px navy ridge;
}

div.newscomment {
	margin-left:5px;
	margin-top:10px;
	padding:5px;
	border-top:1px navy ridge;
	border-left:1px navy ridge;
}

div.newscomment div.newscommenthead {
	font-weight:bold;
}

