/****************************************************************************************
# 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 SVN ID: $Id: default.css 2663 2007-11-05 09:22:23Z ingmars $
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, div.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, div.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, div.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, div.align-justify { text-align: justify; }
p.newslinks, td.newslinks, th.newslinks, h1.newslinks, h2.newslinks, h3.newslinks, div.newslinks { color: #00295a; }
p.smalltext, td.smalltext, th.smalltext, h1.smalltext, h2.smalltext, h3.smalltext, div.smalltext { font-size:0.9em; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
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.newslinks { color: #00295a; }
span.smalltext { font-size:0.9em; }

/* 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 {}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }




.htmlarea-content-body * {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;}
.htmlarea-content-body table {
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;
	border:1px solid #bdbdbd;}
.htmlarea-content-body td, 
.htmlarea-content-body th {
	vertical-align:top;
	padding:0px 2px;
	border:1px solid #bdbdbd;}
.htmlarea-content-body th {
	text-align:left;
	background-color:#efefef;}
.htmlarea-content-body a:link, .htmlarea-content-body a:visited {
	text-decoration: none !important;
	color:#00295a !important;}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active{
	text-decoration:underline !important;}
.htmlarea-content-body h1, .htmlarea-content-body h2, .htmlarea-content-body h3{
	font-size: 1em;
	color:#666666;}
.htmlarea-content-body  ul {
	list-style-type:square;
	margin-left:15px;}