/*
	Client: FONIS
	File name: standard.css
	
	Author: Uros Sosevic
	E-mail: u.sosevic@linkmedia.rs
*/

/* Generic styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	behavior: url(style/csshover.htc); 
	background: url(../images/bg.jpg) repeat-x;
}
ol, ul {
	list-style: none;
}
a, a:hover {
	color: #000;
	text-decoration: none;
}

/* Site Container Styles */

#site_container {
	
	width: 1024px;
	margin: 0 auto;
}

/* Header Styles */

#header {
	margin:0 15px;
	padding: 20px 0 0;
}
#header .heading {
	height: 1%;
}
#header .heading a img {
	float:left;
	display: block;
}
/* HACK za IE6 */
html>body #header .heading {
	height: auto;
}
#header .heading form {
	text-align: right;
	color: #b6b7b9;
	font-weight: bold;
	font-size: 11px;
	height: 87px;
}
.heading form#log_in label {
	vertical-align: 3px;
}
.heading form#log_in a {
	display: block; 
	float: right;
	line-height: 1.5em;
	margin: 3px 15px 0 0;
	color: #b6b7b9;
}
.heading form#log_in a:hover {
	text-decoration: underline;
	color: #fc9a00;
}
.heading form#log_in input#username, .heading form#log_in input#password {
	border: 1px solid #000;
	margin: 0 0 5px 0;
	width: 100px;
	font-weight: bold;
	color: #333435;
}
.heading form#log_in input#username:focus, .heading form#log_in input#password:focus {
	border: 1px solid #dadada;
	background: #fc9a00;
	color: #fff;
}
.heading form#log_in input#submit{
	background: #fc9a00;
	font-weight: bold;
	border: none;
	color: #fff;
	padding: 3px;
	margin: 0 0 10px 0;
	width: 60px;
	height: 22px;
	float: right;
}
.heading form#log_in input#submit:hover {
	background: #fff;
	color: #fc9a00;
	cursor: pointer;
}
#header .heading #search_bar .search_line {
	height: 10px;
	background: #a7a9ac;
	overflow: hidden; /* uklanja razmak kod IE6 */
}
.heading form#search_form {
	background: url(../images/search_bg.gif) no-repeat top right;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 115px 0 0;
	overflow: hidden; /* uklanja razmak kod IE6 */
	
}
.heading form#search_form b{
 	float:left;
	color:#CCCCCC
	margin: 0 0 -20px 10px;
	
	
}
.heading form#search_form input {
	height: 12px;
	width: 100px;
	margin: 2px 0 0;
	font-size:10px;
	border: 1px solid #fff;
	font-weight: bold;
}
.heading form#search_form input:focus {
	border: 1px solid #ff9900;
}
.heading form#search_form label {
	vertical-align: 0;
	color: #ffffff;
	font-weight: bold;
}
#header .navigation {
	background: #ff9900;
	height: 30px;
}
#header .navigation ul {
	padding: 7px 0 0 5px;
}
#header .navigation ul li {
	display: inline;
	margin: 0 0 0 3px;
	
}
#header .navigation ul li a {
	color: #fff;
	font-weight: bold;
	padding: 6px 8px 10px 8px;
}
#header .navigation ul li a:hover {
	background: #fff;
	color: #ff9900;
}

/* Content Styles */

#content {
	width: 1024px;
	overflow: hidden;
	margin: 49px 0 0 0;
	padding: 0 0 0 5px;
}
#content .top {
	background: url(../images/content_top_bg.png) no-repeat;
	height: 30px;
	margin: 0 0 0 10px;
	color:#fff;
	width: 1014px;
}
#content .top h1 {
	float: left;
	font-size: 14px;
	padding: 7px 0 0 25px;
}
#content .top h2 {
	float: right;
	font-size: 12px;
	padding: 11px 120px 0 0;
}
#content.karton #column_container, #content.static #column_container {
	background: url(../images/not_home_content_bg.png) repeat-y;
}
#content #column_container .column {

	width: 722px;
	padding: 7px 0 7px 0;	
}
#content #column_container {
	background: url(../images/home_content_bg.png) repeat-y;
	width: 1012px;
	float: left;
	padding: 0 0 15px 10px;
	margin: 0 0 0 1px;
	font-size: 12px;
	text-align: justify;
}
/* HACK za IE6 */
html>body #content #column_container {
	margin: 0 0 0 2px; 
}
/* HACK za IE6 */
#content #column_container .column_left, #content #column_container .column_right, #content #column_container .sidebar, #content.karton #column_container .column, #content.static #column_container .column {
	float: left;
	overflow: hidden;
	height:100%;
}
#content #column_container .column_left {
	width: 255px;
	padding: 7px;

}
#content #column_container .column_right {
	width: 453px;
	padding: 0;
	margin: 0 0 0 0px;
	
}
#content #column_container .sidebar {
	padding: 50px 7px 7px 7px;
	width: 255px;
	background: url(../images/sidebar_bg.png) top right no-repeat;
}
#site_container .left_shadow {
	background:  url(../images/shadow_left.png) repeat-y ;
	width:10px;
	height: 100%;
	float: left;
}
#site_container .right_shadow {
	background: url(../images/shadow_right.png) repeat-y;
	width:10px;
	height: 100%;
	float: left;
}
#site_container .prelaz {
	background: url(../images/prelaz.png) no-repeat;
	width: 1010px;
	height: 89px;
	margin: 0 0 0 7px;
	padding: 0 0 0 15px;
}

/* VEST Styles */
#content .column_right .vest {
	text-align: right;
	line-height: 1.25;
	margin: 0 0 20px 0;
}
#content .column_right .vest h2 {
	background: url(../images/vest_naslov_bg.png) no-repeat;
	width: 454px;
	height: 36px;
	text-transform: uppercase;
	color: #969696;
	padding: 10px 5px 0 10px;
	margin: 0;
	text-align: left;
}
#content .column_right .vest h2 b {
	color: green;
	font-size: 10px;
	float: right;
	margin: 0 15px 0 0;

}
#content .column_right .vest p {
	text-align: justify;
	margin: 5px 5px 15px;	
}
#content .column_right .vest p img {
	float:left;
	margin: 0 5px 0 0;
}

#content .column_right .vest a {
	color: #fc9a00;
	font-weight: bold;
	margin: 0 5px 0 0;	
}
#content .column_right .vest a:hover {
	text-decoration: underline;
}

/* Sidebar Sections Styles */
#content .sidebar .section {
	margin: 0 0 30px 2px;
	width: 253px;
	text-align:center;
	border-bottom:#666666 dotted 1px;
	
}

#content .sidebar .section span {
	/* background: url(../images/navodnik_desni.png) top right no-repeat; */
	width: 19px;
	height: 36px;
	display: block;
	margin: 0;
	padding: 0;
}
#content .sidebar .section h1 a {
	/* background: url(../images/navodnik_levi.png) no-repeat; */
	padding: 8px 10px 25px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #509916;
}
#content .sidebar .section h1 a:hover {
	text-decoration: underline;
}
#content .sidebar .section p {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 1.25em;
}
/* Karton Clana Styles */
#content.karton .column #user_info {

	text-align: right;
	margin: 0 0 0 7px;
}
#content.karton .column #user_info img {
	margin: 0 25px 0 0;
}
#content.karton .column #user_info .info_container {

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 5px;	
	line-height: 1.3em;
}
#content.karton .column #user_info .info_container table {
	float: left;
	width: 510px;
	color: #a7a9ac;
	margin: 0 20px 0 0;
} 
#content.karton .column #user_info .info_container table tr {
	padding: 0 0 5px 0;
	display: block;
}
#content.karton .column #user_info .info_container table td.label {
	width: 120px;
}
#content.karton .column #user_info .info_container table td.value {
	color: #fe9900;
	line-height: 1em;
	width: 380px;
	padding: 0 0 0 10px;
}
#content.karton .column #user_info .info_container table td.value1 {
	color:#000000;
	line-height: 1em;
	width: 380px;
	padding: 0 0 0 10px;
	font-weight:100;
}
#content.karton .column #user_info a.izmeni_profil {
	color: #fe9900;
}

#content.karton .column #user_info a.izmeni_profil:hover {
	text-decoration: underline;
	color: #509916;
}
#content.karton .column #user_info .info_container table td.value a {
	color: #fe9900;
}
#content.karton .column #user_info .info_container table td.value a:hover {
	text-decoration: underline;
	color: #509916;
}
#content.karton .column .courses {
	margin: 10px 0 0;
}
#content.karton .column h1 {
	background: url(../images/folder_section_bar.png) no-repeat;
	height: 62px;
	padding: 25px 0 0 70px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
}
#content.karton .column .courses h1 {
	background: url(../images/kursevi.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 
#content.karton .column .lessons h1 {
	background: url(../images/predavanja.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
}
#content.karton .column .projects h1 {
	background: url(../images/projekti.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
}

#content.karton .column #cours_users h1 {
	background: url(../images/clanovi.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 

#content.karton .column #course_ann h1 {
	background: url(../images/obavestenja.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 
#content.karton .column #course_files h1 {
	background: url(../images/files.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 

#content.karton .column p {
	padding: 0;
	margin: 0 10px 20px 15px;
	color: #a7a9ac;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}
#content.karton .column .courses p b a {
	color: #165679;
}
#content.karton .column .lessons p b a {
	color: #509916;
}
#content.karton .column .projects p b a {
	color: #836a34;
}
#content.karton .column p b a:hover {
	text-decoration: underline;
}
#site_container .prelaz .print {
	color: #a7a9ac;
	font-weight: bold;
	font-size: 10px;
}
#site_container .prelaz .print b {
	float: left;
	margin: 23px 0 0 0;
	line-height: 1.5em;
}
.prelaz .print a {
	margin: 0 0 0 180px;
	display: block;
	float: left;
	color: #a7a9ac;
	font-size: 10px;
}
.prelaz .print a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ff9900;
}
.prelaz .print img {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	display: block;
	float: left;
}
/* Footer Styles */
#footer {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
	width: 1018px;
	
}
#footer .footer_top {
	background: #dadada;
	border-left: 10px solid #a8a9ad;
	border-right: 10px solid #a8a9ad;
	overflow: hidden;
	margin: 0 0 0 6px;
	color:#666666;
}
#footer .footer_top a {
	color: #909090;
}
#footer .footer_top a b{
	color: #666666;
}
#footer .footer_top h2 {
	color: #F0F0F0;
	margin: 0px 0px 0px 20px;
}
#footer .footer_top b {
	margin: 0px 0px 20px 0px;
	font-size:14px;
}
#footer .footer_top a:hover {
	color: #ff9900;
	
}
#footer .footer_top a img {
	margin: 10px 0 15px;
	display: block;
}
#footer .footer_top ul {
	padding: 5px 0px 30px 0px;

}
#footer .footer_top li {
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #CCCCCC;
	

}
#footer .footer_top .kolona_1 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 25px;
	

}
#footer .footer_top .kolona_2 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 10px 0;
}
#footer .footer_top .kolona_3 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 25px 0 10px;
}
#footer .footer_top .friends_sponsors {
	border-top: 1px solid #a8a9ad;
	padding: 1px 3px 0 3px;
}

#footer .footer_top .friends_sponsors a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#footer .footer_top .news {
	float: left;
	width: 340px;
	margin: 10px 0 0 -365px;	
}
#footer .footer_top .news h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	
}
#footer .footer_top .news a {
	display: block;
	margin: 0 0 8px 0;
	width: 260px;
	height: 100%;
	float: left;
	line-height: 1.25; /* hack za IE za renderovanje underline-a */
}

#footer .footer_top .news b {
	color: #fff;
	float: right;
}
#footer .footer_bottom {
	overflow:hidden;
	height: 40px;
	padding: 0 0 0 5px;
}
#footer .footer_bottom .copyright {
	float: left;
	width: 962px;
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	padding: 15px 0 15px 30px;
	
}
#footer .footer_bottom .copyright ul {
	float: left;
}
#footer .footer_bottom .copyright ul li {
	display: inline;
	color: #848484;
}
#footer .footer_bottom .copyright ul li a {
	font-size: 8px;
	color: #848484;
	padding: 0 2.5px 0 2.5px;
	
}
#footer .footer_bottom .copyright ul li a:hover {
	color: #ff9900;
}
#footer .footer_bottom .copyright h3 {
	font-size: 8px;
	color: #848484;
	display: block;
	float: right;
	margin: 0 15px 0 0;
}
.clear {
	clear:both;
}
.clear_right {
	clear:right;
}
.clear_left {
	clear:left;
}
/* Registration.php Styles */
#content.static .column .register_form {
	margin: 15px auto 0 auto;
	width: 400px;
	display: block;
}
#content.static .column .register_form input {
	margin: 0;
}
#content.static .column .register_form label {
	display: block;
}
/* Prijava.php Styles */
form.prijava_form input {
	width: 300px;
}
form.prijava_form label {
	width: 200px;
}

/* Registration_check.php Styles*/

div.poruka {
	margin: 0 auto 50px auto;
	font-size: 16px;
	font-weight: bold;
	color: orange;
	width: 600px !important; 
	line-height: 1.5em;
	text-align: center;
}
div.poruka a#redirect {
	color: green;
}
div.poruka a#redirect:hover {
	text-decoration: underline;
}
/* LOG IN Styles */
#header .heading .welcome_box {
	text-align: right;
	color: #b6b7b9;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	height: 87px;
}
#header .heading .welcome_box a {
	color: orange;
}
#header .heading .welcome_box a:hover {
	text-decoration: underline;
}
/* Static pages style */
#content.static #column_container .column p, #content.static #column_container .column h2, #content.static #column_container .column h3{
	margin: 10px 20px 10px 10px;
	font-size: 14px;
	line-height: 1.25em;
	text-align: justify;
	font-weight: normal;
	
}
#content.static #column_container .column p {
text-indent: 0px;
}
#content.static.kontakt #column_container .column p {
text-indent: 0;
}
#content.static.kontakt #column_container .column strong {
color:#666666;
}
#content #column_container .column_left p{
	font-size: 14px;
	margin: 10px 20px 10px 10px;
	line-height: 1.25em;
	text-align: justify;
	font-weight: normal;
}
#content #column_container .column_left a {
	color:#333333;
	font-size: 12px;
	
	
}#content #column_container .column_left li {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666666;
}
#content #column_container .column_left h5 {
	color: green;	
	
    
}
#content #column_container .column_left a:hover {
	
	color: orange;
}
.column_left{
padding:0;
}
#rss_naslov{
margin-top:6px;
border-bottom:#FF9900 solid 2px;
height:22px;
cursor:pointer;
}

#pos_t{
font-size:14px;
background-color:#999999;
width:50px;
padding:4px;
padding-bottom:0;
font-weight:bold;
margin-top:-4px;
margin-left:10px;
color:#FFFFFF;
}
#pos{
display:none;
border-bottom:#FF9900 solid 2px;
margin-bottom:8px;
}
#dog{
border-bottom:#FF9900 solid 2px;
margin-bottom:8px;
}

#dog_t{
font-size:14px;
color:#FFFFFF;
background-color:#FF9900;
width:50px;
padding:4px;
padding-bottom:0;
font-weight:bold;
margin-top:-4px;
margin-left:10px;
}
#content.static #column_container .column h2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 20px 20px 10px 10px;

}

#content.static #column_container .column h3 {
	
	color: #509916;
}
#content.static #column_container .column a {
	color: orange;
	font-weight: bold;
}
#content.static #column_container .column .clanovi a {
	color: #333333;
	font-size:12px;

}



#content.static #column_container .column #row {
   	padding: 5px; 
	border-top: 1px dotted #CCCCCC;
}


#content.static #column_container .column .clanovi a:hover {
	color: orange;
	font-size:12px;

}
#content.static #column_container .column a:hover {
	text-decoration: underline;
}

/* Kursevi Styles */

#content.static.kursevi #column_container .column ul.lista_kursevi li, #content.static.projekti #column_container .column ul.lista_projekti li{
	font-size: 14px;
	margin: 5px 0 5px 30px;
}

/* Kurs Styles */

#content.karton.kurs .column .files table .highlight {
	background: #dadada;
}
#content.karton.kurs .column .files table td {
	line-height: 1.25em;
}
#content.karton.kurs .column .files table td.naziv_fajla {
	width: 550px;
}
#content.karton.kurs .column .files table td.datum_fajla {
	width: 80px;
}
#content.karton.kurs .column .files table td a {
	color: orange;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#content.karton.kurs .column .files table td a:hover {
	text-decoration: underline;
}
#content.karton.kurs .courses .prijavi_se {
	margin: 0 0 0 15px;
}
#content.karton.kurs .courses .prijavi_se p {
	margin: 0 0 5px 0;
	color: red;
}
#content.karton.kurs .courses .prijavi_se a{
	color: orange;
	font-size: 14px;
	font-weight: bold;
}
#content.karton.kurs .courses .prijavi_se a:hover {
	text-decoration: underline;
}
#content.karton.kurs .column .announcements h1 {
	height: 37px;
}
#content.karton.kurs .column .announcements .item {
	margin: 0 0 20px 0;
	background: url(../images/announcements_bar.jpg) top no-repeat;
}

#content.karton.kurs .column .announcements h2 {
	font-size: 11px;
	color: orange;
	padding: 5px 2px 0 10px;
	line-height: 1.25em;
}
#content.karton.kurs .column .announcements h2 b {
	font-size: 14px;
	color: #165679;
	width: 625px; 
	float:left;
}
#content.karton.kurs .column .announcements p {
	margin: 10px 85px 0 10px;
	color: black;
	font-weight: normal;
	line-height: 1.5em;
}
/* Vest.php Styles */
#content.static.vest .column h1 {
	background: url(../images/vest_naslov_bg.png) repeat-x;
	margin: -7px 0 0 0;
	padding: 10px 5px 0 5px;
	font-size: 16px;
	height: 36px;
	color: #333333;
}
#content.static.vest #column_container .column h3 {
	font-size: 10px;
	text-decoration: none;
	color: green;
	float: right; 
	margin: -30px 20px 0 20px;
	font-style: italic;
}

#content.static.vest #column_container .column .komentari {
	margin: 10px 20px 0 20px;

}
#content.static.vest #column_container .column .komentari p{
	font-size: 12px;
}
#content.static.vest #column_container .column .komentari h3 {
	margin: -15px 5px 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: green;
	float: none;
}

#content.static.vest #column_container .column .komentari .postedby {
	padding: 0 0 0 18px;
	background: url(images/abullet.gif) no-repeat 0 4px;
	font-size: 10px;
	font-style: italic;
	}
	
	
	
/* Vest.php Sociable Styles */	
div.sociable { margin: 16px 20px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
