/*
 * Copyright 2004-2006 Sigve Indregard.
 *
 * This file is part of Elevtingsweb.
 *
 * Elevtingsweb 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 2 of the License, or
 * (at your option) any later version.
 *
 * Elevtingsweb 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 Elevtingsweb; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/* $Id: stil.css 108 2007-02-25 22:08:54Z say $ */
body {
	background: #eeeeff;
	font-family: "Trebuchet MS", sans-serif;
}

input, select, button {
	border: 1px solid grey;
	padding: 1px;
}

input:focus, button:focus {
	background: #ddffe5;
}

#main {
	background: white;
	width: 600px;
	border: 1px solid black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	height: 40px;
	background-image: url("../img/logo.jpg");
	/*background-image: url("../img/femti_logo.gif");*/
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 65px;
	text-align: left;
	font-size: 40px;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin-top: 1em;
	margin-bottom:0;
}

table {
	border-collapse: collapse;
}
th, td {
	border-bottom: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
}
th {
	text-align: left;
	font-weight: bold;
}

.menu {
	text-align: left;
	margin-bottom: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #eeeeee;
	padding-right: 5px;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:0;
	margin-left: -10px;
	margin-right: -10px;
}
.menuitem, .menuitem_active {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.menuitem a, .menuitem_active a {
	font-size: larger;
	text-decoration: none;
}
.menuitem a, .menuitem a:active, .menuitem a:visited {
	color: #008800;
}
.menuitem_active a, .menuitem_active a:active, .menuitem_active a:visited {
	color: #000000;
}
.menuitem a:hover, .menuitem_active a:hover {
	text-decoration: underline;
}
.newsheading {
	font-size: small;
	background: #eeeeee;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-bottom: 0;
	padding: 5px;
}
.news {
	padding: 5px;
	margin-top: 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-bottom: 5px;
}

.footer {
	font-size: small;
	text-align: right;
	color: #aaccaa;
}

.bold {
	font-weight: bold;
}

#signupbox, .info, .error {
	background-repeat: no-repeat;
	background-position: 5px 10px;
	min-height: 50px;
	width: 530px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 60px;
}

#signupbox {
	background-color: #dde5ff;
	background-image: url("../img/edit.gif");
	border: 2px solid #aab5dd;
}
.info {
	background-color: #ddffe5;
	border: 2px solid #aaddb5;
	background-image: url("../img/info.gif");
}
.error {
	background-color: #ffdde5;
	border: 2px solid #ddb5aa;
	background-image: url("../img/error.gif");
}

dl {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

dt {
	font-style: italic;
	border-bottom: 1px solid #acacac;
}
dd {
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 0;
	margin-bottom: 2em;
}

dd:hover {
	background: #ffffcf;
}

