﻿@charset "utf-8";
/* CSS Document */

#toolbox,
#main_menu,
#button_con,
#submenu_con_red,
#submenu_con_blue,
#submenu_con_lightblue,
#submenu_con_green,
.teaser_img img {
	display: none;	
}

body {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	width: 90%;
}

#top_con {
	background: 0 none;
	border-bottom: 0 none;
}

.teaser_content h2,
.teaser_content p {
	color: #000;	
}

/* .teaser_green,
.teaser_lightblue,
.teaser_blue,
.teaser_red {
	background: #C0C0C0;
	border: 1px dashed #000;
} */

#content,
#content_left_col,
.news_wrapper,
.news_con_0 {
	width: 100%;	
}

#content_right_col {
	clear: both;	
}

#time_stamp {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.footer_con {
	border-top: 1px solid #000;	
	font-size: 8pt;
	padding-top: 5px;
	margin-top: 50px;
}

a img {
	border: 0;
}

/*----------------------- Tables styles -----------------------*/
.t_colheadline	{
	width: 100%;
	border-width: 1px;
	/*border-spacing: 1px;*/
	border-style: outset;
	border-color: #999999;
	border-collapse: separate; 
	font-size: 1.2em;
	padding: 10px 0px;
}
.t_colheadlines	{
	width: 100%;
	border-width: 1px;
	/*border-spacing: 1px;*/
	border-style: outset;
	border-color: #999999;
	border-collapse: separate; 
	font-size: 1.2em;
	padding: 10px 0px;
}
.t_colheadlines_w_rowheads	{
	width: 100%;
	border-width: 1px;
	/*border-spacing: 1px;*/
	border-style: outset;
	border-color: #999999;
	border-collapse: separate; 	
	font-size: 1.2em;
	padding: 10px 0px;
}
.t_rowheads	{
	width: 100%;
	border-width: 1px;
	/*border-spacing: 1px;*/
	border-style: outset;
	border-color: #999999;
	border-collapse: separate; 
	padding: 10px 0px;
}
.t_first_column	{
	background-color: #DFD8CB;
}
.t_colheadline th, .t_colheadlines th, .t_colheadlines_w_rowheads th, .t_rowheads th	{
	padding: 7px 4px 7px 4px;
	background-color: #DFD8CB;
	text-align: left;
	border-width: 1px;
	border-style: inset;
	border-color: #999999;
}
.t_colheadline td, .t_colheadlines td, .t_colheadlines_w_rowheads td, .t_rowheads td	{
	padding: 4px;
	border-width: 1px;
	border-style: inset;
	border-color: #999999;
}
.thin_border	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #999999;
	border-collapse: collapse;
	
	border:1px solid #333333;
}
.thin_border th	{
	padding: 7px 4px 7px 4px;
	background-color: #DFD8CB;
	text-align: left;
	border-width: 1px;
	border-style: inset;
	border-color: #999999;
	border-collapse: collapse;
}
.thin_border td	{
	padding: 4px;
	text-align: left;
	border-width: 1px;
	border-style: inset;
	border-color: #999999;
	border-collapse: collapse;
}
.mediaList table	{
	width: 100%;
	font-size: 1.200em;
	margin-top: 15px;
}
.mediaList table th	{
	text-align: left;
	background-color: #DFD8CB;
	padding: 3px 0px 3px 5px;
}

caption {
	text-align: left;
}