/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css,v 1.1 2005/12/28 00:49:11 mundaun Exp $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { margin-bottom:0px; margin-top:0px; margin-left:15px; list-style-image:url(/fileadmin/template/images/listing-point.gif); }
ul.action-items { margin-bottom:0px; margin-top:0px; margin-left:15px; list-style-image:url(/fileadmin/template/images/listing-point.gif); }
ul { margin-bottom:0px; margin-top:0px; margin-left:15px; list-style-image:url(/fileadmin/template/images/listing-point.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
span.yellow { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

body, div, p, form, h1, h2, h3 {
margin: 0;
padding: 0;
}

td{
vertical-align:top; 
}

div.li-spacer{
	background:url(../img/li-spacer.gif) left repeat-x;
	height:25px;
}
div.li-spacer2{
	background:url(../img/li-spacer.gif) left repeat-x;
	height:12px;
}
h1 a:hover,h2 a:hover,h3 a:hover{
	text-decoration:none;
}
h1{
	font-size:24px;
	background:url(../img/li-h1-550.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:13px 0 12px 0;
	font-weight:normal;
}
h2{
	font-size:16px;
	margin:0 0 12px 0;
	font-weight:normal;	
}
h3{
	font-size:11px;
	color:#E60204;
	font-weight:bold;
	margin-bottom:2px;
}
h4{
	font-size:11px;
	color:#E60204;
	font-weight:normal;
}
h4.line{
	background:url(../img/li-h2.gif) bottom left repeat-x;
	padding-bottom:6px;
	margin:25px 0 12px 0;
}

/**
 * FORMS
 * --------------------------------
 */

form div {
	position: relative;
}
.garp_form_error {
	color: #D9298B;
}
/*
#forminlinelabels label{
	color: #666;
	height: 12px;
	left: 4px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	z-index: 10;
}
*/

#forminlinelabels label{
	color: #666;
	height: 12px;
	left: 4px;
	position: absolute;
	top: 3px;
	z-index: 10;
}
#forminlinelabels input.filled, #forminlinelabels textarea.filled {
	z-index: 2000 !important;
}
#forminlinelabels label.aside {
	background: url(../img/sym-tooltip.png) no-repeat 0 0;
	color: #000;
	height: 20px;
	left: 149px;
	margin-top: -3px;
	padding-top: 2px;
	text-align: center;
	width: 128px;
	z-index: 3000;
}
#forminlinelabels .fieldRow{
	margin-bottom:6px;
}
#forminlinelabels input.text, textarea.text {
	width:272px;
	border:0;
	background-color:#fff;
	padding: 3px 0 2px 0;
	text-indent: 3px;
	position: relative;
}
#forminlinelabels input.text {
	height:15px;
}
#forminlinelabels textarea.text {
	height:100px;
}
#forminlinelabels fieldset.left{
	float:left;
	width:278px;
}
#forminlinelabels fieldset.right{
	float:left;
}
#forminlinelabels fieldset.full{
	clear:left;
}
#forminlinelabels fieldset.full textarea.text{
	width:550px;
}
#forminlinelabels fieldset.full label.aside{
	left: 426px;
}
label, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input[type="submit"]{
	width:auto;
}
fieldset{
	border:0;
}