/* Layout */
body {
	background: #182e09 url('../img/service/service_body-bg.gif') repeat;
}

#wrapper {
	width: 850px;
}

#container {
	float: left;
}

#right {
	display: block;
	width: 160px;
}

a {
	color: #2D6566;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #2D6566;
	text-decoration: none;
}

.filters {
	margin-top: 213px;
}

.content {
	padding: 13px;
	padding-top: 30px;
}

#content {
	background: transparent url('../img/service/service_content-bg.jpg');
}

#content-header {
	background: transparent url('../img/service/service_header.jpg') no-repeat;
}

#content-title {
	background: transparent url('../img/service/service_title-bg.jpg') repeat-y;
}

#print-button a img {
	background-image: url('../img/service/service_print-button.jpg');
}

#page-title {
}

#content-top {
	background: transparent url('../img/service/service_content-top.jpg') no-repeat;	
}

#content-bottom {
	background: transparent url('../img/service/service_content-bottom.jpg') no-repeat;	
}

#bottom-menu {
	background: transparent url('../img/service/service_bottom-menu.jpg') no-repeat;	
}

/* Menu */
#head-menu {
	background: transparent url('../img/menu/service_head-menu-bg.jpg') no-repeat;
}


/*	Text	*/
h1 {
	color: #0f3233;
	background: transparent url('../img/service/service_h1-bullets.jpg') no-repeat;
}

h2, h3, h4, h5, h6 {
	color: #0f3233;
}

/* Search */
fieldset#search {
	padding: 3px 20px;
}

.results {
	margin-top: 20px;
}
.results ol {
	margin-left: 4em;
}
.results ol li {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.8em;
}
.results ol li p {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
}
.results h2 {
	text-transform: uppercase;
	color: #2D6566;
	font-size: 1.3em;
	margin: 2em 0 0em 0;
}
.results h2 span {
	text-transform: none;
	font-size: 10px;
	display:block;
	color: #666;
	margin-top: 20px;
	font-weight: normal;
}
.results ol li h4 {
	line-height: 1.8em;
	font-size: 11px;
	margin-top: 0;
}


/* Intern */
/* filelist */
.nestedList .heading { font-weight: bold; text-align: left; line-height: 20px; background: #2D6566; color: #fff; margin-bottom: 10px;}
.nestedList .folder { clear: both; }
.nestedList .file { clear: both; }
.nestedList .name { width: 250px;  float: left; padding-left: 3px; }	
.nestedList .size { width: 50px; float: left; }
.nestedList .comment { width: 320px; float: left; }
.nestedList .children {	clear: both; }
.nestedList .folder .contents .name { font-weight: bold; }
.nestedList .folder .children {  }
.nestedList .file .contents .name { font-weight: normal; }
.nestedList .contents { line-height: 20px; border-bottom: 1px solid #ccc; height: 20px;}

.nestedList .hover { background-color: #ddd; }

.icon-file { margin-right: 6px; vertical-align: middle; }
.icon-folder { margin-right: 3px;vertical-align: middle; }

.indenter { height: 20px; width: 0; vertical-align: middle; }
