/* Copyright 2006-2007 by Joerg Cassens <jmt@cassens.org>                                                      */
/*                                                                                                             */
/* Some rights reserved: Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 license  */
/* For details see http://creativecommons.org/licenses/by-nc-sa/2.5/                                           */
/*                                                                                                             */
/* Version 0.1 21.02.2007 - Initial revision                                                                   */
/* Version 0.2 26.02.2007 - Cleanup                                                                            */

/* Basic setup, including different backgrounds for the different main parts of the page */

body {
/* 	background-color: #ffffff;*/
 	background-color: #d76212;
	margin: 10px auto 10px auto;
	color:#222;
	padding:0 0 0 0;
	font-family: 'Vera Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
	font-size: small;
}

#Mainpane {
	text-align: left;
	width: 800px;
	margin: 0 auto 0 auto;
/*	border-right: 1px solid #999;
	border-left: 1px solid #999;*/
/*  background-image: url(mrc-2008-bordertile.png);
  background-repeat:repeat-y;*/
  background-color: #ffffff;
	color: #000000;
}

#Banner {
  background-image: url(mrc-title.png);
/*   background-image: url(hccbr-2009-canceled.png); */
/* 	background-repeat:no-repeat; */
	height: 200px;
/* 	border-top: 1px solid #999; */
	padding: 0;
}

#Header {
/*   color: #101133; */
  color: #181862;
/*   color: #691c6e; */
/* 	color: #004088; */
	margin: 0px 10px 10px 5px;
	padding: 0px;
	text-align: right;
}

#Header p {
	margin: 5px 0 0 0;
	font-size: x-small;
}

#Content {
	float: right;
	width: 579px;
	margin: 10px 10px 10px 5px;
	padding: 0px;
/*	border-right: 1px dotted #999; */
}

#LeftSideBar,
#RightSideBar {
	padding: 0 5px 0 0;
	background-color: #f5f5f5;
	float: left;
	width: 190px;
	font-size: small;
	border-top: 1px dotted #505050;
	border-right: 1px dotted #505050;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
/*	display: inline; */
/* 	padding-bottom: auto; */
/* 	clear: right; */
}

#LeftSideBar a,
#RightSideBar a {
 color: #181862;
}

#Footer {
/* 	border-bottom: 1px solid #999; */
	padding: 5px;
  border-top: 1px dotted #505050;
  border-right: 1px dotted #505050;
  border-bottom: 1px dotted #505050;
  border-left: 1px dotted #505050;
  clear: both;
	background-color: #f5f5f5;
/*   background-image: url(mrc-2008-bordertile.png); */
/*   background-repeat:repeat-y; */
}

#Footer p {
	margin: 0;
	color: #000000;
	font-size: x-small;
	text-align: center;
}

#Footer a,
#footer a:hover {
	color: #000000;
	text-decoration:none;
}


/* Standard text formatting */

a,
a:link,
a:visited {
/* 	color: #885555; */
	color: #181862;
	text-decoration: none;
}

a:active,
a:hover {
	color: #d76212;
	text-decoration: underline;
/*	color: #99CC66; */
}


/* Headlines */

h1,h2,h3,h4 {
	margin: 0;
}

h1 {
	padding: 0;
	font-size: large;
	font-weight: bold;
	line-height: 100%;
}

h2 {
	font-family: georgia, 'Vera Serif', 'Bitstream Vera Serif', serif;
	padding: 0 1em 0 1em;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	background-color: #181862;
	line-height: 140%;
	text-align: center;
	border: 1px #999 dotted;
}


h3 {
	font-family: georgia, 'Vera Serif', 'Bitstream Vera Serif', serif;
	font-size: medium;
	padding: 10px 0 0px 0;
}


/* Sidebar formating */

div.SideBarItem {
/*	color: #222;*/
	font-size: x-small;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
	padding: 0px;
}

.SideBarTitle {
	text-align: center;
	margin: 0px;
}

.SideBarContent {
	padding: 5px 0 10px 0;
}

.SideBarNavigation {
	line-height: 1.5em;
	padding: 0px;
}

.SideBarNavigation p {
	padding: 0 0;
	margin: 0 10px 0 10px;
}

.SideBarNavigation ul {
	padding: 0 0;
	margin: 0 0;
}
.SideBarNavigation li {
	list-style-type: none;
	white-space: nowrap;
/* 	min-width: 7em; */
/* 	float: left; */
}

.SideBarNavigation li a{
	display: block;
	padding: 0 10px;
	font-size: small;
/*	text-decoration: none;*/
	vertical-align: middle;
}


/* Table */

table,td,th{
	border:1px solid #000000;
	border-collapse:collapse;
	margin: 10px 20px;
	padding: 5px 10px;
}
td,th{
	vertical-align:top;
	font-weight:normal;
}
tbody tr.active td{
        font-weight: bold;
}
tbody tr.passed td{
	color: #008000;
}
