/* Styles used to control the WYSIWYG content on cPanel
All styles should start with #wysiwyg because the content
is placed inside a div tag with an id of wysiwyg.

This allows all styles for wysiwyg content to be seperate
from other content.*/
#wysiwyg {
	font-size: 14px;
}
#wysiwyg .title {
	color: #d90a00;
	margin: 10px 0 10px 0;
	font-size: 28px;	
}
#wysiwyg .sub_title {
	margin: 5px 0 5px 0;
	color: #d90a00;
	font-size: 21px;
}
#wysiwyg table.standard_table, #wysiwyg table.with_header_left, #wysiwyg table.with_header_top, #wysiwyg table.with_header_top_left {
	border: 1px solid #444444;
}
#wysiwyg table.with_header_left td.header_top_left, #wysiwyg table.with_header_left td.header_left, #wysiwyg table.with_header_top td.header_top_left, #wysiwyg table.with_header_top td.header_top, #wysiwyg table.with_header_top_left td.header_top_left, #wysiwyg table.with_header_top_left td.header_top, #wysiwyg table.with_header_top_left td.header_left, #wysiwyg table.with_header_top_left th, #wysiwyg table.with_header_top th, #wysiwyg table.with_header_left th {
	background: #d0f39e;
	padding: 2px;
	border: 1px solid #aaaaaa;
} 
#wysiwyg table.standard_table td, #wysiwyg table.with_header_left td, #wysiwyg table.with_header_top td, #wysiwyg table.with_header_top_left td,#wysiwyg table.with_header_top_left th, #wysiwyg table.with_header_top th, #wysiwyg table.with_header_left th {
	padding: 2px;
	border: 1px solid #aaaaaa;
}
#wysiwyg table.invisible_table, #wysiwyg table.invisible_table td, #wysiwyg table.invisible_table table {
	border: none;
}