/*
* CSS, mmarusic
*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font:100% Verdana,Arial,sans-serif;
	/*font:100% verdana,arial,sans-serif;*/
	font-size:12px;	
}


/**
 * Links, forms,.....
 *
 */
 

a {
	text-decoration: underline;
	color: #0046d5;
}

a:link {
	/*color: #909FA9;*/
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #335;
}

a:hover {
	color: #4889C2;
	/*background: #4889C2;*/
	
}

a.plain {
	text-decoration: none;
}

span.button a{
	
	text-decoration: none;
	
	}
	
font.small {
	
	font-family:Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
}

font.big {
	
	font-family:Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	
}

ul{
	margin-left: 20px;
	
}

li{
	padding: 5px;	
	list-style-type: square; 
}

ul.steplist {
	margin: 0;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	
}

ul.steplist li {
	margin: 0;
	margin-left: 20px;
	padding: 2px;
	font-size: 1em;
	padding-right: 0.5em;
	list-style-type: decimal; 
}



.field legend {
	font-size: 12px;
	/*color: #15428B;*/
	color: #0046d5;
	font-weight: 900;
}

span.button {
	
	float:right;
	cursor:pointer;
	border:0px;	
	color:#0046D5;
	font-weight:bold;
	padding: 5px;
		
}

.textBox{
	padding:11px;
	font-size: 11px;
	/*font-weight: bold;*/		
	margin: 5px;

}

.box{
	padding:11px;
	background-color: #ffffcc;
	font-size: 11px;
	/*font-weight: bold;*/	
	font-style: italic;

}

.status{
	padding:11px;
	background-color: #ffffcc;
	font-size: 13px;
	/*font-weight: bold;*/	
	/*font-style: italic;*/

}

.error {
	color:red;
	margin:0;
	padding:0;
}

.smallText{
	/*color:#0046D5;*/
	font-size: 12px;
	font-style:italic;
	padding: 3px;
}


.bigBox{
	padding:11px;
	background-color: #ffffcc;
	font-size: 14px;
	font-weight: bold;	
}

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background: #226CCC;
	color:#ffffff;
	font-weight:bold;
	padding: 1px 2px;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}
span.back {

	float:right;
	cursor:pointer;
	border:outset 1px #ccc;
	background: #226CCC;
	color:#ffffff;
	font-weight:bold;
	padding: 5px;
}


span.back:hover {

	float:right;
	cursor:pointer;
	border:outset 1px #ccc;
	background-color: #003399;
	color:#ffffff;
	font-weight:bold;
	padding: 5px;
}


span.back a{
	
	text-decoration: none;
	color: white;
}


.filterButton{
	cursor:pointer;
	border:outset 1px #ccc;
	background: #E3E3E3;
	color:#226CCC;
	font-weight:bold;
	padding: 2px 3px;
	font-size: 11px;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}

.backButton{
	cursor:pointer;
	border:outset 2px #ccc;
	background: #D8D8D8  ;
	color:#226CCC;
	font-weight:bold;
	padding: 2px 3px;
	font-size: 11px;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}

.filterButton:hover{
	cursor:pointer;
	border:outset 1px blue;
	background: #E3E3E3;
	color:blue;
	text-decoration:underline;
	font-size: 11px;

}

.backButton:hover{
	cursor:pointer;
	border:outset 2px blue;
	background: #E3E3E3;
	color:blue;
	text-decoration:underline;
	font-size: 11px;

}

.formbuttonRight{
	float:right;
	cursor:pointer;
	border:outset 1px #ccc;
	background: #226CCC;
	color:#ffffff;
	font-weight:bold;
	padding: 1px 2px;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}

.formbuttonLeft{
	float: left;
	cursor:pointer;
	border:outset 1px #ccc;
	background: #226CCC;
	color:#ffffff;
	font-weight:bold;
	padding: 1px 2px;
	/*background:url(media/formbg.gif) repeat-x left top;*/
}

.formbutton:hover,.formbuttonRight:hover,.formbuttonLeft:hover {
	
	background-color: #003399;	
	}
	
p.title{
	
	font-weight: bold;
	color: #0046d5;
}

div.title {

	padding:15px;
	color: #336699;
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;	
	font-size: 12px;
		
}	

font.title{
	
	font-weight: bold;
	/*color: #0046d5;*/
	color: black;
	
	}		
img.pdf{
	
	width: 40px;
	height: 40px;
	border: 0px;	
}	

/**
 * Main layout elements
 *
 */

#container {
	 
	 /*border: 1px solid black ;*/
	 border: 0px;
	 width:580px;

	}
   
#leftBar {
	
	/*border: 1px solid black ;*/
	border: 0px;
	width:148px;
	vertical-align: text-top;
	
	}

#menu {
	
	border: 0px;
	width:148px;
		
	}   


#content1 {
	 
	 width: 600px;
	 border: 0px;

	}

#content1 {
		
	padding-left: 15px;		
	
	}
	
div.napomena {

/*margin-top: 15px;*/
margin-bottom: 15px;
font-style: italic;	
}	
	
div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}	

div.formular {

	/*font-family: tahoma, verdana, "sans-serif";*/
	font: verdana,arial,sans-serif;
	font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	background: #EAEAEA;	
}

.pageTitle{
	
	padding-top:12px;
	color: #336699;
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;	
	font-size: 18px;
	
	}
	
div.level_2 {
	background-image:url(../img/strelica.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	color:#909FA9;
	cursor:pointer;
	display:block;
	/*font-family:Arial,Helvetica,sans-serif;*/
	font-size:12px;
	/*font-weight:bold;*/
	line-height:normal;
	margin-bottom:8px;
	margin-left:25px;
	padding-left:15px;
	text-align: left;
}

td.title{
	background-color: #003399;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}



/*
***********************************
* CSS for table step 3
* Table: class= data
***********************************
*/

table.data{
	margin-top: 10px;
	
}

table td.value{
	
	font-weight: bold;
}	

table td.adresa{
	color:#0046D5;
	font-size:12px;
	font-weight: bold;
	padding: 3px;
}

/*
***************************
* CSS for table in step 4
****************************
*/

table.step4 {
	
		
	
}

table td.bigText{
	/*color:#0046D5;*/
	font-size: 14px;
	padding: 3px;
}

table td.smallText{
	/*color:#0046D5;*/
	font-size: 12px;
	font-style:italic;
	padding: 3px;
}

table td.smallText a{
	color:#0046D5;
	font-weight: bold;
}

table td.smallText a:hover{
	color:#0046D5;	
	text-decoration: none;
}

table td.uplatnica fieldset {
	margin-bottom: 20px;
	padding : 15px;
	/*border: 1px solid #B5B8C8;*/
	border: 1px solid #003399 
}

table td.uplatnica legend {
	font-size: 12px;
	/*color: #15428B;*/
	color: #0046d5;
	font-weight: 900;
	padding-bottom: 10px;
}

