/*basics*/
body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  font-family: Verdana, Arial, Hevetica, sans-serif;
  background-color: #eaeaea;
}

p, td {
  color: black;
  font-size: 9pt;
}

img {
  border: 0;
}

/*text styles*/
h2 {
	font-size: 10pt;
	font-weight: bold;
}

.highlight {
	background-color: #fcadae;
}

a, a:visited, a:active {
	color: #ef3524;
	text-decoration: none;
}

a:hover {
	color: #ef3524;
	text-decoration: underline;
}

.grey_text, a.grey_text, a.grey_text:active, a.grey_text:visited {
	color: #999999;
}

.a.grey_text:hover{
	color: #ef3524;
	text-decoration: underline;
}

/*containers en structure elements*/
#body_container{
  background-position: top center;
  background-color: white;
  position: absolute;
  left:50%;
  top:0;
  height: 100%;
  width: 800px;
  z-index: 1;
	margin-left: -400px;
}

#bodygrid{
	width: 100%;
	height: 100%;
}

#left_column{
	width: 103px;
	vertical-align: top;
	padding-top: 245px;
	text-align: center;
}

#left_column_container {
	background-color: green;
	height: 50%;
	top: 50%;
	width: 50%;
	width: 103px;
	background: url('img/noab.gif');
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 5;
  position:absolute;
  left: 50%;
	margin-left: -400px;
}

#right_column{
	width: 697px;
	vertical-align: top;
	padding-top: 181px;
}

#main_text{
	width: 650px;
}

#disclaimer {
	width: 800px;
	float: left;
	clear: none;
	margin-top: 20px;
	font-size: 7pt;
}

#disclaimer_text {
	width: 550px;
	float: left;
	clear: none;
	visibility: hidden;
}

#disclaimer_button {
	width: 100px;
	float: left;
	clear: none;
	text-align: right;
}

/*menu*/
#menu{
	height: 26px;
	width: 697px;
	margin-bottom: 20px;
}

.menuitem{
	margin-right: 2px;
}

/*form classes*/
.imagebutton{
	cursor: pointer;
}

INPUT{
	border: 1px solid #ef3524;
	font-family: arial, helvetica, sans-serif;
}

TEXTAREA{
	border: 1px solid #ef3524;
	font-family: arial, helvetica, sans-serif;
}

.noborder{
	border: 0;
}


/*containers*/
  #co2_news_general_container, co2_news_full_article_container {
    width: 80%;
  }
  #co2_news_headlines_container {
  }
  .co2_news_article_container {
    margin-bottom: 15px;
  }
  .co2_news_source_container
  {
    margin-bottom: 15px;
  }
  .co2_news_article_body_container {
    margin-top: 4px;
  }

/*article list*/
  .co2_news_article_title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .co2_news_article_date {
    font-style: italic;
  }
  .co2_news_article_intro {
  }
  .co2_news_article_link {
    font-style: italic;
  }

/*headlines list*/
  .co2_news_headline, a.co2_news_headline, a.co2_news_headline:active, a.co2_news_headline:visited {
    text-decoration: none;
    margin-bottom; 2px;
  }
  a.co2_news_headline:hover {
    text-decoration: underline;
    margin-bottom; 2px;
  }
  .co2_news_headline_div {  
  }
  
/*show full article*/
  .co2_news_full_article_title {
    font-size: 150%;
    font-weight: bold;
  }
  .co2_news_full_article_intro {
    font-weight: bold;
  }
  .co2_news_full_article_body {
  }
  .co2_news_back_button, a.co2_news_back_button, a.co2_news_back_button:active, a.co2_news_back_button:visited {
    text-decoration: none;
  }
  a.co2_news_back_button:hover {
    text-decoration: underline;
  }

/*general*/
  .co2_news_content {
    margin-bottom: 8px;
  }
