/**
 * CSS for news application
 *
 * @file    default.css
 * @brief   CSS for news site
 * @author  Markus Reuscher
 * @version 1.1
 * @date    2004/09/05
 */


/* Link area */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2b7034;
	text-decoration:none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #70ac45;
	text-decoration:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00bb00;
	text-decoration:underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff6600;
	text-decoration:underline;
}

/* Body */
body {
	text-align:center;
	margin:20px;
	margin-left:60px; 
	margin-right:60px;
}

html, body {
   background: #fff;
   color: #000;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


	/* 
	font-size: 13px;
	font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", sans-serif;
	line-height: 18px; 
	*/

}

h2 {
	font-weight:bold;
	font-size:1.4em;
}


/* Divers boxes */
div#header {
	text-align:left;
	height:123px;
	padding:0;
	background-image:url(headerbg3.gif);
	background-repeat:no-repeat;
	margin-bottom:15px;

	background-color:#70AC45; /* Moz color */
}

div#header_ad {
	width:468px; 
	height:60px;
	float:right;

	padding:0;
	margin:10px 10px 0 0;
}

/* Menu */
div#menu {
	position:relative;
	top:97px;
	padding: 0;
	margin: 0;
}
div#menu ul {
	list-style-type: none;
	padding: 0;
	padding-left: 11px;
	margin: 0;
}
div#menu ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0px;
}

/* Main boxes */
div#right {
   width:120px;
   float:right;
   left:auto;
   text-indent: 0.5em;
   color: #000;
   line-height:1.5em;
   background: #fff;
	padding:0 10px 0 10px;
   border:0;
}

div#contentbox  {
	border-right:1px dashed #ddd;
	border-left:1px dashed #ddd;
	padding:0px;
	margin: 0;
	border-bottom:1px dashed #ddd;
}

div#content {
	border-right:1px dashed #ddd;
	padding-left:10px;
	margin: 0 146px 0 0;
	padding: 10px;	
}

div#footer {
   line-height:22px;
	padding:5px;
	border-top:1px solid #ddd;
	border:1px solid #ddd;
	background-color:#fafafa;
	margin-top: 12px;
	margin-bottom:10px;
	font-size: 0.8em;
}

div#prev_next {
	margin: 8px 0 0 0;
	text-align: right;
}


/* List of news */
table.news_list {
   border-right: 1px dotted #ddd;
   border-bottom:1px dotted #ddd;
}

table.news_list td {
   padding: 1px 5px 1px 9px;
   text-align:left;
	line-height: 22px;
   border-top: 1px dotted #ddd;
   border-left:1px dotted #ddd;
   margin:0;
}

table.news_list tr.news_list_row_odd {
   background-color:#fff;
}

table.news_list tr.news_list_row_even {
   background-color:#fafafa;
}

table.news_list td.news_list_date {
   vertical-align: top;
   padding-right:3px;
}

table.news_list td.news_list_date span {
	white-space: nowrap;
}

table.news_list td.news_list_headline_and_teaser {
}

table.news_list span.news_list_description {
	margin:0;
	display:block;
}

table.news_list span.news_list_description a {
	margin:0 0 0 5px;
}


table.news_list span.news_list_headline {
	margin:0;
	display:block;
}


table.news_list a.list_link {
}

table.news_list td.news_list_last_visit_date {
   vertical-align: middle;
   text-align:left;
	font-size: 10px;
   background-color:#eee;
}

table.news_list td.news_list_last_visit_start_page {
   vertical-align: middle;
   text-align:center;
	font-size: 10px;
	white-space: nowrap;
   background-color:#eee;
	padding-right:9px;
}

table.news_list td.news_list_channel_name {
	text-align:center;
	padding-right:9px;
}












/* Search page */
div#search {
	text-align:center;
}


table.search {
	margin: auto;
	text-align:left;
   width:70%;
   border-right: 1px dotted #ddd;
   border-bottom:1px dotted #ddd;
}

table.search td {
   padding: 7px 7px 7px 9px;
   text-align:left;
   border-top: 1px dotted #ddd;
   border-left:1px dotted #ddd;
   margin:0;
}


tr.search_searchwords {
   vertical-align:top;
   background-color:#fafafa;
}

tr.search_fromto_date {
   /* vertical-align:middle; */
   background-color:#fff;
}

tr.search_submit {
   vertical-align:top;
   background-color:#fafafa;
}


/* Options */
div#crelit {
	text-align:center;
}

table.options_list {
	margin:0;
	text-align:left;
   border-right: 1px dotted #ddd;
   border-bottom:1px dotted #ddd;
}

table.options_list td {
   padding: 7px 7px 7px 9px;
   text-align:left;
   border-top: 1px dotted #ddd;
   border-left:1px dotted #ddd;
   margin:0px;
}

tr.options_list_row_odd {
   background-color:#fafafa;
}

tr.options_list_row_even {
   background-color:#fff;
}

tr.options_submit {
   vertical-align:top;
   background-color:#fafafa;
}

div.options_line_one {
	margin:0;
	text-align:left;
	font-size: 0.95em;
}

div.options_description {
   margin-top:0.95em;
	text-align:left;
	font-size: 0.95em;
}

div.options_description td {
   padding:2px;
   font-size: 11px;
}

div.created_link {
   margin:auto;
   margin-bottom:16px;
   width:75%;
   border-width:2px;
   border-color:#f7eac4;
   border-style:dotted;

}


ul.list_with_no_dots {
   margin-left:0;
   padding-left:0;
}

ul.list_with_no_dots li {
   margin-left:0;
   padding-left:0;
  	list-style-type: none;
  	font-size: 0.95em
}

/* End of CSS */
