* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #1a531a;
}
a:hover {
	background:#fff;
	color: #1a531a;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

span.bold {
	font-weight: bold;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 0px 20px 0px 20px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 20px 40px 20px;
	overflow: auto;
	background: url(../img/bg_content.png) bottom left repeat-x;
	border-bottom: 1px solid #c6c6c6;
}
#footer {
	display: block;
	clear: both;
	float: left;
	padding: 10px 0px 10px 0px;
	font-size: 0.85em;
	font-family: Arial;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	display: block;
	padding: 0px 4px;
	text-decoration: none;
}
th a:hover {
	text-decoration: none;
}
table tr td {
	background: #f5f5f5;
	padding: 2px 4px;
	text-align: center;
	vertical-align: top;
}

table tr th {
    padding: 10px 4px 0px ;
    text-align: center;
    vertical-align: top;
}

table tr.altrow td {
	background: #ffffff;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f5f5f5;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #155727;
	margin-bottom: 2em;
	font-size: 0.8em;
	width: 100%;
	text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging a {
	color: #155727;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
}
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	display: block;
	float: left;
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	float: left;
	clear: none;
	font-size: 110%;
	padding-right: 20px;
}

input[type="text"], input[type="password"], textarea {
	display: block;
    float: left;
    clear: none;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 0.8em;
	font-weight: bold;
	margin: 1em 0;
	margin-left: 10px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

div#mainmenu {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 171px;
	background: url('../img/bg.png') no-repeat top left;
}

div#menu_left {
	display: block;
	float: left;
	clear: left;
	width: 652px;
	background: url('../img/bg.png') no-repeat top left;
}

div#menu_right {
	display: block;
	float: right;
	clear: right;
	width: 311px;
	margin: 0px;
	font-size: 1.05em;
	font-family: Arial Narrow;
}

a.menu_1:link, a.menu_1:visited {
	display: block;
	float: right;
	clear: both;
	width: 100%;
	height: 48px;
	background: url('../img/menu_1_1.png') no-repeat bottom left;
	color: #ffffff;
	text-decoration: none;
}

a.menu_1:hover {
	background: url('../img/menu_1_2.png') no-repeat bottom left;
}

a.menu_2:link, a.menu_2:visited {
    display: block;
    float: right;
    clear: both;
    width: 100%;
    height: 40px;
    background: url('../img/menu_2_1.png') no-repeat top left;
	color: #ffffff;
	text-decoration: none;
}

a.menu_2:hover {
    background: url('../img/menu_2_2.png') no-repeat bottom left;
}

a.menu_3:link, a.menu_3:visited {
    display: block;
    float: right;
    clear: both;
    width: 100%;
    height: 40px;
    background: url('../img/menu_3_1.png') no-repeat top left;
	color: #ffffff;
	text-decoration: none;
}

a.menu_3:hover {
    background: url('../img/menu_3_2.png') no-repeat top left;
}

a.menu_4:link, a.menu_4:visited {
    display: block;
    float: right;
    clear: both;
    width: 100%;
    height: 43px;
    background: url('../img/menu_4_1.png') no-repeat top left;
	color: #ffffff;
}

a.menu_4:hover {
    background: url('../img/menu_4_2.png') no-repeat top left;
}

div.admin_menu {
	display: block;
	float: left;
	clear: both;
	width: 653px;
	height: 40px;
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 0.9em;
}


div.admin_menu span {
	display: block;
	float: left;
	clear: none;
	margin: 10px 4px;
}

div.admin_menu span a:link, div.admin_menu span a:visited {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

div.admin_menu span a:hover {
	color: #ffffff;
    background: #000000;
    text-decoration: underline;
}

div#navibar_main {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
	font-size: 0.75em;
	font-family: Arial;
}

div#header_content {
	display: block;
	float: left;
	clear: both;
	width: 963px;

}

div#header_left {
	display: block;
	float: left;
	clear: left;
	width: 640px;
	height: 110px;
	background: url('../img/minrol_header.png') no-repeat top left;
}

div#header_right {
    display: block;
    float: right;
    clear: right;
	width: 315px;
	height: 110px;
	background: url('../img/search_bg.png') no-repeat top left;
}

div#header_right form {
	width: 100%;
}



div#header_right input[type="text"] {
	display: block;
	float: left;
	clear: none;
	width: 200px;
	margin: 15px 0px 0px 10px;
	height: 24px;
}

div#header_right div.submit {
	display: block;
	float: left;
	clear: none;
	margin: 15px 0px 0px 5px;
	padding: 0px;
	width: 84px;
}

div#header_right input[type="submit"] {
	display: block;
	float: right;
	clear: none;
	width: 84px;
	height: 31px;
	background: url('../img/mainsearch.png') no-repeat top left;
	border: 0px;
}

div.footer_style {
	display: block;
	float: left;
	clear: both;
	margin-left: 20px;	
}

div.footer_style_2 {
    display: block;
    float: left;
    clear: both;
	width: 100%;
	border-top: 1px solid #c6c6c6;	
}

div.footer_style_2_txt {
	display: block;
    float: left;
	clear: none;
	width: 680px;
	color: #606060;
	margin: 15px 10px 15px 30px;
}

div.footer_style_2_w3c {
	display: block;
	float: right;
	clear: none;
	width: 230px;
	text-align: right;
	margin: 15px;
}

div#search, div#search_form {
	display: block;
	float: left;
	clear: none;
	width: 963px;
	margin: 0px;
	padding: 0px;
}


div.search_form_left {
	display: block;
	float: left;
	clear: none;
	width: 477px;
	padding: 0px;
	margin: 0px 8px 0px 0px ;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	background: #ffffff;
}

div.search_form_right {
    display: block;
    float: left;
    clear: none;
    width: 474px;
    padding: 0px;
    margin: 0px;
	border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
	background: #ffffff;
}

div.search_form_right_content {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

div.search_form_header {
	display: block;
    float: left;
    clear: both;
	width: 480px;
	height: 36px;
	padding: 0px;
    margin: 0px;
	background: #527a15;
}

div.search_form_right div.search_form_header {
	width: 474px;
}

div.search_form_header span {
	display: block;
	margin: 4px 0px 0px 10px;
	font-size: 1.5em;
	font-family: Arial Narrow;
	color: #fff;
	font-weight: bold;
}



div.search_form_left input[type="text"] {
	width: 310px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

div.search_form_left select {
	width: 310px;
	height: 20px;
    margin: 0px;
    padding: 0px;
	font-size: 0.8em;
}

div.search_form_left label {
    float: left;
    width: 150px;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}

div.search_form_left > label {
	margin: 0px 0px 0px 8px;
}

div.search_form_right input[type="text"] {
    width: 80px;
    height: 20px;
    margin: 5px 0px;
    padding: 0px;
	font-size: 1em;
}

div.search_form_right label {
    float: left;
    width: 200px;
    margin: 5px;
}

div.search_form_right div.form span {
	display: block;
	float: left;
	clear: none;
	width: 30px;
	margin-top: 8px;
}

div.search_form_right div.form {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	min-height: 18px;
	margin: 3px 0px;
	background: url('../img/dottet.png') top left no-repeat;

}

div.search_form_right_txt {
	display: block;
	float: left;
	clear: none;
	width: 474px;
	height: 100px;
	font-size: 0.9em;
	line-height: 150%;
}

div.search_form_right_txt_left {
	display: block;
    float: left;
    clear: none;
    width: 40px;
    height: 60px;
	margin-left: 30px;
	margin-top: 50px;
}

div.search_form_right_txt_right {
    display: block;
    float: right;
    clear: none;
    width: 380px;
    height: 60px;
	margin-left: 10px;
	text-align: left;
	margin-top: 50px;
}

div.search_form_left div.form {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    min-height: 18px;
    margin: 3px 0px;
	background: url('../img/dottet.png') top left no-repeat;
}

div.search_form_left div.form label {
	margin: 5px;
}

div.search_form_left div.form input {
	margin: 5px 0px;
}

div.search_form_left div.form_select label {
    margin: 5px;
}

div.search_form_left div.form_select select {
	display: block;
	float: left;
	clear: none;
    margin: 2px 0px;
	width: 100px;
}

div.search_form_left div.form_select {
	display: block;
    float: left;
    clear: both;
    width: 100%;
    min-height: 18px;
    margin: 3px 0px;
}



div#search_form input[type="submit"] {
	display: block;
	float: right;
	border: none;
	width: 305px;
	height: 53px;
	position: relative;
	right: 80px;
	background: url('../img/search_button.png') top left no-repeat;
}

div#search_form div.submit {
	float: right;
	clear: none;
	width: 310px;
}

a.navi:link, a.navi:visited {
	color: #000;
	text-decoration: none;
}

a.navi:hover {
	text-decoration: underline;
}

div#search_res {
	display: block;
	float: left;
	clear: none;
	width: 980px;
	margin: 30px 0px 0px 0px;
}

table.search_res {
	width: 100%;
	border: 1px solid #e8e8e8;
	margin-top: 20px;
	font-size: 0.8em;
}

table.search_res th {
	font-size: 0.95em;
}

tr.header {
	background: url('../img/search_res_header_bg.png') top left repeat-x;
	height: 45px;
	font-weight: normal;
}

tr.header a:link, tr.header a:visited {
	color: #000;
	text-decoration: none;
}

table.search_res td {
	min-height: 40px;
	vertical-align: middle;
	font-size: 0.95em;
}


tr.header a:hover {
	text-decoration: underline;
}

table.search_res td a:link, table.search_res td a:visited, table.search_res td a:hover {
	display: block;
	width: 100%;
	height: 70%;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background: inherit;
	text-decoration: none;
}

table.search_res td a:hover {
	text-decoration: underline;
}

a.export_csv {
	display: block;
	float: right;
	clear: none;
	width: 143px;
	height: 29px;
	text-decoration: none;
	background: url('../img/export_csv.png') top left no-repeat;
}

a.export_pdf {
    display: block;
    float: right;
    clear: none;
    width: 143px;
    height: 29px;
    text-decoration: none;
    background: url('../img/export_pdf.png') top left no-repeat;
}

div.export {
	display: block;
	float: left;
	clear: none;
	width: 288px;
}

div.search_summary {
	display: block;
    float: right;
    clear: none;
    width: 350px;
	font-size: 0.75em;
}

div.search_summary_box {
	display: block;
    float: left;
	clear: none;
	min-width: 345px;
}

div.search_summary_box_1 {
	display: block;
    float: left;
    clear: none;
    width: 203px;	
	margin-left: 7px;
}

div.search_summary_box_2 {
	display: block;
    float: right;
    clear: none;
    width: 128px;
	text-align: right;
}

div.paginator_counter {
	display: block;
    float: left;
    clear: none;
    width: 50%;
	font-size: 0.9em;
}

div.login {
	display: block;
	float: left;
	clear: none;
	width:100%;
}

div.login_left {
	display: block;
	clear: none;
	float: left;
	width: 355px;
	border-left: 1px solid #e6e6df;
	border-right: 1px solid #e6e6df;
	border-bottom: 1px solid #e6e6df;
}

div.login_right {
    display: block;
    clear: none;
    float: right;
	width: 577px;
	margin-left: 10px;
	border: 1px solid #e6e6df;
	border-right: 1px solid #e6e6df;
    border-bottom: 1px solid #e6e6df;
}

div.login_left_title {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	border-bottom: 1px solid #e6e6df;
	height: 50px;
	font-size: 1.5em;
	color: #bc494d;
	font-family: Arial Narrow;
	font-weight: bold;	
}

div.login_left_title span {
	display: block;
	margin: 12px 0px 0px 10px;
}

div.login_left_txt {
	display: block;
    float: left;
    clear: none;
    width: 100%;
	height: 140px;
}

div.login_left_txt ul {
	position: relative;
	left: 20px;
	top: 20px;
	text-indent: 0px;
	list-style-image:url('../img/checked.png');
}

div.login_left_txt li {
	margin-bottom: 20px;
}

div.login_right_title {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: 50px;
    font-size: 1.5em;
    color: #bc494d;
    font-family: Arial Narrow;
    font-weight: bold;
}

div.login_right_title span {
    display: block;
    margin: 12px 0px 0px 10px;
}

div.login_right_txt {
	display: block;
	float: left;
	clear: none;
	height: 140px;
	width: 100%;
}

div.login_right_txt form {
	width: 100%;
}

div.login_right_txt form > div {
	clear: none;
	float: left;
	width: 72%;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

div.login_right_txt input[type="text"], div.login_right_txt input[type="password"] {	
	float: left;
	clear: none;
	width: 300px;	
}

div.login_right_txt label {
	float: left;
	clear: none;
	width: 85px;
	font-family: Arial Narrow;
	font-size: 1.2em;
}

div.login_right_txt div.submit {
	display: block;
	float: right;
	clear: none;
	width: 128px;
	height: 32px;
	padding: 0px;
	margin: 0px;
}

div.login_right_txt input[type="submit"] {
	width: 126px;
	height: 30px;
	background: url('../img/zalogu.png') no-repeat top left;
	border: none;
	clear: none;
}

div.login_right_txt a:link, div.login_right_txt a:visited {
	display: block;
	float: left;
	clear: both;
	font-size: 0.75em;
	color: #000000;	
	margin-left: 115px;
}

div.login_right_txt a:hover {
}


/** outrecords **/

div.outrecord {
	display: block;
    float: left;
    clear: none;
	width: 963px;
	margin: 0px;
    padding: 0px;
}

div.outrecord_left {
	display: block;
	float: left;
	clear: none;
	width: 580px;
	height: 290px;
	margin: 0px 10px 0px 0px;
	border-left: 1px solid #e6e6df;
    border-right: 1px solid #e6e6df;
    border-bottom: 1px solid #e6e6df;
	background: #ffffff;
}

div.outrecord_left_art {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    margin: 0px 10px 0px 0px;
    border-left: 1px solid #e6e6df;
    border-right: 1px solid #e6e6df;
    border-bottom: 1px solid #e6e6df;
    background: #ffffff;
}

div.outrecord_left_green {
    display: block;
    float: left;
    clear: none;
    width: 580px;
    height: 96px;
    margin: 12px 10px 0px 0px;
	border-left: 1px solid #e6e6df;
    border-right: 1px solid #e6e6df;
    border-top: 1px solid #e6e6df;
    background: #ffffff;
}

div.outrecord_right {
	display: block;
    float: right;
    clear: none;
    width: 352px;
	height: 400px;
	border-left: 1px solid #e6e6df;
    border-right: 1px solid #e6e6df;
    border-bottom: 1px solid #e6e6df;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}


div.outrecord_record {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	min-height: 23px;
	border-bottom: 1px solid #e6e6df;
	font-size: 0.8em;
}

div.outrecord_record_art {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e6e6df;
    font-size: 0.8em;
}

div.outrecord_label {
	display: block;
	float: left;
	clear: none;
	width: 250px;	
	color: #606060;
}

div.outrecord_data {
	display: block;
    float: left;
    clear: none;
    width: 200px;
	color: #000000;
	font-weight: bold;
}

div.outrecord_data_art {
    display: block;
    float: left;
    clear: none;
    width: 600px;
    color: #000000;
    font-weight: bold;
}

div.outrecord_label span, div.outrecord_data span {
	display: block;
	margin: 5px 0px 0px 12px;
}

div.outrecord_title {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: 50px;
    font-size: 1.5em;
    color: #000000;
    font-family: Arial Narrow;
    font-weight: bold;
	border-bottom: 1px solid #e6e6df;
}

div.outrecord_title span {
	display: block;
	clear: none;
	float: left;
	width: 300px;
    margin: 12px 0px 0px 10px;
}

div.outrecord_record_green1 {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: 24px;
    font-size: 0.8em;
	background: #98ac54;
	color: #ffffff;
}

div.outrecord_record_green2 {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: 24px;
    font-size: 0.8em;
	background: #77921c;
	color: #ffffff;
}


div.outrecord_label_green {
    display: block;
    float: left;
    clear: none;
    width: 200px;
    color: #ffffff;
	margin: 5px 0px 0px 12px;
}

div.outrecord_data_green {
    display: block;
    float: left;
    clear: none;
    width: 110px;
    color: #ffffff;
    font-weight: bold;
	text-align: right;
	margin: 5px 0px 0px 12px;
}

div.outrecord_pln_green {
    display: block;
    float: left;
    clear: none;
    width: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
	margin: 5px 0px 0px 12px;
}

div.outrecord_label span, div.outrecord_data span {
    display: block;
    margin: 5px 0px 0px 12px;
	width: 300px;
}

div.outrecord_right {
	font-family: Arial Narrow;
	font-size: 1.5em;
	font-weight: normal;
}

div.outrecord_right span {
	display: block;
	float: left;
	clear: none;
	margin: 30px;
}

/** articles **/


div.articles {
	display: block;
	clear: none;
	float: left;
	width: 100%;
}

div.articles_left {
	display: block;
    clear: none;
    float: left;
	width: 314px;
	height: 280px;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	border-left: 1px solid #e1e0d8;
	border-right: 1px solid #e1e0d8;
	border-bottom: 1px solid #e1e0d8;
	background: #ffffff;
}

div.articles_middle {
	display: block;
    clear: none;
    float: left;
    width: 314px;
	height: 280px;
    margin: 0px 7px 0px 0px;
    padding: 0px;
	border-left: 1px solid #e1e0d8;
    border-right: 1px solid #e1e0d8;
    border-bottom: 1px solid #e1e0d8;
	background: #ffffff;
}

div.articles_right {
	display: block;
    clear: none;
    float: left;
    width: 314px;
	height: 280px;
    margin: 0px ;
    padding: 0px;
	border-left: 1px solid #e1e0d8;
    border-right: 1px solid #e1e0d8;
    border-bottom: 1px solid #e1e0d8;
	background: #ffffff;
}

div.articles_block_title {
	display: block;
    clear: none;
    float: left;
	width: 100%;
	min-height: 64px;
}

div.articles_block_title p {
	display: block;
	float: left;
	clear: none;
	margin: 18px 0px 10px 10px;
	font-size: 1.3em;
	width: 240px;
	color: #1a531a;
}

div.articles_block_title p span {
	display : block;
	float: left;
	clear: both;
	font-size: 0.6em;
	color: #858585;
	margin-top: 3px;
}

div.articles_block_title p a:link, div.articles_block_title p a:visited {
	color: #1a531a;
	text-decoration: none;
}

div.articles_block_title p a:hover {
	text-decoration: underline;
}

div.articles_block_short {
	display: block;
    clear: none;
    float: left;
	margin: 10px 20px 20px 26px;
	width: 262px;
	font-size: 0.8em;
	line-height: 150%;
}


/** article **/

div#article_view {
	display: block;
	float: left;
	clear: none;
	width: 100%;
}

div.article_view_left {
	display: block;
    float: left;
    clear: none;
	width: 947px;
	font-size: 1.2em;
}

div.article_view_right {
	display: block;
    float: right;
	clear: none;
    width: 372px;
	border-left: 1px solid #e6e6df;
	border-right: 1px solid #e6e6df;
	border-bottom: 1px solid #e6e6df;
	color: #000000;
}

div.article_view_left_title {
	display: block;
	float: left;
	clear: none;
	width: 860px;
	font-size: 1.1em;
	color: #000000;
	margin: 20px 0px;
}

div.article_view_left_date {
    display: block;
    float: right;
    clear: none;
    width: 70px;
    font-size: 0.65em;
    margin: 20px 10px 20px 10px;
}

div.article_view_left_content {
	display: block;
    float: left;
    clear: both;
    width: 960px;
    color: #000000;
	font-size: 0.7em;
	margin: 0px 10px 10px 0px;
	line-height: 150%;
}

div.article_view_left_meta {
	display: block;
    float: left;
    clear: both;
	width: 580px;
	font-size: 0.7em;
	margin: 0px 10px 30px 0px;
	line-height: 150%;
}

div.article_view_left_print {
	display: block;
	float: left;
	clear: both;
	width: 940px;
	margin-right: 10px;
	text-align: right;
}

div.article_view_left_files {
	display: block;
    float: left;
    clear: both;
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 20px;
}

div.article_view_left_files > span {
	display: block;
    float: left;
    clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.article_view_left_files_box {
	display: block;
	float: left;
	clear: both;
	width: 60%;
}

div.article_view_left_files_box_title {
	display: block;
    float: left;
    clear: none;
    width: 80%;
	margin-bottom: 5px;
	font-weight: bold;
}

div.article_view_left_files_box_data {
	display: block;
    float: left;
    clear: none;
    width: 80%;
	font-size: 0.9em;
}

div.article_view_left_files_box_submit {
	display: block;
    float: right;
    clear: none;
    width: 20%;	
}


div.article_view_right_metatitle {
	display: block;
    float: left;
    clear: both;
	border-bottom: 1px solid #e6e6df;	
	margin: 25px 0px 0px 0px;
	padding: 0px 10px 25px 10px;
	font-weight: bold;
	font-size: 0.95em;
	width: 352px;
}

div.article_view_right_meta {
	display: block;
    float: left;
    clear: both;
    border-bottom: 1px solid #e6e6df;
    margin: 8px 0px 0px 0px;
    padding: 0px 10px 8px 10px;
	font-size: 0.8em;
	width: 352px;
}

div.article_view_right_meta span {
	font-weight: bold;
}

div.article_view_right_files {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

div.article_view_right_files > span {
	display: block;
	margin: 0px 10px 15px 10px;
	font-size: 0.95em;
	font-weight: bold;
	width: 352px;
}

div.article_view_right_meta_filename {
	display: block;
	float: left;
	clear: both;
	width: 252px;
	margin-top: 5px;
	margin-bottom: 20px;
}

div.article_view_right_meta_filedate {
	display: block;
    float: left;
    clear: both;
    width: 335px;
	color: #858585;
	padding-left: 15px;
	line-height: 150%;
}

div.article_view_right_meta a:link, div.article_view_right_meta a:visited {
	display: block;
	float: right;
	position: relative;
	top: 0px;
	float: right;
}

div.article_view_right_meta a:hover {
}

/** admin **/

table.admin_table {
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 5px;
    font-size: 0.8em;
	color: #000;
	color: 	#333;
}

tr.header {
    background: url('../img/search_res_header_bg.png') top left repeat-x;
    height: 45px;
    font-weight: normal;
}


tr.header th {
	border: none;
}

tr.header a:link, tr.header a:visited {
    color: #000;
    text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid  #c9c9c9;
}

table.admin_table td {
    height: 40px;
    vertical-align: middle;
}

tr.header a:hover {
    text-decoration: underline;
}

div.admin_table_counter {
	font-size: 0.75em;
	color: #000;
}

div.admin_table_title {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	color: #000;
	font-size: 1.45em;
	font-weight: bold;
	margin: 20px 0px;
}


td.out a:link, td.out a:visited, td.out a:hover {
    display: block;
    width: 100%;
    height: 70%;
    color: #000;
    padding-top: 10px;
    background: inherit;
    text-decoration: none;
}

td.out a:hover {
    text-decoration: underline;
}


span.new {
	padding-left: 20px;
	font-size: 0.6em;

}

span.new a:link, span.new a:visited {
	color: #10541d;

}

span.new a:hover {
	text-decoration: none;
}

div.nothing {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	height: 100px;
	margin-top: 50px;
	text-align: center;
}

/** files **/

div.files {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: #000;
}

div.files_title {
	display: block;
    float: left;
    clear: both;
	width: 100%;
	margin: 15px 0px;
	font-size: 1.4em;
}

div.files_box {
	display: block;
    float: left;
    clear: both;
	width: 100%;
}

div.files_box_left {
	display: block;
    float: left;
	clear: none;
	width: 572px;
	min-height: 80px;
	border: 1px solid #ebebeb;
	margin: 0px 15px 20px 0px;
	background: url('../img/files_bg.png') repeat-x bottom left #fff;
}

div.files_box_right {
    display: block;
    float: left;
    clear: none;
    width: 367px;
    height: 80px;
	color: #707070;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    margin: 0px 0px 20px 0px;
	font-size: 0.8em;
}

div.files_box_right span.file1 {
	display: block;
    float: left;
    clear: both;
	width: 367px;
	height: 26px;
	background: #fff;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 5px;
}

div.files_box_right span.file2 {
    display: block;
    float: left;
    clear: both;
    width: 367px;
    height: 26px;
	background: #f7f7f7;
    border-bottom: 1px solid #d1d1d1;
	padding-left: 5px;
}

div.files_box_right span.h5 {
	margin-top: 4px;
	font-weight: normal;
	font-size: inherit;
}

div.files_box_left span {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin: 15px 10px 15px 15px;
	font-size: 0.8em;
}

div.files_box_left a:link, div.files_box_left a:visited, div.files_box_left a:hover {
	display: block;
	float: right;
	clear: none;
	margin: 0px 10px 10px 10px ;
}

/** Dodawanie pliku */

div.file_add {
	display: block;
	float: left;
	clear: both;
	width: 654px;
	margin-top: 20px;
	color: #000;
}

div.file_add_title {
	font-size: 1.3em;
    font-weight: normal;
    width: 140px;
    color: #000;
    clear: none;
}

div.file_add label {
	font-size: 1em;
	font-weight: normal;
	width: 140px;
	color: #000;
	clear: none;
}

div.file_add input {
	clear: none;
	width: 200px;
}

div.file_add input[type="submit"] {
	display: block;
    float: left;
    clear: both;
    background: url(../img/save.png) top left;
    width: 83px;
    height: 33px;
    border: none;
	margin-left: 18px;
}

div.file_add div.submit {
	display: block;
    float: left;
    clear: both;
}

input#FilenameUploadfile {
	width: 100px;
	height: 24px;
	z-index: 1;
}

div.file_add_form {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

a.del:link, a.del:visited {
	display: block;
	float: left;
	clear: both;
	margin-left: 158px;
}



/** search simple **/

div.search_simple {
	display: block;
	float: left;
	clear: none;
	width: 963px;
	margin: 0px;
    padding: 0px;
}

div.search_simple_left {
	display: block;
    float: left;
    clear: none;
	width: 653px;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

div.search_simple_right {
    display: block;
    float: left;
    clear: right;
    width: 310px;
	min-height: 200px;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

div.search_simple_left_box {
	display: block;
    float: left;
    clear: none;
	color: #000;
	width: 100%;
	margin: 0px;
    padding: 0px;
}

div.search_simple_left_box2 {
    display: block;
    float: left;
    clear: none;
    color: #000;
	background: #f8f8f8;
	width: 100%;
    margin: 0px;
    padding: 0px;
}

div.search_simple_left_box_title {
	display: block;
    float: left;
    clear: none;
	width: 393px;
	color: #1a531a;
	font-size: 1.25em;
	font-weight: 500;
	margin: 18px 0px 0px 15px;
}

div.search_simple_left_box_title a:link, div.search_simple_left_box_title a:visited {
	text-decoration: none;
	color: #1a531a;
}

div.search_simple_left_box_title a:hover {
	text-decoration: underline;
}

div.search_simple_left_box_date {
	display: block;
    float: right;
    clear: none;
    width: 120px;
	margin-left: 18px;
	font-size: 0.8em;
	color: #858585;
	margin: 15px 15px 0px 0px;
}

div.search_simple_left_box_txt {
	display: block;
    float: right;
    clear: both;
	width: 605px;
	margin: 15px 15px 15px 0px;
	font-size: 0.8em;
	line-height: 150%;
}

a.arch_kont {
	display: block;
    float: left;
    clear: both;
	margin-left: 0px;
	margin-top: 5px;
}

div.search_simple_right_box {
	display: block;
    float: left;
    clear: none;
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
}

div.search_simple_right_box_title {
	display: block;
    float: left;
    clear: both;
	width: 250px;
	margin: 10px 0px 10px 10px;
	font-size: 0.8em;
}

div.search_simple_right_box_meta {
	display: block;
    float: left;
    clear: none;
	width: 200px;
	margin: 10px;
    font-size: 0.8em;
	color: #858585;
}

div.search_simple_right_box a {
	display: block;
	position: relative;
	top: 10px;
}

/** dodawanei artykulow **/

div.article_add {
	display: block;
    float: left;
    clear: none;
    width: 100%;
	font-size: 0.8em;
}

div.article_add_title {
	display: block;
    float: left;
    clear: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.article_add span {
	font-size: 1.6em;
}

div.article_add a:link, div.article_add a:visited {
	margin: 0px 30px;
	color: #10541d;
}

div.article_add a:hover {
	color: #10541d;
	text-decoration: none;
}

div.rticle_add_form {
	display: block;
    float: left;
    clear: none;
	width: 100%;
	margin-top: 20px;
}

div.article_add_form input {
	width: 730px;
	clear: none;
	margin-bottom: 20px;
}

div.article_add_form textarea {
    width: 730px;
    clear: none;
    margin-bottom: 20px;
	font-size: 1em;
}

div.article_add_form label {
	width: 130px;
	clear: none;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}

div.article_add_form select {
	width: 730px;
    clear: none;
    margin-bottom: 20px;
    font-size: 1em;
}

div.article_add_form input[type="checkbox"] {
	clear: none;
	float: right;
    margin-bottom: 20px;
    font-size: 1em;
}

input#ArticleIsActive {
	width: 20px;
	margin-right: 790px;
}

div.article_add input[type="submit"] {
	display: block;
	float: left;
	clear: both;
	background: url(../img/save.png) top left;
	width: 83px;
	height: 33px;
	border: none;
}

div.article_add div.submit {
	display: block;
    float: left;
    clear: both;
	margin-left: 150px;
}

div.article_add form {
	width: 100%;
}

/** stats **/

div.stats {
	display: block;
    float: left;
    clear: both;
	width: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

div.stats_title {
	display: block;
    float: left;
    clear: both;
	font-size: 1.25em;
	margin: 20px 0px;
	min-width: 790px;
}

div.stats_choose {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

div.stats_choose div.input {
	display: block;
    float: left;
    clear: none;
	width: 170px;
}

div.stats_choose select {
	display: block;
	float: left;
	clear: none;
	width: 150px;
	font-size: 0.8em;
}

div.stats_choose input[type="submit"] {
    display: block;
    float: left;
    clear: none;
    background: url(../img/show.png) top left;
    width: 83px;
    height: 33px;
    border: none;
}

div.stats_choose div.submit {
    display: block;
    float: left;
    clear: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -10px;
}

div.stats_box {
	display: block;
	float: left;
	clear: none;
	width: 456px;
	margin-right: 20px;
	margin-bottom: 30px;
}

div.stats_box_title {
	font-size: 0.8em;
	margin-bottom: 5px;
	font-weight: bold;
}

div.stats_box table {	
	border: 1px #efefef solid;
	color: #000;
}

div.stats_box td {
	border: none;
	vertical-align: middle;
}

div.stats_box th.green {
	background: url('../img/stats_title_green.png') repeat-x top left;
	height: 23px;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	vertical-align: middle;
}

div.stats_box th.grey {
	background: url('../img/stats_title_gray.png') repeat-x top left;
	height: 23px;
	border: none;
    padding: 0px;
    margin: 0px;
	font-size: 0.8em;
	vertical-align: middle;
}

div.stats_box td.dark1 {
	background: #f6f6f6;
	border-left: #e6e6e6 1px solid;
	height: 36px;
}

div.stats_box td.dark2 {
	background: #ededed;
	border-left: #e6e6e6 1px solid;
	height: 36px;
}

div.stats_box td.light1 {
	background: #fff;
	border-left: #f3f3f3 1px solid;
	height: 36px;
}

div.stats_box td.light2 {
	background: #f5f5f5;
	border-left: #f3f3f3 1px solid;
	height: 36px;
}

div.stats_line {
	display: block;
    float: left;
    clear: both;
	width:100%;
}


/** dodawanie usr **/

div.user_add {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    font-size: 0.8em;
}

div.user_add_title {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.user_add span {
    font-size: 1.6em;
	
}

div.user_add a:link, div.user_add a:visited {
    margin: 0px 30px;
    color: #10541d;
}

div.user_add a:hover {
    color: #10541d;
    text-decoration: none;
}

div.user_add_form {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    margin-top: 20px;
}

div.user_add_form input {
    width: 230px;
    clear: none;
    margin-bottom: 20px;
}

div.user_add_form textarea {
    width: 730px;
    clear: none;
    margin-bottom: 20px;
    font-size: 1em;
}

div.user_add_form label {
    width: 130px;
    clear: none;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: normal;
}

div.user_add_form input[type="checkbox"] {
    clear: none;
    float: right;
    margin-bottom: 20px;
    font-size: 1em;
}

div.user_add input[type="submit"] {
    display: block;
    float: left;
    clear: both;
    background: url(../img/save.png) top left;
    width: 83px;
    height: 33px;
    border: none;
}

div.user_add div.submit {
    display: block;
    float: left;
    clear: both;
    margin-left: 150px;
}

div.user_add form {
    width: 100%;
}

input#UserActive {
    width: 20px;
    margin-right: 800px;
}

div.outrecord_title a:link, div.outrecord_title a:visited {
	margin: 0px 0px 0px 30px;
    color: #10541d;
	font-size: 0.5em;
}

div.outrecord_title a:hover {
	text-decoration: none;
}

a.logout:link, a.logout:visited {
	color: #ffc000;
	
}

div#search pre {
	background: inherit;
}

a.new_search:link, a.new_search:visited, a.new_search:hover {
	display: block;
	float: left;
	clear: none;
	margin-top: 10px;
	background: url('../img/nowe_wyszuk.png') no-repeat top left;
	width: 144px;
	height: 31px;
}

a.back:link, a.back:visited {
	font-size: 1.8em;
}

div.form input:focus {
    background-color: #e2eb8a;
}

div.search_res_info {
	font-size: 0.75em;
}

div.search_res_info span {
	font-size: 1.1em;
	color: #b63636;
	position: relative;
	left: -10px;
}

div.search_quotes {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 25px;
	line-height: 150%;
	color: #10541d;
}

div.privacy {
	display: block;
	float: left;
	clear: none;
	width: 90%;
	font-size: 0.9em;
	text-align: center;
	line-height: 150%;
	margin: 40px;
}

div.privacy form {
	display: block;
	float: left;
	clear: none;
	width: 150px;
	text-align: center;
	margin: 30px 0px 30px 370px;
	font-size: 0.9em;
}

div.privacy form input[type="checkbox"]{
	margin-left: 25px;
	clear: both;
	margin-bottom: 10px;
}

div.privacy div.submit {
	float: left;
	text-align: left;
	margin-left: 22px;
}


div.privacy input[type="submit"] {
	float: left;
    text-align: left;
	margin-left: 0px;
	background: url(../img/dalej.png) top left;
    width: 88px;
    height: 33px;
	border: none;
}

div.config_add {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    font-size: 0.8em;
}

div.config_add_title {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.config_add span {
    font-size: 1.6em;

}

div.config_add a:link, div.config_add a:visited {
    margin: 0px 30px;
    color: #10541d;
}

div.config_add a:hover {
    color: #10541d;
    text-decoration: none;
}

div.config_add_form {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    margin-top: 20px;
}

div.config_add_form input {
    width: 730px;
    clear: none;
    margin-bottom: 20px;
}

div.config_add_form textarea {
    width: 730px;
    clear: none;
    margin-bottom: 20px;
    font-size: 1em;
}

div.config_add_form label {
    width: 130px;
    clear: none;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: normal;
}

div.config_add_form input[type="checkbox"] {
    clear: none;
    float: right;
    margin-bottom: 20px;
    font-size: 1em;
}

div.config_add input[type="submit"] {
    display: block;
    float: left;
    clear: both;
    background: url(../img/save.png) top left;
    width: 83px;
    height: 33px;
    border: none;
}

div.config_add div.submit {
    display: block;
    float: left;
    clear: both;
    margin-left: 150px;
}

div.config_add form {
    width: 100%;
}

td.nr {
	text-align: right;
}

a.logo:link, a.logo:visited, a.logo:hover {
	display: block;
	float: left;
	clear: none;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: none;
}

a.outrecord_prnt:link, a.outrecord_prnt:visited, a.outrecord_prnt:hover {
	display: block;
	float: right;
	clear: none;
	padding: 5px;
}

