body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16�1.125=18 */
	color: #FFFFFF;
	background-color: #fff;
	background-image: url(cssimg/bg.gif);
	background-repeat:repeat-x;
	margin: 0;
}
/*#innerContent{border:1px solid blue;}
#footerHome{ border:1px solid red;bottom:0;}*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ for to top buttons start @@@@@@@@@@@@@@@@@@@@ */
#toThePageTop {  margin: 0 auto; width:52.65em; height: 1px;background:#C9D6C9;padding-left:9.7em}
#toThePageTop a { display: block; z-index: 999; height: 17px; position: fixed; bottom:9em; }
/*#toThePageTop a { display: block; z-index: 999; height: 17px; bottom: 4em; }*/
#toThePageTop img { color: #000; background: transparent; display: block; }
#toThePageTop a:hover img { color: #000; background: white; }
#toThePageTop .off {display:none;}
#top-links {  float:left; }
#top-links.on {  float:left;margin-left:8.5em; }
#top-rechts { float:right;  }
#top-rechts {  margin-left:50.7em;}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ for to top buttons end @@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ SEARCH start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.tx-indexedsearch .tx-indexedsearch-searchbox fieldset {border:0;margin-left:0;padding-left:0;}
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:0.4em; margin-left:0;width:7.6em; float:left; font-size:0.8em;color:#485245;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:35em;border:1px solid#D47906;padding-left:0.2em;}
.tx-indexedsearch-search-submit {margin-top:0.4em;padding-left:4.2em;}
.tx-indexedsearch .tx-indexedsearch-searchbox p a {font-size:0.8em;color:#485245;}
.tx-indexedsearch-descr, .tx-indexedsearch-browsebox p, .tx-indexedsearch-whatis {
  	font-size:0.8em;
  	color:#485245;
}
.tx-indexedsearch .tx-indexedsearch-search-select-group {
	font-size: 0.80em;
	line-height:0.85em;
	color:black;
}

.tx-indexedsearch .tx-indexedsearch-search-select-group label {
	font-size:1em;
	line-height:1.55em;
}
.tx-indexedsearch-whatis .tx-indexedsearch-sw {
  	color:#D47906;
}
.tx-indexedsearch-rules p {
	font-size:0.7em;
	line-height:1.1em;
	color:#485245;
	margin-top:0.6em;
}
.searchTitleBar h3 {margin:0; }
.tx-indexedsearch-descr { margin:0.6em 0 1.2em 0; padding-bottom:0.6em;border-bottom:1px solid #D47906;}
.searchTitleBar .title a {color:#D47906;}
.searchTitleBar .title a:hover {color:black;}
.tx-indexedsearch-text-item-path, .tx-indexedsearch-newinfo {display:none;}
.browsebox {margin:0.6em 0;padding:0;}
.browsebox a {font-size:0.7em;color:#485245;}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ SEARCH end@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#newsCol {
	width:19.5em;
	min-height:20em;
	float:left;
	margin:1em 0 2em 2.3em;
}
#mainCol{
	width:36.45em;
	min-height:20em;
	/*background:#D6DFF9;*/
	margin:1em 1em 2em 1.6em;
	float:left;
}
#mainCol h2, #newsCol h2 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.85em;
	line-height:1.3em;
	font-weight:normal;
	color:#D47906;
	padding:0 0 0.1em 0.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top:0;
	margin-bottom:0;

}
#mainCol h3, #mainCol p {
	padding-top: 0;
	padding-right: 1.25em;
	padding-bottom: 0;
	padding-left: 1.25em;
	color:#485245;
}
#mainCol h3 {
	margin:0.8em 0 0 0;

}
#mainCol p {
	margin:0.2em 0 0 0;

}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ COLUMN MENU start @@@@@@@@@@@@@@@@@@@@@@@@@ */
.bM {
	margin:0.6em 0 0.6em 0;
	padding:0.3em 0 0 1em;
	background:transparent;
	background-color:transparent;
}
.bM ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.bM ul li {
	margin: 0;
	padding: 0 0 0.45em 0;
	border: 0;
	color:#3F5B43;
	
}
.pLevOneSub {
	background-image: url(cssimg/arrow_nor.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.main_linkX {
	background-image: url(cssimg/arrow_sel.gif);
	background-position: 100% 20%;
	background-repeat: no-repeat;	
	padding-right:0.7em;
}

.bM ul li a, .bM ul ul li a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#3F5B43;
	text-decoration: none;
}
.bM ul ul {
	margin-bottom:1em;
}
.bM ul li a {
	font-size: 1.05em;
}
.bM ul ul li a {
	font-size: 80%;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ COLUMN MENU end @@@@@@@@@@@@@@@@@@@@@@@@@ */
#wrapperHome {
	margin: 0 auto;
	background-color: #fff;
	background-image: url(cssimg/home_bg_disbt_hilit.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 62.5em;
	min-height:22em;
}
#leftContentHome {
        float:left;
	/*width:20em;*/
	width:324px;
	padding-top:0.1em;
}
#rightExtCont {
        float:left;
	width:554px;
	height:80px;
	padding-top:105px;
}
#picFrameHome {
	height:12em;
	margin-right: 2.3em;
	margin-left: 2.3em;
	/*padding: 0 1em 1em 1em;*/
	padding: 0 0 1em 1em;
}

#innerTop {
	padding: 0;
	margin: 0;
}
#header {
	height: 2.3em;
	padding:0.4em 0 0 0;
	background-color: #D47906;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WEBSITE SEARCH FORM Start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#search, .tx-indexedsearch {
	width:543px;
	float:left;
}
#search fieldset, .tx-indexedsearch fieldset {
	border: none;
	background-color:transparent;
	margin-bottom:0em;
	margin-left:2.4em;
	/*border:1px solid yellow;*/
}
#search #searchfield, .tx-indexedsearch #searchfield {
	width:29.2em;
	margin:0 0 0 0.5em;
	padding: 0;
	border:1px solid #E36801;
 }
#search label, #search #searchfield, #search input, #search fieldset {
 	text-align:left;
}
 .tx-indexedsearch label, .tx-indexedsearch #searchfield, .tx-indexedsearch input, .tx-indexedsearch fieldset {
 	text-align:left;
}
.tx-indexedsearch label {
 	text-align:right;
}
.tx-indexedsearch fieldset {
	margin-right:0;
	padding:0.35em 0 0 0;
}
#search label, #search #searchfield {
 	float:left;
}
.tx-indexedsearch label, .tx-indexedsearch #searchfield {
 	float:left;
}
#search label , .tx-indexedsearch label {
 	margin:0;
	padding: 0;
	width:8em;
}
 #verstuur,.tx-indexedsearch #verstuur {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height:0.9em;
	font-weight:bold;
	color:#fff;
	background:none;
	width:3em;
	border:0;
	margin-left:0.5em; 
	cursor: pointer;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WEBSITE SEARCH FORM end @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#servNav {
	width:340px;
	height: 1.7em;
	float:left;
	text-align: right;	
	padding:0.55em 0 0 0;
	margin:0;
}
#servNav a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height:0.9em;
	font-weight:bold;
	color:#fff;
	padding:0 0 0 2em;	
	margin:0;
	vertical-align: top;
	text-decoration: none;
}
#languageChanger {
	float:left;
	height:1em;
	margin:0.45em 1em 0 1em;
	padding:0;
	width:4em;
	text-align: right;
	/*border:1px solid white;*/
}
#languageChanger p {
	height:1em;
	margin:0;
	padding:0;
}
#languageChanger a img {
	border:0;
}
/*#languageChanger { 
	display:none;
}*/
#imgOne {
	margin-right:0.5em;
}
#logo {
	width: 62.5em;
	height:5.2em;
}
#logoHome {
	width: 62.5em;
	height:7.05em;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ content area START @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#innerContent, #contentHome {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D47906;
	border-left-color: #D47906;
	height:100%;
}
#contentMain {
	margin:0.5em 2.3em 0 0;
	width:38.9em;
	float:right;
	min-height:10em;
}
#path {
	margin:0.8em 0 0 0;
	padding:0 0 0 0;
	height:1em;
}
#path a, .pathDiv {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height:0.8em;
	font-weight:normal;
	color:#D47906;
	text-decoration: none;
}
#path a:hover {
	color:black;
	text-decoration: underline;
}
#footer, #footerHome {
 	width: 62.35em;
 	height:2.9em;
 	background:#C9D6C9;
 	background-image: url(cssimg/knaw_footer_v2.gif);
	background-repeat: no-repeat;
 	clear: both;
 	text-align:center;
 	padding:0 0 0 0;
}
#footerHome p.bodytext {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	line-height:0.9em;
	font-weight:normal;
	color:#485245;
	margin:0;
	padding:0;	
}
h1, h1.csc-firstHeader, h2, h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#D47906;
}
h1 {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.3em;
}
h2 {
	font-size:1em;
}
#leftContent h2 {
	color:#485245;
}
h3 {
	font-size:0.9em;
}
p {
	color:black;
}
a {
 color:blue;
}
.rgaccord1-content .exit {
	margin:0;
	padding:0;
}
.inhoudText {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:0.8em;
	margin:0.8em 0 1em 0;
}
span.Vet{
	font-weight: bold;
}
span.VetOrange{
	color:#D47906;
	font-weight: bold;
}
span.Italic{
	font-style: italic;
}
span.ItalicOrange{
	color:#D47906;
	font-style: italic;
}
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
	line-height: 0.95em;
	color:#333333;
	width:400px;
	margin:0;
	padding:0;
}
#leftContentHome p {
	text-align: justify;
	margin:0.2em 0 0 0;
	padding-top:0;
}
#leftContentHome p, #leftContentHome h1.csc-firstHeader {
	
	color:#485245;
}
#leftContentHome h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height:1.4em;
	font-weight:normal;
	margin:0.4em 0 0 0;
	padding-bottom:0;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ content area end @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ column area Start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#contentColumn {
	margin:0 2em 0 2.3em;
	padding:0;
	min-height:18em;
	width:15.7em;
}
#topPanel {
	border: 2px solid #C9D6C9;
	margin: 0;
	min-height:9.45em;
}
#leftContent {
	border: 2px solid #C9D6C9;
	margin:1em 0 1em 0;
	padding:0 0.8em 0 1em;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ column area end @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ COLUMN RIGHT start @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#columnRight {
	margin:3em 0 0 0;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ COLUMN RIGHT end @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#printAndTip {
	padding:0;
	height:1em;
}
#article {
	background-image: url(../img/print.gif);
	background-repeat: no-repeat;
	width:1em;
	height:0.8em;
	float:right;

}
#article a{
	
	color:white;
	text-decoration: none;
}
.tipafriend_tiplink {
	margin:0 1em 0 0;
	padding:0;
	height:0.8em;
	float:right;
}
.tipafriend_tiplink img, .tipafriend_tiplink p, .tipafriend_tiplink a {
	margin:0;
	padding:0;
	border:0;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ menu in column @@@@@@@@@@@@@@@@@@@@@@ */
.mainbM {
	margin:0.6em 0 0.2em 0;
	padding:0 0 0 2.3em;
	width:60.1em;
	height:2em;
	/*background:silver;*/
}
.mainbM ul {
	padding:0;
	margin:0 0 0 0.4em ;
}
.mainbM ul li {
	display: inline;
	margin:0;
	padding:0.2em 0.8em 0.2em 0.8em;	
}
.mainbM ul li:hover a {
	border-bottom:0.1em solid #D47906;
}
.mainbM ul li a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height:1.3em;
	font-weight:normal;
	color:#D47906;
	text-decoration: none;	
}
.mainbM ul li a:hover {
	color: black;
}
.mainbM ul li.act a:hover {
	color: #D47906;
}
.mainbM ul li.act a {
	/*background:white;*/
	border-bottom:0.1em solid #D47906;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ menu in FOOTER @@@@@@@@@@@@@@@@@@@@@@ */
#footerHome .mainbM {
	margin:0 auto;
	padding:0;
	width:30em;
	height:0.5em;
	/*background:silver;*/
}
#footerHome .mainbM ul {
	padding:0;
	margin:0;
	height:0.2em;
}
#footerHome .mainbM ul li {
	display: inline;
	margin:0;
	padding:0 0.5em 0 0.5em;	
	height:0.2em;
}
#footerHome .mainbM ul li:hover a {
	border-bottom:0.1em solid #485245;
}
#footerHome .mainbM ul li a {
	font-family: Arial, sans-serif;
	font-size: 0.65em;
	line-height:1em;
	font-weight:normal;
	color:#485245;
	text-decoration: none;	
	padding:0;
	margin:0;
}
#footerHome .mainbM ul li a:hover {
	color: #485245;
}
#footerHome .mainbM ul li.act a:hover {
	color: #485245;
}
#footerHome .mainbM ul li.act a {
	/*background:white;*/
	border-bottom:0;
}
fieldset {
	border:1px solid #C9D6C9;
}
#mailform label, label {
  float:left;
  width:30%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-size:0.8em;
  font-weight:bold;
  color:#D47906;
}
.csc-mailform-field {
	clear:both;
	margin-top:4px;
}
input[type="submit"] {
	margin-left:31.1%;
	width:264px;
}
input, textarea  {
	border:1px solid #80AEA5;
}
textarea {
	width:262px;
}

.eluna_pagecomments_comment {color:black;}
.eluna_pagecomments_comment_date {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.6em;
	line-height:0.65em;
	color:#999;
	margin:0.8em 0 0 0;
}

.eluna_pagecomments_comment_text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	line-height:0.9em;
	margin:0.4em 0 0 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:8px;
}
.rgsInhoudText {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:0.8em;
	margin:0.8em 0 1em 0;
	padding-bottom:20px;
	background-color:#FFFFFF;
	height:3.5em;
	border-top:1px solid #D47906;
	border-left:2px solid #D47906;
	background-image:url(cssimg/recent_geplaatst_shad.jpg);
	background-position:left 6px;
	background-repeat:no-repeat;
}

#logo a img {border:none;}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tt news made for new faetures after the 3.0+ update @@@@@@@@@@@@@*/
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:none;
	background-color:transparent;
}
.news-single-item a {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}
.news-single-item h1 {
	color:#D47906;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0;
}
.news-single-item h2 {
	color:#D47906;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:0;
}
.news-single-item h3 {
	color:#485245;
	font-size:0.8em;
}
.news-single-item p.inhoudText a {
	color:blue;
	font-size:1em;
}
.news-single-rightbox {
	clear:both;
	float:right;
	text-align:right;
	width:180px;
	color:#D47906;
	margin:1.2em 0 0 0;
}
.news-single-backlink {
	padding:10px 0;
}
.news-single-backlink a {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}
h3 .news-list-date, .news-list-date {
	font-size:0.8em;
	text-align:left;
	margin:0;
	padding:0;
}
.news-list-container h2 {
border-bottom:0 none;
color:#D47906;
margin-bottom:5px;
padding:2px;
font-size:0.8em;
}
.news-list-container h2 a, .news-list-container h2 a:hover, .news-list-container h2 a:link, .news-list-container h2 a:visited, .news-list-container h2 a {
font-size:0.9em;
color:#D47906;
}
.news-list-morelink {
font-size:1em;
}
/* next news lines of csss were before added via a include */

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:none;
	background-color:transparent;
}
.news-search-form FIELDSET {
	padding:0;
	margin:0px;
	border:none;
}
.news-search-form label{
	display:none;
}
.news-search-form-submit #search{
	border:1px solid #187887;
	padding:0.1em;
}
.news-list-container {
	/*border:1px solid #000;
	background-color:#BBE53A;*/
	border:1px solid transparent;
	background-color:transparent;   /* light blue background*/
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 0;
	background-color: #E4EAE4;
	color:#D47906;
}
.news-list-container H3 a, .news-list-container H3 a:hover, .news-list-container H3 a:link, .news-list-container H3 a:visited, .news-list-container H3 a {
	color:#D47906;
}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	/*margin-bottom:5px;*/
	margin-bottom:0;
	margin-right:2px;
	margin-left:5px;
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0.1em 0.3em 0 0.4em;
	margin:0.5em 3px 3px 0;
	border:1px solid #E4EAE4;
	background-color:#E4EAE4;
}
.news-list-item h3 { 
	margin-top:0;
}
.news-list-item h3 a:hover { 
	color:black;
	background-color:#D47906;
}
.news-list-item p {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:0.7em;
	font-weight:bold;
}
.news-list-category {
	color: #485245;
}
.news-single-item {
	padding:0;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
	border:0;
	background-color:white;
}
/*.news-single-item H2 {
	font-size: 1.1em;
	font-weight:bold;
	color: #D47906;
	margin-bottom: 0px;
}*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.news-single-item  H3 {
	font-size:0.8em;
	color:#485245;
}
.news-single-item  p {
	color:#485245;
}
.news-single-img  a img {
	border:0;
}
.news-single-timedata {
	font-size:0.7em;
	color:#D47906;
}
.news-single-author {
	font-size:0.7em;
}
.news-single-category {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color:#D47906;
	font-size:0.7em;
}
.news-list-container HR.clearer, .news-single-item HR.clearer {
	clear:right;
	height:1px;
	border:1px solid #E4EAE4;

}
.news-single-item HR.clearer {
	border:1px solid white;
}
.news-single-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	margin-bottom: 2px;
	border: 1px solid #D47906;
	padding:3px;
	padding-bottom:6px;
	background-color: #E4EAE4;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: none;
	margin:0px;
	margin-bottom: 0;
	padding:0;
	background-color:#E4EAE4;
}
.news-single-links p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
}
.news-single-links dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#D47906;
}
.news-single-imgcaption {
	font-size: 0.7em;
	color:#187887;
	padding:3px;
	margin-top:0;
	padding-top:0;
	clear:both;
}
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	padding:0;
	border:1px solid #D0BD94;
	background-color:#E7F4FD;
}
.tx-ttnews-browsebox-SCell {
	background-color: white;
	border:1px solid #187887;
}
.tx-ttnews-browsebox-SCell a {
	font-weight: bold;
	font-size:1.4em;
	padding:0;
	margin:0 0 0.4em 0;
}
.tx-ttnews-browsebox a {
	font-size:1.3em;
}
.tx-ttnews-browsebox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#485245;
	padding:0;
	margin:0.2em 0 0 0;
}
.news-search-form input {
	font-size:0.9em;
 	width:15.5em;
 	margin:0.5em 0;
 	padding-left:0.2em;
 	border:1px solid #D47906
 	
}
.news-search-form-submit #searchNews {
	float:left;
	font-size:0.9em;
 	width:16em;
 	margin:0.5em 0;
 	background-color:#E4EAE4;
 	cursor: pointer;
}
.news-list-date {
	float: none;
	font-size:1.7em;
	color: #485245;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0.3em;
	font-size: 9px;
	font-weight: normal;
	background-color: #E4EAE4;
	}
h3 .news-list-date, .news-list-category, .news-list-morelink {
	font-size:0.8em;
}
.news-single-related dt, .news-single-related dd {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#D47906;	
}

.news-single-related dd {	
	font-size:0.7em;
}
.news-single-related dd a{	
	font-size:1.2em;
}
#leftContent div.csc-textpic-clear {clear:none;}
.cl-right {display:none;}
