body {
    margin: 0;
    padding:0; /* Need to set body margin and padding to get consistency between browsers. */
    /* fallback (Opera) */
    font-family:Segoe UI,Calibri,Lucida Grande, Arial, sans-serif;  
    height: auto;

}
.container{
    height: 100%;
    width: 100%;  
    float: left;
    background: #042a54;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #3d8ce3, #042a54);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#3d8ce3), to(#042a54));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#3d8ce3', EndColorStr='#042a54', GradientType=0);
}


#browser{
     text-align: justify; 
     width: 500px; 
     height: 500px;
}

#browser table tr{
    text-align: center;
    text-decoration: underline;
}
#browser table td{
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}
#browser img{
    border: 0 none;
}

    
.clear {
    clear:both;
}

.headerHolder{
    margin: 0 auto;
    text-align: left; 
    width: 1000px; 
    height: auto;
}

.main {  
    margin: 0 auto;
    text-align: left;
    width: 1000px;
    height: auto;
}
#header{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0;
}
.adminForm, .adminForm2{
    float: left;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #fff;
    margin-bottom: 10px;
    font-family:Segoe UI,"Lucida Grande",Arial,sans-serif;
    font-size: 16px;
    color: #ffffff;
    
    background: #b92424;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #b92424, #540404);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
            left top, left bottom, from(#b92424), to(#540404));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#b92424', EndColorStr='#540404', GradientType=0);
  
}
.adminForm{
   display: none; 
}

.adminForm table{
    margin:10px 0 10px 200px;
}
.adminClose{
    float: right; 
    width: 35px; 
    height: 35px; 
    margin: 5px 14px 7px 0; 
    border: 2px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #b92424;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #b92424, #540404);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
            left top, left bottom, from(#b92424), to(#540404));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#b92424', EndColorStr='#540404', GradientType=0);
}
.adminClose:hover{
    cursor: pointer;
}

.adminActions
{
    font-family:Segoe UI,"Lucida Grande",Arial,sans-serif;
    list-style-type:none;
    float: left;
    margin-left: -15px;
}
.adminActions li {display:inline;}
.adminActions li a
{
    padding: 0 20px 0 20px;
    color:#fff;
    text-decoration:none;
    font-weight: bold;
    float:left;
}
.adminActions li a:hover
{
    color:#b3b2b2;
}

	
#naslovDomov, #naslovZanimivosti, #naslovTrenerji,#naslovKontakti, #naslovTekmovanja, #naslovDogodki, #naslovGalerija, #naslovKje, #naslovZanimivosti{
    position: relative;
    float: left;
    width: 750px;
    height: 145px;
    text-align:center;
    font-size: 26px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;  
}  
#naslov, #zanimivosti2{
    padding: 0;
    margin: 0;
    font-family:Segoe UI,"Lucida Grande",Arial,sans-serif;
	font-size:45px;
    font-weight: bold;
    margin-top: 50px;
}
#naslovDomov {
    background: #f67d1d;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #fba560, #f67d1d);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#fba560), to(#f67d1d));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#fba560', EndColorStr='#f67d1d', GradientType=0);
}
#naslovZanimivosti  {
    background: #e937a2;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #fe68c2, #e937a2);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#fe68c2), to(#e937a2));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#fe68c2', EndColorStr='#e937a2', GradientType=0);
}
#naslovTrenerji  {
   
    background: #92c90c;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #b7f522, #92c90c);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#b7f522), to(#92c90c));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#b7f522', EndColorStr='#92c90c', GradientType=0);
}
#naslovKontakti  {
	background:#3c84e5;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #64a4fa, #3c84e5);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#64a4fa), to(#3c84e5));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#64a4fa', EndColorStr='#3c84e5', GradientType=0);
}
#naslovTekmovanja  { 
    background:#2e7309;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #53b022, #2e7309);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#53b022), to(#2e7309));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#53b022', EndColorStr='#2e7309', GradientType=0);
}
#naslovDogodki {
	background:#b99649;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #e0ba68, #b99649);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#e0ba68), to(#b99649));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#e0ba68', EndColorStr='#b99649', GradientType=0);
}
#naslovGalerija {
	background:#16b8d6;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #32d9f8, #16b8d6);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#32d9f8), to(#16b8d6));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#32d9f8', EndColorStr='#16b8d6', GradientType=0);
}
#naslovKje {
	background:#d3430c;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #f85c20, #d3430c);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#f85c20), to(#d3430c));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#f85c20', EndColorStr='#d3430c', GradientType=0);
}

#celota{
    float: left;
    position: relative;
    overflow: hidden;
}
#logo{
	width:240px;
	background:#ffffff;
	float:left;
	margin-left:10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 145px;
}
#logoSlika{
    width:234px; 
    height:129px;
}

#obiskovalec{
	text-align:center;
    margin-left: 320px;
    text-align:center;
    width:200px;
    font-size:20px;
    font-family:Segoe UI,"Lucida Grande",Arial,sans-serif;
    float: left;
    margin-top: -5px;
}


p.podnslov {
	font-family:Verdana;
	font-size:18px;
	text-align:center;
	font-style:italic;
	
}
#splosneInformacije{
    float:left;
	background:#fff;
	float:left;
	width:750px;
    height: 40px;
	margin-bottom:10px;
	font-size:20px;
	text-align:justify;
}

#vsebina {
    position: relative;
    float:left;
    background:#fff;
    float:left;
    width:750px;
    margin-bottom:10px;
    font-size:15px;
    text-align:justify;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.zanimivosti{
    background: #fe68c2;
    width: 500px;
    margin: auto;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.zanimivosti a{
    color: #000;
}
.clear{
    padding: 5px;
}
#arhiv {
	margin-left:180px;
}
#boDogodek{
	margin-left:20px;
}

div.dogodkiArhiv{
	font-size:14px;
	width:300px;
	text-align:center;
    background: #9c741d;
    color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
div.cas{
	font-size:14px;
	width:70px;
	text-align:center;
	color:white;
    background: #9c741d;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

div.dogodki{
	width:500px;
	font-size:30px;
	text-align:center;
    background: #b99649;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
div.dogodki2{
	margin:20px 20px 20px 20px;
	font-size:30px;
	text-align:center;
	background:#16b8d6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
div.dogodki2 a{
	color:white;
}

div.casBo{
	width:200px;
	font-size:30px;
	text-align:center;
	color:white;
    background: #b99649;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    
}
/* �TEVILO OBISKOVALCEV, KOLEDAR*/
.news {
    font-size: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#c6e986 none repeat scroll 0 0;
    color: #000;
    float: left;
    
    width: 230px;
    margin-left: 5px;
    margin-left: 5px;
    margin-top: 5px;
    border: 2px solid #fff; 
}

.news div{
    font-size: 14px;
    background: #a5c864;
    float: left; text-align: center;
    width: 230px;
    margin-left: 0px;
    -moz-border-radius:12px 12px 0 0;
    -webkit-border-radius:12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 2px solid #fff;
}
.news p{
    margin-left:35px;
	margin-right:15px;
	font-size:15px;
    text-align: justify;
    float: left; 
}
/*END �TEVILO OBISKOVALCEV, KOLEDAR*/

/*NASLOV VSEH NOVIC*/
.newsHeader{
    float: left; 
    text-align: center;
    width: 100%; 
    float: left; 
    -moz-border-radius:12px 12px 0px 0px; 
    -webkit-border-radius:12px 12px 0px 0px
    border-radius: 12px 12px 0px 0px;
    border-bottom: 2px solid #fff;
}
/*END NASLOV VSEH NOVIC*/

.newsPosebniDogodki, .newsBlizajocDogodek, .newsGalerija, .newsZanimivosti, .newsRezultati{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 5px;
	float: left;
	width: 230px;
    border: 2px solid #fff;  
}
.newsPosebniDogodki{
    background:#c6e986 none repeat scroll 0 0;
    color: #000;
}
.newsBlizajocDogodek{
    background:#B99649 none repeat scroll 0 0;
    color: #fff;
}
.newsGalerija{
    background:#16B8D6 none repeat scroll 0 0;
    color: #fff;
}
.newsZanimivosti{
    background:#fc2bd2 none repeat scroll 0 0;
    color: #fff;
}
.newsRezultati{
    background:#47a415 none repeat scroll 0 0;
    color: #fff;
}

.newsPosebniDogodki p, .newsBlizajocDogodek p, .newsGalerija p, .newsZanimivosti p, .newsRezultati p{
	margin: 5px 15px 5px 15px;
	font-size:13px;
	text-align: justify;
	float: left;    
	width:88%;
}
.newsPosebniDogodki a, .newsBlizajocDogodek a, .newsGalerija a, .newsZanimivosti a, .newsRezultati a{
	color: #3B5998;
    font-style: italic;
    font-size: 17px;
}

.newsPosebniDogodki div.newsHeader{
    background: #a5c864;
}

.newsBlizajocDogodek div.newsHeader{
    color: #fff;
    background: #9C741D;
}

.newsGalerija div.newsHeader{
    background: #1682d6;
    color: #fff;
}

.newsRezultati div.newsHeader{
    color: #fff;
    background: #2E7309;
}
.newsZanimivosti div.newsHeader{
    color: #fff;
    background: #e319bb; 
}


div.news  h3{
	font-size:18px;
}
div.news table{
	margin:5px;
	font-size:14px;
    width: 98%;
}
div.news ul{

	font-size:17px;
}
div.news a{
	color:black;
}

div.zemljevid{
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:425px;
}
.obvestila{
    width: 100px;
    height: 80px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    -moz-border-radius:12px 12px 12px 12px; 
    -webkit-border-radius:12px 12px 12px 12px; 
    border-radius: 12px 12px 12px 12px; 
    border: 2px solid #3c3c3c;
    color: #fff;
    float: left;
    font-style: oblique;
    font-weight: bold;
}

h3 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#377CB1 none repeat scroll 0 0;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:0 0 3px;
	text-align:center;
}

.dogodki a{
	color:#ffffff;
}

.dogodkiArhiv a{
	color:#ffffff;
}
#skupine{
   width: 100%;
}
.skupina{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.skupinSlika{
    width: 70px;
    float: left;
}
.skupinaText{
    width: 610px;
    float: left;
    margin-left: 20px;
}
#logo img {
	margin-left:5px;
    margin-top:10px;
}
#left{
    
	float:left;
	width:750px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: auto;

}
#right{
    margin-left: 10px;
	float:right;
	width:240px;
    margin-top: -4px;
    height: auto;
}
div.posebna{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	font-size:15px;
	background:#A5C864 none repeat scroll 0 0;

}
div.posebna a{
	color: #000;
}
div.posebna h3{
	background:#a4d2f5 none repeat scroll 0 0;
		-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:0 0 3px;
	text-align:center;
}

#admin{
    position: relative;
	background:#f4f4f4;
	font-size:12px;
	text-align:center;
    float: left;
    width: 100%;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius: 12px;
}

#sponzorji {
	width:240px;
	float:left;
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;   
}
#ura {
	width:170px;	
	margin:32px;
	margin-top:10px;
	margin-bottom:10px;
}
#vreme {
	width:220px;	
	margin:32px;
	margin-top:10px;
	margin-bottom:10px;
}
#c {
	color:#FFF;	
	font-size:16px;
	font-weight:bold;
}

/*KONTAKTNI OBRAZCI*/

.posljiSporocilo{
    margin: 0px;
    padding: 0px;
    background: #000;
    width: 300px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin-left: 230px;  
}
.kontakt{
    border-bottom: solid 5px;
    border-color: #377CB1;
    width:700px;
    margin: 20px auto;
    min-height: 400px;

}

.slika{
    float: left;
    margin-top: 50px;
    margin-left: 50px;
}

.podatki{
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    width: 300px;
}
.emailForm{
    float: left;
    margin-top: 20px;
    margin-left: 100px;
    width: 500px;
    background: #000;
    text-align: center;
}

/*slike gorenjski glas*/
.gorenjskiGlasSlike{
   float: left;
}

#cbgumbiebul_table{
    clear: both;
    float: left;
    position: relative;
    width: 1200px;
    margin: 10px 0px 10px -15px; 
}

.cbgumbiebul_menulist .spaced_li {
  padding: 0px 1px 0px 0px;
}

.cbgumbiebul_menulist li {
  list-style-type: none;
  float: left;
}

.cbgumbiebul_menulist {
  margin: 0px;
  padding: 0px;
}

/*HOME SLIKE*/
#gallery2 {
    border: 13px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    height: 250px;
    margin: 16px auto;
    overflow: hidden;
    position: relative;
    width: 700px;
}

.splash_main a img{
    border: 0 none;
    border-style: none;
}
 .splash .previus a span{
    display:none;
 }
  .splash .next a span{
    display:none;
 }
.splash .next {
    left: 650px;
    position: absolute;
    top: 80px;
    z-index: 900;
}
.splash .previus {
    position: absolute;
    top: 80px;
    z-index: 900;

}
.splash .previus a {
    background: url("../home/slike/buttonP.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 100px;
    width: 50px;
    z-index: 900;
    -moz-border-radius: 0 50px 50px 0;    
    border-radius: 0 50px 50px 0;
}

.splash .next a {
    background:url("../home/slike/button.png") no-repeat;
    display:block;
    height:100px;
    width:50px;
    z-index:900;
    
    -moz-border-radius: 50px 0 0 50px;    
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    
}


.splash .next a:hover{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.splash .next a:active{

}
a {
    outline:medium none;
    text-decoration:none
}

#gallery2 ul { 	
	list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
	border: 5px solid #f7d086;
	border-width: 5px 5px 5px;
}
#gallery2 ul a:hover img {
	border: 5px solid #f7a300;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery2 ul a:hover { color: #fff; }

/*GALERIJA*/
#gallery {
	width: 740px;
	margin-left: -12px;
}
.ad-gallery {
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0px;
  padding: 0;
}
.ad-gallery .ad-image-wrapper {
width: 100%;
height: 500px;
margin-bottom: 10px;
position: relative;
margin-left:20px;
margin-top:20px;
overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
  background: url(non-existing.jpg)\9
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
background: url(galerija/ad_prev.png);
width: 30px;
height: 30px;
display: none;
position: absolute;
top: 47%;
left: 0;
z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
background: url(galerija/ad_next.png);
width: 30px;
height: 30px;
right: 0;
left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
position: absolute;
bottom: 0px;
left: 0px;
padding: 7px;
text-align: left;
width: 100%;
z-index: 2;
background: url(opa75.png);
color: #000;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}
.ad-gallery .ad-controls {
    height: 70px;
    margin-left:50px;
}
.ad-gallery .ad-info {
  float: left;
}
.ad-gallery .ad-slideshow-controls {
  float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
padding-left: 5px;
cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 50px;
    font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}
.ad-gallery .ad-nav {
    margin-left: 50px;
    margin-left: 50px;
    position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
  height: 100px;
}
.ad-gallery .ad-back {
  cursor: pointer;
  left: -25px;
  width: 13px;
  background: url(galerija/ad_scroll_back.png) 0px 22px no-repeat;
}
.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: -8px;
  width: 13px;
  background: url(galerija/ad_scroll_forward.png) 0px 22px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 670px;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
    display: block;
}
.ad-gallery .ad-thumbs li a img {
  border: 3px solid #CCC;
  display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
  border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
}

/*ADMIN*/


.admin{
    width: 230px;
    height: 38px;
    background-image: url("../module/obvestila/admin/img/dodaj.gif") ;
    margin: 5px;
    cursor: pointer;
    margin-top: -14px;
}
.admin:hover{
    width: 230px;
    height: 38px;
    background-image: url("../module/obvestila/admin/img/dodajH.gif") ;
    margin: 5px;
    cursor: pointer;  
    margin-top: -14px;
}


.addObvestilaBackground{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

.addObvestila{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:680px;
    width:680px;
    background:#dee3ff;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
    }
    
    .addObvestila h1{
        text-align:left;
        color:#6FA5FD;
        font-size:22px;
        font-weight:700;
        border-bottom:1px dotted #D3D3D3;
        padding-bottom:2px;
        margin-bottom:20px;
    }

.addObvestilaClose{
    float: right;
    width: 30px;
    height: 30px;
    background-image: url("../module/obvestila/admin/img/close.png");
}

.addObvestilaClose:hover{
    float: right;
    width: 30px;
    height: 30px;
    background-image: url("../module/obvestila/admin/img/closeH.png");
}

.textObvestila{
    background-color:#FCFCFC;
    border:1px solid #AAAAAA;
    font-family:Arial,Verdana,sans-serif;
    font-size:16px;
    height:80px;
    margin-bottom:10px;
    padding:5px;
    width:400px;
}
.naslovObvestila{
    background-color:#FCFCFC;
    border:1px solid #AAAAAA;
    font-family:Arial,Verdana,sans-serif;
    font-size:16px;
    margin-bottom:10px;
    padding:5px;
    width:600px;
}
#naslovObvestilaEdit{
    background-image: url("../module/obvestila/admin/img/naslovObvestila.gif");
    background-repeat: no-repeat;
    padding: 0;
    width: 210px;
    height:50px;
    border: 0 none;
}

.dodajGumb, .dodajGumb:hover{
    background-repeat: no-repeat;
    padding: 2px;
    width: 210px;
    height:50px;
    border: 0 none;
    cursor: pointer;
    background-color: #fff;
}

.dodajGumb{
    background-image: url("../module/obvestila/admin/img/dodajGumb.gif");
}
.dodajGumb:hover{
    background-image: url("../module/obvestila/admin/img/dodajGumbH.gif");
}

.tipObvestila{
    background-image: url("../module/obvestila/admin/img/tipObvestila.gif");
    background-repeat: no-repeat;
    margin:0 auto;
    padding: 0;
    width: 210px;
    height:50px;
    border: 0 none;
}

#naslovObvestila{
    background-image: url("../module/obvestila/admin/img/naslovObvestila.gif");
    background-repeat: no-repeat;
    padding: 0;
    width: 210px;
    height:50px;
    border: 0 none;
}

.vsebinaObvestila {
    background-image: url("../module/obvestila/admin/img/vsebinaObvestila.gif");
    background-repeat: no-repeat;
    padding: 0;
    width: 210px;
    height:50px;
    border: 0 none;
}

#errorTip, #errorNaslov, #errorVsebina{
    background-repeat: no-repeat;  
    width: 310px;
    height: 35px;
}
#errorTip{
    background-image: url("../module/obvestila/admin/img/errTip.png"); 
}
#errorNaslov{
    background-image: url("../module/obvestila/admin/img/errNaslov.png");
}
#errorVsebina{
    background-image: url("../module/obvestila/admin/img/errVsebina.png");
}

#actions{
    float: left;
    margin-left: 6px;
}

a.prev{
    cursor: pointer;
    margin-top: 20px;
    background-image: url('../module/obvestila/img/backGr.png');
    display: block;
    width: 65px;
    height: 65px;
}
a.prev:hover{
  background-image: url('../module/obvestila/img/back2r.png');  
}
a.next{
    cursor: pointer;
    margin-top: 20px;
    background-image: url('../module/obvestila/img/forwardGr.png');
    display: block;
    width: 65px;
    height: 65px;
}
a.prev:hover{
  background-image: url('../module/obvestila/img/back2.png');  
}
a.next:hover{
  background-image: url('../module/obvestila/img/forward.png');  
}

/*TOOLTIP*/
.tooltip {
    
	display:none;
	background:transparent url('../module/obvestila/img/black_arrow3.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/*GALERIJA*/
.addGallery, .addGallery:hover, .addGalleryImage, .addGalleryImage:hover{
    width: 320px;
    height: 50px;
    margin-top: 10px;
    margin-left: 35px;
    float: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.addGallery{
    background-image: url("../module/galerija/admin/img/dodaj.png");
}
.addGallery:hover{
    background-image: url("../module/galerija/admin/img/dodajH.png");
}

.addGalleryImage{
    background-image: url("../module/galerija/admin/img/dodajSlike.png");
}
.addGalleryImage:hover{
    background-image: url("../module/galerija/admin/img/dodajSlikeH.png");
}
.galerija{
   float: left;
   width: 136px;
   height: 50px; 
   margin: 20px;
   background-image: url("../module/galerija/admin/img/galerija.png");
} 

.naslovGalerije{
    background-color:#FCFCFC;
    border:1px solid #AAAAAA;
    font-family:Verdana,Arial,sans-serif;
    font-size:16px;
    margin-bottom:10px;
    padding:5px;
    width:400px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}
.addG, .addG:hover{
    float: left;
    width: 50px;
    height: 50px;
    margin-top: -5px;
    margin-left: 30px;
    border: 0 none;
    background: #fff;
}
.addG{
    background-image: url("../module/galerija/admin/img/add.png");
}
.addG:hover{
    background-image: url("../module/galerija/admin/img/addH.png");
}
.errorNaslov{
    background-repeat: no-repeat;  
    width: 310px;
    height: 35px;
    background-image: url("../module/galerija/admin/img/errNaslov.png");
    position: absolute;
    left: 250px;
    top: 62px;
    display: none;
}

.selectGallery{
    background-color:#FCFCFC;
    border:1px solid #AAAAAA;
    font-family:Verdana,Arial,sans-serif;
    font-size:16px;
    margin-bottom:10px;
    padding:5px;
    width:400px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}


/*OBVESTILO ADMIN*/
.obvestiloEdit{
    height:30px;
    width:30px;
    margin-left:195px;
    margin-top:40px;
    position:absolute;
    background-image: url(../module/obvestila/admin/img/editNews.png)
}

.obvestiloEdit:hover{
    background-image: url(../module/obvestila/admin/img/editHover.png);
    cursor: pointer;
}

.obvestiloDelete{
    float:left;
    height:37px;
    width:37px; 
    margin-left:193px;
    margin-top:3px;
    position:absolute;
    background-image: url(../module/obvestila/admin/img/deleteImage.png);
}
.obvestiloDelete:hover{
    background-image: url(../module/obvestila/admin/img/deleteImageHover.png); 
}

/*TEKMOVANJA*/
.futureContests, .historyContests{
    float: left;
    width: 100%;
}
.contestTitle, .contestTitleA {
    width: 500px;
    height: 50px;
    color: #fff;
    margin: 0 auto;
    font-family:Segoe UI,"Lucida Grande",Arial,sans-serif;
    text-align: center;
    font-weight: bold;
}
.contest, .contestTitle, .contestDate{
    background:#b99649;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #e0ba68, #b99649);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#e0ba68), to(#b99649));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#e0ba68', EndColorStr='#b99649', GradientType=0); 
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; 
}

.contest{
    margin:0 0 0 35px;
    float: left;
    font-size:22px;
    text-align:center;
    width: 550px;
    height: 100px;
}
.contestDate{
    margin:0 0 0 10px;
    float: left;
    width: 120px;
    height: 100px;
}

.contestA, .contestTitleA, .contestDateA  {
    background:#b99649;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #b99649, #7c5603);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#b99649), to(#7c5603));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#b99649', EndColorStr='#7c5603', GradientType=0); 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.contestA{
    margin:0 0 0 35px;
    float: left;
    font-size:22px;
    text-align:center; 
    width: 550px;
    height: 60px; 
}

.contestDateA{
    margin:0 0 0 10px;
    float: left;
    width: 120px;
    height: 60px;
}


/*REZULTATI*/
.adminResult{
    float: left;
    width: 100%;
    height:60px;    
}
#addResult{
    background-image: url('../module/tekmovanja/add.png');
    width: 200px;
    height: 50px;
    margin:10px auto;
}
#addResult:hover{
    background-image: url('../module/tekmovanja/addHover.png');
    cursor: pointer;
}
.resultTitle{
    width: 440px; 
    background-color:#FCFCFC; 
    border:1px solid #AAAAAA; 
    font-family:Arial,Verdana,sans-serif; 
    font-size:16px; 
    margin-bottom:10px ;
    padding:5px;
}
.resultDate{
    background-color:#FCFCFC; 
    border:1px solid #AAAAAA; 
    font-family:Arial,Verdana,sans-serif; 
    font-size:16px; 
    margin-bottom:10px ;
    padding:5px;
}
.resultFile{
    font-family:Arial,Verdana,sans-serif; 
    font-size:16px; 
    margin-bottom:10px ;
    padding:5px;
}
.rezultati{
    float: left;
    margin:10px 25px 10px; 
	font-size:22px;
	text-align:center;
	background:#2E7309;
    width: 700px;
    height: 110px;
    color: #fff;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.rezultati:hover{
    background:#84c75a;
}
.rezultati a{
    color: #fff;
}
.resultD{
    font-size: 18px;
}

.editResult{
    background-image: url('../module/tekmovanja/editNews.png');  
    height:30px;
    margin-left:313px;
    position:absolute;
    width:30px;
    margin-top: 6px;
}
.editResult:hover{
   background-image: url('../module/tekmovanja/editHover.png');   
}
.deleteResult{
    background-image: url('../module/tekmovanja/deleteImage.png');  
    height:37px;
    width:37px;
    margin-left:660px;
    margin-top: 40px;
    position:absolute;
    
}
.deleteResult:hover{
    background-image: url('../module/tekmovanja/deleteImageHover.png');  
}


.deleteContent{
    background-image: url('../module/tekmovanja/deleteImage.png');  
    height:30px;
    width:30px;
    position:absolute;    
}
.deleteContent:hover{
    background-image: url('../module/tekmovanja/deleteImageHover.png');  
}

.editContent{   
    background-image: url('../module/tekmovanja/editNews.png');  
    height:30px;
    width:30px;
    position:absolute; 
    

}
.editContent:hover{
   background-image: url('../module/tekmovanja/editHover.png');   
}

.specialNews{
    border: 13px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    margin: 10px auto;
    position: relative;
    width: 660px;
    color: #fff;
    font-size: 16px;
    font-family: "Trebuchet MS", Segoe UI,Calibri,Lucida Grande,Arial,sans-serif;
    padding: 5px 20px 20px 20px;

    background:#c60000;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #c60000, #9f0000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
    left top, left bottom, from(#c60000), to(#9f0000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#c60000', EndColorStr='#9f0000', GradientType=0);
}
.specialNews p{
	 margin:0;
	 padding:0;
}

.specialNews h1{
    font-size: 23px;
    padding: 0;
    margin: 0;
}

.specialImage{
    width: 242px;
    height: 195px;
    float: left;
    border: 2px solid #c60000;
    padding: 3px;
    margin: 10px;
}
.specialText{
     
}

.specialNews a{
    color: #fff;
    font-size: 17px;
}
.specialNews a:hover{
    color: #CCC;
    text-decoration: underline;
}










