@charset "utf-8";
/* CSS Document */


/** apply page styles to occur in editor window **/



body.mceContentBody {
/*  background-image: url(../images/interface/content__bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;	*/
	background-color: #ffffff;
	font-family:arial, helvetica, sans-serif;
	font-size:69%;
}

.mceContentBody img {
	display:block;
}

.mceContentBody a img {
	border:none;
}

.mceContentBody a, .mceContentBody a:link, .mceContentBody a:visited, .mceContentBody a:active {
	color:#999999;
	text-decoration:none;
}

.mceContentBody a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4 {	
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;	
	margin-bottom:5px;
}

.mceContentBody h1 {	
	font-size:1.4em;	
}

.mceContentBody h2 {
	font-size:1.2em;
}

.mceContentBody h3 {
	font-size:1.1em;
}

/** apply page styles to occur in editor window **/



.sponsor {
	float:right;
	margin:0px 0px 10px 10px;
	border:none;
}

.mce_text_red {
	color:#cc092f;
}

.mce_text_black {
	color:#000;
}

table.mce_default_table tr td, table.mce_default_table_outlined tr td {	
	vertical-align:top;
	text-align:left;
	padding:10px 10px 0px 0px;
}

table.mce_default_table_outlined {	
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

tr td.mce_bordered_cell {
	vertical-align:top;
	text-align:left;	
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	
}

tr td.mce_bottom_bordered_cell {
	border-bottom:1px solid #eee;	
}

tr td.mce_bottom_align {
	vertical-align:bottom;
}

tr td.mce_right_align {
	text-align:right;
}

table.mce_default_table_outlined thead tr td, table.mce_default_table thead tr td, table.mce_default_table_outlined tr th, table.mce_default_table tr th {	
	font-weight:bold;
	border-bottom:1px solid #000;
}


.mce_text_center {
	text-align:center;
}

.mce_text_justify {
	text-align:justify;
}

.mce_text_left {
	text-align:left;
}

.mce_text_right {
	text-align:right;
}

table tr.alternate, tr.mce_alternate, table.site_table tr.alternate {
	background-color:#e5e5e5;
}

/*** Generic Site Table ***/
table.site_table {
	border:0px;
	width:100%;
}

table.site_table tr th a, table.site_table tr th a:link, table.site_table tr th a:visited, table.site_table tr th a:active, table.site_table tr th a:hover,  table.site_table tr td a, table.site_table tr td a:link, table.site_table tr td a:visited, table.site_table tr td a:active, table.site_table tr td a:hover {
	font-weight:bold;
}

table.site_table tr th a, table.site_table tr th a:link, table.site_table tr th a:visited, table.site_table tr th a:active, table.site_table tr th a:hover {
	color:#fff;
	text-decoration:none
}

table.site_table tr th, table.site_table tr td {
	vertical-align:top;
	text-align:left;
	padding-right:12px;
}

table.site_table tr th {	
	background-image:url(../images/interface/red_bg.jpg);
	color:#fff;
	padding-left:0px;
}

table.site_table tr td.highlight {
	color:#A30422;
	font-weight:bold;
}
/*** Generic Site Table ***/