
/* 1px = 0.0625em */

/* import css for Kanton header*/
/* @import url("kt.css"); */

a:link, 
a:visited  		{ color: #B50031; text-decoration: none;  } /* CUSTOMIZE: COLOR */ 
a:hover, 
a:active  		{ color: #B50031; text-decoration: underline; } /* CUSTOMIZE: COLOR */

/* banner */
#DST_banner {
	height: 100px;
	background: #394563 url(../../../src/img/header_geoportal.png) no-repeat; /* customize color */
}

#DST_banner img {
	width: 100%; 
	height: 100px;
}

/* top navigation */
#DST_metanav {
	background: #394563; /* customize */ 
	height: 20px;
}

#DST_metanav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#DST_metanav li{
	margin: 0;
	padding: 2px 0 0 0;
	float: left; /* needed? */
	height: 20px;
	display: inline;
}

#DST_metanav li.active, #DST_metanav li:hover {
	background: #527295; /* customize color */ 
}

#DST_metanav a {
	color: #fff;
	font-size: 12px; /*0.75em*/;
	margin: 0;
	padding: 0 13px;
	text-decoration: none;	
}

#DST_metanav_connector {
	height: 5px; 
	padding: 0;
	margin: 0;
	background: #527295; /* customize color */
}

#DST_metanav_connector img {
	border: 0; 
	width: 1px; 
	height: 1px;
}

/* left-side navigation (optional) */
#DST_nav {
	background: #527295; /* customize color */
	float: left;
	width: 200px;
}

#DST_nav a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#DST_nav ul{
 	list-style-type: none; 
 	margin: 0; 
 	padding: 0; 
}

#DST_nav li {
	padding: 0 0 3px 0;
	margin: 1px 0 2px 0;
	height: 12px;
	line-height: 10px;
}

#DST_nav li:hover, #DST_nav li.active  {
	background: #8FA4C2; /* customize color */
}

#DST_nav li.lvl2{
	padding-left: 13px;
}

/* content */
#DST_content_wrapper {
	float: left; 
	width: 715px;
}

#DST_center {
	padding: 5px 10px;
	float: right; 
	width: 451px;
	background: orange;
}

#DST_center p	{	
	font-size: 12px;
}

/* sidebar (optional) */
#DST_sidebar {	
	width: 244px;
	float: right;
}

#DST_sidebar h4 {
	color: #fff; 
	font-size: 14px;
	line-height: 18px;	
	font-weight: bold;
}

#DST_sidebar p	{	
	font-size: 12px;
}

#sidebar .dijitTitlePaneTitle 						{ background: #394563 none repeat scroll 0%; border: 1px solid #394563; color: #fff; font-weight: bold; 
  font-decoration: none; margin-top: 5px; padding: 3px 5px; }
#sidebar .dijitTitlePane .dijitArrowNode 	{ background-image: url(../../src/img/spriteArrows.png); background-repeat: no-repeat; cursor: pointer; height: 7px; width: 7px; }
#sidebar .dijitTitlePaneContentInner			{ padding: 5px; }

/* overview map */
#ovmap_panel #ovMapTitle { background: #394563; color: #fff; font: bold 12px arial, helvetica, sans-serif; height: 20px; margin-top: 5px; padding: 4px 5px 0 4px;  }
#ovmap_panel #ovMapBody { background: #eee; border: 1px solid #ccc; padding: 0; height: 180px; }

.DST_box_title {
	background: #394563; /* customize color */
	padding: 2px;
}

.DST_box_content {
	background-color: #B7C4D8; /* customize color */
	padding: 2px;
	margin-bottom: 10px;
}
