@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 13px;
	color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
html,body {
	background:#450606 url(../graphics/bg_srca.jpg) repeat-x center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
#ie_msg{
	color:black; border-bottom:#7D7D7D solid 2px; background:#F9F4AD; padding:4px; height:30px;
}
.sakri{display:none}
.prikazi{display:block}
#container{
	margin:0; padding:0;
}
#share {text-align:right; padding:4px 0 0 10px; margin-top:10px; border-top:#024770 solid 1px;}
#page {
	/*padding:0px 8px 4px 8px;*/
	width:990px; 
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../graphics/bg_srca.jpg) no-repeat -465px 0px;
}
#header {
/*background:url(../graphics/head_pt1.png) no-repeat;*/
/*padding-top:81px;*/
 /*padding-bottom:4px;*/
}
#head_logo {
	float:left;
	height:97px; 
	width:607px; 
	padding:0;
	background:#00476f; 
}
#user_panel {
	color:#EDF1FD;
	text-align:left;
	font-size:14px;
	/*clear:both;*/
	/*position:absolute;*/
	float:right;
	padding:5px;
	background:#86c9ea;
	font-family:Arial, Helvetica, sans-serif;
	/*-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#user_panel a {
	color:#000;
	text-decoration:none;
	padding:0 4px;
}
#content {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	font-size:13px;
	text-align:justify;
	padding:0;
	margin:0;
}
#text_container{
	width:800px; 
	margin:auto;
	margin-bottom:10px;
	/*padding:10px;*/
}
#text_container td {
	vertical-align:top;
	/*border:1px solid #AAAAAA;
	padding:2px;*/
}

#text_container h1 {
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	color:#2D3D69;
	text-align:left;
}
#text_container h1 a{
	color:#2D3D69;
	text-align:left;
	text-decoration:none;
}
/*#text_container*/ h2 {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding:2px 0;
}
#text_container h3 {
	font-size:15px;
	font-weight:bold;
	margin:10px 0 3px 0;
	text-align:left;
	color:#CD1C26;
}
#text_container p {
	margin:5px 0 8px 0;
}

#text_container a {
	/*color:#00476f;*/
	text-decoration:none;
}
#text_container a:hover {
	text-decoration:underline;
}
#text_container ul li {
	margin-left: 40px;
	list-style: outside square;

}
#text_container strong {
	font-weight:bold;
}
#text_container .more {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#666666;
	/*background:url(../graphics/more_strelica.gif) right center no-repeat;*/
	/*padding-right:8px;*/
	/*width:68px;*/
}
#text_container .info_txt {
	font-size:11px;
	background-color:#F5F5F5;
	padding:1px 5px;
	margin-top: 5px;
}

#footer {
/*	color:#FFFFFF;
	background:#FFFFFF;
	font-size:16px;
	text-align:center;
	margin:0 94px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
#footer li {
	display:inline;
	padding:0 10px;
}
#footer a, #footer a:visited {
	color:#EBB263;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#credits {
	text-align:center; 
	font-size:10px;  
	font-family: Arial, Helvetica, sans-serif; 
	color:#CCC;
	padding-top:10px;
}
#credits a{
	color:#CCC;
}
/*************** PAGINACIJA **********************/
#page_me {
	text-align:center; font-size:12px;
	float:right;
	font-family:"Times New Roman", Times, serif
}
#page_me a, #page_me span{
	width:20px;
	height:20px;
	/*border:#FFF solid 1px;*/
	/*background:#FFF;*/
	display:inline-block;
	font-weight:bold;
	color:#450606;
	margin-right:4px;
}
#page_me .selected {
	background-color:#FFFFFF;
	color:#A30804;
	border:#A30804 solid 1px;
}
#page_me a:hover {
	/*background: #00476F;*/
	/*border:#00476F solid 1px;*/
	text-decoration:underline;
}

/************** UI MSGS ********/
#ui_msg, #ui_msg_ok {
	width:100%; position:absolute; z-index:200; display:none;
	border-bottom:#FFFFFF solid 3px;
}
#ui_msg div{
	color:#FFFFFF;
	background:#990000 url(../graphics/alert.png) 10px center no-repeat;
	font-size:12px;
	padding:10px 10px 10px 60px;
	font-weight:bold;
	border:#FFFFFF 2px;
}
#ui_msg_ok div{
	color:#000;
	background:#AEE4F8 url(../graphics/alert.png) 10px center no-repeat;
	font-size:12px;
	padding:10px 10px 10px 60px;
	font-weight:bold;
	border:#FFFFFF 2px;
}
#ui_msg a, #ui_msg_ok a {
	color:#FFFFFF;
}
.btn_submit_plavo {
	background:#025c8c;/*#7BA3D3; */
	color:#FFFFFF; width:auto; border:#00476F solid 1px; cursor:pointer;
	padding:0 4px;
}
.btn_submit_plavo:hover {
border:#00476F solid 1px;
background:#7BA3D3;
}
.txt_nadesno {
	text-align:right;
	clear:both;
}
strong {font-weight:bold}

.svetlo_plavi_txt {
	color:#00ADEF;
}
.zvezda {color:#00ADEF; text-decoration:none}
.lkdz_sluzbe {line-height:18px; font-size:11px}
/*******  KALENDAR  *********/
#kalendar { margin-top:10px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif}
/*#kalendar a { color:#FFF;}*/
#kalendar table {border:none}
#kalendar h1 a, #kalendar h1{font-size:13px; color:#FFFFFF}
#kalendar .naslov {font-size:11px; font-weight:bold; color:#f8971d; text-transform:uppercase; text-align:center}
#kalendar .info {position:absolute; background-color:#EEE; width:170px; padding:5px; display:none; border:#FF0000 solid 2px;}
#side_menu_centar {
	float:right; margin-top:4px;
	width:183px;
	height:194px;
	padding:3px;
	color:#00476f;
	background:#CBDDEB;
}

/******************* NOVO ********/

#naslovna { height:605px; background:url(../graphics/bg_naslovna.jpg) no-repeat ; margin-left:auto; margin-right:auto; width:900px; text-align:center;}
#naslovna p {padding:2px 0;}
.naslovna_box {
	float:left;
	margin-top:10px;
	width:249px; height:160px; padding:120px 12px 0px 12px; 
	font-size:11px;
	text-align:justify;
	color:#8c8c8c;
	/*font-family:Arial, Helvetica, sans-serif*/
}
#otkrij_ukuse_header{float:right; background: url(../graphics/otkrij_ukuse.png) no-repeat; width:226px; height:114px; position:absolute; margin-top:55px; margin-left:515px;}
#ucestvuj_header{float:right; background: url(../graphics/ucestvuj.png) no-repeat; width:229px; height:83px; position:absolute; margin-top:62px; margin-left:215px;}
.n_image {
	padding-bottom:8px;
}
.n_more {
text-align:right;
padding-top:10px;
}

#konkurs_container{
background:#FFFFFF;
padding:10px;
}
#prijava{
width:290px; float:left;
}
fieldset {border:#FFF solid 1px; background:#FFFFFF; padding:10px; margin-top:5px; -moz-border-radius: 5px;	-webkit-border-radius: 5px;}
legend {font-weight:bold; padding:3px 10px; background:#bee2f3; -moz-border-radius: 5px;	-webkit-border-radius: 5px;}
label {width:100px; display:inline-block;}

.info_txt {
	border-top:#00476F solid 1px;
	padding:10px;
	font-size:11px;
}
.napomena {color:#450606; font-size:10px; font-weight:normal; font-style:normal}
.nav_btns{
background:#FFF center no-repeat;
border:1px solid #CCCCCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#536384;
display:inline-block;
padding:0 4px;
font-size:10px;
}
.nav_btns:hover{
background:#F9F9F9;
}


/****** LOGIN ******/
#password-strength{
	font-size:10px;
	color:#333333;
	width:200px;
}
.error{color:#990000; font-size:10px}
.nalog_input_standard{
	background:#FFFFFF; border:#EEE solid 1px; width:300px;
	vertical-align:text-top;
}
/***********************/
.koraci {
	color:#FFFFFF;
	margin: 5px 0;
	font-size:16px; font-weight:bold;
}
#k1,#k2,#k3{cursor:pointer;}
.opcije{ display:none}
.izabrana_slika_tmb {border:#FFFFFF solid 2px;}
.izabrana_slika_icon{border:#FFFFFF solid 1px; width:24px; height:24px}
.izabrana_slika_cut{width:130px; height:130px; overflow:hidden}
.izabrana_slika_icon_holder{position:absolute; margin-left:310px; margin-top:7px;}

.za_embed{background:url(../graphics/bg_input.png) no-repeat; width:233px; height:30px; color:#FFFFFF; border:none; padding:0 5px; font-size:10px}
.za_embed_txt{font-family:'Times New Roman', Times, serif; font-size:18px; color:#5a2e12}

.poster_setup {background:url(../graphics/bg_poster_setup.jpg) no-repeat; width:753px; height:511px; padding:20px; margin-left:auto; margin-right:auto;}
.poster_img {float:left; margin-right:30px; border:#ac5e2a solid 1px; width:320px; height:500px;}
.title_uloge{background:url(../graphics/title_podelite_uloge.png) no-repeat; width:225px; height:38px;}
.title_ona { background:url(../graphics/title_ona.png) no-repeat; width:360px; height:50px;}
.title_on { background:url(../graphics/title_on.png) no-repeat; width:360px; height:50px;}
.title_uloga1 { background:url(../graphics/title_uloga_1.png) no-repeat; width:360px; height:50px;}
.title_uloga2 { background:url(../graphics/title_uloga_2.png) no-repeat; width:360px; height:50px;}

.input_transform {background:url(../graphics/bg_input.png) no-repeat; width:233px; height:30px; color:#FFFFFF; font-size:18px; border:none; padding:0 5px;}
.file_transform {background:url(../graphics/bg_input.png) no-repeat; width:233px; height:30px; color:#FFFFFF; border:none; padding:0 5px;}

.app_interface{float:left; padding:0 10px;}
.app_input {padding:5px 0;}
.app_input label {font-family:"Times New Roman", Times, serif; font-size:18px; color:#5a2e12}
.app_info_box {background:#996633; color:#FFFFFF; font-size:10px; padding:5px; width:330px;}
.app_flash_setup{text-align:center; padding:0; margin:0; border-bottom:2px solid #CD7F3B;}

.btn_zavrsi{background:url(../graphics/btn_zavrsi.png) no-repeat; width:145px; height:60px;}
.btn_sacuvaj{background:url(../graphics/btn_sacuvaj.png) no-repeat; width:100px; height:40px; border:none; font-size:0px; line-height:10px; color:transparent; cursor:pointer}
.btn_otkazi{background:url(../graphics/btn_otkazi.png) no-repeat; width:100px; height:40px; border:none; font-size:0px; line-height:10px; color:transparent; cursor:pointer; float:left}
.btn_izaberi_drugu{background:url(../graphics/btn_izaberi_drugu.png) no-repeat; width:150px; height:40px; border:none; font-size:0px; line-height:10px; color:transparent;}
.btn_izmeni{background:url(../graphics/btn_izmeni.png) no-repeat; width:150px; height:40px; border:none; font-size:0px; line-height:10px; color:transparent;}

.izabrano_ime{ font-size:20px; color:#450606;}
.prikaz_slika_ime{border-bottom:#CD7F3B solid 2px; text-align:center}

#izaberi_film{margin:13px 0;}
.loader_srce {background:url(../graphics/loader_srce.gif) no-repeat center center}
.info_blink {background: url(../graphics/loader_srce.gif) no-repeat; color: #990000; font-weight:bold; padding:3px 3px 3px 40px; height:26px; text-decoration:blink}
#sticker{position:absolute; margin:435px 0 0 738px}
#saznaj {background:url(../graphics/bg_transparent.png); top:0; position:absolute; width:100%; height:100%; text-align:center; display:none}
#btn_saznaj{background:url(../graphics/saznaj_sticker.png) no-repeat; width:190px; height:181px;display:block}
#btn_animacije{background:url(../graphics/animacije_sticker.png) no-repeat; width:190px; height:181px;display:block}
#fp_share {text-align:center; position:absolute;  width:185px; padding:3px; margin-top:20px; margin-left:10px}
.inc_share a{color:#FFF;}
#fp_share a{color:#6E0403}

.anim_setup {background:url(../graphics/bg_naslovna.jpg) no-repeat; width:900px; height:580px; padding:20px; margin-left:auto; margin-right:auto;}
.anim_img {/*float:left;*/ margin-right:30px; border:#ac5e2a solid 1px; width:450px; height:300px;}
.anim_img_final {float:left; border:#ac5e2a solid 1px; width:600px; height:480px;}
#izaberi_pricu {margin:10px 1px;}
#izaberi_pricu h1 {font-size:18px; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#450606; padding:3px;}
.anim_info_box {/*width:293px; float:left*/ padding:10px 0;}
#anim_opcije .za_embed_txt {color:#FF0000}
.row_0{background: #333333;}
.row_1{background: #000000;}
.row_1 a, .row_0 a {color:#FFFFFF}
.row_1:hover, .row_0:hover {background:#999999}
.plejer_bg{ background:url(../graphics/zavesa.jpg) no-repeat; width:720px; height:576px;}