/****************************************************************************************
# 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
# ***************************************************************************************/

h1, h2, h3, p, div, ol, ul, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-weight: bold; }
p, h1, h2, h3 { margin: 0px 0px 5px 0px; }
h2 { margin-top: 10px; }

a { font-family: Arial, Helvetica, sans-serif; color: #000000; }
a:link { text-decoration: none; color: #0000FF; }
a:visited { text-decoration: none; color: #5555FF; }
a:hover, a:active { text-decoration: underline; }

/* Left, center and right alignment of text in paragraphs and cells. */
p.align-left, h1.align-left, h2.align-left, h3.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, td.align-right { text-align: right; }
p.indent { padding-left: 15px; }

table.with-border, table.with-border td , table.with-border th { border-collapse: collapse; border: 1px solid; 
border-spacing: 0px;
padding: 2px; margin: 0px; }
table.with-border div { margin-bottom: -5px; padding: 0px; }

/* 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 img{ border: none;}
a.mail {}

