@charset "UTF-8";

/* 

Author: Vladimir Lech
E-mail: vlech@jewsforjesus.org
Organization: Jews for Jesus

Web site: judenfuerjesus.de
File: event.css 
Comment: inherited form screen.css

Date: 03/08/07
Version: 1.0 
*/

#events
{
	font-family: Sans-serif;
	border-color: #C2C6CF;
	border-width: 1px;
	border-style: solid;
	background-color: #E6E6E6;
	padding: 1px;
}

#events caption
{
	color: #804000;
	font-size: 9pt;
	font-style: italic;
	font-weight: 800;
	text-align: left;
	text-indent: -40em;
}

#events th
{
	color: #004080;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	background-color: #B2D6FF;
	padding: 0px 0px 0px 5px;
}

#events td.Datum
{
	color: black;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(/images/robot/bell.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding: 1px 0 0 3px;
	text-indent: 18px;
}

#events td.Uhrzeit
{
	color: black;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 3px 0 3px;
	text-align: center;
}

#events td.Beschreibung
{
	font-size: 8pt;
	line-height: 1em;
	color: #669;
	text-decoration: none;
	padding: 5px 1px 0px 7px;
}

#events td.Beschreibung a
{
	text-decoration: none;
	color: #C00;
	font-weight: normal;
}

#events td.Beschreibung a:hover
{
	text-decoration: none;
	border-bottom: #C00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#events .more
{
	color: #00F;
	font-weight: bold;
	background-color: transparent;
	background-image: url(/images/robot/article.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	text-indent: 18px;
}

