/* CSS Document */

.c_head
{
	padding:18px 0 0 0; 
    text-align:left;
    background:url(bg-okno-top.png) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}


/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1
{
	float:left; 
	width: 100%;
	padding: 0 0 0 30px;
	}
	
	
.c_head_title_blue{ padding-left:30px;
                    padding-top:15px;
               background:url(bg-okno-middle.png) repeat-y; 
               font-family: Arial, Tahoma;
               color: #60B70C;
               font-weight:bold;
               font-size:16px;
               }
.c_head_title_green{ padding-left:30px;
                     padding-top:15px;
               background:url(bg-okno-middle.png) repeat-y; 
               font-family: Arial, Tahoma;
               font-size:23px;
               color: #60B70C;
               letter-spacing:0.1em;
                           }
.icn img{margin-right:5px; }

.head_title{margin:0 auto!; float:left;background:url(bg-okno-middle.png) repeat-y;
           width: 100%;}
.title_vis{margin:0; float:right; }


.c_contentpane
{
padding:10px 30px 15px 30px;
*padding: 0px 30px 0px 30px; 
text-align:left;
background:url(bg-okno-middle.png) repeat-y;
	margin: 0 auto;}



.c_footer {background:url(bg-okno-bottom1.png) no-repeat;
display:block;
	height:9px;
	width: 100%;
	margin: 0 auto;
	text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;font-size: 11px;}
.Naslov {margin-top:0px;font-family: Arial,Tahoma;
font-size: 12px;
color: #0060ca;
font-weight: bold;

}
.Naslov_big {margin-top:0px;font-family: Arial,Tahoma;
font-size: 20px;
color: #0060ca;
font-weight: bold;

}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}














