/* @copyright	(c)2007 Michael Kriese & Peer Sterner
 * @version		$Id: admin.css 315 2008-06-12 19:32:42Z Michael Kriese $
 *
 * This file is part of SoPraLOP.
 *
 *  SoPraLOP is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; version 2 of the License.
 *
 *  SoPraLOP 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 General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with SoPraLOP; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
.admin_news {
	border: 2px solid green;
	border-bottom: 1px solid green;
	margin-bottom: 10px;
	font-size: small;
	width: 100%;
}

.admin_news .line {
	
}

.admin_news .timestamp {
	width: 150px;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	padding: 3px;
	text-align: center;
}

.admin_news .title {
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	padding: 3px;
}

.admin_news .action {
	width: 60px;
	border-bottom: 1px solid green;
	padding: 3px;
	text-align: center;
}

.news_pages {
	text-align: center;
	font-size: small;
	margin-bottom: 10px;
}

.news_entry {
	border: 1px solid green;
	margin-bottom: 10px;
	font-size: small;
}

.news_entry_title {
	border-bottom: 1px solid green;
	font-weight: bold;
	padding: 2px 10px;
}

.news_entry_content {
	padding: 1px 15px;
}

.question {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: large;
	margin: 10px;
}

.answer {
	text-align: center;
}