


/*-------------------------- MENU  ----------------------------*/

.e_mm_table			{ text-align:left; width:100%}
.e_mm_StaticMenuStyle		{ }	
.e_mm_StaticMenuItemStyle	{
				font-size:12px;
				padding-top:0px;
				padding-bottom:0px;
				margin-top: 5px;
				z-index: 1;
				color: #323F4D; /*color_gris*/
}
a.e_mm_StaticMenuItemStyle:visited {	color: #323F4D !important; /*color_gris*/}
a.e_mm_StaticMenuItemStyle:link {	color: #323F4D !important; /*color_gris*/}
a.e_mm_StaticMenuItemStyle:hover {	color: #2981C9 !important;}
a.e_mm_StaticMenuItemStyle:active {	color: #2981C9 !important;}

.e_mm_StaticMenuItemStyle1	{
				font-size:11px;
				background:url(KIMstyle/puce_triangle_bleu.gif) no-repeat 8px 5px;
}
a.e_mm_StaticMenuItemStyle1:visited {	color: #094E93 !important; /*color_bleu*/}
a.e_mm_StaticMenuItemStyle1:link {	color: #094E93 !important; /*color_bleu*/}
a.e_mm_StaticMenuItemStyle1:hover {	color: #2981C9 !important;}
a.e_mm_StaticMenuItemStyle1:active {	color: #2981C9 !important;}
.e_mm_StaticMenuItemStyle2	{ display:none; }
.e_mm_StaticMenuItemStyle a:link    { background-image:none }
.e_mm_StaticMenuItemStyle a:visited { background-image:none }
/*
.e_mm_StaticHoverStyle		{ }
.e_mm_StaticSelectedStyle	{ }
.e_mm_StaticMenuItemStyle1	{ }
*/

.e_mm_h				{ margin-left: 5px;
 }
 /* meni koji sigurno radi ok */

.e_mm_h_StaticMenuStyle		{
				width: 630px;
				background:url(KIMstyle/dashbord_onglet_off.png) repeat-x top left;
}
.e_mm_h_StaticMenuItemStyle	{ font-size:12px; padding-top:0px; padding-bottom:0px; padding-right:0px; z-index: 1; width: 90px; height: 27px; text-align: center;
				}
.e_mm_h_StaticSelectedStyle	{ font-size:12px; font-weight: bold; padding-top:0px; padding-bottom:0px; padding-right:0px; z-index: 1; width: 90px; height: 27px;
				background:url(KIMstyle/dashbord_onglet_on.png) no-repeat;
				}

/* alternativni dizajn */
/*
.e_mm_h_StaticMenuStyle		{
				width: 630px;
				background:url(KIMstyle/fond_menu_transverse_bandeau.gif) no-repeat left center;
}
.e_mm_h_StaticMenuItemStyle	{ font-size:12px; padding-top:0px; padding-bottom:0px; padding-right:0px; z-index: 1; width: 90px; height: 27px; text-align: center;
				width: 80px;
				background: transparent url(KIMstyle/fond_menu_transverse_bandeau.gif) no-repeat scroll 0 0;
				background-position:left center;
				/*border-right:2px solid #E0F1FE;*/
				}
.e_mm_h_StaticSelectedStyle	{ font-size:12px; font-weight: bold; padding-top:0px; padding-bottom:0px; padding-right:0px; z-index: 1; width: 90px; height: 27px;
				background:url(KIMstyle/fond_menu_transverse_bandeau.gif) no-repeat scroll 0 0;
				}
*/

/*.e_mm_h_StaticMenuItemStyle0	{ }*/
.e_mm_h_StaticMenuItemStyle1	{ display:none; }
.e_mm_h_StaticMenuItemStyle2	{ display:none; }
.e_mm_h_StaticMenuItemStyle a:link    { background-image:none }
.e_mm_h_StaticMenuItemStyle a:visited { background-image:none }



/********* TABOVI ********/
.dashbord_tab_onglets{
	width:728px;
	height:auto;
	clear:both; float:left; display:inline;
	margin:18px 0px 0px 0px;
}
	.dashbord_tab_onglets .box_onglets{
		width:728px;
		height:27px;
		float:left;
		border-bottom:1px solid #b0d9fa;
	}
	.dashbord_tab_onglets .box_onglets ul{
		border:0px solid red;
		float:left;
	}
	.dashbord_tab_onglets .box_onglets ul li{
		display:inline;float:left;
	}
		.dashbord_tab_onglets .box_onglets h4{
			font-size:14px;
			padding:5px 22px 0px 10px;
		}
		.dashbord_tab_onglets .box_onglets h4 a{
			text-decoration:none;
		}
		.dashbord_tab_onglets .box_onglets .onglet_on, .dashbord_tab_onglets .box_onglets .onglet_off{
			width:auto;
			height:27px;
			float:left;
			margin-right:8px;
		}
			.dashbord_tab_onglets .box_onglets .onglet_on .onglet_left{
				width:3px;
				font-size:0px; line-height:0px;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_left_on.gif) no-repeat top left;
				float:left;
			}
			.dashbord_tab_onglets .box_onglets .onglet_on .onglet_middle{
				width:auto;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_middle_on.gif) repeat-x top left;
				float:left;
			}
			.dashbord_tab_onglets .box_onglets .onglet_on .onglet_right{
				width:3px;
				font-size:0px; line-height:0px;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_right_on.gif) no-repeat top left;
				float:left;
			}
		.dashbord_tab_onglets .box_onglets .onglet_off{
			width:auto;
			height:27px;
			float:left;
		}
			.dashbord_tab_onglets .box_onglets .onglet_off .onglet_left{
				width:3px;
				font-size:0px; line-height:0px;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_left_off.gif) no-repeat top left;
				float:left;
			}
			.dashbord_tab_onglets .box_onglets .onglet_off .onglet_middle{
				width:auto;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_middle_off.gif) repeat-x top left;
				float:left;
			}
			.dashbord_tab_onglets .box_onglets .onglet_off .onglet_right{
				width:3px;
				font-size:0px; line-height:0px;
				height:27px;
				background:url(KIMstyle/dashbord_onglet_right_off.gif) no-repeat top left;
				float:left;
			}
		.dashbord_tab_onglets .bande_degrade{
			width:728px;
			height:9px; font-size:0px; line-height:0px;
			float:left; display:inline;
			background:url(KIMstyle/dashboard_bande_degrade.gif) repeat-x;
			margin-top:0px;
			/*margin-top:1px;*/
		}


/*-------------------------- OKVIRI ----------------------------*/

table.okvir21		{   }	
table.okvir22		{   }	

.e_okvir21W_bg		{ width:100%;   }	

.e_okvir21W_t		{ width:100%; background-image:url(KIMstyle/box_t.png); background-position:left top;
       background-repeat:repeat-x; }
.e_okvir21W_r		{ width:100%; background-image:url(KIMstyle/box_r.png); background-position:right top;
      background-repeat:repeat-y; }
.e_okvir21W_b		{ width:100%; background-image:url(KIMstyle/box_b.png); background-position:left bottom;
    background-repeat:repeat-x; }
.e_okvir21W_l		{ width:100%; background-image:url(KIMstyle/box_l.png); background-position:left top;
       background-repeat:repeat-y; }


.e_okvir21W_tl		{ width:100%; background-image:url(KIMstyle/box_tl.png); background-position:left top;
       background-repeat:no-repeat; }
.e_okvir21W_tr		{ width:100%; background-image:url(KIMstyle/box_tr.png); background-position:right top;
      background-repeat:no-repeat; }
.e_okvir21W_br		{ width:100%; background-image:url(KIMstyle/box_br.png); background-position:right bottom;
   background-repeat:no-repeat; }
.e_okvir21W_bl		{ width:100%; background-image:url(KIMstyle/box_bl.png); background-position:left bottom;
    background-repeat:no-repeat;  padding-bottom: 8px; }



.okvir21_naslov		{ }
.okvir21_naslov_td	{ vertical-align:top;  }
.okvir21_naslov_tr	{ }
.okvir21_text_tr	{ }
.okvir21_text_td	{ vertical-align:top; padding:20px 0px 20px 20px; }
.okvir21_text		{ }


.e_okvir22W_bg		{ width:100%;   }	

.e_okvir22W_t		{ width:100%; background-image:url(KIMstyle/box_tw.png); background-position:left top;
       background-repeat:repeat-x; }
.e_okvir22W_r		{ width:100%; background-image:url(KIMstyle/box_r.png); background-position:right top;
      background-repeat:repeat-y; }
.e_okvir22W_b		{ width:100%; background-image:url(KIMstyle/box_b.png); background-position:left bottom;
    background-repeat:repeat-x; }
.e_okvir22W_l		{ width:100%; background-image:url(KIMstyle/box_l.png); background-position:left top;
       background-repeat:repeat-y; }


.e_okvir22W_tl		{ width:100%; background-image:url(KIMstyle/box_tlw.png); background-position:left top;
       background-repeat:no-repeat; }
.e_okvir22W_tr		{ width:100%; background-image:url(KIMstyle/box_trw.png); background-position:right top;
      background-repeat:no-repeat; }
.e_okvir22W_br		{ width:100%; background-image:url(KIMstyle/box_br.png); background-position:right bottom;
   background-repeat:no-repeat; }
.e_okvir22W_bl		{ width:100%; background-image:url(KIMstyle/box_bl.png); background-position:left bottom;
    background-repeat:no-repeat;  padding-bottom: 8px; }



.okvir22_naslov		{ }
.okvir22_naslov_td	{ vertical-align:top;  }
.okvir22_naslov_tr	{ }
.okvir22_text_tr	{ 
}
.okvir22_text_td	{ vertical-align:top; padding:20px;  }
.okvir22_text		{ }



/*-------------------------- FORME ----------------------------*/
/* LAKI frme*/
.e_obrasci_td1 {
	width: 273px !important;
	height: 24px;
	vertical-align: middle;
}

.e_obrasci_td2 {
	width: 273px !important;
	height: 24px;
	vertical-align: middle;
}

/*-------------------------- SEARCH --------------------------*/
#searchForm {
	height: 42px;
	width: 646px;
	float: left;
	display: inline;
	margin: 5px 0px 0px 22px;
	background: url(KIMstyle/fond_champ_recherche.gif) no-repeat 0px 11px;
}

label.shead {
	float:left;
	margin:16px 0 0 0 !important;
	vertical-align: baseline;
}

#select1 {
	border:1px solid #B0DBFC;
	height:18px;
	margin:13px 7px 0;
	padding:1px 0 0 2px;
	width: 98px;
}

#select2 {
	border:1px solid #B0DBFC;
	height:18px;
	margin:13px 7px 0;
	padding:1px 0 0 2px;
	width: 124px;
}

.help_btn {
		margin-top:10px;
		margin-left:7px;
		display:block;
		border:0px;
		float:left;
}

input.shead {
	width:230px !important;
}

/* ZAJEDNIČKO */

input {
	background-color:#FFFFFF;
	border:1px solid #A5D5FB;
	height:20px !important;
	margin:13px 0 0 3px;
	padding:1px 0 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	float:left;
}

input[type="checkbox"] {
	width: 20px !important;
	clear:both;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

input[type="radio"] {
	width: 20px !important;
	clear:both;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

input[type="submit"] {
	height:23px !important;
	width:100px !important;
  	overflow:visible;
	cursor:pointer;
	background:url(KIMstyle/bouton_blue_100x23.png) no-repeat;
	background-position:bottom right;
	border:0px solid red;
	margin:11px 0px 20px 190px;
	padding:5px 8px 6px 3px;
	color:#FFFFFF;
	font-size:11px;	
	border:0px solid red;
	text-align: center;
	clear: both;
}

input[type="submit"] a:hover {
	color: #68e0f7;
	text-decoration:none;
}



input[type="hidden"] a:hover {
	display: none;
}


label {
	float: left;
	vertical-align: middle;
	margin: 8px 0 0 0;
}

select {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

textarea {
	background-color:#FFFFFF;
	border:1px solid #A5D5FB;
	margin:13px 0 0 3px;
	padding:1px 0 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	float:left;
}

/*-------------------------- LOGIN ----------------------------*/

.e_login_div {}
.e_login_okvir
{
    width:200px;
}

.e_login_TextBoxStyle { width:150px }

.e_login_TitleTextStyle		{	color:White;}
.e_login_LabelStyle {	color:White;}
.e_login_LoginButtonStyle { color:White; width:80px; height:22px; background-attachment: scroll; border:none  }



/*-------------------- username ----------------------*/


.e_username_label
{
	color:White;
	font-family: Arial;
	font-size:11px;
}


.e_username
{
	color:White;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
}

.e_username_odjava
{
	color:White;
	font-family: Arial;
	font-size:11px;
}


.nav
{
	font-size:10px;
	line-height:11px;
	margin:6px 3px 4px 8px;
	float:left;
}

.nav_delimiter
{
	margin:0px 3px 0px 7px;
}



/*---------------------------- e_more ------------------------------*/

/************************ LINK "više..." *****************************/
.e_more {
	margin:0px;
	padding:0px;
	font-size:11px;
}
.e_more_div {
	margin-bottom: 10px;
}
/*
a.e_more:link		{ color:#094E93; text-decoration:none}
a.e_more:visited	{ color:#094E93; text-decoration:none}
a.e_more:hover		{ color:#2981C9; text-decoration:underline}
a.e_more:active		{ color:#2981C9; text-decoration:underline}
*/
/*
.e_more2 a			{ color: White; text-decoration:none}
.e_more2 a:visited	{ color: White; text-decoration:none}
.e_more2 a:hover	{ color: #B6BF00; text-decoration:none}
.e_more2 a:active	{ color: #B6BF00; text-decoration:none}
*/

/*** search box za arhivu vijesti ***/
.e_search_textbox {margin-bottom: 10px;}

/*---------------------------- e_login1 ------------------------------*/

.e_login1_div { color:White; }
.e_login1_okvir { font-size:10px;  font-weight:normal; }

.e_login1_TextBoxStyle { width:50px; color:#555555; font-size:9px; margin:3px; border:solid 1 #FAF6E1; background-color:White; }
.e_login1_LoginButtonStyle { vertical-align:top; font-size:10px; color:#C8DCA7; font-weight:normal }
.e_login1_table { width: 250px; }

.e_login1_div_additionales { padding-left:60px }

.e_login1_td1 { width:50px; text-align:right; vertical-align:middle; }
.e_login1_td2 { width:75px; font-weight:normal; vertical-align:middle;}
.e_login1_td3 { width:40px; text-align:right; vertical-align:middle; }
.e_login1_td4 { width:75px; vertical-align:middle;}
.e_login1_td5 { }


.e_pager_td2 { color:Black; font-size:16px; font-family:Arial }

.OdmakOdVrha10px { padding-top:10px; }





.banner-rotate { margin: 0px 5px 15px 5px; }








.Pozadinski_Gradijent_Manji { background:url(bgBlueGradient.gif) no-repeat; padding:5px; }
.Pozadinski_Gradijent_Veci { background:url(bgBlueGradient2.gif) repeat-x; padding:5px;  }





.Tab_Naslov { background:url(tabTitle2.gif) no-repeat 0px 10px; padding-top:20px; padding-left:10px; height:29px; }