/****************************************************************************
eBIT-Site
-------------------
Copyright 2006, 2007, 2008 Davide Zaccaria, Orazio Langenbach

This file is part of eBIT-Site, a module of the framework POMO.

eBIT-Site is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

eBIT-Site is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with eBIT-Site.  If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

html, body {
  margin-top: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

.article {
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 60px;
  margin-bottom: 40px;
}
.title {font-weight:bold; color:navy; font-size:12pt}
.author {font-weight:bold; color:navy; font-size:10pt}
.text {font-size:10pt; text-align:justify}
.date {font-style:italic}

table.itemtable {
  width:400px;
  margin-left:50px;
  margin-right:50px;
}

table.itemtable th {
  background-color:silver;
  text-align:center;
  padding:5px;
  color:black;
}

table.itemtable td {
  background-color:#ECECEC;
  padding:5px;
}

table th {
  background-color:gray; 
  color:#ECECEC; 
  padding:10px
}

table th a {
  color:white; 
}

table.data {}

table.data td {
  padding:10px; 
  border:1px silver dotted
}

img.imgnews {
  margin-right:10px; 
  margin-bottom:10px;
  border:1px silver solid;
}
