/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
a.no_decoration {
	color: #466;
	text-decoration: none;
}
a.no_decoration:hover {
	color: #466;
}
a img, a:visited img, a:active img, a:hover img, a:link img {
	text-decoration: none;
	border: 0;
}
body {
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
hr {
	border: 1px dashed #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.toolbar {
	background-color:threedface;
	border-bottom:1px solid threedshadow;
	border-top:1px solid threedhighlight;
	color:buttontext;
	font-family:"Microsoft sans serif",sans-serif,Arial,Helvetica;
	font-size:11px;
	height:21px;
	left:0px;
	margin:0pt;
	position:fixed;
	text-align:left;
	top:0px;
	width:100%;
	z-index:99;
}

.toolbar_left {
	float: left;
}

.toolbar_right {
	float: right;
}

.container {
	margin-top: 23px;
	background: #0094D6 url(../images/bg.gif) repeat-x;	
}

.header {
	background: url(../images/topleft.png) no-repeat;
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 166px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}


/* main */
.main {
	background: #FFF url(../images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(../images/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(../images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* table */
.list thead tr {
	background: #0094D6 url(../images/bgfooter.gif) repeat-x;
	background-position: 80px;
	color: #FFFFFF;
	border: 0;
	padding: 0;
	margin: 0;
	height: 22px;
}
.list thead th {
	border: 0;
	padding: 0;
	margin: 0;
}
table.list {
	border-color: #0094D6;
	border-style: solid;
	border-width: 1px;
}
table.list td {
	border-top-color: #0094D6;
	border-top-style: dashed !important;
	border-top-style: none;
	border-top-width: 1px !important;
	border-top-width: 0;
	padding: 2px;
}
table.list tr:hover {
	background-color: #DDD;
}
tr.tree_not_site, tr.tree_not_site a {
	color: #A3A3A3;
}
tr.tree_deleted, tr.tree_deleted a, tr.tree_deleted a:visited {
	color: #FF0000;
}
tr.tree_not_site:hover, tr.tree_not_site:hover a {
	color: #FFF;
}
legend {
	color: #06C;
	font-size: 1.2em;
}
/* Form */
dl {
	position: relative;
	width: 650px;
}

dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 4px 0 2px 0;
	text-align: left;
	font-weight: bold;
}

dd {
	float: left;
	width: 400px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}

.hint {
	display: none;
	position: absolute;
	right: -250px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url(pointer.gif) no-repeat -100px -100px;
}

label.required {
	text-decoration: underline;
	background-image: url("/images/form_field_required.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.errors {
	color: red;
	list-style: none;
}
