/* Start of CMSMS style sheet 'glavna CSS' */
body {
  background: #00FF00 url(uploads/images/maska/bg.jpg) repeat-x;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Tahoma;
  margin: 0px;
  height: 100%;
  width: 100%;
}

table {
border-spacing: 0px;
}

td {
border-spacing: 0px;
vertical-align: text-top;
}

a.nav:link {
text-decoration: none; 
color: #000080;
font-family: 'arial';
font-size: 11pt;
}

a.nav:visited {
text-decoration: none; 
color: #000080;
font-family: 'arial';
font-size: 11pt;
}

a.nav:active {
text-decoration: none; 
color: #000080;
font-family: 'arial';
font-size: 11pt;
}

a.nav:hover {
text-decoration: none; 
color: #808000;
font-family: 'arial';
font-size: 11pt;
}

img.slika
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #b0b0b0;
border-right-color: #b0b0b0;
border-bottom-color: #b0b0b0;
border-left-color: #b0b0b0;
margin-top: 15px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #125f97;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* End of 'glavna CSS' */

