/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * yacCMS - yet another crazy Content Management System
 * Homepage: http://yaccms.fanciless.de
 * (c) 2007 Andreas Dietzel
 * see docs/license.txt for license details 
 *
 * startpage.css - CSS-Stylesheet for the startpage plugin
 * 
 * Design: yaccms
 * Author: Andreas Dietzel
 * Last changed: 2007-12-30
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.startpage_message
{
	border-bottom: 1px solid #efefef;
	margin: 0.5em 1em;
	padding-bottom: 0.5em;
}

.startpage_message_inactive
{
	border-bottom: 1px solid #efefef;
	margin: 0.5em 1em;
	padding-bottom: 0.5em;
	/*background: #f5f5f5;*/
	color: #999; 
}


