@CHARSET "UTF-8";

a, a:hover, a:visited, a:active{
  color: black;
  text-decoration: none;
}

.link, .link:visited{
	text-decoration: underline;
}





body{

	color: black;
	font-family: helvetica;
  background-image: url(../images/back.jpg);

}

#global_table{
	background-image: url(../images/head_back.jpg);
  background-repeat: repeat-x;
}

#global{

}

#headlink{
  color: black;
}

#head > h1{
  font-size: 1.3em;
  display: inline;
  margin-right: 10px;
}

#head > h1 > a{
  text-decoration: none;
}

#head > h2{
  color: white;
  display: inline;
}

.column > h3{
  font-size: 1.5em;
}

.column > hr {
  margin-top: 0px;
  margin-bottom: 10px;
  border-top: black 1px solid;
}

/* home view */

.teaser_container{
  margin-bottom: 15px;
}

.teaser_container > h4 {

  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  padding-right: 5px;
}

.teaser_container > .teaser_text{
	font-size: 0.7em;
	padding-left: 0px;
  padding-right: 8px;
  text-decoration: none;
}

.teaser_container > .metadata{
	margin-top: 3px;
	font-size: 0.6em;
	color: #aaaaaa;
	padding-left: 0px;
  padding-right: 5px;
}

.area{
	color: #aaaaaa;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
}

/* home view side nav */

#sidenav_links{
	font-size: 0.7em;
	margin-top: 9px;
}

#sidenav_links > a{
  margin-bottom: 3px;
  display: block;
}

/* detail view */

.show_container{
	font-size: 0.7em;
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

.show_container > p > a{
	text-decoration: underline;
}

a.back {
	padding-left: 14px;
  background-image: url('../images/link_arrow_left.gif');
  background-repeat:no-repeat;
}

a.external{
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  padding-left: 14px;
  background-image: url('../images/link_arrow.gif');
  background-repeat:no-repeat;
}

.show_container > h3{
  font-size: 1.4em;
  margin-bottom: 8px;
}

.show_container > p{
	margin-top: 10px;
	line-height: 1.2em;
}

.show_side{
	font-size: 0.7em;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
}

.show_side > h4{
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
}

.show_side > p{
  display: block;
  margin-bottom: 3px;
}








