/*
Theme Name: BourseConsult
Theme URI: http://wordpress.org/
Description: Customers WordPress theme derived from the default. By <a href="http://www.nolte-it.de">Nolte IT</a>.
Version: 1.0
Author: Michael Nolte, Nolte IT
Author URI: http://www.nolte-it.de/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
body, .mceContentBody, body#tinymce {
	font-size: 14px; 
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
	color: #59739F;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	width: 612px;
}

body#the-body {
	font-size: 14px; 
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
	background: #59739F url('images/bourse-back.gif');
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
	
h1 {
	font-size: 20px;
	color: #910019;
	padding-left: 110px;	
}

h2 {
	font-size: 20px;
	color: #59739F;	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #910019;
}	
	
table.table_template {
	width: 100%;		
}

table.table_template td {
	vertical-align: top;
	font-size: 14px; 
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
	color: #59739F;
}


table.table_consultants {
	/* border: none;*/
	width: 100%;
}

table.table_consultants td {
	vertical-align: top;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px; 
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-Serif;
	color: #59739F;
	background-color: #FFFFFF;
}

table.table_consultants a {
	color: #59739F !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

table.table_consultants h2 {
	color: #59739F;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

table.table_consultants h4 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

table.table_post {
	border: none;
	width: 100%;
}

table.table_post td {
	vertical-align: top;
}

table.table_post td.td_post_info {
	font-size: 14px;
	color: #808080;
	padding-left: 0px;
	padding-right: 0px;
}

table.table_post td.td_post_content {
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
}

table td.td_sep {
	background-color: #8D9EC0;
	height: 5px;
	padding-top: 0px;
	padding-bottom: 0px; 
}

table td.td_space {
	width: 105px;
}

.p_indent {
	padding-left: 112px;
}

.post_title {
	font-size: 20px;
	font-weight: bold;
	color: #59739F;
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: 1px dashed #FF0000;
}

img {
	border: none !important;
}
