/* GENERAL STYLES */
/*
	Logis blue: #004694
	Logis gray: #a4a4a4
	Border-color: #a5acb2
	Background-color: #f0f0f0
*/

.border_color
{
	color: #a5acb2;
}

.text_page
{
	line-height: 1.4;
}

.submenu
{
	font-size: 7pt;
	width: 100%;

	padding-top: 3px;
	padding-bottom: 7px;
	
	border-style: none none solid none;
	border-width: 1px;
	border-color: #a5acb2;
}

.sel_parent_item
{
	color: #000000;
}

.sel_sub_item { }

#contact_table
{
	margin-left: 0px;
}

#contact_table td
{
	padding-top: 10px;
	padding-left: 25px;
	vertical-align: top;
}

.submitButtonP
{
	text-align: right;
}

.table_headline
{
	font-weight: bold;
}

body
{
	background-color: #f0f0f0;
	margin: 0px;
	font-family: "Verdana";
}

body, table
{
	font-size: 8pt;
}

#master_topbar, #master_table
{
	width: 800px;
}

#master_topbar
{
	height: 90px;
	padding-top: 10px;
}

#master_topbar_leftside
{
	padding-left: 20px;
}

#master_topbar_rightside
{
	text-align: right;
	padding-right: 30px;
}

#master_content
{
	background-color: #ffffff;
}

#content_side
{
	padding-right: 10px;
}

#story_side
{
	border-style: none none none solid;
	border-color: #a5acb2;
	border-width: 1px;

	padding-left: 10px;
	width: 200px;
}

.story_table
{
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
}

.story_bar_title, .story_bar_content
{
	font-size: 7pt;
}

.story_bar_title
{
	background-color: #d9e3ef;
	padding: 2px;
}

.story_bar_content
{
	color: #7c7c7c;
	padding: 5px;
}

.read_more_link
{
	text-align: right;
	vertical-align: middle;

}

#contact_info
{
	text-align: center;
	font-size: 7pt;
	padding: 10px;
}

input, textarea
{
	font-size: 7pt;
	font-family: "Verdana";
}

table
{
	border-collapse: collapse;
	border-color: #a5acb2;
}

#easyproject_iframe
{
	width: 100%;
	height: 440px;
}

/* EDITOR PROPERTIES */
.place_right {
clear: right;
float: right;
margin-left: 10px;
}

.place_left {
clear: left;
float: left;
margin-right: 10px;
}

h1 {
font-size: 11pt;
margin-top: 5px;
}

h2 {
font-size: 8pt;
color: #004694;
}

.clear_floating {
clear: all;
}


