@charset "utf-8";
/* CSS Document */

html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EBEBEB;
	color: #000;
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #000099;
}

a:hover {
	color: #cc0000;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#header {
	text-align: center;
	border-bottom: 1px solid #fff;
}

#nav_wrapper {
	width: 950px;
	margin-left: 5px;
}

#content {
	padding: 10px;
	text-align: left;
}

#content a img {
	border: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #660000;
	border-bottom: 2px solid #036;
	padding: 2px;
	margin: 5px;
	margin-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer {
	/*border-top: 2px solid #036;*/
	font-size: 11px;
	margin-top: -5px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #000;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000;
}

.treeitem, .treeitem_ro, .treeitem_active {
	padding: 5px;
	background-image: url(/images/icon_folder.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
	cursor: pointer;
}

.treeitem_ro {
	color: #001040;
	font-weight: bold;
}

.treeitem_active {
	color: #001040;
	font-weight: bold;
	font-style: italic;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */