/* ----------------------------------------------- */
/* 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/>.  */
/* ----------------------------------------------- */
img
{
	border: 0;
}

img.arrow
{
	vertical-align: middle;
	border: 0;
}

select.small
{
  width: 70px;
}

select.large
{
  width: 200px;
}

select.menu
{
  width: 130px;
}

select.colors
{
  width: 100px;
}

body.main
{
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: arial;
  background-color: white;
  color: black;
}

body.main2
{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: arial;
  background-color: white;
  color: black;
}

a.menu { color: black; }
a.menu:visited { color: black; }
a.menu:hover { color: white; }

a.storm { color: #006666; }
a.storm:visited { color: #006666; }
a.storm:hover { color: #FFCC33; }

a{ color: #006666; }
a:hover { color: #FFCC33; }
a:visited { color: #006666; }

/* used for calprea menus */
div.menu
{
  background-color: #F9E11E;
  color: black;
}

body.menu
{
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: arial;
  font-size: 13px;
  /*background-color: #EFEFEF;*/
  background-color: #F9E11E;
}

body.storm
{
  color: #006666;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: arial;
  font-size: 13px;
  background-color: #FFAAAA;
}

body 
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Arial;
  font-size: 13px;
  background-color: white;
}

#leftright, #topdown{
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
	z-index:100;
	font-size:1px;
}

table.menu
{
  border: none;
  width: 100%;
  /*background-color: #EFEFEF;*/
  color: black;
  background-color: #F9E11E;
  font-family: Arial;
  font-size: 13px;
}

table.coordinates[class]
{
 /* background-image: url('../images/coordinateGrid.ff.gif'); */
  font-family: Arial;
  font-size: 13px;
}

table.coordinates
{
/*  background-image: url('../images/coordinateGrid.ie.gif'); */
  font-family: Arial;
  font-size: 13px;
}

table.storm
{
  color: #006666;
	width: 100%;
  background-color: #FFAAAA;
  font-family: Arial;
  font-size: 13px;
}

table.timestep
{
  background-color: white;
  font-family: Arial;
  font-size: 13px;
}

table.log
{
	height: 100%;
	background-color: white;
  border: none;
  font-family: Arial;
  font-size: 13px;
}

table
{
	width: 90%;
	background-color: white;
  border: none;
  font-family: Arial;
  font-size: 13px;
}

td.selected
{
  border: none;
  background-color: #FFAAAA;
  font-family: Arial;
  font-size: 13px;
}

td
{
  border: none;
  /*border: 1px black solid;*/
  padding-left: 2px;
  padding-right: 2px;	
  font-family: Arial;
  font-size: 13px;
}

th
{
	background-color: #006666;
	color: white;
  font-family: Arial;
  font-size: 13px;
}

th.menu
{
	background-color: white;
	font-weight: bold;
	color: #006666;
  border: none;
  font-family: Arial;
  font-size: 13px;
}

p
{
	color: black;
  font-family: Arial;
  font-size: 13px;
}

input
{
  font-family: Arial;
  font-size: 13px;
}

input.number
{
  text-align: right;
  font-family: Arial;
  font-size: 13px;
}

input.merged
{
  background-color: #F9E11E;
  color: white;
  border: 1px #F9E11E solid;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
}

input.blow
{
  width: 23px;
  font-family: Arial;
  font-size: 13px;
}

select
{
  font-family: Arial;
  font-size: 13px;
}

select.number
{
  text-align: right;
  font-family: Arial;
  font-size: 13px;
}

