/* CSS file for Eurisco's Web Pages */

body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

a {
  text-decoration: none;
	color: black;
}

a:hover {
  color: white;
  background-color: black;
}

#logo {
  position: absolute;
	left: 5px;
}

#languages {
  position: absolute;
	right: 5px;
  font-weight: bold;
}

#central_table {
  position: absolute;
	margin-left: 0px;
	margin-top: 90px;
  float: left;
  border-top: 1px solid black;
}

#left_column {
  width: 180px;
	background: #FFFFFF;
	vertical-align: top;
  padding-top: 2px;
}

.content {
  width: 100%;
	background: #FFFFFF;
	vertical-align: top;
	text-align: left;
  margin-top: 0px;
  padding-right: 10px;
}

.content a {
  text-decoration: underline;
	color: black;
  font-weight: bold;
}

.content a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

.content h1 {
  font-size: 18pt;
}

.content h2 {
  font-size: 16pt;
}

.error_msg {
  font-size: 16pt;
	color: black;
  font-weight: bold;  
}

#right_column {
  width: 100px;
	vertical-align: top;
	text-align: right;		
}

#footer {
  width: 100%;
	border-top: dashed 1px black;
	font-size: small;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}

div.box {
  margin-left: 0px;
  margin-right: 10px;	
	margin-bottom: 10px;
  width: 170px;
  border: 1px solid black;
  background: yellow;
  font-weight: bold;
}

div.box_title {
  background: black;
	color: yellow;
	text-align: center;
}

div.box_item {
  padding-left: 5px;
}

div.newsbox {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  width: 98%;
  border: 1px solid black;
  background: yellow;
  font-weight: bold;
}