body {
	background: black url(bgzapojme.jpg) center 0 no-repeat;
	font-family: arial; 
	font-size: 12px;
    padding: 0; 
    margin: 0;
}

a {
	color: #1a4772;
	text-decoration: none;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a:hover {
	color: #0082ff;
	text-decoration: none;
}

.ok {
	color: #36ff00;
}

#login {
	width: 200px;
	background: #3c3c3c;
	color: white;
	position: absolute;
	left: 10px;
	top: 30px;
	padding: 5px;
	border: solid 1px #29748e;
}

#container {
	position: relative;
    padding: 10px;
    
	width: 850px;
	margin: 0 auto;
}

.menu {
	text-align: center;
	font-size: 12px;
}

input, textarea {
	font-family: verdana;
	padding: 2px;
	font-size: 12px;
}

.polje { border-width: 2px 1px 1px 2px; border-style: solid; border-color: #848484 #eeeeee #eeeeee #848484; }

select {
	font-family: verdana;
	font-size: 12px;
}

.button {
    background: #3782d1;
    border-color: #a7c6eb #153c69 #153c69 #a7c6eb;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
    font-size: 11px;
    color: white;
}

.cancelbutton {
    background: #f0f0f0;
    border-color: #e7e7e7 #666666 #666666 #e7e7e7;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
    font-size: 11px;
    color: black;
}

.field { 
    border-color: #737373 #d3d3d3 #d3d3d3 #737373;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    font-size: 11px; 
}

.album {
	border: solid 1px white;
	padding: 5px;
	margin: 5px 0;
	width: 300px;
}

.bandinfo {
	text-align: left; 
	background: #e4f2ff; 
	padding: 5px; 
	border: solid 1px #afd8ff; 
}



.blue a {
	color: #ff009c;
}

.blue a:hover {
	color: #c8318d;
}

.bold {
	font-weight: bold;
	background: #29748e;
	color: white;
}

.search {
	border: solid 1px white; 
	background: #3c3c3c; 
	color: white; 
	font-size: 11px; 
	padding: 2px;
}

.fucku
{
   width: 500px;
   -moz-user-select: none;
   z-index: 1;
   -khtml-user-select: none;
   user-select: none;
}

    div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      z-index: 100;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      cursor:pointer;
    }
	
.title { font-weight: normal; background: #d1e8ff; margin: 0 0 10px 0; padding: 3px 10px; }



.headmain { position: relative; background: #245380; padding: 7px 10px; font-size: 14px; font-family: arial; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; }
.headmain a { margin-right: 20px; color: white; }
.headmain a:hover { text-decoration: underline; }

.crkice {
    font-size: 20px; 
    text-align: center; 
    background: #5fb9da; 
    padding: 6px 0;
    margin: 0;
}

.let { padding: 0 1.5px; color: #000; margin-right: 10px; font-family: arial; }
.let:hover { color: #fff; text-decoration: underline; }

.main { background: white; padding: 10px; position: relative; opacity: .9; }

.menutop { text-align: center; background: #1c4873; padding: 7px; font-size: 13px; border-bottom: solid 1px #307CC7; }
.menutop a { color: white; margin-right: 20px; }
.menutop a:hover { color: white; border-bottom: dotted 1px #cbe5fe; }

.footer {
    text-align: right; 
    background: #245380; 
    padding: 7px 10px; 
    color: white;
}

.footer a { color: #64b3ff; }
.footer a:hover { text-decoration: underline; }