* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-size:	0.72em;
	font-family:	'lucida grande', arial, tahoma, sans-serif;
	color:			#565656;
}

#inner {
	padding: 6px;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#toplogo {
	position:relative;
	background:	#81c2e1 url('/img/map/kk_logo.jpg') top left no-repeat;
	height: 123px;
	border-bottom: 3px solid #68a6cd;
}

#toplogo h1 {
	text-indent: -500px;
}

#kk-link {
	position:absolute;
	top: 35px;
	left: 99px;
	display:block;
	height: 36px;
	width: 233px;
}

#kb-link {
	position:absolute;
	top: 74px;
	left: 99px;
	display:block;
	height: 20px;
	width: 180px;
}

#column {
	position: absolute;
	top: 0;
	left: 0;
	width: 357px;
	height: 100%;
	background-color: white;
	overflow: auto;
	border-right: 3px solid #68a6cd;
}

#selectimagebox {
	position: absolute;
	height: 420px;
	width: 540px;
	top: 100px;
	left: 210px;
	z-index: 9997;
}

#drag {
	position: relative;
	background-color: #ccc;
	height: 20px;
	width: 558px;
	color: #fff;
	cursor: move;
	font-weight: bold;
	padding:0;
	margin:0;
	z-index: 9998;
}

#selectimage {
	position: relative;
	overflow: auto;
	background-color: #fff;
	border: 4px solid #ccc;
	height: 400px;
	width: 520px;
	padding: 15px;
	z-index: 9999;
}

#mapcontainer {
	position: relative;
	margin-left: 360px;
	height: 100%;
	background-color: white;
	z-index: 1;
}

#div_map {
  position: relative;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#pageno {
	padding: 10px 0 10px 0;
}

h1 {
	margin:			0;
	font-weight: 	bold;
	color:			#DDECF6;
	font-size: 		2.4em;
}

h2.header {
	display:		inline;
	position:		relative;
	top:			-1em;
	left:			1.2em;
	font-size:		1.5em;
	font-weight:	bold;
	color:          #81A7D1;
	margin:         0 0 0 2px;
}

h2 {
	font-size:		1.51em;
	font-weight:	bold;
	color:			#81A7D1;
	margin:			4px 0 4px 0;
	padding:		0;
}

ul {
	margin-left: 30px;
}

p {
	padding: 		4px 4px 4px 0;
	margin: 		0;
}
		
a {
	text-decoration: underline;
	color:			 #5379A2;
}

a:hover {
	text-decoration:none;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.sideimage a {
	padding:			2px;
	float: 				left;
	overflow:			hidden;
    text-align:			center;
    height:             60px;
    width:				60px;
}

.sideimage img {
	border: 0;
}

.sideimage a:hover {

}

.thumb a {
	margin:				2px;
	float: 				left;
	overflow:			hidden;
    text-align:			center;
    height:             75px;
    width:				75px;
}

.small {
	font-size: 0.92em;
}

.move {
	padding-left: 3px;
}

.closebutton {
	float: right;
	border: 0;
	padding: 5px 5px 0 5px;
	margin:0;
}

.togglebutton {
	float: right;
	padding-top: 0px;
}

a.pn {
	float: left;
	padding: 2px 6px 2px 6px;
	margin: 1px;
	border: 1px solid black;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}

a.pn_empty {
	float: left;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	border: 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}

a.pn:hover {
	background-color: #ccc;
}

a.pn_active {
	background-color: #BB3322;
}

.clear {
	clear: both;
}

.infotab {
	width: 200px;
}

.infotabImg {
	text-align: center; 
}

.infotab img {
	border: 1px solid #ABABAB;
}

.bold {
	font-weight: bold;
}

.box  {

	overflow: hidden;
}

.box h3 {
	
	color: #fff;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

.boxhead {
	background:	#68ADD2 url('/img/map/cbhead_bg_map.gif') top left no-repeat;
	text-align: left;
	padding: 4px 6px 4px 10px;
	margin: 0;

}

.boxcontent {
	background-color: #f6f6f6;
	padding: 5px 2px 5px 2px;
}

.boxline {
	background-color:	#68ADD2;
	height: 3px;
	font-size: 1px;
	padding: 0;
	margin-bottom: 10px;
}

.hiddenImage {
	visibility:hidden;
}
