body {
	background: #606f8c;
	color: #000000;
	font-family: Arial, sans;	
}

img, fieldset {
	border: 0;
}

div#code {
	background: #ffffcf;
	border: 1px solid black;
	font-family: Monaco, "Andale Mono","Courier New", Courier, mono;
	text-align: left;
}

a.warns {
	color: #ffffff;
	text-decoration: none;
}

a.warns:hover {
	color: #000;
	text-decoration: none;
}


div.info {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #af0000;
}

div.mark {
	visibility: hidden;
}

#map_div {
	width: 860px;
	height: 799px;
	background: url(res/mapload.png);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.separator {
	width: 700px;
	height: 3px;
	background: #606f8c;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

div.inform {
	font-size: 30px;
	color: #00aa00;
	height: 40px;
}

div#window {
	visibility: hidden;
	width: 480px;
	height: 160px;
	background: url(res/style/warnwindow.png);
	padding: 20px 10px 20px 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#warnlistwindow {
	visibility: hidden;
	width: 200px;
	height: 186px;
	border: #B0BFD9 1px solid;
	position: absolute;
	left: 0px;
	top: 0px;
}

.bodyclass {
	background: #ffffff url(res/style/background.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #000000;
	padding: 0 0 0 0;
}

.inner {
	padding-left: 10px;
	padding-right: 10px;
}

.transphead {
	background: url(res/style/head.png);
	width: 900px;
	height: 16px;
	font-size: 1px;
}

.transpfoot {
	background: url(res/style/foot.png);
	width: 900px;
	height: 16px;
	font-size: 1px;
}

.userlist {
	background: #808FA9;
	border: #FFFFFF 1px solid;
}

.userlistdata {
	border: #B0BFD9 1px solid;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
}

.userlistheader {
	background: #A0AFC9;
	font-weight: bold;
	color: #FFFFFF;
}

.userchangeheader {
	font-weight: bold;
}

.logos {	
	background: url(res/style/sptitle.png) no-repeat;
	width: 816px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;	
}

input {
	background: url(res/style/input.png) repeat-x;
	border: 0;
	font-family: Arial, sans;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
}

a.mainmenu {
	background: url(res/style/input.png) repeat-x;
}

a.mainmenu, .menu, input, a.menuitem{
	border-bottom: #B0BFD9 1px solid;
	border-right: #B0BFD9 1px solid;
	color: #fff;
}

.menu{
	background: url(res/style/button.png) repeat-x;
}

a.mainmenu, .menu, a.menuitem{
	font-family: Arial, sans;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;	
	cursor: pointer;
}

a.mainmenu {
	display: block;
	width: 170px;
	/*height: 28px;*/
	float: left;
}

.menu:hover {
	background: url(res/style/button_hover.png) repeat-x;
	color: #000;
}

a.mainmenu:hover, a.menuitem:hover {
	background: #B0BFD9;
}

a.menuitem {
	background: #808fa9;
	margin-top: 0px;
	margin-bottom: 0px;	
	display: block;
	width: auto;
}

div.popupmenucontainer {
	visibility: hidden;
	position: absolute;
	background: #B0BFD9;
}

form, table, .center {
	margin-left: auto;
	margin-right: auto;	
}

.center {
	text-align: center;
}

div#foot {
	margin-top: 100px;
	font-size: 10px;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul.popmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid;
	z-index: 10;
}

li {
	padding: 0;
	display: inline;
}

applet {
	margin-top: 120px;
}
