/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #FFFFFF;
	text-align:center;
	margin: 0px;
	cursor: default;
}

a {
	color: #0082be;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

div{
	cursor: arrow;
	
}

img{
	border: none;
}

#iphonemessage{
	font-size: 2.0em;
	padding: 20px;
}

input.messagebutton{
	height: 50px;
	font-size: 1.0em;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width:100%;
	height:416px;
	position:relative;
}

#krummz {
		padding:0px;
		text-align:center;
		border-style: solid;
		border-color: #aeb3b7;
		width:100%;
		height:30px;
		margin:0px;
		font-size: 0.6em;
		z-index: 10;
		background-color: #FFFFFF;

}

#main {
	position:relative;
	padding:0px;
	border-style: solid;
	border-color: #aeb3b7;
	border-width: 1px;
	width:100%;
	margin:0px;
}


#zoomplus{
	position: absolute;
	left: 8px;
	top: 8px;
	cursor: pointer;
	z-index: 8;

}

div.option{
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	display: inline;
	white-space: nowrap;
	font-size: 0.8em;
	
	
}

#zoomminus{
	position: absolute;
	left: 8px;
	top: 36px;
	cursor: pointer;
	z-index: 9;
	
}


#status {
	font-size: 0.8em;
	padding:0px;
	text-align:center;
	width:100%;
	height:24px;
	border-style: solid;
	border-color: #aeb3b7;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;

}


span.message{
	position:relative;
	top: 4px;
	margin: 0px;
	color: #0680b9;

}

span.errors{
	color: #ff0000;
	font-size: 0.8em;
}

#rightspace{
	float: left;
	width:120px;
	height:24px;
	padding-left:10px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;

}

div.title{

	position: absolute;
	left: 50%;
	

}

#titleimage{
	
	position: relative;
	left: -55px;
	float: left;
	
	
}
/*
#spinner{
	float: left;
	position: relative;
	left: -55px;
}
*/


span.login{
	position:relative;
	top: 6px;
	left: 0.2em;
	cursor: pointer;
}

a.login{
	position:relative;
	top: 6px;
	left: 0.2em;
	cursor: pointer;
	margin-right: 10px;
}

#loginimg{
	cursor: pointer;
}


#grey {
	visibility: hidden;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #666666;
	opacity: 0.6;
	z-index: 11;
}


#newtitle {
	text-align: left;
	
}


span.name{
	position:relative;
	top: 0.1em;
	margin: 0px;
	font-size: 1.0em;
}

#controls{
	font-size: 0.6em;
}

#controls_main{
	
	position:relative;
	padding:0px;
	border-style: solid;
	border-color: #aeb3b7;
	border-width: 1px;
	width:100%;
	margin:0px;
}

#modal {
	top:55px;
	left:50%;
	clear: none;
	margin:0 auto;
	position:absolute;

}

div.world-form  {
}


span.newkrum{
	position:relative;
	top: -0.8em;
	left: 0.2em;
	cursor: pointer;
	padding-left: 3px;
}


#select_landscape{
	width: auto;
	border-style: none;
	border-color: #000000;
	border-width: 0px;
	text-align:right;
	background-image: url("../images/white.gif");
	background-color: white;
	text-shadow: none;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	
}


#choose_landscape{
	margin-top: 6px;
	margin-right: 8px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}


#editdiv{
	cursor:pointer;
	width:48px;
	height:48px;
	position: absolute;
}


#editimg{
	position:absolute;
	top:12px;
	left:12px;

}


#footer{
	font-size: 0.8em;
	color: #85898c;
}

#staticcontent{
        width: 280px;
        height: 314px;
        z-index: 0;
        position:absolute;
        left:0px;
        top:37px;
		padding: 20px;
		text-align:left;
		font-size: 10px;
		line-height: 1.4;
}

span.statictitle{
	font-weight: bold;
	
}

span.staticheader{
	font-size: 14px;
	font-weight: bold;
	
}
a.staticlink{
	display: block;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 6px;
}