﻿html {
    padding: 0px;
    margin: 0px;
	height: 100%;
}
body {
    margin: 10px 0 0 0;
    font-family: Geneva, Arial, sans-serif, Verdana;
    font-size: 8pt;
    text-align: center;
    color: #444;
	background-color: #fff;
}

h1 {
    font-size: 14pt;
    font-family: Geneva, Arial, sans-serif, Verdana;
    color: #000;
    margin: 0px;
}

h2 {
    font-size: 12pt;
    font-family: Geneva, Arial, sans-serif, Verdana;
    font-weight: bold;
    color: #000;
    margin: 0px;
}

h3 {
	color: #4465A2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
    margin: 0px;
}

a:link h3, a:active h3, a:visited h3 {
	text-decoration: none;
}

a:hover h3 {
    color: #a0472c;
}

h4 {
    font-size: 10pt;
    font-family: Geneva, Arial, sans-serif, Verdana;
    font-weight: bold;
    color: #000;
    margin: 0px;
}

a:link, a:active, a:visited {
    color: #4465A2;
    margin: 0px;
	text-decoration:none;
}

a:hover {
    color: #a0472c;
}

#userMenu {
	width: 630px;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	border: 1px dotted #999;
	overflow: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#userMenu span {
	display:inline-block;
}
#userMenu span.sep {
	padding:0 .5em;
}
#userMenu span.first-item {
	padding-left:1em;
}

/************************************************************************************/
/*
 * Menu prawe
 */
.menu {
/*
    width: 200px;
    height: 300px;
    overflow: auto;
    float: left;
*/
    text-align: left;
    padding: 5px;
    margin: 5px;
}

.menu .item {
	height: 25px;
	width: 190px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}

.menu .item a, .menu .item a:link, .menu .item a:active, .menu .item a:visited {
	font-weight: bold;
	font-size: 10pt;
	color: #222;
	text-decoration: none;
	line-height: 26px;
	
}

.menu .item a:hover {
    color: #a0472c;
}

.menu a h2, .menu a:link h2, .menu a:active h2, .menu a:visited h2 {
    font-size: 8pt;
    font-weight: normal;
    line-height: 20px;
	display: block;
    margin-left: 10px;
	padding-left: 10px;
    color: #000;
    text-decoration: none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu a:hover h2 {
    color: #a0472c;
	background-color: #ddd;
}
/*
 * Elementy strony głównej
 */
.mainitem {
    width: 600px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    float: left;
    overflow: auto;
}

.mainitem .image {
    width: 52px;
    margin: 15px 0 0 0;
    padding: 0px;
    float: left;
    overflow: auto;
}

.descMain, .mainitem .desc, #content #header {
    width: 510px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    float: left;
    overflow: auto;
}
.descMain h1, .mainitem .desc, #content #header h1 {
	margin-top: 15px;
	color: #142654;
	font-weight: normal;
}

/*
 * Zawartość
 */
#content #header {
    width: 640px;
    margin-bottom: 20px;
	color: #555;
}
/*
 * lista pozycji
 */
.bookitem {
    width: 585px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    float: left;
    overflow: auto;
    border-bottom: 1px solid #CCC;
    padding: 5px;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
.bookitemodd {
    background-color: transparent;
}
.bookitemeven {
    background-color: #F2F2F2;
}

.bookitemimage {
    width: 65px;
    height: 52px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    float: left;
    overflow: auto;
}
/*
.bookitem .desc {
	width: 520px;
	float: left;
	overflow: auto;
}
*/

.bookitem .operations {
	text-align: right;
}


/*
 * Komunikaty
 */
#error,.error,
#mesg,.mesg,
#info,.info {
	text-align: center;
	width: 630px;
    float: auto;
    overflow: auto;
    margin: 5px 0px 15px 0px;
	padding: 15px 0px 15px 0px;
	display: block;
}
/* błąd */
#error,.error {
	color: #FF0000;
	border: 1px dotted #FF0000;
	background-color: #FFF2F2;
}
/* neutralne */
#mesg,.mesg {
	color: #0066CC;
	border: 1px dotted #299DD6;
	background-color: #F0F8FF;
}
/* wyróżniona informacja / ostrzeżenie */
#info,.info {
	color: #615314;
	border: 1px dotted #ffb000;
	background-color: #fff8de;
}
/*
 * nawigator
 */

#navi {
	width: 650px;
	overflow: auto;
	float: left;
    font-size: 9pt;
	line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
    color: #000;
}

#navi a:link, #navi a:active, #navi a:visited {
	text-decoration: none;
	color: #4465A2;
}

#navi a:hover {
	color: #a0472c;
}

#navi .disable {
	color: #999;
}

#naviback {
	font-size: 10px;
}

/*
 * Wyszukiwanie
 */
.searchform {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 560px;
}

.searchform input {
    font-size: 8pt;
	border: 1px solid #999;
	width: 250px;
}

.searchform input.checkbox {
    font-size: 8pt;
	border: 0px;
	width: 15px;
	margin-left: 16px;
}

.searchform input#acth {
	cursor: pointer;
    font-size: 8pt;
	color: #a0472c;
	border: none;
	background-color: #fff;
	width: 70px;
	margin-left: 5px;
}

.searchform input#act {
	cursor: pointer;
    font-size: 8pt;
	color: #4465A2;
	border: none;
	background-color: #fff;
	width: 70px;
	margin-left: 5px;
}

.searchform input.combo, .searchform input#pola1, .searchform input#pola2, .searchform input#pola3, .searchform input#typ_dok {
	width: 150px;
	/*background-image: url("comboarrow.png");*/
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 16px;
	cursor: pointer;
}

.searchform input.combopor, .searchform input#por1, .searchform input#por2  {
	width: 25px;
	background-image: url("comboarrow.png");
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 16px;
	cursor: pointer;
}

.searchform input#od, .searchform input#do  {
	width: 50px;
}

.searchform div#f_p1 {
	width: 50px;
	float: left;
	overflow: auto;
}
.searchform div#f_p2 {
	width: 260px;
	float: left;
	overflow: auto;
}
.searchform div#f_p3 {
	width: 180px;
	float: left;
	overflow: auto;
}

.searchform div#f_p4 {
	width: 350px;
	float: left;
	overflow: auto;
}

.searchform div#f_p4_a {
	width: 200px;
	float: left;
	overflow: auto;
}

.searchform div#f_p4_b {
	width: 150px;
	float: left;
	overflow: auto;
}

.searchform div#f_p4_c {
	width: 100px;
	float: left;
	overflow: auto;
}

#searchAdvSwitch {
	margin-bottom: 10px;
	width: 100px;
	text-align: right;
	float: right;
	overflow: auto;
}

/*
 * Zestawienia
 */

#ItemOdd {
	display:block;
    border-left: 10px solid #eee;
    margin-left: 10px;
	line-height: 30px;	
	background-color: #eee;
}

#ItemEven {
	display:block;
    border-left: 10px solid #fff;
    margin-left: 10px;
	line-height: 30px;
	background-color: #fff;
}

/*
 * Przeglądanie Alfabetyczne
 */

#browseAlf {
    margin: 5px;
    width: 310px;
    overflow: auto;
    float: left;
}

#browseBar {
	width: 630px;
	text-align: center;
	line-height: 20px;
	background-color: #eee;
	border: 1px dotted #555;
    font-size: 8pt;
    font-weight: bold;
    color: #4465A2;
    margin-left: 20px;
	margin-bottom: 10px;
	overflow: auto;
	float: right;
}
/*
 * szczegóły opisu
 */
#detail_header {
	font-size: 10pt;
	color: #777;
	background-color: #fff;
	border: 5px solid #fff;
}
#detail_tab {
	color: #555;
	text-align: center;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background-color: #f4f4f4;
	border: 1px solid #999;
	overflow: auto;
	float: left;
	margin-top: 15px;
}
#detail_tab_active {
	color: #555;
	text-align: center;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background-color: #f4f4f4;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #eee;
	overflow: auto;
	float: left;
	margin-top: 15px;
}
#detail_tab_separator {
	border-bottom: 1px solid #999;
	width: 5px;
	height: 26px;
	margin-top: 15px;
	overflow: auto;
	float: left;
}
#detail_tab_fill {
	border-bottom: 1px solid #999;
	height: 26px;
	width: 323px;
	margin-top: 15px;
	overflow: auto;
	float: left;
}
#detail_content {
	width: 645px;
	background-color: #f4f4f4;
	padding-bottom: 15px;
	overflow: auto;
	float: left;
}

#detail_content div#headlabel {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: #000;
	margin-left: 10px;
	width: 150px;
	overflow: auto;
	float: left;
}
#detail_content div#headtitle {
	font-size: 10pt;
	font-weight: bold;
	color: #4465A2;
	margin-left: 10px;
	width: 450px;
	overflow: auto;
	float: left;
}

#detail_content div#label {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	color: #000;
	margin-left: 10px;
	line-height: 18px;
	width: 150px;
	overflow: auto;
	float: left;
	width:150px;
}
#detail_content div#title {
	font-size: 9pt;
	color: #555;
	margin-left: 10px;
	line-height: 18px;
	width: 450px;
	overflow: auto;
	float: left;
}
#detail_content div#detail_karta {
	font-size: 9pt;
    font-family: "Lucida Console", Courier;
	color: #555;
	margin-left: 15px;
	width: 630px;
	overflow: auto;
	float: left;
}

#detail_content span#a {
	color: #999;
}

#detail_content span#b {
	color: #ff7b23;
}

#detail_content span#c {
	color: #008000;
}

table.detail_egz {
	margin: 1em;
	width: 630px;
	font-weight: 500;
	margin-left: 7px;
	border-collapse:collapse;
}
table.detail_egz td,
table.detail_egz th {
	margin: 0px;
	padding:.2em .4em;
}
table.detail_egz th {
	border-top: 1px solid #999;
	padding-top:1em;
	text-align:left;
}
.row_Odd {
	background-color: #ccc;
}
.row_Even {
	background-color: #eee;
}
table.detail_egz td {
	width: 120px;
	margin-left: 5px;
}
table.detail_egz td.stat {
	width: 240px;
}

.rocznik_content ul {
	margin: 0; padding:0 2em;
}
.rocznik_content ul li {
	padding:.4em 0;
}


/************************************************************************************/

#box {
    /*background-color: #F4F4F4; /*#f8f8f8;*/
	margin-left: auto; 
	margin-right: auto;
    width: 900px;
    text-align: left;
    border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
/*	overflow: auto;*/
}

#banner #logo {
    float: left;
    text-align: left;
}

#banner #logoprg {
    width: 220px;
    height: 100px;
    float: right;
    text-align: center;
    line-height: 90px;
    font-size: 90px;
}

#banner #logoprg img {
    margin-top: 15px;
}

#banner {
    width: 900px;
    height: 120px;
    color: #564b47;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    float: left;
}

#topMenu {
    font-size: 8pt;
    color: #cfcfcf;
    width:  100%; /*889px;*/
    height: 30px;
    text-align: left;
    vertical-align: middle;
    display: block;
    background-color: #F4F4F4; /*#474747;*/
    border-top: 1px solid #D1D2D4;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #D1D2D4;
    overflow: auto;
    float: left;
    padding: 0;
    margin: 0px;

}

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
    color: #808080;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 5px 0 5px;
}

#topMenu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7F7F7F;
}

#content {
    margin: 0px;
    padding: 0 0 0 10px;
	
    border-bottom: 35px solid #fff;
    width: 659px;
    background-color: #fff;
    overflow: auto;
    float: left;
	/*
    display: table;
	*/
}

#right {
    width: 220px;
    color: #564b47;
    margin: 10px 0px 0px 0px;
    overflow: auto;
    float: right;
	border-left: 1px dotted #C0C0C0;
}

#right hr {
	height: 1px;
	background-color: #C0C0C0;
	border: none;
}

#footer {
    font-size: 7pt;
    color: #676767;
    background-color: #fff;
	bottom: 0px;
	position: relative;
    width: 900px;
    height: 40px;
    overflow: auto;
	/*
    float: left;
	*/
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-top-color: #474747;
    border-top-width: 1px;
    border-top-style: solid;
}

