/* stari css */
                                              
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA REGISTRACIJU*/
                                                            
                                                            
                                                            
#reg_pochetak, #reg_opshte, #reg_izgled, #reg_izgled2, #reg_interesi, #reg_text, #reg_dostupnost
        {
            position:relative;
            top:10px;
            left:15px;
            width:915px;
            font-size:12px;
            color:#981a1a;
            padding-bottom:5px;
            margin-bottom:15px;
            border-bottom:1px dotted #829CBA;
        }
        
#reg_pochetak input
        {
            font-size:12px;
            color:#981a1a;
        }
        
#reg_pochetak table sup
        {
            color:red;
        }
        
.reg_input
        {
            width:170px;
        }
        
.reg_pozivni
        {
            width:30px;
            text-align:center;
        }
        
.reg_broj
        {
            width:
        }
        
#reg_opshte table sup
        {
            color:red;
        }
        
#reg_opshte table select
        {
            font-size:12px;
            color:#981a1a;
            width:175px;
            height:22px;
        }
        
.opshte_levo
        {
            width:115px;
        }
        
#reg_trazim
        {
            width:500px;
            margin-left:-5px;
            padding:0px;

        }
        
#reg_izgled table sup, #reg_izgled2 table sup
        {
            color:red;
        }
        
#reg_izgled select, #reg_izgled2 select
        {
            font-size:12px;
            color:#981a1a;
            width:175px;
            height:22px;
        }
        
#reg_fotka
        {
            position:absolute;
            top:0px;
            left:400px;
            width:500px;
        }
        
#reg_fotka input
        {
            
            color:#981a1a;
            font-size:12px;
        }

#fotka_disclaimer
        {
            color:red;
            font-size:10px;
        }
        
#fotka_disclaimer a
        {
            color:blue;
        }

#fotka_disclaimer a:hover
        {
            text-decoration:none;
        }


#fotografija_za_profil
        {
            position:absolute;
            top:0px;
            right:50px;
            width:120px;
            height:auto;
        }
        
#reg_interesi sup
        {
            color:red;
        }
        
#reg_interesi table
        {
            position:relative;
            top:5px;
            left:100px;
        }
        
#reg_interesi table td
        {
            width:250px;
            vertical-align:top;
        }
        
#reg_interesi
        {
            padding-bottom:10px;
        }
        
#sex_opredeljenje_form
        {
            position:relative;
            left:0px;
            margin-bottom:15px;
        }
        
#reg_text textarea
        {
            position:relative;
            top:5px;
            left:105px;
            width:400px;
            height:150px;
            color:#981a1a;
            font-size:12px;
            padding:2px;
            border:1px solid #829CBA;
        }
        
#reg_text sup
        {
            position:relative;
            top:-135px;
            left:107px;
            color:red;
        }
        
#reg_text
        {
            padding-bottom:15px;
        }
        
#text_disclaimer
        {
            position:absolute;
            top:15px;
            right:5px;
            font-size:10px;
            color:red;
            width:320px;
            text-align:justify;
        }
        
#text_disclaimer a
        {
            color:blue;
        }
        
#text_disclaimer a:hover
        {
            text-decoration:none;
        }
        
#reg_dostupnost table tr td select
        {
            color:#981a1a;
            font-size:12px;
        }
        
#reg_dostupnost sup
        {
            color:red;
            font-size:10px;
        }
        
#reg_kraj
        {
            position:relative;
            top:10px;
            left:15px;
            width:915px;
            font-size:12px;
            color:#981a1a;
            padding-bottom:5px;
        }
        
#reg_kraj sup
        {
            color:red;
        }
        
#reg_kraj a
        {
            color:#00F;
        }
        
#reg_kraj a:hover
        {
            text-decoration:none;
        }
        
#sex_telefon
        {
            color:#981a1a;  
        }

#reg_dugme
        {
            position:relative;
            left:425px;
            width:100px;
            background-image: url(images/date_dugme_bg.png);
            margin-bottom:5px;
            color:#981a1a;
            font-size:13px;
            font-weight:bold;
            padding:1px;
        }

                                                            
                                                            
                                                            /*KRAJ CSS-A ZA REGISTRACIJU*/
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA LATEST PHOTOS*/
                                                            
                                                            
#latest_photos
        {
            position:relative;
            top:5px;
            left:5px;
            font-size:12px;
            color:#036;

        }
        
#latest_photos a
        {
            color:#036;
        }
        
#latest_photos a:hover
        {
            text-decoration:none;
        }
        
#latest_photos td
        {
            vertical-align:top;
            padding:5px;
            text-align:center;
            width:142px;
        }
        
#latest_photos td img
        {
            width:130px;
            height:auto;
            border:1px solid #829CBA;
            margin-top:5px;
        }

#latest_photos td img:hover
        {
            border:1px solid white;
        }
                                                            
                                                            /*KRAJ CSS-A ZA LATEST PHOTOS*/
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA FAQ*/
                                                            

#faq_body
        {
            position:relative;
            top:5px;
            width:995px;
            height:auto;
            min-height:500px;
            border:1px solid #B65C66;
            background-color:#FCF5EF;
            padding-bottom:5px;
        }
                                                            
                                                            
.faq_image
        {
            position:relative;
            float:right;
            margin-right:10px;
            margin-left:10px;
        }
        
.faq_uvod
        {
            font-size:12px;
            color:#981a1a;
            font-style:italic;
            font-weight:bold;
            padding-left:5px;
            text-align:justify;
        }
                                                            
                                                            
.faq_pitanje
        {
            font-size:14px;
            color:#981a1a;
            font-weight:bold;
            padding-left:5px;
        }
        
.faq_odgovor
        {
            font-size:12px;
            color:#981a1a;
            text-align:justify;
            padding-left:15px;
            padding-right:15px;
        }
        
.faq_odgovor a, .faq_footer a
        {
            color:#00F;
        }
        
.faq_odgovor a:hover, .faq_footer a:hover
        {
            text-decoration:none;
        }
        
.faq_ul
        {
            color:#981a1a;
            font-size:12px;
            list-style-type:square;
        }
        
.faq_header
        {
            color:#981a1a;
            font-size:14px;
            font-weight:bold;
            padding:5px 5px 15px 5px;
            border-bottom:1px dotted #036;
        }
        
.faq_footer
        {
            color:#981a1a;
            font-size:12px;
            padding-left:15px;
            padding-right:15px;
            font-style:italic;
            font-weight:bold;
            text-align:justify;
        }

                                                            
                                                            
                                                            /*KRAJ CSS-A ZA FAQ*/
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA KONTAKT*/
                                                            
                                                            
                                                            
#kontakt_body
        {
            position:relative;
            top:5px;
            width:995px;
            height:auto;
            min-height:500px;
            _height:500px;
            border:1px solid #A94545;
            background-color:#FCF5EF;
            padding-bottom:5px;
        }
        
.kontakt_header
        {
            float:left;
            color:#981a1a;
            font-size:14px;
            width:985px;
            font-weight:bold;
            padding:5px 5px 15px 5px;
            border-bottom:1px dotted #A94545;
            
        }
        
#kontakt_uvod
        {
            position:relative;
            width:975px;
            float:left;
            left:5px;
            top:5px;
            padding:5px;
            color:#981a1a;
            font-size:12px;
            text-align:justify;
            margin-bottom:10px;
        }
        
#kontakt_uvod a
        {
            color:blue;
        }
        
#kontakt_uvod a:hover
        {
            text-decoration:none;
        }
        
#kontakt_form
        {
            position:absolute;
            top:220px;
            left:300px;
            color:#981a1a;
            font-size:12px;
            margin-right:10px;
            margin-bottom:10px;
        }
        
.kontakt_left
        {
            width:100px;
            vertical-align:top;
        }
        
.kontakt_right input
        {
            width:200px;
            border:1px solid #A94545;
            background-image: url(images/mail_phone_bg.png);
            color:#981a1a;
            font-size:12px;
            padding:2px;
        }
        
.kontakt_right textarea
        {
            width:200px;
            height:80px;
            border:1px solid #A94545;
            color:#981a1a;
            font-size:12px;
            padding:2px;
        }
        
#kontakt_submit
        {
            width:60px;
            color:#981a1a;
            font-size:13px;
            font-weight:bold;
            text-align:center;
            background-image:url(images/pretraga_dugme_bg.png);
        }
        
#operater_one
        {
            position:absolute;
            top:5px;
            right:5px;
        }
    

                                                            
                                                            
                                                            
                                                            /*KRAJ CSS-A ZA KONTAKT*/
                                                            
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA REZULTATE PRETRAGE*/
                                                            
                                                            
#rezultati_tabela
        {
            position:relative;
            top:10px;
            left:5px;
            width:940px;
            height:100%;
            margin-bottom:10px;
        }

#rezultati_tabela .female
        {
            width:179px;
            height:247px;
            background-image: url(images/zensko_bg.png);
            background-repeat:no-repeat;
        }
        
#rezultati_tabela .female .fem_pic
        {
            position:relative;
            top:7px;
            
        }
        
#rezultati_tabela .female .fem_pic img
        {
            border:2px solid white;
        }
        
#rezultati_tabela .female .fem_pic img:hover
        {
            border:2px solid #D31A1C;
        }
        
        
#rezultati_tabela .male
        {
            width:179px;
            height:247px;
            background-image: url(images/musko_bg.png);
            background-repeat:no-repeat;
        }
        
#rezultati_tabela .male .male_pic
        {
            position:relative;
            top:7px;
            
        }
        
#rezultati_tabela .male .male_pic img
        {
            border:2px solid white;
        }
        
#rezultati_tabela .male .male_pic img:hover
        {
            border:2px solid #1E5288;
        }
        


                                                            
                                                            
                                                            
                                                            
                                                            /*KRAJ CSS-A ZA REZULTATE PRETRAGE*/
                                                            
                                                            
                                                            
                                                            
                                                            /*POCHETAK CSS-A ZA SLIKE USERA*/
                                                            
                                                            
#povrataka_na_nalog
        {
            position:relative;
            top:5px;
            left:5px;
            color:#981a1a;
            font-size:12px;
        }
                                                            
#curr_male
        {
            position:relative;
            margin-top:15px;
            left:5px;
            width:640px;
            height:480px;
        }
        
.postavi_profil
        {
            position:absolute;
            top:485px;
            *top:487px;
            left:5px;
            width:245px;
            text-align:center;
            z-index:1000;
            font-size:13px;
            color:#981a1a;
            font-weight:bold;
        }
        
#new_upload
        {
            position:relative;
            top:5px;
            left:5px;
            color:#981a1a;
            font-size:13px;
        }
        
#poshalji_sliku, #upload_input
        {
            color:#981a1a;
            font-size:13px;
        }
        
.slike_td
        {
            padding:0px;
            height:260px;
            text-align:center;
        }
        
.divpic1
        {
            width:auto;
            min-width:200px;
            height:285px;
            text-align:center;
            background-color:#F8D7C8;
            border:1px solid #B65C66;
            margin:5px;
        }
        
.slichica
        {
            width:auto;
            height:200px;
            text-align:center;
            
        }
        
.divpic1 img
        {
            position:relative;
            top:0px;
            max-height:200px;
            width:auto;
        }
        

        
.opis_de
        {
            width:99%;
            *width:98%;
            height:55px;
            font-size:12px;
            color:#981a1a;
            text-align:center;
            border:1px solid #B65C66;
        }
        
.postavi_opis
        {
            position:relative;
            left:-10px;
            *left:-5px;
            font-size:13px;
            color:#981a1a;
        }
        
.setmale
        {
            font-size:13px;
            color:#981a1a;
            text-decoration:underline;
        }
            
.setmale:hover
        {
            text-decoration:none;
        }
        
.brisanje_slike_ribe
        {
            position:relative;
            left:7px;
            margin-bottom:-3px;
        }
        
#slike
        {
            color:#981a1a;
        }
        
#slike:hover
        {
            text-decoration:none;
        }
                                                            
                                                            
                                                            
                                                            /*KRAJ CSS-A ZA SLIKE USERA*/
                                                            
                                                            
                                                            
                                                            
#true_blue
        {
            position:relative;
            float:right;
            top:0px;
            _top:-70px;
            right:5px;
            width:170px;
            text-align:right;
            font-size:10px;
            color:#1e5288;
            z-index:100;
            padding-bottom:15px;
            z-index:200;
        }
        
#true_blue a
        {
            color:#1e5288;
            text-decoration:none;
        }
        
#true_blue a:hover
        {
            text-decoration: underline;
        }                                                            
                                                            

    
/*POCHETAK CSS-A ZA SASTANAK*/
                   
                   
#sastanak_podaci
  {
   position:relative;
   top:23px;
   *top:15px;
   left:90px;
   width:500px;
   height:auto;
   z-index:100;
  }
  
#sastanak_podaci a
  {
   position:relative;
  /* border-top:1px solid #829CBA;
   border-left:1px solid #829CBA;
   border-right:1px solid #829CBA;*/
   margin-right:2px;
   }
  

#sastanak_ispis
  {
   position:relative;
   top:0px;
   padding:10px;
   width:400px;
   height:280px;
   overflow:auto;
   text-align:center;
   z-index:1;
   color:#981a1a;
  }  

.sastanak_p
  {
   text-align:justify;
  }
  
#sastanak_ispis p
	{
		margin-bottom:25px;
	}
 	



                   
                   
                   /*KRAJ CSS-A ZA SASTANAK*/    
                   
                   
                   
                   
                   
#preview_avatar
    {
		position: absolute;
		top:27px;
		right: 5px;
		border: 1px solid #B65C66;
    }
    
.pic
    {
    cursor:pointer;
    }
    
#no_results
    {
        position:relative;
        top: 5px;
        left: 5px;
        font-size: 14px;
        color:#036;
        font-weight: bold;
    }
	
#uslovi_sastanka
		{
			border:1px solid #FCF5EF;
		}
        
#password_retrive
        {
            margin-top:50px;
            margin-bottom:50px;
            color:#981a1a;
            text-align:center;
        }
        
#unesi_adresu
        {
            border:1px solid #B85361;
            color:#981a1a;
        }
        
#lost_pass_submit
        {
            color:#981a1a;
        }
        
        
        
#logovanje_form
        {
            position:absolute;
            right:10px;
            top:180px;
            width:300px;
            border:1px solid #B85361;
            background-color:#FBDBCE;
            z-index:500;
        }
        
.logovanje_forma
        {
            border:1px solid #B85361;
            color:#981a1a;
        }
        
#logovanje_dugme
        {
            color:#981a1a;
        }
        
/* pomocni */

.hide_me
    {
        display:none;
    }
    
.display_none
    {
        display:none;
    }
    
.prihvati_izmenu
    {
        display:none;
    }
    
.crveni_okvir
    {
        border: 1px solid red;
    } 
	
#h2_broj_cena
	{
		position:relative;
		height:20px;
		margin-left:75px;
		display:block;
		*margin-bottom:40px;
		*margin-top:-20px;
	}
	
#pozivni_broj
	{
		position:relative;
		float:left;
		margin-top:-5px;
		margin-left:5px;
		margin-right:5px;
		font-size:18px;
	}
	
.pozivni_cena
	{
		position:relative;
		float:left;
		font-size:10px;
		font-weight:bold;
		*margin-top:30px;
	}

.samo_cena
	{
		font-weight:normal;
		margin-top:0px;
	}
    
.opis_multiprofila
    {
        font-weight: bold;
        margin-bottom: 12px;
        display: none;
    }
    
.opis_multiprofila_nalog
    {
        font-weight: bold;
        margin-bottom: 12px;
    }