/**
 * TYPOlight webCMS
 *
 * The TYPOlight webCMS is an accessible web content management system that 
 * specializes in accessibility and generates W3C-compliant HTML code. It 
 * provides a wide range of functionality to develop professional websites 
 * including a built-in search engine, form generator, file and user manager, 
 * CSS engine, multi-language support and many more. For more information and 
 * additional TYPOlight applications like the TYPOlight MVC Framework please 
 * visit the project website http://www.typolight.org.
 *
 * This file is a basic cross browser style sheet that you can import using
 * the CSS import function of the style sheet module.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005
 * @author     Leo Feyer <leo@typolight.org>
 * @package    xBrowser
 * @license    GPL
 */

.mod_newslist h2
{
	margin:0px;
	padding:5px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#333333;
}

.layout_short {
	border-bottom:#CCCCCC 1px solid;
}

.layout_short .info
{
	padding:5px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666666;
}

.layout_short .teaser
{
	padding:5px;
	font-size:9px;
	color:#333333;
}

.layout_short .more
{
	padding:5px;
	font-size:9px;
	padding-bottom:20px;
}

.mod_newsarchive{
	padding:30px;
}

.layout_full h1
{
	height:18px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:13px;
	padding: 0 5px 0 5px;
}
