body {
	margin: 0px;
	padding: 0px;	
	color: #000;
	background-color: white;
	font-size: 62.5%;
}

strong, b {
	font-weight: bold;
}

img {
	border: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header {
	margin-bottom: 22px;
}

#left {
	float: left;
	width: 180px;
}

#right {
	float: right;
	width: 224px;
}

.reg {
	border: #adadad solid 1px;
	background: white;
	font-size: 10px;
	vertical-align: middle;
	width: 180px;
}

.forms strong {
	font-weight: bold;
	color: #7c0000;
	font-size: 1.2em;
}

.forms a {
	color: #7c0000;
	font-size: 1.1em;
}

#middle { 
	float: left;
	width: 59%;
}

#footer {
	clear: both;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
}


ul#menu {
	background-color: #dadada;
	width: 180px;
	height: 582px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#menu li {
	padding: 8px 8px 8px 8px;
	margin: 0px 8px 0px 8px;
}

ul#menu li a {
	color: #7c0000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li.selected-menu {
	background-color: white;
}

ul#menu li.selected-menu a {
	color: gray;
}

div.right-block-headers {
	height: 17px;
	background: top left url('../images/right_top.gif') no-repeat;
	color: white;
	font-weight: bold;
	padding: 3px 7px 0px 7px;
	font-size: 1.2em;
}

div.right-blocks {
	background-color: #dadada;
	margin-bottom: 17px;
}

div.right-blocks form {
	padding: 10px;
	margin: 0px;
}

table#top-menu {
	margin: 0px;
	
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
}

table#top-menu td.items {
	text-align: center;
	background-color: #7c0000;
	margin: 0px;
	border-right: 4px solid white;
	border-top: 4px solid white;
}

table#top-menu td {
	padding: 0px;
}


table#top-menu td.items a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#middle h1 {
	color: #7c0000;
	margin: 0px 30px 20px 30px;
	font-size: 1.8em;
}

#content {
	padding: 0px 30px 0px 30px;
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

#content a {
	color: #7c0000;
}

#page-nav {
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	border-top: 1px solid gray;
	padding-top: 5px;
}

.not-selected-page, .not-selected-page a {
	color: black;
	margin: 3px;
}

.selected-page, .selected-page a {
	margin: 3px;
	color: #666;
}

#cat-menu {
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 0px 20px 20px 20px;
	border-left: 10px solid gray;
	border-bottom: 2px solid gray;
}

#cat-menu li {
	margin-bottom: 7px;
	font-weight: bold;
}

p.small-news {
	padding: 0px 10px 0px 22px;
	margin: 10px 0px 10px 10px;
	background: url('../images/arrow.gif') no-repeat top left;
	font-size: 1.1em;	
}

p.small-news a {
	color: black;
	text-decoration: none;
}

p.small-news a:hover {
	color: black;
	text-decoration: underline;
}

#sitemap li {
	margin-bottom: 5px;
	margin-top: 5px;
	
}

.error1 {
	border: 1px solid gray;
	width: 90%;
	margin:  0px auto;
	padding: 20px;
	color: red;
	font-weight: bold;
	text-align: center;
}

.required {
	color: red;
	font-weight: bold;
}

.req_error {
	color: red;
	font-size: 0.8em;
}

#registration-form input, select, textarea {
	background: white;
	border: 1px solid gray;
	font-size: 0.9em;
}

#registration-form  {
	font-size: 1.1em;
}

#case-results {
	border-collapse: collapse;
}

#case-results td, #case-results th {
	padding: 3px;
	border: 1px solid #333;
	font-size: 10px;
}

#case-results th { 
	text-align: center;
}

.case-acts input {
	border: 1px solid #666;
}

.case-acts td {
	padding: 4px;
}

.case-acts-captions {
	text-align: right;
	width: 150px;
}

.akt-search-input {
	width: 250px;
}

.akt-search-select {
	width: 320px;
}

#courts-list {
	margin: 0px;
	list-style:none;
}

#courts-list li {
	margin-bottom: 5px;
}


#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid white;
	padding: 3px;
	background-color: #ccc;
	font-size: 1.1em;
	color: #971b1e;
	visibility: hidden;
	z-index: 100;
}