
/****  IR metoda http://www.mezzoblue.com/tests/revised-image-replacement/#gilderlevin *****/
.label-linkovi, .label-kandidati, label-vesti {
	width: 300px;
	height: 30px;
	position: relative;
	}
.label-prizbori {
	width: 246px;
	height: 30px;
	position: relative;
	margin: 0px;
	}
.label-linkovi span, .label-kandidati span, .label-prizbori span, .label-vesti span, .label-vesti-info span {
	position: absolute;
	width: 100%;
	height: 100%;
	}
.label-linkovi span {
	background: url(http://static.b92.net/info/izbori2008/images/label-linkovi.gif) no-repeat;
	}
.label-vesti-info {
	width: 246px;
	height: 30px;
	position: relative;
	margin:0;
	}
	
h3.label-vesti-info:hover {
	cursor:hand;
}

.label-vesti-info span {
	background: url(http://static.b92.net/info/izbori2008/images/label-vesti.gif) no-repeat;
	}
	
.label-vesti span {
	background: url(http://static.b92.net/info/izbori2008/images/label-vesti.gif) no-repeat;
	}
	
.label-kandidati span {
	background: url(http://static.b92.net/info/izbori2008/images/label-kandidati.gif) no-repeat;
	}
.label-prizbori span {
	background: url(http://static.b92.net/info/izbori2008/images/pr-izbori-label.gif) no-repeat;
	}		


/****  IR metoda sa linkom http://www.ryznardesign.com/web_coding/image_replacement/2004/gilder_levin_ryznar_jacoubsen/glrj_1_in_a_float.html *****/

/* General IR statements */

	.replace { 
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font-size: 1.2em; 	/* Choose a 
         font-size here that will keep 
         the headline small enough to fit
						   completely under the span. */
		}
		
	.replace em {
		display: block;
		position: absolute;
		top: 0; 
/*
left: 0;
*/
		z-index: 1; 		/* for opera5 (?) and o6/mac */
		}


/* General IR statements for IE5.x mac only */

* html>body	.replace { 
		position: static;
		overflow: visible;
		font-size: 10px;
         /* Since overflow: hidden doesn't
						   work with ie5.x/mac, we choose a
						   font-size here that will keep
						   the headline small enough to fit
						   completely under the span.*/
  }
* html>body	.replace em  { 
		position: static;
  }
* html>body	.replace a {
		text-decoration: none; /* ie5.0-5.1.x/mac 
         must have this value or the underline
						   shows through the image. */
  }


/* Each pair of statements per instance of IR */

	#myh3, #myh3 em {
		width: 300px;
		height: 30px;
		background: url(http://static.b92.net/info/izbori2008/images/label-kandidati.gif) top left no-repeat;
		}
		
* html>body #myh3 em {			/* for ie5.x/mac only */
		margin-bottom: -30px;	/* Required to bring text
							   underneath image. Use the negative
							   height of the image here.*/
		}
/*****  end IR *****/



.dm-content-box-info {
	border:1px solid #ddd;
	background:#f8f8f8;
	padding:5px 10px 10px 10px;
	width:auto;
}
.dm-content-box-info h4{
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 5px;
	margin:0 0 5px 0;
}
.dm-content-box-info ul {	
	padding-bottom:10px;
	display:block;
}
.dm-content-box-info ul li{
	padding:4px 0 0 6px;
	list-style-type:none;
	border-bottom:1px solid #E5EEFD;
}

