/* CSS Document */

body {
/* background:url(img/body_back.gif) repeat-x;*/
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background: #ECF2FB;
 font-size:13px;
 color:#333333;
/* margin:0px;*/
}

form {
 margin:0px;
}

h2 {
 margin-bottom:5px;
}

table#hdr {
/* border: 1px solid #0000CC;*/
 background:url(img/bld.jpg) no-repeat #59A0E8 ;
/* background: #59A0E8 ; */
/* background-position: 10px 0px;*/
/* border-bottom:	1px dashed #0066FF;*/
 width:100%;
 height: 110px;
 color:#FFFFFF;
 font-weight:bold;
 font-size:16px;
}

table#prodaja  {
 background:#DDDDDD;
 margin-top:5px;
}
table#prodaja td{
 background:#EEEEEE;
} 
/*#hdr #ll {
 background:url(img/hdr1.jpg);
}

#hdr #rr {
 background:url(img/hdr3.jpg);
}*/

#hdr #mid {
 background:url(img/nek.jpg) no-repeat;
 background-position:center;
}

table#main {
 background:#FFFFFF;
 color:#333333;
 width:100%;
 height:400px;
}

td#main {
 padding:5px; 
}

/*img { border:1px solid #006699; }*/

table#prd {
 font-size:11px;
 font-weight:bold;
}

table#prd td {
 background:#CCE4F2;
 margin:2px;
}

table#foot {
/* border-top: 1px solid #DDDDDD;
 border-bottom: 1px solid #AAAAAA;*/
 background:#EEEEEE;
 color:#333333;
 width:100%;
 font-size:12px;
}

td.mnu {
 background:#F8F8F4;
 width:120px;
 border-right: 1px dotted #CCCCCC;
}

td.rpane {
/* background:#DAF4FA;*/
 background:#BAD5EF;
 border-left:1px dashed #0066FF;
 width:130px;
 vertical-align:top;
 font-size: 12px;
}


#logintab {
 border-bottom:1px solid #FFF; /*#0066FF; */
 padding:3px;
 width:100%;
}

#votetab {
 border-bottom:1px solid #FFFFFF; /*#0066FF; */
 padding:3px;
 width:100%;
}

#reftab {
 border:1px solid #CCCCCC;
 margin:5px;
 width:300px;
}

#reftab th {
 background-color:#EEEEEE;
}

input.edt {
 width: 75px;
/* border:1px solid #0066CC;*/
 margin-bottom: 3px;
 margin-left:0px;
 margin-right:0px;
}

div.mnu {
 position:absolute;
 left: 10px; top:150px;
}

.mnu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.mnu li {
 border-bottom: 1px solid #DDDDDD;
 padding:1px;
}

#mnu td {
 font-size:12px;
 font-weight:bold;
 background:#EEEEEE;
 border-bottom: 1px #BBBBBB solid;
}

a.mnu:link, a.mnu:visited{
 text-decoration:none;
 color: #1855B1;  
 display: block;
 width: 97%;
 padding:2px;
 font-size:13px;
 font-weight:bold;
}

a.mnu:hover {
 color:#FFFFFF;
 background:#0066CC;
}

.down {
 background:url(img/down.gif) no-repeat left;
/* line-height: 140%;*/
/* display: block;*/
 padding: 0 0 2px 20px;
 width:1px;
 font-size:12px;
 font-weight:bold;
}

.down a {
 text-decoration:none;
}


.btn {
  color: #1865B1; 
  font-size: 11px;
  font-weight: bold;
  border:1px solid #AAAAAA; 
  background: url(img/button_bg.png) repeat-x;
  height:22px;
  margin:2px;
}
