@import url('boxes.css');
@import url('buttons.css');
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #434141;
}

body#home{ background: url('images/bg.jpg') 0 -10px repeat-x; }
body#gnss{ background: url('images/bg.jpg') 0 -10px repeat-x; }
body#geodata{ background: url('images/bg2.png') 0 -10px repeat-x;}
body#navigation{ background: url('images/bg3.jpg') 0 -10px repeat-x;}

div.container{
	width: 930px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 20px;
}

div#logo {
	float: left;
	background: url('images/logo.png') no-repeat;
	position: absolute;
	top: 30px;
	left: 4px;
	width: 189px;
	height: 96px;
	cursor: pointer;
	margin-right: 100px;
}

div#head-text{
	padding-top: 18px;
	color: #EDEDED;
	font-family: Verdana;
	font-size: 11px;
	width: 685px;
	margin-left: 231px;
	text-align: justify;
}


div.main-menu{
	font-family: Tahoma;
	font-size: 11pt;
	color: #767577;
	position: relative;
	background: transparent url("images/mmenu.png") no-repeat;
	margin-top: 10px;
	margin-left: 214px;
	height: 44px;
	width: 706px;
	padding-top: 5px;
	padding-left: 25px;
	z-index: 2;
}

ul.primarynav{ margin: 0px; padding: 0px; list-style: none; }
ul.primarynav li{ height: 29px; float: left; padding: 11px 7px 11px 7px; }
ul.primarynav li.sep{ height: 29px; float: left; padding: 0px; margin: 15px 0px 11px 0px; width: 1px; background: url("images/list-image.png") no-repeat; }

ul.primarynav a{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	color: #767577;
	text-decoration: none;
}

a{
	color: #7e7e80;
	text-decoration: none;
}

a:hover{
	color:#7c69a9;
}

a.current, ul.primarynav .current{
	font-family: Arial;
	font-size: 8pt;
	color:#7c69a9;
	text-decoration: none;

}

ul.primarynav li:hover{ background: url("images/menu-hover.png") repeat-x; }
div.search{ float: left; margin-top: 7px; padding: 0px; }

div.searchbox {
	background: url("images/search-bar.png") no-repeat;
	width: 117px;
	height: 23px;
	float: left;
	padding-left: 10px;
	padding-top: 4px;
}
div.searchbox input{ border: 0px; width: 100px; height: 12px; font-size: 10px; }

.footer{
	margin-top: 30px;
	background: transparent url('images/footer.png') no-repeat;
	width: 915px;
	height: 36px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	padding: 11px 0px 0px 0px;
}

.footer a { color: #454545;}


/* Home specific */
#home .mid-box{
	position: relative;
	padding: 0px;
	margin: -19px 0px 0px -7px;
/*	margin-left: 58px; */
	background: url('images/big-map.png') no-repeat;
	width: 929px;
	height: 349px;
	z-index: 1;
}

#home .boxes{ padding-top: 17px; position: relative; height: 204px; }

/* End Home specific */

/* GNSS */
#gnss .boxes { position: relative; overflow: visible; height: 248px; }
#gnss .mid-box{
	padding: 0px;
	margin: -19px 0px 0px -7px;
	background: transparent url('images/gnss-head.png') no-repeat;
	width: 929px;
	height: 266px;
}

/* END GNSS */

/* Geodata */

body#geodata div#head-text{ color: #767678; font-family: Verdana; font-size: 11px; width: 685px; margin-left: 231px; text-align: justify; }

#geodata .mid-box{
	padding: 0px;
	margin: -19px 0px 0px -7px;
	background: transparent url('images/geodata-head.png') no-repeat;
	width: 929px;
	height: 266px;
}


/* End Geodata */

/* Navigation */
#navigation .mid-box{
	padding: 0px;
	margin: -19px 0px 0px -7px;
	background: transparent url('images/navigation-head.png') no-repeat;
	width: 929px;
	height: 266px;
}
/*
#navigation div#logo {
	float: left;
	background: url('images/ndrive-logo.png') no-repeat;
	position: absolute;
	top: 39px;
	left: 20px;
	width: 189px;
	height: 81px;
	cursor: pointer;
	margin-right: 100px;
}
*/
/* End Navigation */

/* Leftside */

div.leftsidebar{
	position: relative;
	float: left;
	margin: 0px 25px 0px 0px;
	width: 183px;
	background: transparent;
}

div.content {
	overflow: auto;
	padding-top: 25px;
	width: 100%;
}

div.leftsidebar hr{
	color: #e0e0e0;
	width: 170px;
	text-align: center;
	border: 0px;
	border-top: 1px solid;
}

div.leftsidebar div.contacts{
	margin: 0px 0px 0px 20px;
}

div.leftsidebar span.title { color: #8367a6; font-family: Tahoma; font-size: 11px; }

/* END Leftside */


/* Mainview */
div.mainview{
	float: right;
	width: 705px;
	overflow: auto;
	padding: 0px;
	text-align: justify;
}

div.mainview .content{
	padding: 3px;
	width: 685px;
	color: #434141;
}

div.mainview hr { color: #e0e0e0; width: 686px; margin: 7px 0px 13px 0px; border: 0px; border-top: 1px solid; }

div.position { font-family: Tahoma; font-size: 11px; }

div.position ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

div.position ul li{
	float: left;
	color: #7E7E80;
	list-style-type: square;
	list-style-position: inside;
	margin-right: 15px;
}

div.position strong{ color: #000000; }

div.position ul li.first{
	list-style-type: none;
	margin: 0px;
}



/* NEW SUBMENU */
div.submenu{ background: transparent url('images/smbox.png') no-repeat; width: 915px; height: 39px; padding: 0px 0px 0px 7px; margin-top: 10px; clear: both;}
div.submenu ul{ margin: 0px; padding: 0px; list-style: none; color: #FFFFFF; float: left; width: 915px; height: 39px; }
div.submenu li { float: left;  width: 227px; height: 26px; text-align: center; padding-top: 13px;}

div.submenu li:hover{ background: transparent url('images/shover.png');}
div.submenu ul li a { color: #FFFFFF; }
div.submenu ul li:hover ul{display: block; }
div.submenu ul li.sep { height: 12px; float: left; padding: 0px; margin: 15px 0px 11px 0px; width: 1px; background: url("images/list-image.png") repeat-y; }
div.submenu ul ul { position: relative;   top: 18px;  left: 0px; width: 227px;z-index: 500;}
div.submenu ul ul { display: none;}
div.submenu ul ul li { width: 227px; z-index: 20; left: 0px; float: none; position: relative; background: transparent url('images/sub-bg.png') no-repeat;  margin-top: -5px; margin-bottom: 5px; border-bottom: 1px solid #666666; }
div.submenu ul ul li:hover { background: transparent url('images/sub-bg.png') no-repeat; }
div.submenu li.last { background: transparent url('images/sub-bg-last.png') no-repeat;  border: none;}
div.submenu li.last:hover { background: transparent url('images/sub-bg-last.png') no-repeat; }

/*div.submenu  ul li ul li.sep { background-position:center; background: #555555; width: 100px;}*/

body#geodata div.submenu li { float: left;  width: 302px; height: 26px; text-align: center; padding-top: 13px;}
body#geodata div.submenu ul ul { position: relative;   top: 18px;  left: 0px; width: 302px;z-index: 500;}
body#geodata div.submenu ul li.sep { height: 12px; float: left; padding: 0px; margin: 15px 0px 11px 0px; width: 1px; background: url("images/list-image.png") repeat-y; }
body#geodata div.submenu ul ul li { width: 302px; z-index: 20; left: 0px; float: none; position: relative; background: transparent url('images/sub-bg2.png') no-repeat; }
body#geodata div.submenu li.last{ background: transparent url('images/sub-bg2-last.png') no-repeat; width: 302px;}

span.lasttitle { font-weight: bold; 	color: #856aad;}

div.login { position: absolute; background: #FFFFFF; height: 20px;  width: 100px; top: 0px; right: 0px;  color: #000000;}

ul { list-style-type: square;}

img {border: 0px;}




div#tooltip{position: absolute; top: -5000px; width: 176px; margin: 0px; z-index: 2000}
div#tooltip-top {position: relative; top: 0px; left: 0px; background: transparent url('images/bubble-top.png') no-repeat; width: 176px; height: 3px;}
div#tooltip-content{background: #bfbfbf; width: 171px; position: relative; margin: 0px;left: 0px; padding-left: 5px;}
div#tooltip-bottom{position: relative; left: 0px; background: transparent url('images/bubble-bottom.png') no-repeat; width: 176px; height: 20px;}


td { vertical-align: middle;}




div.design { background: url('images/exsisto.png') 100% 0px no-repeat;  float:right; width: 12em; height: 25px; padding-top: 1em; cursor: pointer;}


div.cbox {	position: relative;	margin-top: -7px;	z-index: 1;}
div.cbox .hleft {	background: url('images/buttons/btn4e.png') 0px 0px no-repeat;	width: 12px;	height: 20px; float: left; }
div.cbox .hmid { border-top: 1px solid #d2d2d2; float: left; }
div.cbox .hright { background: url('images/buttons/btn4e.png') 100% 0px no-repeat; width: 12px; height: 20px; float: left; }
div.cbox .first {	border-left: 1px solid #d2d2d2; width: 11px;	height: 20px; float: left; }
div.cbox .last { border-right: 1px solid #d2d2d2; width: 7px; height: 20px; float: left; }
div.cbox .content { width: 684px; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; overflow: auto; position: relative; padding: 0px;}
div.content-text {padding: 0px 15px 0px 15px; color: #434141;}
div.cbox .fleft { background: url('images/buttons/btn4e.png') bottom left no-repeat; width: 12px; height: 20px; float: left; }
div.cbox .fmid{ background: transparent; border-bottom: 1px solid #d2d2d2; float: left; height: 19px; }
div.cbox .fright { background: url('images/buttons/btn4e.png') bottom right no-repeat; width: 12px; height: 20px; float: left; }
div.cbox hr { color: #e0e0e0; width: 655px; margin: 7px 0px 13px 0px; border: 0px; border-top: 1px solid; }


.hldr {
	position: relative; margin: 0px 0px 0px 12px;  height: 120px; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #cdcdcd; background: #ffffff; width: 324px;  float: right; right: 3px;
}


/* LIGHTBOX */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('lightbox/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('lightbox/images/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


div.table{
	position: relative;
	background: transparent;
	width: 617px;
	margin: 10px 20px 0px 21px;
	text-align: left;
}

div.table .t-top{
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url('images/t-top.png');
	width: 100%;
	height: 18px;
}

div.table .t-content{
	position: relative;
	background: transparent url('images/t-content.png') repeat-y;
	width: 597px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
}

div.table hr{
	position: relative;
	width: 588px;
	border: 1px solid #bfbfc1;
	border-bottom: 0px;
	height: 1px;
	margin: 3px 10px 0px 0px;
	padding: 0px;
}

div.table .t-bottom{
	position: relative;
	bottom: 0px;
	left: 0px;
	background: transparent url('images/t-bottom.png');
	width: 100%;
	height: 18px;
}