@CHARSET "UTF-8";

fieldset legend {
	margin-left: 20px;
	padding: 10px;
	font-size: 13pt;
}

label.lbl {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
label.lbl:after {
	content: ":";
}

div.content_field {
	position: relative;
	/*margin: 0 9px 10px 9px;*/
	padding: 0 5px 5px 5px;
	display: block;
	border: 0;
	background: #FFFFFF;
	line-height: 22px;
}

div.content_field h1 {
	margin: 5px 20px;
	font-size: 19px;
	text-shadow: 0.1em 0.1em 0.2em #999999;
}
.form-row {
	padding: 10px;
}

.form-row ul{
	margin-left: 40px;
}
.form-row ol {
	margin-left: 20px;
}
.bg-green {
	background: #27973a;
}
.user-menu {
	padding: 0 10px 10px 10px;
	display: block;
}
.welcome {
	font-weight: bold;
	padding: 5px 0;
}
.user-menu a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.user-menu a:hover {
	background: #f8b92d;
	color: #2e2e2e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.akt-tab {
	margin-left: 7px;
	margin-bottom:10px;
}

ul.akt-tab li {
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	height:30px;
}

ul.akt-tab li a {
	display: block;
	padding: 3px 18px;
	text-decoration: none;
	border: 0;
	color: #55595a;
	background:#f0f0f0 url("img/tab-li-bg.png") repeat-x top;
	border:1px #aeaeae solid;
}

ul.akt-tab li a:hover, ul.akt-tab li a.back:hover {
	text-decoration:underline;
}

ul.akt-tab li a.active {
	background:#dadada url("img/tab-bg.png") repeat-x top;
	color: #55595a;
	border:1px #aeaeae solid;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
	text-shadow: 1px 1px 1px #ffffff;
	font-weight:bold;
}

ul.akt-tab li:last-child a{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

ul.akt-tab li a.back {
	border:1px #aeaeae solid;
	color: #858585;
}

/*
 * news start
 */
.content_field #mright strong {
	color: #6D9DD3;
	display: block;
}
.content_field #mright a.title {
	font-size: 16px;
	padding: 0 0 0 15px;
	display: block;
	color: #252525;
	text-decoration: none;
	margin: 0 0 10px 0;
	border-left: 3px solid #6D9DD3;
	width: 550px;
}
.content_field #mright a.title:hover {
	color: #1A419A;
	text-decoration: underline;
}
.content_field #mright div.tool {
	text-align: left;
	min-width: 85px;
}
.content_field #mright a {
	color: #ab2727;
	display: block;
	margin: 4px 0;
}

.content_field #pager {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.content_field #pager span {
	padding: 3px 6px;
	border: 1px #296390 solid;
	display: inline-block;
}
.content_field #pager a {
	display: inline-block;
	margin: 5px;
	font-weight: bold;
}

a.more {
	color: #184bc0;
	margin: 5px 15px 5px 5px;
	text-decoration: none;
}
a.more:HOVER {
	color: #252525;
}
/*
 * news end
 */

.cleft {
	width: 340px;
	max-width: 340px;
}
.cleft .contact textarea, input[type="text"] {
	resize: vertical;
	width: 300px;
}

.cright {
	width: 330px;
	max-width: 330px;
	text-align: justify;
	margin-left: 10px;
}

/*
 * datagrid
 */
#datagrid {
	width: 100%;
}

#datagrid .row .cell-hdr:first-child, #datagrid .row .cell:first-child {
	width: 10px;
}

#datagrid .row .cell-hdr {
	border-top: 1px #d6d6d6 solid;
	line-height:14px
}
#datagrid .row .cell-hdr, #datagrid .row .cell-hdr a{
	color:#434343;
	text-align:center;
}
#datagrid .row .cell-hdr, #datagrid .row .cell {
	border-left: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
}

#datagrid .row .cell-hdr:last-child, #datagrid .row .cell:last-child {
	border-right: 1px #d6d6d6 solid;
	padding: 5px;
}

#datagrid a {
	color: #287fe6;
	text-decoration:none;
}

#datagrid a:hover {
	color: #454545;
}
#datagrid .row .cell img{
	vertical-align:middle;
	text-align:center;
	align:center;
}
#datagrid .row .cell a{
	display:block;
	margin:5px 0 1px 0;
	
}
#datagrid .listbtn {
	cursor: pointer;
}

/*
 * list pagination
 */
.pagination {
	display: block;
	margin: 15px 0;
	width: 100%;
	height:27px;
	background:url("img/pager-bg.png") repeat-x center center;
}
.pagination span.pages{
	color:#0c4f79;
	display:block;
	float:left;
	padding:0;
	margin:3px 0 0 3px;
}

/*.pagination a, .pagination span {
	padding: 5px;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}*/

.pagination a.pager{
	display:block;
	float:left;
	color:#0d507b;
	background:#c8c8c8 url("img/apager.png") repeat-x top;
	padding: 1px 8px 1px 8px;
	margin:3px 0 0 3px;
	cursor:pointer;
	border:1px #CCC solid;
}
.pagination a.pager:hover{
	background:#fff;
	background-image:none;
}
.pagination span.current{
	display:block;
	float:left;
	color:#fff;
	background:#0e527f url("img/apager-current.png") repeat-x top;
	padding: 0px 8px 0px 8px;
	margin:2px 0 0 3px;
	cursor:text;
	border:1px #CCC solid;
}
.pagination .right{
	color:#0d507b;
	margin:3px 5px 0 0;
}
.lawfilters {
	margin: 0 15px 15px 15px;
}

/*
 * sitemap start
 */
.sitemap {
	padding: 15px;
}
.sitemap ul {
	margin: 0;
	padding: 0;
}

.sitemap ul li {
	margin-left: 30px;
	padding: 0;
	list-style-image: url("img/sitemap_arrow.png");
}

.sitemap ul li a {
	display: block;
	text-transform: lowercase;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
	color: #1B459E;
}

.sitemap ul li a:hover {
	color: red;
}
.sitemap ul li a:first-letter {
	text-transform: uppercase;
}
/*
 * sitemap end
 */

.date {
	color: #1B459E;
	margin: 5px;
}

.law_desc {
	text-align: right;
	margin: 0 0 10px 0;
	background:url("img/descr-bg.png");
	border:1px #d6d6d6 solid;
	border-top:none;
	padding:2px 8px;
}

span.highlight {
	background: yellow;
	color: red;
}

div.law_highlight {
	width: 1000px;
	margin: 0 auto 10px auto;
	padding: 0;
	position: fixed;
	z-index: 300;
	bottom: 0;
	text-align: right;
	display: block;
}

div.law_highlight div.lightform {
	background: #6699ff url("img/search_bg.png") repeat-x left 50%;
	padding: 5px;
	float: right;
	border: 1px #b9b8b7 solid;
	margin-right: 15px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.law_highlight input {
	border: 0;
	border: 1px #b9b8b7 solid;
	padding: 3px;
	color: #252525;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.law_highlight span.count {
	color: #646464;
	font: 13px;
	padding: 3px;
	clear: both;
	display: inline-block;
}

#toolbar {
	text-align: right;
}

#toolbar input[type="button"] {
	cursor: pointer;
}

.ui-autocomplete-loading {
	background: white url('img/ajax-loader.gif') right center no-repeat;
}

.search-loading{
	background: transparent url('/images/ajax-loader.gif') center bottom no-repeat;
	height: 40px;
	text-align: center;
	color: #999999;
	display: none;
}

.two-point{
	float:left;
	background:url("img/two-point.png") repeat-x top;
	height:15px;
	padding:0;
	margin:0;
}