@charset "iso-8859-2";
/* CSS Document */
body{
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	}
div,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#626262;

	}

.container{
	width:690px;
	margin:auto;
	text-align: left;
}
.head{
	width:680px;
	text-align: center;
	border-bottom: 1px #4A4A4A dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.foot{
	width:100%;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
.menul{
	width:230px;
	float:left;
	height: auto;
	display: inline;
}
.center{
	width:230px;
	float:left;
	height: auto;
	display: inline;
}
.menur{
	width:230px;
	float:right;
	height: auto;
	display: inline;
/*	word-wrap: break-word; */
/*	word-break: break-all; */
	text-align: left;
}
   
.full {
	background-color:#bfbf47;
	width: 700px;

}	
	
.toptop{
	background:url(images/t1.jpg);
	height: 32px;

	}



.menu{
	list-style: none;
	padding:3px;
	margin:0px;
}
.menu li a{
	color:#003196;
	padding:3px;
	font-size:10px;
	text-decoration:none;
}
.menu li a:hover{
	text-decoration:none;
	font-size:10px;
	text-decoration:underline;
}



.menua{
	list-style: none;
	padding:3px;
}
.menua li a{
	display:block;
	padding:3px;
	background-color:#D4E3FF;
	border:1px solid #B1C7FF;
	color:#000;
	font-size:10px;

	text-decoration:none;

 	z-index: 1;
}
.menua li a:hover{
	background-color:#8EABFF;
	border-bottom:1px solid #B1C7FF;
	text-decoration:none;
	font-size:10px;
	
}
	
input.edit_text {
color:#0E0E0E;

}

img {
border: none;
}

.menut_container{
	text-align: center;
	height: 28px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #565656;

}
.menut{
    list-style: none;
    margin: 0;
    padding: 0;
    float:left;
    

}
.menut li{
   display: inline; 
} 
.menut li a{
   display: inline-block; 
	float: left;
	height: 19px;
	color: #517F82;
	text-decoration: none;
	padding: 5px 5px;
	margin: 0px 0px 5px 5px;
	background-color: #cccccc;
	border-bottom: 1px solid #1A1A1A;  
	border-top:1px solid #7A7A7A;
	border-left:1px solid #7A7A7A;
	border-right:1px solid #7A7A7A;
}
.menut li a:hover{
	background-color:#CECECE;
	color:#626262;
   background-color: #eeeeee;
	border-bottom: 1px solid #CECECE;  
	border-top:1px solid #565656;
	border-left:1px solid #565656;
	border-right:1px solid #565656;

}

input.search_input{
width: 180px;
}

.fieldset{ 
border-bottom-style: solid;

}

.cont_box{
width: 208px;
background-color: #f1f2f3;
border: 1px solid #779bbd;
padding: 5px;
margin-bottom: 5px;
}

.cont_label{
width: 210px;
height: 13px;
padding: 5px;
background:url('images/cont-top.jpg') no-repeat;
background-color: #779bbd;
font-size: 12px;
color: #D4E3FF;
margin-top: 5px;
}

hr{
border-top: 1px solid #ACBBD0;
border-bottom: none;
border-left: none;
border-right: none;
height:1px;
color:#003196;

}

.kalendarz{
	font-family:tahoma;
	font-size: 14px;
	color: blue;
}


.tooltip {
  /* WYGLAD */
  text-align:left;
  /* white-space:nowrap; */
  color:#002573;
  border: 1px solid #003196;
  font:normal bold 10px Verdana, sans-serif;
  padding:4px;
  background:#D4E3FF;
  
  width : 200px;
  
  /* ROZMIESZCZENIE */
  position:absolute;
  margin-top:25px; /* odleglosc w pionie od kursora myszy */
  visibility: hidden;
}

/* Classic Style */
div.domTTClassic {
    border: 1px solid #8E8EFF;
    background-color: #D4D4FF;
    width: 200px;
    color: #000000;
}
div.domTTClassicCaption {
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 1px 2px 0 2px;
}

