/* ----------------------------------------------- */
/* Licence notice:                                 */
/*                                                 */
/*  Copyright 2007, "Rijkswaterstaat"              */
/*                                                 */
/*   This file is part of Matroos.                 */
/*                                                 */
/*    Matroos is free software; you can redistri-  */
/*    bute 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.          */
/*                                                 */
/*    Matroos 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 this       */
/*    program.                                     */
/*    If not, see <http://www.gnu.org/licenses/>.  */
/* ----------------------------------------------- */
body 
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  background-color: white;
}

h1
{
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

h2
{
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
}

.dummylink
{
  color: #0099FF;
  text-decoration: underline;
}

.glossitem
{
  font-weight: bold;
}

table
{
  font-size: 12px;
}

td.keyword
{
  width: 250px;
  background-color: #EFEFEF;
}

select
{
  width: 130px;
}

table
{
  width: 90%;
  background-color: white;
  border: none;
}

td
{
  background-color: #EFEFEF;
  vertical-align: top;
  border: none;
  padding-left: 2px;
  padding-right: 2px;	
}

input
{
  font-size: 12px;
}

input.number
{
  text-align: right;
}

select
{
  font-size: 12px;
}

div.PageEnd
{
  height: 800px;
}