/**
 **************************************************
 * rte.css
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 3.0
 * @updated: 2012-12-12 (BN)
 * @description: Styles for RTE-generated content. Used in BE & FE
 * @note:
 **************************************************
 */

a.int {

}

a.int-blank {

}

a.ext {

}

a.ext-blank {

}

a.button-box {
	border: 1px solid #8ca4b0;
	padding: 10px;
}

a.icon:before {
	content: '★ ';
}

p.quote {
	font-family: georgia, times, serif;
	font-size: 1.3rem;
	font-style: italic;
	padding: 0 45px 0 30px;
}

p.code {
	font-family: courier, monospace;
	font-size: 1.2rem;
	padding: 3px;
	border: 1px dotted #b4b4b4;
	margin: 0 30px 1.5em;
}

table.data,
table.data th,
table.data td {
	border: 1px dotted gray;
}

table.statistics {
	background: #9ceb04;
}

table.statistics th,
table.statistics td {
	border: 1px solid #7ec000;
}

table.stripedtable {

}

table.stripedtable tr.odd {
	background: #eee;
}

table.stripedtable tr.even {
	background: #ddd;
}

.important {
	letter-spacing: 0.2em;
}

span.strikethrough {
	text-decoration: line-through;
}

/*
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}
*/

div.indent {
	margin-left: 50px;
}

a.int-blank:before {
	content: '↗ ';
}

a.int:before {
	/*content: '→ ';*/
	text-decoration: none;
}

/*
a.mail:before {
	content: '✉ ';
}
*/


a.download:before {
	text-decoration: none;
}

a.lightbox-ajax:before,
a.lightbox-iframe:before {
	content: '▣ ';
}
