/* style sheet created with cssed */
body {
	background-color:#fffDfC;	
	font: 0.90em  sans-serif ;
}

img {
	border:none;
}

acronym {
	cursor:help;
}

p {
	margin-left :2px;
	padding-left:2px;
	font:inherit;	
}

a:link {
	color: #6b0000;
	text-decoration: underline;
	font:inherit;	
}
a:visited {
	color: #6b0000;
	text-decoration: underline;
}	
a:hover {
	color: #6b0000;
	text-decoration: none;
	font-style:italic;
	font:inherit;	
}

p.header > a:link, p.header >  a:visited, p.header > a:hover {
	font:inherit;	
	font-weight: bold;
	text-decoration: none;
	font-size:medium;
	background-color: #6b0000 ;
	color:white;
}	

/* This is the subheader in all pages */
p.header {
	border:1px solid black;
	font:inherit;	
	font-weight: bold;
	text-decoration: none;
	font-size:medium;
	background-color: #6b0000 ;
	color:white;
}

p.main-header {
	font:inherit;	
	font-weight: bold;
	text-decoration: none;
	font-size:x-large;
	text-decoration:underline;
}
/*
h1.header {
	height: 80px;	
}
*/
div.header_image {
	background:url("/images/bubbles.gif") bottom right no-repeat ;
	color:#6b0000;
	background-color:transparent;
	text-decoration:none;
	font:inherit;	
	font-size:x-large;
	font-weight: bold;
	font-style: italic;
	height: 85px;
	border:3px solid  #6b0000;
	background-color:white;
}

div.sidebar {
	width : 180px;
	float:left;
	position:absolute;
	/*margin-top: 10px;*/
	left: 1%;
	height:auto;
	background-color:inherit;
	
}  

div.sidebar_header {
	font-style:italic;
	color:white;
	font-weight: bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:180px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#6b0000
}
div.sidebargroup {
	border-bottom:2px solid black;
	border-right:3px solid  black;
	border-left: 1px solid  black;	
	background-color:white;
	width:180px;
}

div.screenshot_image{
	text-align:center;
}


div.contents {
	/* background: url(  "/images/andreas_background.png"  ) top right no-repeat; */
	/* padding:10px; */
	margin-left: 200px;
	/*margin-top:10px;*/
	float:right;
	position:absolute;
/*
	background-color: white;
	border-right:3px solid  black;
	border-bottom:2px solid  black;
	border-left: 1px solid  black;
	border-top: 1px solid  black;
*/
	width: 80%;
	height:auto;
}
	
span.linesmall {
	font-size:small;
	color:gray;
}

div.important {
	border:1px dotted black;
	font-size:large;
	font-weight:bold;
	padding:10px ;
}

span.grayed {
	color:#d6b97f;
}

span.address {
	color:#4d4d4d;
}

ul.buglist {
	list-style:decimal-leading-zero outside;
}

li.buglist {
	padding-top: 10px;
}
span.bugfix {
	color:white;
	background-color:#6b0000;
	border:1px solid  black;
	font-size:small
}

.border_thin {
	border:thin solid  black;
}

.border_big {
	border:medium solid  black;
}

.right {
	text-align:right;
}

.small {
	font-size:small;
}

div.shot {
/* it must be deleted */
	float:right;
	margin:10px ;
}

form.poolform{
	width: 150px;
	margin-left:15%;
	position:relative;
	border:1px solid  black;
	padding:5px ;
}

input {
	margin:2px ;
}

p.warning {
	background-color:#ececec;
	border:1px solid #8e1111;
	margin:10px;
	padding:10px;
}

span.remark {
	font-weight:bold;
}










