/****************************************************************************************
# 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 $
# ***************************************************************************************/

p.bi {font-weight:bold; font-style:italic;}

/* 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; }
p.align-justify, td.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.cscFrameGrau, table.cscFrameGrau { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.cscFrameOrange { text-align:center; background-color: #FDD882; padding: 2px 4px 2px 4px; border: 2px solid #333333; }
table.cscFrameOrange { background-color: #FDD882; padding: 2px 4px 2px 4px; border: 2px solid #333333; }
p.cscFrameGelb, table.cscFrameGelb { background-color: #F5FFAA; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-bottom: 1px dashed #333333; border-top: 1px dashed #333333;}
p.cscFrameAlert, table.cscFrameAlert { background-color: #C5FEAA; padding: 1px 10px 1px 10px; margin: 0px 0px 0px 0px; border-left: 3px solid #333333; text-align: center }



/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: square; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.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; }

/* 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-std {}
a.download-pdf {}
a.download-xls {}
a.download-doc {}
a.download-ppt {}
a.mail {}




/*============================================================================*/
/*                                Table                                       */
/*============================================================================*/

table.contenttable   {
	background-color: #FFFFFF;
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	font-weight: normal;

	}
	
table.contenttable td {
	vertical-align:top;
	background-color:#FFFFFF;
	border-bottom:1px solid #999999;
	padding:2px;
	font-family:Helvetica,Verdana,Arial
	font-size: 12px
	font-weight: bold
	}


tr.tr-even td  {
	background-color:#efefef ! important;
	}
	
tr.tr-0 td  {
	font-weight:bold;
	}


/*============================================================================*/
/*                                Table-1                                     */
/*============================================================================*/

table.contenttable-1  {
	background-color: #BEC4D8;
	width:99%;
	border:0px;
	margin-right:5px;
	border-collapse:collapse;
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	}
	
table.contenttable-1 td {
	vertical-align:top;
	text-align:top;
	border-bottom:1px solid #999999;
	padding-left:5px;
	}


tr.tr-even td  {
	background-color:#efefef ! important;
	}
	
tr.tr-0 td  {
	font-weight:bold;
	}


/*============================================================================*/
/*                                Table-2                                     */
/*============================================================================*/

table.contenttable-2  {
	background-color: #EFFBF1;
	border:0px;
	margin:0px;
	border-collapse:collapse;
	margin-left:0px;
	margin-top:0px;
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	font-weight: bold;

	}
	
table.contenttable-2 td {
	vertical-align:top;
	line-height:16px;
	background-color:#EFFBF1;
	border-bottom:1px solid #999999;
	width:25%;
	padding-left:5px;
	font-family:Helvetica,Verdana,Arial
	font-size: 12px
	font-weight: bold
	}


table.contenttable-2 p {
        margin:0px ! important;
        padding:0px ! important;
	font-size:11px ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
    

/*============================================================================*/
/*                                Table-3                                     */
/*============================================================================*/
table.contenttable-3  {
	width:98%;
	background-color: #E3D0C0;
	color:#000000;
	border:2px solid #444444;
	margin:2px;
	margin-left:2px;
	margin-top:2px;
	text:align:left;
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	border-collapse:collapse;
	}
	
table.contenttable-3 td {
        border:2px solid #666666;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	padding:5px;
        }
        
table.contenttable-3 td.obli {
        border-top:2px solid #666666;
        border-right:2px solid #666666;
        border-bottom:2px solid #666666;
        border-left:6px solid #666666;
        border-style:double;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	padding:5px;
        }        

table.contenttable-3 th {
	background-color: #CCCCCC;
        border:2px solid #444444;
	vertical-align:top;
	text-align:center;
	line-height:24px;
	padding:5px;
        }        

table.contenttable-3 th.obli {
	background-color: #CCCCCC;
        border-top:2px solid #444444;
        border-right:2px solid #444444;
        border-bottom:2px solid #444444;
        border-left:6px solid #444444;
        border-style:double;
	vertical-align:top;
	text-align:center;
	line-height:24px;
	padding:5px;
        }        