/* css file for RTE generated content */

/****************************************************************************************
# 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 6539 2009-11-25 14:49:14Z stucki $
# ***************************************************************************************/
* {margin: 0;padding: 0;}

body {background: #FFFFFF url(/fileadmin/templates/frozenage/images/img01.gif) repeat-x;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 13px;color: #6E6E6E;}

input, textarea {background: #FFFFFF url(/fileadmin/templates/frozenage/images/img09.gif) repeat-x;border: 1px solid #FFFFFF;border-top-color: #A3A3A3;border-left-color: #D6D6D6;font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;color: #6E6E6E;}

h1, h2, h3 {margin-bottom: 0.5em;font-weight:bold;}

h1, h1 a, h2, h2 a, h3 a {text-decoration: none;color: #414141;}
h1 a:hover, h2 a:hover, h3 a:hover{text-decoration: underline;}
h1 {font-size: 1.5em;}
h2 {font-size: 14px;}
h3 {font-size: 1.1em;color: #939292;}

p, ul, ol {margin-top: 0.5em;line-height: 1.2em;}
ul, ol {margin-left: 3em;}

blockquote {margin-left: 1em;margin-right: 1em;}

a {color: #346086;text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}

img.left {float: left;margin-right: 20px;}
img.right {float: right;margin-right: 20px;}

/*hr {display: none;}*/

li a {text-decoration: none;}
li a:hover {text-decoration: underline;}

a img {border: none;}

/* 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, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.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.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 { 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.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
span.telephone { color: #186900; }
span.fax { color: #186900; }
span.mail { background: url(/fileadmin/templates/typo3-core/images/xfmail.png) no-repeat 0 50%; 
text-indent: 20px;
padding-left:20px; }

/* 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 {}

/* mime-types */

a[href$=".pdf"].download {background: url(/fileadmin/templates/typo3-core/images/pdf.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".doc"].download {background: url(/fileadmin/templates/typo3-core/images/doc.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".jpg"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".gif"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".png"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".jpeg"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".ico"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a[href$=".bmp"].download {background: url(/fileadmin/templates/typo3-core/images/image.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a.external-link {background: url(/fileadmin/templates/typo3-core/images/internet&networking.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a.external-link-new-window {background: url(/fileadmin/templates/typo3-core/images/internet&networking.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a.internal-link {background: url(/fileadmin/templates/typo3-core/images/home&food.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a.internal-link-new-window {background: url(/fileadmin/templates/typo3-core/images/home&food.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}
a.mail {background: url(/fileadmin/templates/typo3-core/images/xfmail.png) no-repeat 0 50%; text-indent: 20px;padding-left:20px;}

/* Default selector for indentation.*/
div.indent { margin-left: 2em; }

/* blockquotes */

blockquote {background:url(/fileadmin/templates/typo3-core/images/quoleft.png) no-repeat;padding-left:45px;padding-bottom:29px;padding-right:25px;}
blockquote:after {content:url(/fileadmin/templates/typo3-core/images/quoright.png); float:right;}

/*FE tables */
table.contenttable {border-collapse:collapse;border:1px solid #999;#cellspacing:1px;#border-spacing: 20px 50px;empty-cells:show;}
table.contenttable caption {font-weight:bold;}
table.contenttable tr.thead {background-color: #FEE;border:2px solid #AAA;}
table.contenttable tr:hover {background-color: #FEE;color:#000;#font-weight:bold;}    
table.contenttable th[scope="col"] {background-color: #EEE;}
table.contenttable th[scope="row"] {background-color: #DEF;paddding:2px;}
table.contenttable td,th {border:1px solid #AAA; padding:2px;}
table.contenttable td {text-align:right;vertical-align:top;}
table.contenttable th {text-align:left;vertical-align:top;}
/*RTE TABLES*/
body.htmlarea-content-body table {border-collapse:collapse;border:1px solid #999;#cellspacing:1px;#border-spacing: 20px 50px;empty-cells:show;}
body.htmlarea-content-body  table caption {font-weight:bold;}
body.htmlarea-content-body tr.thead {background-color: #FEE;border:2px solid #AAA;}
body.htmlarea-content-body  th[scope="col"] {background-color: #EEE;}
body.htmlarea-content-body th[scope="row"] {background-color: #DEF;paddding:2px;}
body.htmlarea-content-body td,th {border:1px solid #AAA; padding:2px;}
body.htmlarea-content-body td {text-align:right;vertical-align:top;}
body.htmlarea-content-body th {text-align:left;vertical-align:top;}