/* General body and font styles */
body {
	background-color: #ffffff;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
* {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

html, body {
	height: 100%;
}

xmp {
	display:none;
}

.container {
	width: 100%; height: 100%;
	overflow: hidden;
}
#wrapper {
	background: url(gfx/main_bottom_right.gif) bottom right no-repeat;
	padding: 0 6px 18px 4px;
	position: relative;
}

#bar {
	background: url(gfx/bar-background.gif);
	overflow: hidden !important;
}
#tree {
	border: 1px solid #b8cfd7;
	padding: 5px 1px 5px 5px;
}
#explorerdiv {
	position: relative;
	border: 1px solid #b8cfd7;
	padding: 18px;
}
#explorercontent {
	position: relative;
	width: 100%;
	height: 100%;
}

code, pre {
	font-size: 100%;
}

h2 {
	margin-top: 0;
	color: #7c90cd;
	font-size: 1.2em;
}
h3 {
	margin-top: 0;
}
/* classes for building up the main components of the explorer */
.refresh {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 19px; height: 19px;
	cursor: pointer;
}
.img-link, .text-link {
	cursor: pointer;
}
.editdiv {
	border: 1px solid #B9CFD8;
	height: 100%;
	position: relative;
}
.editdiv textarea {
	display: block;
	border: none;
	background-color: white;
	height: 99%;
	width: 99%;
	font-size: 11px;
}
.result fieldset {
	margin: 1em 0;
}
.result label {
	display: block;
}
.description {
	clear: both;
}

.head {
	font-size: 10px;
}
.headerhome {
	position: absolute;
	top: 47px;
	width: 100%;
	height: 31px;
	display: block;
	background-repeat: repeat-x;
	background: url(gfx/header_darkblue_small.png);
}
.head * h1 {
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 0 0 14px;
	color: white;
	font-size: 22px;
}

.link, a {
	/*color: #7C90CD;*/
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
	cursor: hand;
}
.link_hover{
	color: #A8C260;
}
.link_press{
	color: #CD7CA0;
}

/*	Content */
.content td, th, caption {
	font-size: 11px;
}

.content p {
	margin-top: 0.5em;
	z-index: 1;
}

.content h1{
	font-size: 16px;
	color: #666;
	margin: 0.5em 0;
}

/*							Sidebar */
.sidebar {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 250px;
}

.sidebar .legal {
	font-size: 10px;
	padding: 4px 8px;
	line-height: 1.8em;
}
