/* CSS file for BitlBee.Org
   
   Copyright 2004 Wilmer van der Gaast					*/


/* Positioning */

.left
{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	padding: 16px;
	width: 180px;
}

.left div
{
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.content
{
	position: absolute;
	top: 0;
	margin-top: 0;
	padding: 16px;
	left: 200px;
	height: 100%;
}


/* Lay-Out - General stuff */

body
{
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-color: #ffffff;
}

td
{
	text-align: left;
}

div
{
	margin: 1em;
	padding: 1em;
}

.left
{
	background-color: #e0e0e0;
	border-right: solid 2px black;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

li
{
	padding-top: 0.2em;
}

th
{
	font-weight: bold;
	text-align: left;
}


/* Lay-Out - Specific page markup stuff stuff */

.top
{
	text-align: center;
}

.structure
{
	border-spacing: 0;
	width: 100%;
}

.structure tr, .structure td
{
	padding: 0;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.structure a
{
	text-decoration: none;
	color: #000000;
}

.structure a.active
{
	color: #000000 !important;
	font-weight: bold;
}

.structure a:hover
{
	text-decoration: underline;
}

.structure a:visited, .structure
{
	color: #333333;
}

.left div
{
	width: 100%;
}

.banner
{
	text-align: center;
}

.banner img
{
	border: solid 2px black;
}


/* Lay-Out - Some stuff used on some of the pages */

table.bordered
{
	border-top: solid 1px #b0b0b0;
	border-left: solid 1px #b0b0b0;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
}

table.bordered td, table.bordered th
{
	border-top: 0;
	border-left: 0;
	border-right: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
	padding: 4px 8px;
}

table.bordered th
{
	background-color: #d7d7d7;
}

