/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration:none
}
body {
	background: #EEE url(img/bg.gif);
	color: #444;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height:1.4em;
	word-spacing: 0.2em;
}

ul {
	font-size: 1.2em;
	padding: 0.2em 0 1.4em 2em;
	line-height:1.3em;
}

ol {
	font-size: 1.2em;
	padding: 0.2em 0 1.4em 2em;
	line-height:1.3em;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 14px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 14px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 14px;
	padding-top: 6px;
}

h1,h2 {
	color: #367EA6;
	padding-top: 6px;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	background: url(img/header.gif) repeat-x;
	height:128px;
}
.header img {
	border:0;
	margin:44px 0 0 22px;
}
/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.sidenav .top {
	color: #666;
	font-weight :bold;
	font-size: 1.2em;
	line-height: 2.8em;
	padding: 6px 0 0 12px;;
	background: none;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 520px;
}

.img {
	border:0;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .tableitem {
    padding: 6px 0;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .item table {
	margin:auto;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}

/* content main table */

#main-table {
	margin:auto;
	padding:12px 0;
	font-size:1em;
	width:490px;
	border:0;
}

#main-table caption {
	font-size:16px;
	font-weight:bold;
	color:#367ea6;
	padding:5px 0 3px;
}

#main-table th {
	text-align:left;
	padding:8px;
	height:20px;
	background-color:#F5BE00;
	color:#FFFFFF;
}

#main-table tr.alt {
	background-color:#ecfafc;
}

#main-table td {
	padding:8px;
}

#main-table td ul {
	list-style-type:none;
	font-size:1em;
}

#main-table td ul li {
	display: block;
	background:url(img/pro.gif) no-repeat;
	background-position: 0 3px;
	padding:0 0 0 14px;
	margin-left:4px;
}

#main-table td ul li.con {
	display: block;
	background:url(img/cons.gif) no-repeat;
	background-position: 0 3px;
}

#main-table img {
	border:0;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* misc */
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.box {
	border:solid 2px #0099CC;
	background-color:#9aeede;
	padding:4px 10px;
	margin:4px 0 14px;
	text-align:center;
}