input[type="text"]{
	border: 1px solid rgba(120,120,120,0.75);
}
code{
	font-size: 0.8em;
	color: #242424;
	font-style: italic;
	margin: 0px;
}
pre{
	margin: 0px;
}
a{
	text-decoration: none;
	color: #2080D0;
	cursor: pointer;
}

input[type="button"],input[type="submit"]{
	border: 1px solid rgba(120,120,120,0.75);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}

.naglowek1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: center;
}
.naglowek2 {
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
table {
	cell-padding: 0px;
	border-collapse:collapse;
}
.tdNaglowek  {
	padding: 5px 10px 5px 10px;
	background-color:#efefef;
	font-weight:bold;
	text-align:center;
}
.tdDane  {
	padding:3px 5px 3px 5px;
}
.link {
	color:#0066ff
}
.logoTable{
	background: #4ABC96;
}
.logo{
	height: 90px;
	width: 170px;
	background-image: url('../logo_gugik.jpg');
	background-position: 10px center;
	background-repeat: no-repeat;
}
.logoText{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
}
#wyniki{
	font-size: 1em;
	max-height: 332px;
	overflow: auto;
}
.search_pos{
	cursor: pointer;
	margin-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.search_pos:hover{
	color: red;
}
.search_res{
	color: #2080D0;
	font-size: 0.9em;
	font-weight: bold;
}
.search_info{
	font-size: 0.8em;
	text-indent: 0.15em;
	font-style: italic;
	color: #828282;
}
.search_source{
	font-size: 0.7em;
	color: #3C3C3C;
	text-indent: 0.15em;
}
.divbutton {
	
	/*basic styles*/
	position:relative;
	float: left;
	margin: 3px;
	padding: 3px;
	width: 105px;  height: 40px; background-color: #e1e1e1;
	text-align: center;  font-size: 30px;  line-height: 40px;
	
	
	/*gradient styles*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#d1d1d1));
	background: -moz-linear-gradient(19% 75% 90deg,#d1d1d1, #e1e1e1);
	
	/*border styles*/
	border-left: solid 1px #f8f8f8;
	border-top: solid 1px #f8f8f8;
	border-right: solid 1px #a5a5a5;
	border-bottom: solid 1px #707070;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#d1d1d1))
	
}
 
.divbutton h3 {
	margin: 2px;
	font-size: 17px;
	line-height: 15px;
	font-weight: normal;
}
 
.divbutton p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 10px;
}
 
.divbutton:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5f1fb), to(#e1e1ff));
	background: -moz-linear-gradient(19% 75% 90deg,#e1e1ff, #e5f1fb);
	cursor: pointer;
}

.middle {position:absolute; top:7%; height: 100%;}

.wyniki {
	border: 1px solid #000;
	width: 500px;
}

.wyniki th {
	padding: 3px;
	border: 1px solid #000;
}

.wyniki td {
	cursor: pointer;
	padding: 2px;
	border: 1px solid #000;
}

.wyniki_tr:hover {
	background-color: #ddf;
}

.logouldk {
	height: 90px;
    width: 170px;
    background-image: url('uldk_logo.png');
    background-repeat: no-repeat;
	background-position-x: 16px;
	background-position-y: 6px;
}

