.input{
	width:80%;
}
.middle {
	vertical-align : middle;
}
.blokas {
	width : 78px;
	text-align : center;
	float : left;
	cursor : pointer;
	padding : 3px;
	margin : 3px;
	height : 65px;
}
div.blokas a {
	color : #666;
	display : block;
	margin-left : 4px;
	margin-top : 4px;
	margin-right : 2px;
	margin-bottom : 2px;
}
.blokas img {
	display : block;
	border : 0;
}

td#line {
	padding-right : 5px;
	padding-left : 5px;
	border-right : 1px solid;
	text-align : right;
	background : #cccccc;
	font-family : arial;
	font-size : 12px;
	width : 20px;
}
td#code {
	font-size : 12px;
	font-family : arial;
	white-space : nowrap;
}
.img_left {
	float : left;
	margin-right : 5px;
	position:relative;
}

.avatar img {
	background-color:white;
	border:1px solid silver;
	display:block;
	margin:2px 10px 2px 2px;
	padding:2px;
	float:left
}

/* Galerija */
#gallery { 
	position:relative;
}
.gallery_title, .gallery_menu {
	background-color:black;
	color:white;
	font-weight:bold;
	opacity:0.7;
	position:absolute;
	text-align:center;
	width:100%;
}
.gallery_title {
	top: 0;
}
.gallery_menu {
	bottom: 5px;
}
.gallery_menu img {
	vertical-align:middle
}
#captcha {
	background-color: white
}
input.chapter {
  font-size : 20px;
  font-weight : bold;
  height : 30px;
  padding-top : 5px;
  text-align : center;
  text-transform : uppercase;
  vertical-align : middle;
  width : 100px;
}
.tr,.tr2,.td,.td2,.th {
	word-wrap: break-word;
	overflow: hidden;
}
.tooltip{
	padding: 3px;
	border: 1px solid #666;
	display: none;
	background: #000;
	color: #FFF;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
