/* CSS dla zawartosci MULTIOPAC'a */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	border-right: 0px;
	overflow: hidden;
	min-width: 100%;;
}
#version{
 height:40px;
 width:100px;
 position:absolute;
 top:10px;
 left:33px;
 }
 
a:link {
  color: #111;  
  }     /* unvisited link */
a:visited {
  color: #666;
  }  /* visited link */
a:hover {
  color: #666;
  }   /* mouse over link */
a:active {  
  color: #777;
  }   /* selected link */

  
.ft{
 margin-top:10px;
}
.ft button{
  margin-right:8px;
  padding-left: 7px;
  padding-right: 7px;
}

.colorRed{
  color:#FF0000;
  font-weight: bold;
}

#contents {
	top: 68px;
	bottom: 20px;
	background: #fff;
	width: 100%;
	padding: 0px;
	min-height: 300px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	clear: none;
	height: expression(document.documentElement.clientHeight - 88 + 'px');
}
#footer {
	bottom: 0px;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	background: url('foot_repeat.jpg') repeat-x top #F97800;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#footer_left
{
	height: 15px;
	width: 396px;
	background: url('footer_left.jpg') no-repeat left top;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-family: Arial;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 14px;
	padding-bottom: 0px;
}
#footer_right
{
  display:none;
	height: 20px;
	width: 604px;
	background: url('footer_right.jpg') no-repeat left top;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	padding-bottom: 0px;
}

/* --- styl do bocznego paska w countents --- */
#contents_table {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px; 
  padding: 0px;
}

#left_side {
  width: 210px;
  height: 100%;
  background: #D6D6D6;
  vertical-align: top;
}

#line_between {
  width: 2px;    
  background: #fff url('long_line.gif') no-repeat top left;
}

#right_side {
  height: 100%;
  vertical-align: top;
  padding-top: 45px;
}
/* --- END - styl do bocznego paska w countents --- */

.ajaxWait{
width:100%;
padding:15px 0px;
text-align:center; 
}

.color1 {
  color: #F84410;
}

select {
  border: 1px solid #4E4E4E;  
}

.input_style1 {
  width: 230px;
  border: 1px #4E4E4E solid;
}

.input_style2 {
  width: 130px;
  border: 1px #4E4E4E solid;
}

.input_read {
  width: 230px;
  border: 1px #4E4E4E solid;
  background: #D4D0C8;
}

#date_year {
  width: 60px;
}

#date_month {
  width: 99px;
}

#date_day {
  width: 66px;
}

#doc_name, #dept_name {
  width: 233px;
}

/*#library_name {
  width: 300px;
}*/

/*#req_bib_load {
  text-align: right;
  padding-right: 5px;
}*/

.form_button {
  width: 100px;
}

.error_valid {
  color: #ff0000;
  font-size: 12px;
  line-height: 1.5em;
}

/* 
  Nagowek w lewej komorce 
*/
ul.left-dane {
	margin: 0;
	padding: 20px 0px 30px 10px;
	list-style-type: none;
	display: block;	
	line-height: 165%;
	width: 190px;
}
ul.left-dane li {
	margin: 0;
	padding: 2px;
	border: 1px solid #8E8E8E;
	text-align: center;
}

ul.left-dane li.left-title {
  font: bold 14px Arial, sans-serif;
  background: #909090;
  color: #fff;
}

ul.left-dane li.left-where {
  font: 14px Arial, sans-serif;
  background: #EFEFEF;
  color: #000;
}

.redColor {
  color: #ff0000;  
}

#loadingbox .hd {
  display: none;
}
#loadingbox .bd {
  height: 53px;
  text-align: center;
  vertical-align: middle;
}
#loadingbox .bd table {
  width: 370px;
  height: 53px;
}
#loadcontent {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 21pt;
}
#loadcontent img {
  vertical-align: middle; 
}
