@CHARSET "ISO-8859-1";

/*
 * Typo3 RTE (for the front-end) -----------------------------------------------
 * 
 * Basically a copy of be_rte but with the .ca (Content Area) location prepended to
 * all settings.
 */


.ca p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
}

.ca p.mainBodyText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.ca p.mainBodyText-justified {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
.ca p.mainBodyText-centered {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* same as h1 */
.ca p.myheading1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* same as h2 */
.ca p.myheading2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 3px;
}

/* same as h3 */
.ca p.myheading3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 3px;
}

/* same as h4 */
.ca p.myheading4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}

/* same as h5 */
.ca p.myheading5 {
	/* Not used. Same as h4 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}

/* same as h6 */
.ca p.myheading6 {
	/* Not used. Same as h4 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}


.ca p.mylarge {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.ca p.mylarge-justified {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    text-align: justify; 
}

.ca p.mysmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

.ca p.mysmall-justified {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    text-align: justify; 
}


.ca span.bold { font-weight: bold; }
/* span.warning { font-weight: bold; color: red; } */
/* span.highlight { color: yellow; } */
/* span.highlight2 { color: yellow; font-weight: bold; } */



.ca h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 5px;
}
.ca h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 3px;
}
.ca h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 3px;
}
.ca h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}
.ca h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}
.ca h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 1px;
}

.ca a,
.ca a:link,
.ca a:active,
.ca a:visited {
	color: #000099;
	text-decoration: none;
}
.ca a:hover {
	color: #000099;
	text-decoration: underline;
}



/*
 * Table
 */

.ca table, 
.ca td, 
.ca th {
	/* same as p. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
.ca table thead th {
	font-weight: bold;
}

.ca table.table1 {
	font-size: 12px;
	/* Show only in the RTE */ border: none;
}
.ca table.table1 td, 
.ca table.table1 th {
	padding: 0px 5px 0px 0px;
	/* Show only in the RTE */ border: none;
}
.ca table.table1 th {
	background-color: #ddd;
}

.ca table.table2 {
	font-size: 12px;
	/* Show only in the RTE */ border: none;
}
.ca table.table2 td {
	padding: 0px 10px 0px 0px;
	/* Show only in the RTE */ border: none;
}
.ca table.table2 thead td {
	padding: 0px 10px 0px 0px;
	/* Show only in the RTE */ border: none;
	background-color: #ddd;
}

.ca table.table3 {
	font-size: 12px;
	/* Show only in the RTE */ border: none;
}
.ca table.table3 td {
	padding: 0px 20px 0px 0px;
	/* Show only in the RTE */ border: none;
}
.ca table.table3 thead td {
	padding: 0px 20px 0px 0px;
	border: none;
	background-color: #ddd;
}

.ca table.table-w-border {
	font-size: 12px;
	/* Show only in the RTE */ border: none;
	border-collapse: collapse;
}
.ca table.table-w-border td {
	padding: 0px 5px 0px 3px;
	border: solid 1px #aaa;
}
.ca table.table-w-border thead td {
	padding: 0px 5px 0px 3px;
	/* Show only in the RTE */ border: none;
	background-color: #ddd;
}

.ca table.table2-w-border {
	font-size: 12px;
	/* Show only in the RTE */ border: none;
	border-collapse: collapse;
}
.ca table.table2-w-border td {
	padding: 0px 20px 0px 5px;
	border: solid 1px #aaa;
}
.ca table.table2-w-border thead td {
	padding: 0px 20px 0px 5px;
	/* Show only in the RTE */ border: none;
	background-color: #ddd;
}

.ca table.table3-w-border {
	font-size: 12px;
	border: solid 1px #aaa;
	border-collapse: collapse;
}
.ca table.table3-w-border td {
	padding: 0px 5px 0px 3px;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-top: none;
	border-bottom: none;
}
.ca table.table3-w-border thead td {
	padding: 0px 5px 0px 3px;
	border: solid 1px #aaa;
	background-color: #ddd;
}

.ca tr.row-gray {
	background-color: #ddd;
}

.ca td.cell-gray {
	background-color: #ddd;
}

