
/* Styles for TinyMCE editor content */

body#tinymce {
	background: #FEFEFD;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	color: #343637;
}

.wiki-text h2 {
	font-size: 200%;
}

.wiki-text h3 {
	font-size: 150%;
}

.post-text h2 {
	font-size: 125%;
}

.wiki-text h2,
.wiki-text h3,
.post-text h2 {
	clear: both;
	border: 1px solid #f0f0f0;
	padding: 2px;
	margin: 0.5em 0;
}

.wiki-text h2,
.wiki-text h3 {
	border-bottom: 1px solid #777;
}

.wiki-text h1,
.wiki-text h4,
.wiki-text h5,
.wiki-text h6,
.qa-text h1,
.qa-text h2,
.qa-text h3,
.qa-text h4,
.qa-text h5,
.qa-text h6,
.post-text h1,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6,
p,
li {
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f0f0f0;
	padding: 2px;
	margin: 0 0 0.5em 0;
}

a {
	color: #175582;
	text-decoration: underline;
}

ul,
ol {
	margin: 0 0 0.5em 0.5em;
	padding: 0 0 0 1em;
}
ul {
	list-style-type: disc; 
}
ol {
	list-style-type: decimal; 
}
ul ul,
ol ul {
	list-style-type: circle;
}
ul ol,
ol ol {
	list-style-type: lower-alpha;
} 

blockquote {
	margin: 0.5em 2em;
	font-style: italic;
}
blockquote,
blockquote p {
	color: #5f5f5f;
}

.comment {
	color: #848687;
	background: #ffffaa;
	padding: 0 3px;
}

img {
	display: inline-block;
	margin: 0 5px;
	outline: 1px solid #ddd;
	vertical-align: top;
}

.post-text img {
	display: block;
	margin: 5px auto;
	max-width: 800px;
}

.post-text img.float_left {
	float: left;
	margin: 0 5px 5px 0;
	max-width: 400px;
}

.post-text img.float_right {
	float: right;
	margin: 0 0 5px 5px;
	max-width: 400px;
}

.post-text img.media_embed.float_left {
	max-width: 10000px !important;
}

.post-text img.media_embed.float_right {
	max-width: 10000px !important;
}

.post-text img.media_embed {
	padding: 0 5px;
	background: #333;
	border-color: white;
	border-style: dotted;
	border-width: 0 10px;
	outline: 5px solid #333;
}

.wiki-text img.float_left {
	padding-left: 24px;
	/*background: url("/images/icons/to-left.png") left center no-repeat;*/
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEQAACxEBf2RfkQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAApklEQVRIS+1WyRGAIAxMB5ZgCZZgG/4swUbTkwYdGNQEybiMHx98GGaXPTiIaVpvg5kYNOgneLLSbRERDbutlRm5CAR8TpmhCQR8ORUCSvCiykWLZNedWmNEBkVwTZExpypITXEAWUp1iwDAkfAbArFoNMN1qjNbhMrhu5rGu8asK/QkB7Cr93ACAWx62WWWHQ1roSAj6ZsS1IKHda4HxwOc1Lb+VWzvhwIEuZvLbwAAAABJRU5ErkJggg==);
}

.wiki-text img.float_right {
	padding-right: 24px;
	/*background: url("/images/icons/to-right.png") right center no-repeat;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEQAACxEBf2RfkQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAApUlEQVRIS2M4c+YMA9UwQ8T/M2iYeoaDHDqoLWBgYJAnGJQU+QCoGWiJPV5LKLUAFMZAS+JxWkINC+ARiS31UdUCiG/4UXxDbQugQYawBKsFWASxpWd8YkCf6IN9QisLoD6xp6kFuHyI1VukBhHe4KOWYeB4oFUcwJPrwCRTYusDbMkZXS+1fAAMknys5RE1LKBpYQfPsbiClSIfEBNXoxaQUycDADzuAgQJ/j6oAAAAAElFTkSuQmCC);
}

.wiki-text p.attention {
	border-left: 2px solid #c3294c;
	padding-left: 8px;
	color: #9e0428;
}

.wiki-text .clearfix,
.wiki-text .image-container,
.post-text .clearfix,
.post-text .image-container {
	padding-bottom: 5px;
	border: 1px dashed blue;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wiki-text .clearfix:after,
.wiki-text .image-container:after,
.post-text .clearfix:after,
.post-text .image-container:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

table.tbl50pct {
    width: 50%;
}
table.tbl100pct {
    width: 100%;
}
td {
    min-width: 50px;
}
td.cell25pct,
td.cell33pct,
td.cell50pct {
    position: relative;
}
td.cell25pct:before,
td.cell33pct:before,
td.cell50pct:before {
    outline: 1px dotted brown;
    padding: 1px;
    font-size: 10px;
    color: brown;
    position: absolute;
    top: 0;
    right: 0;
}
td.cell25pct {
    width: 25%;
}
td.cell25pct:before {
    content: "25%";
}
td.cell33pct {
    width: 33%;
}
td.cell33pct:before {
    content: "33%";
}
td.cell50pct {
    width: 50%;
}
td.cell50pct:before {
    content: "50%";
}

.wiki-text iframe,
.post-text iframe {
	display: block;
	margin: 1em auto;
}
