/* 
   Original CSS Template by gorotron
   Download from the excellent http://openwebdesign.org
   Adapted for Elgg by Curverider
*/
body {
	background: white url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/top_bg.gif) repeat-x;
	margin:0;
	font-size: 75%;
	padding:0;
	text-align:center;
}

h1 {
	font-size:130%;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:110%;
	color:#F90;
	margin:5px 0 5px 0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
}

ol{
	list-style-type:decimal;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	line-height:1.5em;
}
a:link, a:visited, a:active{
	color: #326BF8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
blockquote{
	background: #EEE url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

.clearing, .clearer{
	clear: both !important;
	font-size: 0px !important;
	height: 0px !important;
	float: none !important;
	line-height: 0px !important; 
}
/*
   TABLES IN ELGG
*/

td {
  border:1px solid #eee;
  padding:3px;
  margin:0;
}

td h4, h3, h5 {
  padding:0;
  margin:0;
}

/* 
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

#container {
	font-family:Arial,Helvetica,sans-serif;
	margin:0 auto;
	width:950px;
	padding:0px 0px 10px 0px;
	height:auto;
	text-align:left;
	/*overflow:auto;*/
}
input{
	border:1px solid #eee;
}
input[type="button"]:hover, input[type="submit"]:hover{
	cursor:pointer;
}
 /* 
BUTTONS
 */
.green_button{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-green-clean.gif) no-repeat;
}
.green_button_gray{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-green-clean-gray.gif) no-repeat;
}
.green_button_olive{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-green-clean-olive.gif) no-repeat;
}  
.red_button{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-red-clean.gif) no-repeat;
} 
.red_button_gray{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-red-clean-gray.gif) no-repeat;
} 
#obavestenja_pg a .red_button_gray_back{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-red-clean-gray.gif) no-repeat;
	width: 137px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 8px 45px 10px 45px;
}

a .red_button_gray_back{
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-red-clean-gray.gif) no-repeat;
	width: 137px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 45px 10px 45px;
}

#back_obavestenja{
	float: left;
	margin-top: 13px;
}



#back_obavestenja a{
	text-decoration: none;
	color: #ffffff !important;
}

.green_button, .green_button_gray, .gray_button, .red_button, .orange_button, .red_button_gray, .green_button_olive{ 
	width: 137px;
	height: 40px;
	border: 0px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding-bottom:8px;
}
/*
   HEADER - CONTAINING THE LOGO SPACE AND SEARCHBAR
*/

#header {
	padding-top: 28px;
	width: 950px;
	height:140px;
	margin: 0px;
	overflow:hidden;
}

#logo {
	width:150px;
	height:113px;
	float:left;
	margin-bottom:-120px;
}

#logo a{   
   text-decoration:none;
   color:red;
   padding:0;
   margin:0;
}   

#logo a img{
	border: none !important;
}

.dark-textfield{
	width: 171px;
	background-color : #000;
	border: 1px solid #5C5246;
	padding: 2px 3px 1px 5px;
	font-size: 11px;
	color: #DBD0BE;
}
.dark-textfield-small{
	width: 78px;
	background-color : #000;
	border: 1px solid #5C5246;
	padding: 2px 3px 1px 5px;
	margin-bottom:7px;
	font-size: 11px;
	color: #DBD0BE;
	height:13px;
}
.small-button{
	width: 58px;
	height: 19px;
	color: #000;
	border-width: 0px;
	font-size: 11px;
	font-weight: bold;
}
#search-header {
	width:250px;
	float:right;
	padding:0;
	margin:0;
	text-align:right;
	color:#fff;
	clear: left;
}
#search-header p{
	margin: 0px !important;
	padding: 0px !important;
}

#search-header form{
	margin: 0px !important;
	padding: 0px !important;
}
#search-header .dark-textfield{
	color: #43BDEC;
}
#search-header .small-button{
	background:url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/small-blue-button.gif) no-repeat;
	margin-left: 8px;
}
#logout_holder{
	margin-top: 66px;
}
#administracija-holder a{
	color:#A5E423 !important;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	font-family: Verdana;
}
#logout_holder a{
	color:#A5E423 !important;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
#logout_holder a:hover, #administracija-holder a:hover{
	text-decoration: underline;
}

#search-header a {
   color:#fff;
}

#login-box{
	float: right;
	width: 250px;
	clear: right;
	margin-top: 7px;
	height: 100px;
	color: #DBD0BE;
}
#login-box a{
	text-decoration: none;
	color: #DBD0BE;
}
#login-box a:hover{
	text-decoration: underline;
}
#login-box h3{
	color: #A5E423;
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
}
#login-box .dark-textfield, #login-box .dark-textfield-small{
	margin-bottom: 8px;
	margin-left:1px;
	padding-bottom: 2px;
}
#login-box .small-button{
	background:url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/small-green-button.gif) no-repeat;
	margin-left: 8px;
	margin-bottom:8px;
	padding-bottom:2px;
}
#login-link-holder{
	font-size: 10px; 
	/*letter-spacing:-1px;*/
	/*letter-spacing:0.1px;  */
	font-family: Arial;
}
#login-link-holder .check-box{
	margin-right: 3px !important;
}
.check-box{
	margin-top: 0px !important;
	margin-right: 1px !important;
	margin-bottom: 3px !important;
	margin-left: 0px !important;

	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

/* 
   CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
   THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	margin: 45px 0 0 0;
	min-height:700px;
}

/* 
   VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/* 
   THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
    margin: 0;
    padding: 0 15px 0 0;
    width:780px;
    text-align: left;
}

/* 
   THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

#splitpane-content {
	float:left;
	width:700px;
	color:#666;
	text-align:left;
}

#splitpane-content p{
	clear: both;
	
}
#splitpane-content h1{
	color: red;
	clear: both;
	/* background-color: #fff; */
}
/* 
   SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

#splitpane-sidebar {
	float:right;
	color:#333333;
	margin:0;
	width:250px;
	padding: 0px;
}
#splitpane-sidebar form {
	margin: 0px;
	padding: 0px;
}
/* 
   THE SIDEBAR CONTENTS
*/

#splitpane-sidebar ul {
   margin: 0px;
   padding:0;
}

#splitpane-sidebar ul li {
	margin-bottom: 25px;
	list-style:none;
	clear: both;
	
}

#splitpane-sidebar ul li a {

}

#splitpane-sidebar .userdetails a {
        display:inline;
}

#splitpane-sidebar ul li a:hover {
	text-decoration:underline;
}

div#splitpane-sidebar ul li ul li a {
     padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
    text-align:left;
    border-bottom:1px solid #ccc;
    color:#777;
    font-size:0.9em;
    margin:10px 0 10px 0;
    padding:0;
}

#my_group_div{
	padding: 10px 0 0 3px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
}

/* the profile box located in the sidebar */

#splitpane-sidebar #sidebar_user a {
    border:none;
    font-size:0.9em;
}

#splitpane-sidebar #sidebar_user a:hover {
    background:none;
    border:none;
}

#splitpane-sidebar #sidebar_user #icon img {
    float:left;
    margin:0 10px 10px 0;
}

#splitpane-sidebar td {
   border:none;
   padding:2px;
}

#clear {
	clear:both;
}



/* 
   FOOTER 
*/

div#footer {
	clear: both;
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
	text-align:center;
	padding-bottom: 53px;
	margin-top: 50px;
	background: #232323 url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/footer-bg.gif) repeat-x;
	
}

div#footer a {
   color:#369;
}

div#footer a:hover{
	text-decoration:underline;
}

div#footer p {
   margin:10px 0 10px 0;
}

div#footer-content{
	width: 950px;
	margin: 53px auto 0px auto;
	background: #0C0C0C;
	color: #7A7A7A;
}

div#footer_register{
	width:265px;
	text-align: left; 
	margin: 7px 80px 20px 20px; 
	font-size: 11px; 
	float: left;
}

div#footer_register a{
	color: #CDCDCD;
} 

div#footer_register h2{
	color: red;
	border-bottom: solid 1px #342F33; 
	font-size: 15px;
	font-weight: 200;
}

div#footer_privacy{
	width:225px; 
	float:left; 
	text-align: left; 
	margin: 12px 20px 15px 20px; 
	float: left;
	font-size:11px;
	font-weight: bold;
	line-height:17px;
	padding-top: 2px;
}
div#footer_privacy a{
	text-decoration: none;
	color: #7A7A7A;
}

div#footer_privacy img{
	float: left;
	margin-top: -5px;
}


div#footer_privacy .footer_zloupotreba a{
	color: #9A9A9A;
}


div#footer_privacy ul{
	padding-left: 20px;
	margin: 13px 0 0 0;
}

.footer_menu{
	width:125px; 
	height: 125px;
	text-align:left; 
	margin: 15px 20px 20px 0; 
	float: left;
	font-size:11px;	
	border-left: solid 1px #7A7A7A;
	line-height:18px;
	overflow: visible;
}

.footer_menu li a{
	text-decoration: none;
	color: #9A9A9A !important;
}

.footer_menu ul{
	padding: 0px  !important;
	margin: -5px 0 0 10px;
	list-style-position: inside;
}

div#footer_below{
	color: #646464;
	clear: both;
	text-align: left;
	margin: 10px auto;
	width: 910px;
	padding: 0px 20px;
}

/*
   SYSTEM MESSAGES 
*/

div#system-message{ 
	background-color:#FCFF2B;
    color:#000000;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 0.9em;
    padding:3px 20px;
    margin: 0px 0px 15px 0px;
	margin-right: 25px; 
}

div#system-message p{
   padding:0px;
   margin:1px;
 }

/* AJAX MESSAGES */
div#pleasures-info-messages, div#pleasures-adding-messages, div#comrequestDiv, div#requestMessage, div#comments_feedback {
	/*background-color:#E8FF4B;*/
	background-color:#FCFF2B;
	color:#000000;
    padding:3px 20px;
	display:none;
    margin: 10px 0px 0px 0px;
	opacity: 1;
}
div#phplist_messages{
	background-color:#E8FF4B;
	color:#000000;
    padding:3px 20px;
	display:none;
    margin: 0px;
	opacity: 1;
}

div#registration_info{
	background-color:#E8FF4B;
	color:#000000;
	font-weight: bold;
    padding:3px 20px;
	font-family: Arial, Helvetica;
    margin: 10px 0px 0px 0px;
}

div#phplist_messages {margin-bottom: 8px;}

/* 
   SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

.filetable{
	clear: left;
}
.filetable-gallery{
	float: left;
	width: 225px;
	min-height: 150px;
	padding-left: 10px;
}

#group_submenu div#sub-menu, #admin_delete_pleasures div#sub-menu, #admin_ankete div#sub-menu{
	float: none;
	min-height: 90px;
}

div#sub-menu{
	float: none;
	clear: both;
	/*min-height: 90px;*/
}

div#sub-menu p{
  margin:0 0 10px 0;
  padding:0px 0px;
  background:#ffffff;
  border-bottom:1px solid #ebebeb;
  border-top:1px solid #ebebeb;
  color: #EBEBEB;
  float: left;
  width: 100%;   
}
div#communities-sub-menu p {
  margin:0 0 10px 0;
  padding:0px 0px;
  background:#ffffff;
  border-bottom:1px solid #ebebeb;
  color: #EBEBEB;
  float: left;
  width: 100%;   
}
#sub-menu a{
	float: left;
	padding: 10px 15px;
	font-weight: bold;
}
#communities-sub-menu a{
	float: left;
	padding: 10px 15px;
}
#sub-menu #special-option{
	color: #FF9505 !important;
}
#sub-menu #special-option-ns{
	color: #FF9505 !important;
}
#sub-menu a.selected, #communities-sub-menu a.selected{
	color: #000 !important;
	background: #fff;
	border-bottom: 1px solid #666666;
	margin-bottom: -1px;
	text-decoration: none;
}
#sub-menu a.selected_message{
	color: #000 !important;
	/*background: #fff;*/
	/*border-bottom: 1px solid #ECECEC;*/
	/*margin-bottom: -1px;*/
}
.submenu-go-back {
  margin:0px;
  padding:0px;
  background:#ffffff;
  color: #EBEBEB;
  float: left;
  width: 100%;  
}
.submenu-go-back a{
	float: left;
	padding: 0px 7px;
	text-decoration: none;
}
.submenu-go-back a img{
	border: none;
	vertical-align: middle;
	margin-right: 10px;
}
/* 
   BLOGGING ENGINE
*/

.weblog-post {
   padding-bottom: 10px;
   border-bottom: 1px solid #E5E5E5;
   margin-bottom: 18px;
}
.weblog-post img{
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}
.user {
  float:right;
  margin:5px 0 10px 5px;
  padding:0 0 10px 0;
  text-align:center;
  color:#fff;
  height:120px;
  background:#6CAE00;
  width:110px;
}

.user a {
  color:#fff;
 }

.user img {
   border:0px solid #eee;
   padding:2px;
}

.weblog_keywords p {
  font-weight:bold;
}

.weblog-keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
	margin-bottom: 12px;
}
.weblog-title h3{
	margin-bottom: 3px;
}
.weblog-title h3 a, .weblog-title h3 span {
   color:#EB040A;
   font-size: 1.15em;
   line-height: 1em;
   font-weight: normal;
   color: #E90C15 !important;
}

.weblog-post .post {
   line-height: 1.35em;
   color: #000;
   font-size: 0.9em;   
}

.weblog-post-link{
	float:right;
	font-size: 0.9em;
	margin-top:9px;
}

.weblog-post .post a, .weblog-post-link a{
	color: #0864FF;
	text-decoration: none;
}
.weblog-post .post a:hover, .weblog-post-link a:hover{
	text-decoration: underline;
}
.weblog-post .info {
	color: #8B8B8B;
}

.weblog-post .info p { 
   padding: 7px 0 0px 0;
   margin:0;
   float: left;
   clear: none !important;
}

.weblog-post .info p a { 
   font-size:0.9em;
   color:#8B8B8B;
   text-transform: uppercase;
}
.single_post{
	overflow: hidden !important;
}
.single_post .post p, .single_post .post p span{
	font-size: 1.11em;
	font-family: Arial !important;
	line-height: 1.33em;
}
.single_post .post p span{
	font-size: 1em;
	line-height: 1.22em;
}
.single_post .weblog-title{
	margin-bottom: 20px;
	margin-top: 3px;
}
.single_post .weblog-title a, .single_post .weblog-title span{
	font-size: 1.51em !important;
	font-weight: bold;
}
.single_post .weblog-post{
	border-bottom: none;
	margin-bottom: 0px;
}
.single_post form h2{
	color: #8A8A8A;
	font-weight: bold;
	font-size: 1.22em;
}
.single_post form textarea, .single_post form input{
	border-width: 1px;
	border-top-color: #777777;
	background-color: #E8E8E8;
	font-size: 1.11em;
	font-family: Arial, Helvetica;
	color: #8F8F8F;
	margin: 7px 0px;
	padding: 4px 6px;
}
.single_post form textarea{
	width: 387px !important;
	height: 70px !important;
	border-left-color: #fff;
	margin-top: 10px;
}
.single_post form input{
	border-left-color: #CBCBCB;
	width: 171px;
}
.single_post form #postedname{
	float: left;
}
.single_post form #postedemail{
	float: right;
}
.single_post form .Button33-m{
	margin:10px 0 0 0px;
}
.weblog_dateheader {
    color: #999;
	font-size: 1em;
	float: right;
	line-height: 1em;
	font-weight: normal;
	position:relative;
	top:-42px;
	margin-bottom:-20px;
}
#magazin_holder .magazin-photo-preview{
	border: 4px solid #E5E5E3;
	margin-bottom: 0px;
}
#magazin_holder .weblog-post{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#magazin_holder .post{
	/* display: inline-block;
	display: -moz-inline-block; */
}
#magazin_holder .weblog-title{
	margin-bottom: 0px;
}
#magazin_nema_rezultata{
	
}
/* this is the thin line between the actual post and comments */

#comments-divide {
   height:1px;
   background:#ccc;
}

.transparentDiv {
 	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.normalDiv {
  	background-color:#FFFFFF;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.comment-owner {
    border:none;
    background-color:#f2f7fb;
    padding:5px;
    margin:20px 0 5px 0;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
   background:#f2f7fb;
}

.comment-owner p {
	padding:0;
	margin:0;
}

.comment-owner .comment-text{
	font-size: 0.9em;
}

.dashboard_widget {

	border: 1px solid #BBDCE9; 
	margin-bottom: 5px;
	padding: 0px;

}

.dashboard_widget .dashboard_widget_content {
	padding: 10px;
}

.dashboard_widget .dashboard_widget_menu {
	display: block;
	background-color: #E2F0F6; 
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
}

.dashboard_widget  .dashboard_widget_content h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:5px 0 10px 0;
	color:#666;
	background:#fff;
}

.dashboard_widget  .dashboard_widget_content h2 a {
    background:url(http://www.napauzi.com/_templates/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
}

/* AGENA */

.sidebar-left {
	width: 250px;
	float:left;
}
.sidebar-left a, .profile_primary a, .profile_secondary a{
	text-decoration: none;
	color: #0067FF;
}
.sidebar-left a:hover, .profile_primary a:hover, .profile_secondary a:hover{
	text-decoration: underline;
}
.central-content{
	float:left;
	width:400px;
	margin-left:25px;
	display: inline;
}
#registracija2, #new_password, #forgotten_password{
    background:url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/registracija2-bg.jpg) repeat-x 0 0;
	min-height: 1000px;
	text-align: center;
	width: 950px;
	clear: both;
	margin-top:30px;
}
#registracija2 h2, #new_password h2, #forgotten_password h2{
	color: #000;
	margin: 35px auto 20px auto;
	font-size: 1.5em;
}
#new_password div form h2, #forgotten_password div form h2{
	display:line !important;
}
#registracija2 p, #new_password p, #forgotten_password p{
	color: #000;
	margin:  auto 120px auto 120px;
	 font-size: 1.2em; 
}
#new_password ul, #forgotten_password ul{
	margin:  30px 280px 20px 280px;
	border-top: 1px solid #C6C7C9;
	border-bottom: 1px solid #C6C7C9;
	text-align: left;
	padding: 10px 0px 10px 140px;
	color: #3296FF
}
#registracija2 ul{
	margin:  15px 0 15px 0px;
	border-top: 1px solid #C6C7C9;
	border-bottom: 1px solid #C6C7C9;
	text-align: left;
	padding: 10px 0px 10px 140px;
	color: #3296FF
}
#registracija2 ul li, #new_password ul li, #forgotten_password ul li{
	line-height: 1.5em;
}
#registracija2 ul a, #new_password ul a, #forgotten_password ul a{
	color: #3296FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#registracija2 ul a:hover, #new_password ul a:hover, #forgotten_password ul a:hover{
	color: #3296FF;
	text-decoration: underline;
}
#registracija2 form, #new_password form, #forgotten_password form{
	margin:  0px 280px 30px 280px;
	text-align: left;
	padding: 0px;
	color: #888890;
	padding-bottom: 30px;
}
#registracija2 h3, #new_password h3, #forgotten_password h3{
	margin-top: 10px;
	color: #888890;
	font-weight: bold;
	font-size: 1.5em;
}
#registracija2 form p, #new_password form p, #forgotten_password form p{
	margin:  0px;
	font-size: 1.2em; 
}
#registracija2 form .infoholder input, #new_password form .infoholder input, #forgotten_password form .infoholder input{
	font-size: 1.4em;
	border-style: inset;
	padding: 4px;
	margin: 0; 
	width: 97.6%;
	/* border: 1px solid #ccc; */
}
#registracija2 form label, #new_password form label, #forgotten_password form label{
	margin-top: 10px;
	display: block;
	font-size: 1.1em;
}
#registracija2 form label strong, #new_password form label strong, #forgotten_password form label strong{
	font-weight: normal ;
}
#registracija2 form label input, #new_password form label input, #forgotten_password form label input{
	margin: 0; 
	border: 0px;
}
#registracija2 .button-holder, #new_password .button-holder, #forgotten_password .button-holder{
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #C6C7C9;
}
#registracija2 .orange_button, #new_password .orange_button, #forgotten_password .orange_button{
	text-align: center;
	border: 0px;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/button-orange-clean2.gif) no-repeat;
	padding: 0px 0px 8px 0px;
}
#top_bar{
	margin-bottom: 24px;
	margin-right: 25px;
}
#top_bar h2{
	margin: 0px;
}
#top_bar form{
	margin: 0px;
}
#top_bar textarea{
	border: 1px solid #777777;
	border-bottom-color: #CBCBCB;
	border-right-color: #CBCBCB;
	background-color: #E8E8E8;
	font-size: 2.5em;
	font-family: Arial, Helvetica;
	padding: 5px 10px;
	color: #8F8F8F;
	width: 95%;
	height: 150px;
	margin: 7px 0px 10px 0px;
}
.image-button{
	border: 0px;
	width: 154px;
	height: 44px;
}
.head_image{
	min-height: 25px;
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: 4px solid #E4E4E4;
	clear: both;
	vertical-align: top;
	line-height: 20px;
    background-color:#FFFFFF;
    padding-bottom:1px !important;
}
.head_image img{
	margin-right: 5px;
	vertical-align: middle;
}
.head_image_top{
	height: 25px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial;
	padding: 0px !important;
	margin: 0px !important;
	border-top: 4px solid #E4E4E4;
	clear: both;
	vertical-align: bottom;
	margin-bottom: 20px !important;
	padding-top: 9px !important;
}
.head_image_top img{
	margin-right: 5px;
	vertical-align: middle;
}
.head_image_top_small {
	border-top: 4px solid #E4E4E4;
	height: 10px;
	padding: 0px !important;
	margin: 0px !important;
}
.central-content .head_image{
	color: #C2C2C2;
	font-size: 1.2em;
}
#newest_members, #most_active_members, #similar_profiles, #most_contacted_friends, #group_members{
	width: 272px;
	margin-left: -22px;
	margin-bottom: 30px;
	padding-top: 22px;
}
#most_contacted_friends{
	margin-bottom: 0px !important;
}

#pogledaj_sve_prijatelje{
	border-bottom: 1px solid #ebebeb;
	padding:5px 0 10px 0;
	font-size: 11px;
}
#advancedsearch_results{
	width: 675px;
}
#newest_members a img, #most_active_members a img,  #advancedsearch_results .search_result_holder a img, .box_user img{
	width: 46px !important;
	height: 46px !important;
	display: block;
}
#newest_members div, #most_active_members div{
	width: 46px;
	margin-left: 21px;
	float: left;
	height: 85px;
	display: inline;
	font-size: 0.8em;
}
#newest_groups div, .newest_groups div{
	border-bottom: 1px solid #E5E5E5;
	margin-top: 15px;
	padding-bottom: 15px;
	min-height: 48px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
}
#newest_groups div img, .newest_groups div img{
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 20px;
}
#newest_groups div span, .newest_groups div span{
	float: left;
}
#uzivam_da_holder{
	padding-bottom: 3px;
	border-bottom: 1px solid #E5E5E5;
}
#uzivam_da_holder h2{
	margin: 0px;
}
#newest_groups a, .newest_groups a{
	font-weight: bold;
}
.najnovija_izjava_holder{
	margin-bottom: 20px;
	word-wrap:break-word;
	overflow: hidden;
}
.najnovija_izjava_holder p{
	background-color : #E4E4E4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 11px;
	margin: 0px;
	line-height: 1.2em;
}
.central-content {
	word-wrap:break-word;
	overflow: hidden;
}
.najnovija_izjava_holder .only_nickname{
	float: left;
	margin: 0px;
	padding: 3px 7px 3px 27px;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/oblacic.gif) 10px 0px no-repeat;
	font-size: 0.9em;
	line-height: 1em;

}
#uzivam_da_holder a{
	text-decoration: none;
	color: #0067FF;
}
#uzivam_da_holder a:hover{
	text-decoration: underline;
} 
.najnovija_izjava_holder .pleasure-time, .najnovija_izjava_holder .pleasure-date{
	float: left;
	color : #989898;
	border-left: 1px solid #989898;
	padding: 0px 7px;
	font-size: 0.9em;
	line-height: 1em;
	margin: 4px 0px;

} 
#uzivam_da_holder .more_pleasures{
	text-align: right;
	/*text-transform: uppercase;*/
	font-size: 0.9em;
}
#my_news{
	width: 220px;
	height: 126px;
	padding: 41px 14px 11px 16px;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/my-news-bg.gif) 0px 0px no-repeat;
	margin:0;
}
#my_news label{
	float: left;
}
#my_news span{
	float: right;
	color: #0186AF;
	font-weight: bold;
	font-size: 1.3em;
}
#my_news div{
	clear: both;
	font-size: 0.95em;
	height: 18px;
	line-height: 18px;
}
div.moji-bodovi{
	margin-top: 43px;
	height: 38px !important; 
	line-height: 38px;
	padding-top: 5px;
	font-weight: bold;
	overflow: visible;
}
.moji-bodovi label{
	color: #505558;
	font-size: 1.8em;
	margin-top: 4px;
}
.moji-bodovi span{
	color: #34B64A !important;
	font-size: 2.8em !important;
}

.sidebar-left .najnovija_izjava_holder{
	margin-top: 15px;
	margin-bottom: 15px;
}

.sidebar-left .najnovija_izjava_holder .image_with_nickname{
	width: 54px;
	float: left;
	overflow: hidden;
}
.sidebar-left .najnovija_izjava_holder .oblacic-levo{
	width: 14px;
	height: 16px;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/oblacic-levo.gif) 0px 0px no-repeat;
	float: left;
}
.sidebar-left .najnovija_izjava_holder p{
	background-color: #F2F2F2;
	font-size: 0.95em;
	font-weight: normal;
	padding: 4px 9px 7px 9px;
	margin: 0px;
	line-height: 1.2em;
	float: left;
	width:164px;
	clear: none !important;
	color: #0070FC;
}
.sidebar-left .najnovija_izjava_holder p span{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	line-height: 1.2em;
	color: #C3C3C3;
	margin-bottom: 5px;
}
.sidebar-left .najnovija_izjava_holder p .pleasures-datetime{
	color: #878787;
	font-style: normal;
}
.sidebar-left .najnovija_izjava_holder a{
	text-decoration: none;
	font-size: 0.9em;
	color: #0070FC;
	clear: both;
	display: block;
}
.sidebar-left .najnovija_izjava_holder a:hover{
	text-decoration: underline;
}
#pleasures-tag-cloud{
	margin-top: 15px;
	background-color : #E8E8E8;
	padding: 15px;
	
}
#pleasures-tag-cloud a{
	text-decoration: none;
	color: #097CCD;
}
#pleasures-tag-cloud a:hover{
	text-decoration: underline;
}	

.sidebar-left #newest_members_block div, .sidebar-left #most_active_members_block div, #most_active_members_block div.most_active_user, #advancedsearch_results .search_result_holder, #basicsearch .search_result_holder, .networktable .friend_holder, #splitpane-content .community_memebership_request_holder{
	border-bottom: 1px solid #E5E5E5;
	margin-top: 15px;
	min-height: 48px;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 15px;
} 
#basicsearch .search_result_holder{
	margin-right: 20px;
}
#most_active_members_block div.most_active_user div{
	float: left;
}
#most_active_members_block div.user_image{
	width: 63px;
	margin-bottom: -15px;
}
#most_active_members_block div.user_image img{
	float: left;
}
#most_active_members_block div.user_content{
	width: 250px;
}
#most_active_members_block div.bodovi{
	width: 76px;
	clear: right;
	text-align: right;
	font-weight: bold;
}
#most_active_members_block div.bodovi span{
	display: block;
	font-size: 1.3em;
	color: #FF9A03;
	margin-top: 12px;
}

#newest_members_block div img, #advancedsearch_results .search_result_holder img, #basicsearch .search_result_holder img, .networktable .friend_holder img, #splitpane-content .community_memebership_request_holder img{
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 20px;
	margin-bottom: 13px;
}
#newest_members_block a, #advancedsearch_results a{
	font-weight: bold;
	color: #326BF8;
	text-decoration: none;
}
#newest_members_block a:hover, #advancedsearch_results .search_result_holder a:hover{
	text-decoration: underline;
}
#become-a-member{
	background: white url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/postani-clan-bg.gif) no-repeat;
	text-align: center;
	padding: 0 23px;
	height: 178px;
	margin: 0px 0px 28px 0px;
}
#become-a-member p{
	margin: 3px 0px 10px 0px;
	font-size: 0.9em;
	text-align: left;
	color: #000;
}
#become-a-member a.lbOn{
	text-decoration: none;
	color: white;
}

#become-a-member img{
	border: 0px;
}

.lbOn img{
	border: 0px;
}
.profile_edit{
	color: #9C9C9C !important;
}
#avatar-holder{
	/*border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;*/
	
}
#avatar-holder input{
	border: 0px;
}
#avatar-holder label{
	font-size: 12px;
	color: gray;
	font-weight: normal;
}
form p{
	margin: 0px;
	padding: 0px;
}
.infoholder table{
	width: 100%;
	margin-bottom: 60px;
	border: 0px;
}
.infoholder table td{
	border-width: 0px 0px 1px 0px;
	padding: 15px 0px;
}
.profile_edit .infoholder{
	padding: 15px 0px 15px 18px;
	border-bottom: 1px solid #EBEBEB;
}

.community_create .infoholder {
	padding:20px 0; 
	margin: 20px 0;
}

#obavestenja_pg {
	margin: 20px 0;
}
.obavestenje_delete_holder{
	border-bottom: 1px dashed #808080;
	height: 20px;
	width: 100%;
	padding: 2px 0px;
	margin-top: 5px;
}
/*
.obavestenje_delete_holder span{
	display:inline;
	horizontal-align: left;
	font-size: 9px;
	vertical-align: bottom;
}
*/
.obavestenje_delete_holder a{
	float: right;
	display:inline;
	vertical-align: bottom;
}

.profile_edit .infoholder .fieldname, #domen_black_list_pg .infoholder .fieldname, #akcija_new .infoholder .fieldname, #add-new-post .infoholder .fieldname{
	float: left;
	width: 232px;
}
#obavestenja_pg .infoholder .fieldname{
	float: left;
	width: 232px;
	margin-top: 10px;
}
#akcija_new .infoholder .fieldname, #userdetails_edit .infoholder .fieldname, #add-new-post .infoholder .fieldname{
	float: left;
	width: 232px;
	margin-top: 20px;
}


.community_create .infoholder .fieldname{
	float: left;
	width: 240px;
	padding-right: 10px;
}
.community_create .infoholder .fieldname h3{
	font-size: 1em;
	font-weight: bold;
	display: list-item;
	list-style: disc;
	margin-left: 20px;
	color: #949494;
}
/* OVO JE STARO, KAD JE TEKST ZA SLIKU PROFILA STAJAO LEVO
.profile_edit_icon{
	padding: 15px 0px 15px 18px;	
} */
.profile_edit_icon{
	padding: 15px 0px 15px 18px;
	float:left;
	min-width:232px;
}
.profile_edit_icon p{
	padding-left:20px;
}
/* OVO JE STARO, KAD JE TEKST SLIKE PROFILA STAJAO LEVO
#splitpane-content div form p.icon-description{
	clear: left;
	float: left;
	width: 205px;
	margin-right: 7px;
    padding-left:20px;
    font-size:10px;
}*/
#splitpane-content div form p.icon-description{
	clear: left;
	width: 500px;
	margin-right: 7px;
    padding-left:250px;
    font-size:10px;
}
 .infoholder .fieldname h3, #splitpane-content div form h2{
	font-size: 1.4em;
	font-weight: bold;
	display: list-item;
	list-style: disc;
	margin-left: 20px;
	color: #949494;
}
.profile_edit .infoholder2{
	font-size: 1.4em;
	font-weight: bold;
	list-style: disc;
	margin: 20px;
	color: #949494;
	
}
#splitpane-content div form h2{
	clear: none;
}
#testWrap{
	float: left !important;
	clear: right !important;
	/* padding: 0px !important;
	margin: 0px !important; */
	padding-left: 210px;/*250px*/;
	/*margin-top: -77px;*/
	padding-bottom: 10px;
}
#testWrap label{
	position: relative;
	top: 5px;
	margin-bottom: 10px;
}
.sc-button-holder{
	margin: 0px !important;
	padding: 13px 0px 12px 247px;
	border-bottom: 1px solid #EBEBEB;
}
.sc-button-holder a img{
	margin-top: 4px;
}
.sc-button-holder .ButtonMiddle a{
	font-size: 14px;
}
.profile_edit .infoholder .fieldname h3 label{
	margin-left: -2px;
}
.profile_edit .infoholder .fieldname h3 label i, #domen_black_list_pg .infoholder .fieldname h3 i{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.profile_edit .infoholder p, .community_create .infoholder p{
	float: left;
	clear: none !important;
	width: 700px;
	padding: 0px !important;
	margin: 0px !important;
}

 #obavestenja_pg .infoholder p{
 	float: left;
	clear: none !important;
	width: 700px;
	padding: 0px !important;
	margin: 10px 0px !important;
 }

#domen_black_list_pg .infoholder p, #akcija_new .infoholder p, #userdetails_edit .infoholder p, #add-new-post .infoholder p{
	float: left;
	clear: none !important;
	width: 715px;
	padding: 0px !important;
	margin: 0px !important;
}

.profile_edit .infoholder select, #obavestenja_pg .infoholder select{
	height: 27px;
	padding: 3px;
	vertical-align: middle;
	margin: 1px 5px 0 0;
	min-width: 50px;
}
.profile_edit .infoholder option, #obavestenja_pg .infoholder option{
	margin-right: 10px;
}
.profile_edit .infoholder .check-box{
	width: auto;
	border: none;
	background-color : #fff;
}
.profile_edit .infoholder textarea, .profile_edit .infoholder input, .profile_edit .infoholder select, #obavestenja_pg .infoholder input, #obavestenja_pg .infoholder select, #obavestenja_pg .infoholder textarea, #akcija_new .infoholder input,#add-new-post .infoholder input, #userdetails_edit .infoholder input{
	background-color : #EBEBEB;
	border: 1px solid #fff;
	border-top-color: #828177;
	border-left-color: #828177;
	color: #555555;
	vertical-align: middle;
}
#new_article_name{
	width: 300px
}


#email-obavestenja, #promena-lozinke, #file-quota, #user-flags{
	margin: 40px 0 0 0;
} 


#domen_black_list_pg .infoholder textarea{
	background-color : #EBEBEB;
	border: 1px solid #fff;
	border-top-color: #828177;
	border-left-color: #828177;
	color: #555555;
	vertical-align: middle;
	width: 100% !important;
	height: 100px;
}

#akcija_new .infoholder textarea, #add-new-post .infoholder textarea{
	background-color : #EBEBEB;
	border: 1px solid #fff;
	border-top-color: #828177;
	border-left-color: #828177;
	color: #555555;
	vertical-align: middle;
	width: 100% !important;
	height: 100px;
	margin-top: 20px;
}

#tinymce-add-post .infoholder textarea{
	height: 300px !important;
}
#add-new-post #tinymce-add-post .infoholder textarea{
	height: 600px !important;
}

#tinymce-add-post .infoholder p{
	margin-top: 20px !important;
}
#check-add-post .infoholder .fieldname{
	margin-top: 20px;
	float: left;
		margin-bottom: 20px;
}


#check-add-post .infoholder p{
	clear:none !important;
	float:left;
	margin:20px 0 0 15px !important;
	padding:0px !important;
}

#check-add-post input{
	margin-top: 2px !important;
}

#add-new-post select{
	margin-top: 20px;
}

#domen_black_list_pg input, #akcija_new input, #add-new-post input, #userdetails_edit input, #userdetails_edit select{ 
	margin-top: 20px !important;
}


#email-obavestenja input, #email-obavestenja .fieldname, #user-flags .fieldname, #user-flags input{
	margin: 0 !important;
}

#email-obavestenja p{
	margin-bottom: 20px;
}

#email-obavestenja label{
	margin:0 5px 0 2px;
}

 #user-flags p label{
 	margin:0 5px 0 5px;
 }

#userdetails_edit #ime-i-email input{
	width: 200px;
}

#sacuvaj-userdetails{
	width: 100px;
	height: 40px;
}

#obavestenja_grid{	
	margin: 20px 0;
}

#obavestenja_grid h3{
		font-size: 1.4em;
	font-weight: bold;
	display: list-item;
	list-style: disc;
	margin-left: 20px;
	color: #949494;
}

#obavestenja_pg h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #949494;
	margin: 15px 0;
}

.community_create .infoholder input{
	background-color : #EBEBEB;
	border: 1px solid #fff;
	border-top-color: #828177;
	border-left-color: #828177;
	color: #555555;
	vertical-align: middle;
	height: 25px;
}

.profile_edit .infoholder input, .community_create .infoholder input,  #obavestenja_pg .infoholder input{
	width: 500px;
	padding: 5px 5px; 
}
/*
.profile_edit .infoholder textarea{
	width: 686px;
	height: 145px;
	padding: 5px 5px;
}
*/
.infoholder textarea{
	width: 99%;
	height: 250px;

}
.profile_edit .profile_checkbox{
	background-color : #EBEBEB;
	color: #555555;
	vertical-align: middle;
	padding:6px 0px 8px 10px;
	width:500px;
	display:block;
}

#splitpane-sidebar  li img{
	border: 0px;
}

/*akcija*/
.single_article_holder_for_take{
	padding-right: 20px;
}

.article_name {
	margin-top: 180px;
}
#takearticle .article_name {
	margin-top: 0px;
}
.single_article_holder .article_name{
	margin-top:0px;
}
.izmena_akcija{
	margin-top: 150px;
}
.article_value_title{
	margin-top:5px;
}

/*sonja:*/
#takearticle h1.article_name{
	color:#737373;
	font-size:2em;
}

/*admin deo*/
span.admin_h2{
	font-size:130%;
	color:#F90;
	margin:10px 0 !important;
	font-weight:700;
	line-height: 30px;
}
.submit_admin, #mediapopup_0{
	border: 2px ridge; 
	background-color: #fbfbfb;
}

#mediapopup_0{
	margin-left: 230px;
}

.articles_stats label{
	font-size:1.5em;
}
.articles_stats  #statistika{
	border-bottom:1px solid #E5E5E5;
	margin-bottom:20px;
	padding:5px;
}

#akcija_new{
	margin-bottom: 50px;
}

/*grupe*/
div#search_group_result{
	margin-right: 25px;
}
.search_group_header{
	margin-top: -15px;
	padding-bottom:5px;
	border-bottom: 1px solid #E3E3E3;
}
div#search_group_result h2{
	color:#000000;
	font-family:Arial;
	font-size:14px;
	margin:0px 0px 20px !important;
	padding:19px 0px 0px !important;

}
.search_result_img{
	float: left;
	margin: 10px 10px 10px 0;
}

.search_result_text{
	float: left;
	margin: 20px 10px 10px 10px;
	font-size: 11px;
}

.community_search_result{
	border-bottom: 1px solid #E3E3E3;
}

div#group_paging{
	text-align: center;
	margin-top: 25px;
}
#weblog_category{
	background: white url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/magazin-navigation-bg.gif) repeat-x;
	padding: 60px 10px 10px 10px !important;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 21px/*14px*/;
}
#weblog_category ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#weblog_category li{
	background: url( http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/bullet-blue.gif ) no-repeat 0px 9px;
	padding-left: 10px;
}
#weblog_category li a{
	color: #3691FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.15em;
	line-height: 1.6em;
	text-transform: lowercase;
}
#weblog_category li a:hover{
	text-decoration: underline;
}
.weblogdateheader{
	color: #545454;
	line-height: 2.1em;
	font-size: 0.9em;
	border-bottom: 1px solid #E5E5E5;
	font-weight: normal;
}
ul.weblogmonths{
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #E5E5E5;
}
ul.weblogmonths a{
	font-weight: bold;
	font-size: 0.9em;
	color: #3595FF;
	line-height: 1.7em;
}
.sidebar-left .text_form{
	display: block;
	margin-top: 10px;
	width: 200px;
}
.sidebar-left form p{
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar-left form textarea, div#friends_request textarea{
	padding: 3px 6px;
	width: 236px;
	height:77px;
	background-color: #E4E4E4;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	border-width: 1px !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px !important;
	font-size: 1em;
}
div#friends_request_button textarea{
	padding: 3px 6px;
	width: 335px;
	height:156px;
	background-color: #E4E4E4;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	border-width: 1px !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px !important;
	font-size: 1em;
}
div#friends_request input, div#friends_request_button input{
	float: left;
}
div#odustani-button input{
	float: left;
}	
.sidebar-left form input{
	width: 240px;
	background-color: #E4E4E4;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	padding: 4px;
}
.posalji-gray, .posaljite-komentar{
	border: none !important;
	padding: 0px !important;
}
.posalji-gray{
	height: 40px !important;
	width: 108px !important;
}

div#poruke_prijateljstvo{
	background: url( http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/postanite_prijatelji_gr.gif );
	color: #636468;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	height: 500px; 
	padding: 10px 20px;
}

div#poruke_prijateljstvo span{
	color: red;
}

div#poruke_prijateljstvo img{
	margin-bottom: 10px;
}

div#postani_clan{
	background: url( http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/postani-clan_gr.gif );
	color: #636468;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	height: 320px; 
	padding: 10px 20px;
	margin-top: 25px;
}

div#postani_clan img{
	margin-bottom: 10px;
}

.reg_postani_clan {
	margin-left: 100px; 
	
}

.reg_postani_clan a{
	color: #EBECE7;
}
.box_user{
	float: left;
	width: 46px;
	margin-left: 21px;
	margin-top: 10px;
	display: inline;
	margin-top: 0px;
}
.box_user a{
	color: #326BF8;
	text-decoration: none;
	font-size: 0.8em;
}
.box_user a:hover{
	text-decoration: underline;
}
a.status_online{
	color: #34B64A;
}

a.status_offline {
	color: #7D7D7D;
}

#most_contacted_friends .box_user .user_icon_online{
	border-bottom: 3px solid #34B64A;
}

#most_contacted_friends .box_user .user_icon_offline{
	border-bottom: 3px solid #7D7D7D;
}

.search_result_paging{
	text-align: center;
	padding-top: 20px;
	color: #326BF8;
}
.search_result_paging span{
	font-weight: bold;
	text-decoration: underline;
	color: #969696;
}
#show-hide-upitnik-image, #show-hide-arhiva-image{
	float: left;
	margin-right: 5px;
}
a#show-hide-upitnik, a#show-hide-arhiva-image{
	width: 150px;
}
#magazinsearchform {
	/*padding-bottom: 25px;*/
	float: left;
	width: 250px;
	/*margin-top: -6px;*/
}
#magazinsearchform p{
	float: left;
	margin-top: 20px;
}
#magazinsearchform .Button33-m{
	float: right; 
	margin-top: 16px;
}
#magazinsearchform .ButtonMiddle a{
	color: #F5F5A1;
	padding: 7px 10px 0 10px;
}
#magazinsearchform input{
	width: 134px;
	padding-top: 3px;
}
#rezultati_pretrage_poruka{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.gray-pretraga-yellow{
	width: 89px !important;
	height: 35px !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	display: inline !important;
	margin-bottom: -14px !important;
	margin-top: 14px !important;
	margin-left: 8px !important;
}
#magazinsearchform img{
	margin-bottom: -13px;
}
.gray-pretraga{
	color: yellow; 
	font-family: Arial;
	font-weight: bold;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/gray-center.jpg);
	padding-bottom: 7px;
	border: none;
	height: 32px;
}
#magazinsearchform_holder{
	/*padding-top: 7px !important;*/
	width: 250px;
	float: left;
	height: 90px !important;
}
.sidebar-left .reg-code{
	margin-left: 0px;
	
}
.sidebar-left #security_code{
	margin-top: 10px !important;
	font-size: 1.1em !important;
	color: #000;
}
.sidebar-left #captcha{
	margin-top: 5px;
}

div#pretraga_grupa{
	background: url( http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/pretraga-grupa-gr.gif );
	width: 660px;
	height: 186px;
	padding: 10px 0 0 15px;
}

div#pretraga_grupa #keyword{
	width: 575px;
	background-color: #FFFFFF;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	padding: 5px;
	margin: 30px 20px 10px 25px;
	color: #979797;
	font-family:Arial;
	font-size:19px;
}
#arhiva{
	margin:10px 0 20px 0;
	float: left;
	width: 250px;
}

div#pretraga_grupa #group-image-button{
	margin: 5px 0 0 25px !important;
	height: 39px;
	width: 137px;
}
#pretraga_grupa form{
	margin: 0px;
	padding: 0px;
}
.posaljite-komentar{
	width: 158px;
	height: 40px;
	margin-top: 2px !important;
}
#pozovite-prijatelja{
	background: white url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/pozovi-prijatelja-bg.gif) 0px 0px no-repeat;
	min-height: 904px;
	padding: 74px 138px 0px 176px;
	width: 636px;
}
#pozovite-prijatelja p{
	color: #484848;
	font-size: 0.9em;
	line-height: 1.7em;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding-bottom: 20px;
}
#pozovite-prijatelja form p{
	border: none;
	float: right;
	margin: 0px;
	padding: 0px;
	clear: right;
}
#pozovite-prijatelja .Button33{
	margin-left: 190px;
	float: left;
}


#pozovite-prijatelja form .infoholder{
	clear: both;
	padding: 16px 0px;
}
#pozovite-prijatelja form .fieldname{
	float: left;
	clear: left;
}
#pozovite-prijatelja .fieldname h3{
	color: #666666;
	font-size: 1.2em;
	line-height: 2em;
	margin-left: 13px;
	width:160px;
}
#pozovite-prijatelja input, #pozovite-prijatelja textarea {
	border: 1px solid #ddd;
	border-top: 1px solid #6B6B6B;
	border-left: 1px solid #A0A0A0;
	padding: 7px 4px;
	width: 430px;
	overflow: auto;
	font-weight: bold;
	color: #888;
}
#pozovite-prijatelja #special{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 123px;
	margin-top: 35px;
}
#pozovite-prijatelja #special h3{
	line-height: 1.2em;
	background-position: 0px 7px
}
#pozovite-prijatelja #button_holder_1 h3{
	display: none;
} 
#pozovite-prijatelja form textarea{
	height: 107px;
}
#pozovite-prijatelja #tvoje_ime{
	border-top: 1px solid #fff;
	margin-top: 35px;
}
#pozovite-prijatelja #tvoje_ime h3{
	list-style: none;
}
#pozovite-prijatelja #poruka_prijateljima{
	border-bottom: 1px solid #fff;
	height: 123px;
}
.posalji-green{
	width: 140px !important;
	height: 40px !important;
	border: 0px !important;
	padding: 0px !important;
	margin-right: 300px;
}
.orange-registracija{
	border: 0px;
}
#splitpane-sidebar ul li .head_image{
	border-bottom-width: 4px;
}
#obavestenja{
	background-color: #EBF6D4; 
	color: #606658; 
	font-weight: normal; 
	font-size: 12px;
	padding: 7px 7px 17px 7px;
	margin-bottom: 15px;
}
#obavestenja ul{
	padding: 0;
	margin: 10px 0 5px 27px;
}
#obavestenja ul li{
	padding: 5px;
	
}

#obavestenja p{
	margin: 0px;
	padding: 0px;
}

#obavestenja #obavestenja-potpis{
	
	float: left;
}

#networktable .friend_holder{

}
.submit_cancel_image{
	width: 140px;
	height: 40px;
	border: 0px !important;
}

.submit_save_image{
	border: 0px !important;
}
#button_delete_holder{
	float:right;
	padding: 0px;
	height:50px;
	margin: -40px 0px 0px 0px;
}

#security_code_id{
	margin-left: 52px;
}
#phplist_suscription_form input{
	border-left:1px solid #8F8F8F;
	border-top:1px solid #606060;
	padding:4px;
	width:220px;
}

#phplist_suscription_form #phplist_iagree{
	width: 20px;
	height: 20px;
	float: left;
	margin: 10px 0 0 0 !important;
	border: 0px;
}

#phplist_suscription_form{
	background-color: #E4E4E4;
	padding: 5px 10px 5px 10px;
	margin-bottom:18px;
}

#mailing-text {
	color: #000;
	font-size: 11px;
	margin: 12px 0 5px 25px;
}

.posalji-mailing{
	width: 107px !important;
	height: 43px !important;
	border: none !important;
	padding: 0 !important;
	margin-top: 5px;
}


/*FOTO GALERIJA*/
.fieldname{
	clear: both;
}
#gallery-holder .infoholder .fieldname{
	padding:  20px 0px;
}
#gallery-holder  label{
	font-weight: bold;
}
#gallery-holder #new_file{
	width: 660px;
	background-color : #EBEBEB;
	border-style: inset !important;
	padding: 3px 0px;
}
#gallery-holder textarea, #gallery-holder #new_folder_name{
	background-color : #EBEBEB;
	border: 1px solid #fff;
	border-top-color: #828177;
	border-left-color: #828177;
	color: #555555;
	vertical-align: middle;
	width: 657px;
	height: 45px;
	border-style: inset !important;
}
#gallery-holder #new_folder_name{
	height: 20px;
}
#copyrightokcheckbox{
	border: 0px;
}
#do-upload-button, #button-submit{
	border: 0px !important;
	width: 154px;
	padding: 9px  10px  13px  6px;
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/green-on-white.gif) no-repeat;
}

#avatar-holder .fieldname h3{
	display: block;
}

#icon_info_holder{
	border-bottom: 1px solid #EBEBEB;
	padding-bottom:10px;
}
/* OVO JE STARO, KAD JE TEKST ZA SLIKU BIO LEVO 
#icon-upload p {	
	clear: none !important;
	float: left;	
	margin: -10px 0px 0px 0px;	
	width: 500px;	
}*/
#icon-upload p {	
	clear: none !important;
	float: left;	
	margin: 20px 0px 0px 0px;	
	width: 500px;	
}
#icon-upload .fieldname{
	float: left;
	width: 248px;
}
#icon-upload #iconfile{
	background-color : #EBEBEB;
	border-style: inset !important;
	padding: 3px 0px;
	width:510px;
}
#detailed_message .post p{
	margin: 0;
	padding: 0;
}
#nova_pos a{
	color: #EBEBEB !important;
}
#nova_pos a img {	
	color: #EBEBEB !important;	
	border: none;
	margin-top: 5px;
}

div#prijava_zloupotrebe{	
	background: white url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/prijavi_zloupotrebu-bg.jpg) 0px 0px no-repeat;
	min-height: 904px;
	padding: 74px 108px 0px 120px;
	/*width: 636px;*/
	color:#000000;
}

#holder_kontaktirajte_nas{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/kontaktiraj_nas.gif);
	padding: 74px 108px 0px 120px;
	color:#000000;
	height: 500px;
}
div#prijava_zloupotrebe h2{
	color:#000000;
	padding:50px 0px 0px 280px;
}

div#prijava_zloupotrebe p{
	padding: 20px 0px 40px 0px;	
	line-height:1.3em;
	margin:0px;
	font-size:1.2em;
}

div#prijava_zloupotrebe form{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#prijava_zloupotrebe form .infoholder{
	clear: both;
	padding: 5px 0px;
}
#prijava_zloupotrebe form p{
	border:medium none;
	margin:0px;
	padding:0px;
}

div#prijava_zloupotrebe input#ime, div#prijava_zloupotrebe input#prezime, div#prijava_zloupotrebe input#email_adresa{
	width: 60%;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	padding: 5px;
	margin: 0px 0px 10px 0px;
	color: #8B8B8B;
	font-family:Arial;
	font-size: 19px;
	font-weight:bold;
	background-color: #E1E1E1;

}
div#prijava_zloupotrebe textarea{
	background-color:#E1E1E1;
	border-color:#777777 rgb(203, 203, 203) rgb(203, 203, 203) rgb(119, 119, 119);
	border-style:solid;
	border-width:1px;
	color:#8B8B8B;
	font-family:Arial,Helvetica;
	font-size:19px;
	font-weight:bold;
	height:150px;
	margin:0px 0px 10px;
	padding:5px 5px;
	width:60%;
}

div#kontaktiraj_nas{	
	/*padding: 74px 108px 0px 120px;*/
	/*width: 636px;*/
	color:#000000;
	/*margin: 100px 0 0 300px;*/
}
div#kontaktiraj_nas input#ime, div#kontaktiraj_nas input#prezime{
	width: 60%;
	border-top: 1px solid #606060;
	border-left :1px solid #8F8F8F;	
	padding: 5px;
	margin: 0px 0px 10px 0px;
	color: #8B8B8B;
	font-family:Arial;
	font-size: 19px;
	font-weight:bold;
	background-color: #E1E1E1;

}
div#kontaktiraj_nas textarea{
	background-color:#E1E1E1;
	border-color:#777777 rgb(203, 203, 203) rgb(203, 203, 203) rgb(119, 119, 119);
	border-style:solid;
	border-width:1px;
	color:#8B8B8B;
	font-family:Arial,Helvetica;
	font-size:19px;
	font-weight:bold;
	height:150px;
	margin:0px 0px 10px;
	padding:5px 5px;
	width:60%;
}

#group_submenu, #weblog_submenu{
	margin-right: 25px;
}

#friendsof_user_info_holder{
	font-size:0.9em;
	line-height:1.4em;
	min-height:48px;
	padding-bottom:15px;
}
#friendsof_user_info_holder img{
	float: left;
	margin-bottom: 13px;	
	margin-right: 20px;
}
#friendsof_user_info_holder a{
	font-weight: bold;
	color: #326bf8;
	text-decoration: none;
}
#friendsof_user_info_holder a img{
	display: block;
}

/*staticke stranice*/
#static-page{
	margin-right: 25px;
}
.static_page_title{
	font-size:130%;
	margin:10px 0 !important;
	font-weight:700;
	line-height: 30px;
}

#staticka_strana {
	margin:20px 80px 0 0;
}
.staticka-strana-captcha{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px;
	/*width: 62%;		*/
	margin: 10px 137px 10px 137px;
	text-align: center;
}
.kontakt{
	text-align: center;
	padding-top: 50px;
	margin-right: 0 !important;
}
#staticka_strana .head_image{
	margin-bottom: 20px!important;
}
#staticka_strana ul li{
	display: list-item;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

.korak{
	margin-top: 50px;
}
.korak img{
	margin-right: 30px;
	margin-bottom: 50px;
	float: left;
}

.Button33 .ButtonLeft
{	float: left;
    width: 15px;
    height: 47px;
   
}
.Button33 .ButtonMiddle
{	float: left;
    height: 33px;
    padding: 13px 7px 0 7px;
   
}
.Button33 .ButtonMiddle a{
	text-decoration: none;
}
.Button33 .ButtonRight
{	float: left;
    width: 17px;
    height: 47px;
    /*margin-right: 10px;*/
}
.Button33 .ButtonText
{
    color: #ffffff !important;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
.greenbutton .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b01-L.gif);
}
.greenbutton .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b01-S.gif);
}
.greenbutton .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b01-D.gif);
}
.redbutton .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b02-L.gif);
}
.redbutton .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b02-S.gif);
}
.redbutton .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b02-D.gif);
}

.Button33-m .ButtonLeft
{	float: left;
    width: 13px;
    height: 35px;
   
}
.Button33-m .ButtonMiddle
{	float: left;
    height: 29px;
    padding: 7px 7px 0 7px;
   
}
.Button33-m .ButtonMiddle a{
	text-decoration: none;
}
.Button33-m .ButtonRight
{	float: left;
    width: 15px;
    height: 35px;
    margin-right: 10px;
}
.Button33-m .ButtonText
{
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}
.graybutton-m .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b05-L.gif);
}
.graybutton-m .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b05-S.gif);
}
.graybutton-m .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b05-D.gif);
}
.graybutton .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b03-L.gif);
}
.graybutton .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b03-S.gif);
}
.graybutton .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b03-D.gif);
}
.greenbutton-sp .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b06-L.gif);
}
.greenbutton-sp .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b06-S.gif);
}
.greenbutton-sp .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b06-D.gif);
}

.redbutton-sp .ButtonLeft{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b07-L.gif);
}
.redbutton-sp .ButtonMiddle{
	 background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b07-S.gif);
}
.redbutton-sp .ButtonRight{
	background-image: url(http://www.napauzi.com:8080/mod/template/templates/Default_Template/images/b07-D.gif);
}
.pipesep {
	color: #cbcbcb;
}

#elggform_uploadimg .infoholder .fieldname h3, #elggform_createfolder .infoholder .fieldname h3{
	display:block;
	margin-left: 0;
}
#elggform_createfolder .Button33{
	margin-left: 282px;

}
.nema-rezultata img{
	vertical-align:middle;
	margin-right: 10px;
}
.nema-rezultata{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
