  /* 
     .styled-select {
   width: 150px;
   height: 30px;
   overflow: hidden;
   background: url('Images/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
   border: 2px solid #7d6754;
   border-radius: 5px;
   }

   .styled-select select {
   background: transparent;
   width: 180px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;
   }
   
  */ 
   /*
 .styled-select select {
background: transparent;
-webkit-appearance: none;
width: 213px;
padding: 5px;
font-size: 13px;
border:1px solid #69A3D3;
height: 28px;
padding-right:55px
}
.styled-select {
width: 183px;
height: 29px;
overflow: hidden;
background:url(/images/20110809/dropArrow3.gif) no-repeat right #FFF;
border-right:1px solid #69A3D3
}

.styled-select select {
padding-right:0px;
vertical-align:top !important;
text-align:left;
line-height:10px;
height:auto;
}
.styled-select {
border-bottom:1px solid #69A3D3
}
   */
   
   .B_MestaIzborC :hover  {
  /* background: #f4ffe8 ;
      background: #eaf5d2 ;
      background: #f4ffe8;
      background: #ebffff;
       background: #f8fffc;
     
      background: #fff7e8;
      background: #f6f9ff;*/
      backcolor: black; 
    
       
}

 .b_Firma,.b_Ponudi
        {
            border:2px solid #7d6754;
            border-top-left-radius: 10px;
               border-top-right-radius: 10px;
            padding:3px;
            -webkit-appearance: none; 
          /*  background-image:url('Sliki/Arrowhead-Down-01.png');*/
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            font-size: 11px;
            font-weight: bold;
            font-family:  Arial;
        }     
     
        .b_Firma,.b_Ponudi
         {
           cursor: pointer;    
           background: #99cc99;
         }
         
   .priv2,.priv22,.priv222
        {
            border:2px solid #7d6754;
            border-radius:10px;
            padding:3px;
            -webkit-appearance: none; 
          /*  background-image:url('Sliki/Arrowhead-Down-01.png');*/
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            font-size: 11px;
            font-weight: bold;
            font-family:  Arial;
        }     
     
        .priv2,.priv22,.priv222
         {
           cursor: pointer;    
           background: #99cc99;
         }
         
    .B_DejnostiIzborC
        {
            border:2px solid #7d6754;
            border-radius:10px;
            padding:3px;
            -webkit-appearance: none; 
          /*  background-image:url('Sliki/Arrowhead-Down-01.png');*/
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            font-size: 11px;
            font-weight: bold;
            font-family:  Arial;
        }     
     
        .B_DejnostiIzborC:hover
         {
           cursor: pointer;    
           background: #99cc99;
         }
         
         
     .ddl
        {
            border:2px solid #7d6754;
            border-radius:6px;
            padding:3px;
            -webkit-appearance: none; 
            background-image:url("Sliki/Arrowhead-Down-01.png");
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
        }
        
         .ddl1
        {
            border:2px solid #7d6754;
            border-radius:6px;
            padding:3px;
            -webkit-appearance: none; 
            background-image:url('Sliki/Arrowhead-Down-01.png');
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
        }
        
        .B_MestaIzborC
        {
            border:2px solid #7d6754;
            border-radius:10px;
            padding:3px;
            -webkit-appearance: none; 
          /*  background-image:url('Sliki/Arrowhead-Down-01.png');*/
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            
            font-size: 11px;
            font-weight: bold;
            font-family:  Arial;

                     
        }     
        
     
        .B_MestaIzborC:hover
         { 
           cursor: pointer;    
         
           background: #99cc99;

}


          .B_MestaIzborC___ {

            font-size: 11px;

            font-weight: bold;

            font-family:  Arial;

            color: #ffffff;

        }
        
        .dejnosti_m_VIP {
            border-radius:6px;
        }
        
            .B_MestaIzborC_R
        {
            border:2px solid #7d6754;
            border-radius:6px;
            padding:3px;
            -webkit-appearance: none; 
          /*  background-image:url('Sliki/Arrowhead-Down-01.png');*/
            background-position:144px 1px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            
            font-size: 11px;
            font-weight: bold;
            font-family:  Arial;

            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE */
            -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE 8 and above */
            background: -webkit-gradient(linear, left top, left bottom, from(#5384BE), to(#4386D7)); /* for webkit browsers */
            background: -moz-linear-gradient(top, #5384BE, #4386D7); /* for firefox 3.6+ */
            background: -o-linear-gradient(top, #5384BE, #4386D7); /* for Opera */            
            
        }     
        
     
        .B_MestaIzborC_R:hover
         {
           cursor: pointer;    
           filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #85B6F0',
           endColorstr='#579AEB'); /* for IE */
           -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #85B6F0',
           endColorstr='#579AEB'); /* for IE 8 and above */
           background: -webkit-gradient(linear, left top, left bottom, from(#85B6F0),
           to(#579AEB)); /* for webkit browsers */
           background: -moz-linear-gradient(top, #85B6F0, #579AEB); /* for firefox 3.6+ */
           background: -o-linear-gradient(top, #85B6F0, #579AEB); /* for Opera */

}
  .tabelameniX A:link {color: forestgreen; }
.tabelameniX A:visited {color: forestgreen; }
.tabelameniX A:active {color: forestgreen; }
.tabelameniX A:hover {color: whitesmoke; }

.tabelameniX a
{

    display:block;
    text-decoration:none;
    
}
        /* rezerva boja na dropdownlist e #3DBD99
         .ddl
        {
            border:2px solid #7d6754;
            border-radius:5px;
            padding:3px;
            -webkit-appearance: none; 
            background-image:url('Sliki/Arrowhead-Down-01-128.png');
            background-position:88px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            /*
            text-overflow: '';/*In Firefox*/
       /* }do tuka
        */ 
   
     /*    
    .title {
        color: blue;
        text-decoration: bold;
        text-size: 1em;
    }

    .author {
        color: gray;
    }
    
   */
 
      /* background-color: yellow; */
    /*  
    a:hover { 
    color: red; 
    text-decoration: underline; 
    }
  
   a:link, a:visited, a:active { 
       color: black; 
        text-decoration: none; 
    } 
  */  
    
     
    
      
   
      .TFtable{
		width:100%; 
		border-collapse:collapse; 
	}

	/*  Define the background color for all the EVEN background rows  */
	
	.TFtable :hover  {
  /* background: #f4ffe8 ;
      background: #eaf5d2 ;
      background: #f4ffe8;
      background: #ebffff;
       background: #f8fffc;
     
      background: #fff7e8;
      background: #f6f9ff;
      background: seashell;
      */
      
      background: #ebf8ff;
      background: #f5f5f5;
      background: #fffaef;
      background: #ffffcc;  
    
       background: #fafff5;
           background: #f5f5f5;

   
    }
    
    .TFtableVip_1{
		width:100%; 
		border-collapse:collapse; 
	}

	
	
	.TFtableVip_1 :hover  {
      background: #ebf8ff;
      background: #f5f5f5;
      background: #fffaef;
      background: #ffffcc;  
       background: #fafff5;
       
             background: #f5f5f5;

    }
    
      .TFtableVip{
		width:100%; 
		border-collapse:collapse; 
	}

	/*  Define the background color for all the EVEN background rows  */
	
	.TFtableVip :hover  {
  /* background: #f4ffe8 ;
      */
      
      background: #ebf8ff;
     background: #f5f5f5;
     background: #fffaef;
      background: #fafff5;
            background: #f5f5f5;

    }
       

	td#element1{
    background-color: green;
    cursor: pointer;
  

}

td#element1:hover{
    background-color: blue;
    cursor: pointer;



td {

    padding:4px;

    border: 1px solid #D9D9D9;

    background-color #F2F2F2;

}


 /*
 select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 /*-moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 /*border: 0 !important;  /*REMOVES BORDER*/
/*
 color: #fff;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 10px;
 width: 35%;
 cursor: pointer;

 background: #0d98e8 url(drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
 
 
}
.myListBox
{
    border-style:none;
    border-width:0px;
    border: none;
    font-size:12pt;
    font-family:Verdana;
}

        .highlightStavka
        {
          background-color:Silver;
        }
        
      #grad {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */
    }

