/*   Bip IRC Proxy
 *   Copyright (C) 2004-2005  Loïc Gomez, Arnaud Cornet
 *
 *   This program 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.
 *
 *   This program 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, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

body {
	font-family: sans-serif;
	font-size: small;
	background-color: #ffffff;
	color: black;
	margin: 0px;
	text-align: left;
	line-height:1.4;
}

a {
  color: black; 
  text-decoration: none;
  border-bottom: dotted #000 1px;
} 
  
a:hover {
  color: #772233;
  border-bottom: solid #bbb 1px;
}

h2 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	color: darkblue;
	clear: both;
}

h3 {
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: center;
	clear: both;
}

hr {
	height: 0px;
	border: solid darkred 0px;
	border-top-width: 1px;
}

img { vertical-align: middle; border:0; }
div.spacer { clear: both; }

form {
	margin: 0;
	margin-top: 4px;
}

input[type="submit"], input[type="reset"], input[type="checkbox"] {
	font-weight: bold;
	border: solid black 1px;
	background: white;
	color: black;
	/*moz-border-radius:     4px;*/
}

input[type="text"], input[type="password"], input[type="file"] {
	background: #fff;
	border: dotted #888;
	border-width: 0 0 1px 0;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: dotted #f75;
	border-width: 0 0 1px 0;
	background-color: lightyellow;
}

textarea {
	border: dotted #888 1px;
	margin-bottom: 1px; /* IE bug fix */
}
textarea:focus {
	border: dotted #f75 1px;
	margin-bottom: 1px; /* IE bug fix */
	background-color: lightyellow;
}

div#header {
	font-family: sans-serif;
	font-size: small;
	background-color: darkblue;
	color: #eee;
	margin: 0px;
	text-align: center;
	-moz-border-radius: 7px 7px 7px 7px;
	margin: 20px 0;
	padding: 20px 20px 20px 20px;
}

div#footer {
	background-color: #FFFFFF;
	border-top: solid black 1px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px; 
	z-index: 90;
}

div#footer span.left {
	display: block;
	float: left;
}

div#footer span.right {
	display: block;
	float: right;
}

body>div#footer { position: fixed; }

div#main {
	margin: 30px 30px 30px 50px;
	padding: 20px 40px;
	clear: both;
	text-align: left;
	font-size: 15px;
	background-color: #eaeaee;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	-moz-border-radius:2px;
}

div#menu {
  background-color: #eee;
}

div#menu span {
  padding: 0px 0px 0px 3px;
  border-left: solid darkred 2px;
}

div#menu a {
  padding: 0px 0px 0px 3px;
  color: #505050; 
  text-decoration: none;
  border-bottom: none;
  border-left: solid darkblue 2px;
} 

div#menu a:hover {
  padding: 0px 0px 0px 3px;
  color: blue; 
  text-decoration: none;
  /* border-bottom: solid black 1px; */
  border-bottom: none;
  border-left: solid blue 2px;
}

div#menu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

div#menu li {
	height:35px;
	list-style:none;
	margin:3px;
	padding:3px;
	float: left;
}

ul {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul li {
	vertical-align: top;
	text-decoration: none;
	margin: 0px;
	margin-left: 20px;
}

ul li.section {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px 20px 5px 10px;
	display: block;
}

div#berlios {
	position: absolute;
	right: 40px;
}

.right { text-align: right; }
.left { text-align: left; }
