/* arch-tag: 7ea4772b53061cc5b1dbef3bf7775db5
 */

div#header .spacer {
	float: left;
}

div.form_err {
	font-size: 8pt;
	color: #a33;
}

.OLRow {
	margin-top: -4px;
	margin-bottom: -3px;
}

.browseControls {
	font-size: 8pt;
	border-top: 1px dashed #C2C2C2;	
	border-bottom: 1px dashed #C2C2C2;
	margin-top: 5px;
	padding-bottom: 3px;
	text-align: right;
}

.searchHit em {
	color: black;
	font-weight: bold;
	font-style: inherit;
}

.searchHit .searchBody {
	margin: 5px 30px;
}

#popUpContent {
	background-color: #FFFFFF;
}

#browseContent .node {
	position:relative;
	top: -4px;
	height: 11px;
}

a.urgent {
	font-weight: bold;
}

form.button {
	display: inline;
}

table.docview td {
	vertical-align: top;
}
table.docview td.ftitle {
	font-style: italic;
	padding-right: 10px;
}
table.docview td.foot {
	padding: 2px;
	text-align: right;
}

div.searchHit {
	border-bottom: 1px dashed #C2C2C2;
	padding-left: 20px;
}
div.searchHit div.searchDoc {
	margin-left: -20px;
}

div#rules li {
	margin-left: 0px;
	padding: 0px;
	color: inherit;
	list-style-type: none;
}
div#rules ul {
	margin-top: -10px;
}
div#rules ul li ul {
	margin-top: 5px;
}

div#searchErrors div {
	font-style: italic;
	padding-left: 30px;
	color: #333;
	margin-top: 3px;
}
div#searchErrors div.fatal {
	font-style: inherit;
	color: inherit;
	margin-top: 10px;
}
div#searchErrors span.title {
	font-weight: bold;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

span.standartTreeRow {
	color: #756C4B;
}
span.standartTreeRow:hover {
	color: black;
	text-decoration: underline;
}
