/* blue/green */
/*
div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	color:  #0253B8;
}

table.headlines div.moduletable h3,
.componentheading {
	color: #92CA2C;
}

div.moduletable-hilite1 {
	border: 1px solid #afc0d4;
	background: #ebeff4;
}

div.moduletable-hilite2 {
	background: #9AD52D;
	color: #fff;
}

div.moduletable-hilite2 h3 {
	color: #fff;
}*/

#navigation li{
	background-image: url('../images/navigation_seperator.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

/*#navigation li.active_menu { muutettu kaikki classit id:ksi */
#navigation li#active_menu {
	/*background:  url('http://maping.estime.fi/templates/maping/images/style1/tabs_active_l.png') 0 0 no-repeat;*/
	/* 3A679D */
	font-family: Arial;
/*	background-color: #3A679D;*/
	background-color: #FFEE17;
	font-size: 12px;
	background-image: none;
}

#navigation li#active_menu a:link,
#navigation li#active_menu a:visited,
#navigation li#active_menua:hover {
	/*background:  url('http://maping.estime.fi/templates/maping/images/style1/tabs_active_r.png') 100% 0 no-repeat;*/
	color: #666666;
	font-size: 12px;
	
}

#menu_horiz {
	background: #0761d4 url('http://maping.estime.fi/templates/maping/images/style1/menu_div.png') 0 100% repeat-x;
}

#menu_divider {
	background: #0761d4 url('http://maping.estime.fi/templates/maping/images/style1/menu_div.png') 0 0 repeat-x;
}

/*
#showcase {
	border-top: 1px solid #aabcd0;
	background: #fff url('http://maping.estime.fi/templates/maping/images/style1/head_bg.png') 0 0 repeat-x;
	color: #0253B8;
}

#showcase_bottom {
	background: #95cf2a;
}

#the-footer {
	background:  url(../../maping/images/style1/footer_bg.png) 0 0 repeat-x;
}
*/

#topmodule {
	border-top:  1px solid #aabbd0; /*hack to stop float pushing down */
}

/* Content */

ul.arrow li {
	/*background:  url(../../maping/images/style1/bullet_arrow.png) 0 0 no-repeat;*/
}

pre {
	background: #f6f6f6;
	border-top: 4px solid #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
	color: #333;
}