@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Firefox Dotted Outline Fix */
	a:active {
	outline: none;
}
/* Firefox Dotted Outline Fix */
	a:focus {
	/*-moz-outline-style: none;*/
}
.senka_leva {
	background-image:url(senka_leva.jpg);
	background-repeat: repeat-y;
	width: 122px;
	background-position: 98px;
}
.senka_desna {
	background-image:url(senka_desna.jpg);
	background-repeat: repeat-y;
	width: 122px;
}
.header_decak {
	background-image: url(header_decak.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 244px;
}
.header_devojcica {
	background-image: url(header_devojcica.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 244px;
}
.header_logo {
	background-image:url(header_logo.jpg);
	width:291px;
	height:244px;
	background-repeat:no-repeat;
}

#centralna{
	padding:20px;
}




ul#menu {
	font-size:11px;
	float:left;
	height:35px;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding: 0px;
	width: 450px;
	text-align:center;
}

#menu li {
	float:left;
	background-image: url(images/menu_pozadina.png);
	background-position: left top;
	height: 35px;
	width: 90px;
	background-repeat: repeat-x;
}
/* Float LI Elements - horizontal display */
	ul#menu li {
	line-height:35px;
	float:left;
	background-image: url(images/menu_pozadina.png);
	height: 35px;
	width: 90px;
	background-repeat: repeat-x;
	background-position: left top;
}
/* Link - common attributes */
	ul#menu li a {
	text-align:center;
	text-decoration:none;
	color:#666;
	background-image: url(images/menu_pozadina.png);
	display:block;
	position:relative;
	width:90px;
	height: 35px;
	/*background-repeat: repeat-x;*/
	background-position: left top;
}

/* Span (on hover) - common attributes */
	ul#menu li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:35px;
	width:90px;
	z-index:100;
	margin-left:0px;
}

ul#menu li a span:hover {
	margin-left:0px;
	cursor:pointer;
}

ul#menu li a.download span {
	background-image: url(images/menu_download.png);
	color:#000;
}
ul#menu li a.neaktivno span {
	background-image: url(images/menu_over.png);
	color:#000;
}	

#menu li a.aktivno{
	background-image:url(images/menu_activ.png);
	color:#FFF;
	font-weight: bold;
}


.profil_tabela_kontakt_big {
	font-size: 16px;
}
.menu_pozadina{
	background-image:url(images/menu_pozadina_full.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
}
.menu_pozadina_sastrane{
	background-image:url(images/menu_pozadina_full_sastrane.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
}

#menu_girl {
	width:99px;
	
}
#menu_girl ul {
	list-style:none;
}
#menu_girl li {
	list-style:none;
	display:block;
	text-indent:20px;
	background-image: url(menu_up.jpg);
	background-repeat: no-repeat;
}
#menu_girl li a {
	list-style:none;
	display:block;
	color:#6e7083;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
#menu_girl li a:hover, #menu_girl li a:hover.current {
	height:20px;
	line-height:20px;
	color:#F3C;
	text-decoration:none;
	background-image: url(menu_down.jpg);
	background-repeat: no-repeat;
}
#menu_girl li a.current {
	list-style:none;
	display:block;
	color:#F3C;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	height:20px;
	line-height:20px;
	background-image: url(menu_active.jpg);
	background-repeat: no-repeat;
}



#menu_boy {
	width:99px;
	
}
#menu_boy ul {
	list-style:none;
}
#menu_boy li {
	list-style:none;
	display:block;
	text-indent:20px;
	background-image: url(menu_up_boy.jpg);
	background-repeat: no-repeat;
}
#menu_boy li a {
		padding-right:20px;
list-style:none;
	display:block;
	color:#6e7083;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
#menu_boy li a:hover,#menu_boy li a:hover.current  {
	height:20px;
	line-height:20px;
	color:#09F;
	text-decoration:none;
	background-image: url(menu_down_boy.jpg);
	background-repeat: no-repeat;
}
#menu_boy li a.current{
	list-style:none;
	display:block;
	color:#09F;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	height:20px;
	line-height:20px;
	background-image: url(menu_active_boy.jpg);
	background-repeat: no-repeat;
}


/* KORISTI SE ZA PRIKAZIVANJE SLIKE*/
.profil_tabela_naziv {
	padding:2px 5px 2px 5px;
	font-weight:bold;
	font-size: 12px;
	color: #999;
}
.profil_tabela_podatci {
	padding:2px 5px 2px 5px;
	font-size: 12px;
	color: #333;
}
/* kraj */
/*JQUERY LIGHT BOX*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/*KREAJ JQUERY LIGHT BOX*/
.komentar-pozadina{
	background-image:url(kom-pozadina.jpg);
	background-repeat: repeat-x;
}
.komentar-naslov{
	border: 1px solid #EAEAEA;
	padding:3px 3px 3px 7px;
	font-size:14px;
	background-color: #F8F8F8;
	color: #F30;
	font-weight: bold;
}
.komentar-telo{
	font-size:9px;
	/*padding:3px 3px 3px 3px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.tabela_padding{
	padding:1px 3px 1px 3px;
}
input, select, textarea {
	background:#F8F8F8 none repeat scroll 0 0;
	border:1px solid #EAEAEA;
	color:#666;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.input {
	background:#F8F8F8 none repeat scroll 0 0;
	border:1px solid #EAEAEA;
	color:#666;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.input_fokus {
	background:#FFFFF0 none repeat scroll 0 0;
	border:1px solid #E0E0E0;
	color:#000;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 2px;
	width:180px;
}
.error {
	font-size:11px;
	color:#C00;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
	background-color: #FFFBFB;
	margin-bottom: 10px;
}
.error_naslov {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.error_ok {
	height:0px;
}
.error_valid {
	background-color:#FFE8E8;
	height:20px;
	line-height:20px;
	color:#C00;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
.error_valid_ok {
	background-color:#EAFFE8;
	height:20px;
	line-height:20px;
	color:#060;
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #060;
	border-bottom-color: #060;
}

.footer_link{
	color:#666;
}
.footer_link a{
	color:#333;
	text-decoration:none;
}

#anketa{
	width:210px;
	padding:7px;
}
.anketa_pitanje{
	font-size:12px;
	color:#000;
}
.anketa_odgovor{
	font-size:11px;
	color:#333;
}
.anketa_procenat_bar{
	height:3px;
	background-color: #333;
}
.anketa_odgovor_hover{
	color:#36F;
}
.anketa_odgovor a{
	color:#333;
}
.senka_menu12_l{
	background-image:url(images/menu_strana_l.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 122px;
}
.senka_menu12_d{
	background-image:url(images/menu_strana_d.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 122px;
}

#naslov_girl{
	background-image:url(images/girl_normal.png);
	background-repeat: no-repeat;
	background-position: left top;	
	width:90px;
	height:46px;
}
#naslov_girl span {
	display:block;
	position: relative;
	z-index:100;
	background-image:url(images/girl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 90px;
}
#naslov_boy{
	background-image:url(images/boy_normal.png);
	background-repeat: no-repeat;
	background-position: left top;	
	width:90px;
	height:46px;
}
#naslov_boy span {
	display:block;
	position: relative;
	z-index:100;
	background-image:url(images/boy.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 90px;
}

.paginacija{
	text-align:center;
	margin:1px;
	float:left;
	/*width:20px;*/
	height:20px;
	line-height:20px;
	border:1px solid #999;
	background-color: #EEE;
}
.paginacija a{
	text-decoration:none;
	color:#999;
	width:20px;
	height:20px;
}
.paginacija a:hover{
	color:#333;
}
.paginacija a:hover div{
	background-color:#CCC;
	color:#333;
}

.manixCap {
	background-position: center center;
	height: 30px;
	width: 30px;
	float:left;
}

