/* $Id: style.css 14 2006-01-05 17:41:24Z jeroen $ */

body {
	font-size: 0.8em;
	font-family: bitstream vera sans, sans-serif; 
	margin: 10px 10px 0px 10px;
	padding: 0px;
	background-color: White;
	color: Black;
}

img {   
        border: 0;
}

a:link {
	color: #037;
}
a:visited {
	color: #636;
}
/*
a:hover {
	color: #900;
}
*/
#banner {
	background-color: #fff;
	height: 112px;
}
#banner img {
	border: 0;
	vertical-align: middle;
}
#banner-logo {
	/* position is offset by the banner padding amount */
	position: absolute;
	left: 26px;
	top: 13px;
	z-index: 3;
}
#banner-logo img {
	width: 160px;
	height: 90px;
}
#banner-text {
	position: absolute;
	left:216px;
	top :42px;
}

#contact-info {
	float: right;
	font-size: 0.75em;
}

#contact-info a {
	text-decoration: none;
}

#contact-info a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#lang-switch {
	position: absolute;
	right: 10px;
	top: 50px;
}

#banner-items {
	/* position is offset by the banner padding amount */
	position: absolute;
	right: 10px;
	top: 82px;
	width: 480px;
	padding: 6px;
	background: #993366;
	text-align: center; 
	display: inline;
}

#banner-items a {
	color: #fff;
	text-decoration: none;
	padding: 11pt;
	font-size: 1em;
}

#banner-items a:hover {
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

#banner-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}

#leftcontent {
	position: absolute;
	top: 134px;
	left: 10px;
	width: 150px;
}

#nav {
	background-color: #993366;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}

#side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side navigation */
#side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0;
	background-color: #ebe5ff;
}
#side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f3efff;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #f3efff;
}
#side-nav a {
	margin: 0;
	color: #993366;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#side-nav a:hover {
	background-color: #993366;
	color: #fff;
}
#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-nav ul li {
	border-top: 1px solid #efeaff;
	background-color: #ded6fc;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #efeaff;
}
/*
#side-nav ul li:hover {
	border-bottom: 1px solid #993366;
}
*/
#side-nav ul li a {
	font-size: 0.9em;
	padding-left: 12px;
	color: #993366;
}
#side-nav ul li a:hover {
	background-color: #843760;
}
#side-nav ul ul li a {
	font-size: 0.8em;
	padding-left: 18px;
}
#side-nav ul ul ul li a {
	font-size: 0.7em;
	padding-left: 24px;
}
#side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#side-nav strong a:hover {
	background-color: #172e56 !important;
}

/* content containers */
#centercontent {
	background-color: #fff;
	margin-left: 155px;
	margin-right: 155px;
}

#rightcontent {
	position: absolute;
	right: 10px;
	top: 134px;
	width: 150px;
	background-color: #fff;
	font-size: smaller;
}

#rightcontent h2 {
	font-size: 1em;
	background-color: #ccc;
	color: #993366;
	padding: .3em;
}

/* footer */
#footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}

/* docbook */
.title {
	color: #663399;
}
.informaltable th {
	text-align: center;
	background-color: #cfcfcf;
	color: #663399;
}

.informaltable td {
	vertical-align: top;
}

.checklist th {
        text-align: center;
        background-color: #ffcc66;
        color: #663399;
}

.checklist td {
        padding: 0;
}

.impact {
	font-weight: bold;
	color: #993366;
}

.navlist {
        list-style-image: url("images/arrow-right.png");
}


.navlist a {
	text-decoration: none;
}

.navlist a:hover {
	cursor: pointer;
	text-decoration: underline;
}

