
body {
	background: #4d5675;
	color: #000000;
	font-family: Arial, sans;	
}

img, fieldset {
	border: 0;
}

fieldset {
	margin-left: 0;
	margin-right: 0;
}

table {
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;	
}

div#conv {
	width: 100%;
	text-align: center;
}

table#conv {
	width: 450px;
}

form{
	text-align: center;
	width: 100%;
}

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

a.warns {
	color: #000;
	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;
}

div#map {
	background: url(res/pl/mapload.png) center no-repeat;
	width: 860px;
	height: 799px;
	text-align: center;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

#conv_overlay {
	background: url(res/style/conv_background.png);
}

#weathermap {
	width: 100%;
	text-align: center;	
}

div#map img{
	width: 860px;
	height: 799px;
}

div.separator {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #A3A9BF;
	clear:both;
	height:0;
	margin-top: 5px;
	margin-bottom: 5px;
	width:100%;
}

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

div#window {
	visibility: hidden;
	width: 480px;
	min-height: 16px;
	position: absolute;

	background: #EFEDF4;

	border-radius: 7px;
	-o-border-radius: 7px;
	-icab-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	
	padding: 0.5em 0.5em 0.5em 0.5em;
	position: absolute;
	left: 0px;
	top: 0px;
}

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

#content {
	background: #EFEDF4;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 900px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;

	border-radius: 7px;
	-o-border-radius: 7px;
	-icab-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

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

table.userlist {
	
	border-collapse: collapse;
}

td.userlistdata {
	border: #8b93ac 1px solid;
	padding: 0px 5px 0px 5px;
	color: #000;
}

tr.userlistheader {
	background:url(res/style/button.png) repeat-x scroll 0 0 #E1E3E5;
	font-weight: bold;
	
}

tr.userlistheader td.userlistdata {

}

.userchangeheader {
	font-weight: bold;
}

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

a.mainmenu, .menu, input, a.menuitem {
	background:url(res/style/button.png) repeat-x scroll 0 0 #E1E3E5;
	border:1px solid #8188A4;
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	
	border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select {
	margin-bottom: 5px;
}

a.mainmenu {
	margin-right: -1px;
	padding-right: 1px;
}

ul#menu {
	text-align: center;
}

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

a.mainmenu, .menu, a.menuitem{
	cursor: pointer;
}

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

.menu:hover {

}

a.mainmenu:hover, a.menuitem:hover, .menu:hover, input:hover {
	background:none repeat scroll 0 0 #E8EAEC;
}

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

div.popupmenucontainer {
	visibility: hidden;
	position: absolute;
	background: #B0BFD9;
	z-index: 10;
}

.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;
}

li {
	padding: 0;
	display: inline;
}

applet {
	margin-top: 120px;
}

h3 {
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0;
}

p {
	margin-bottom: 1em;
	padding: 0;
}

.warn-head {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

.warn-preview {
	font-size: 0.8em !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: regular !important;
}

.warn-valid {
	color: #AF0000;
	font-weight: bold;
}

.warn-icon {
	float: left;
	margin: 5px;
}

.low-risk, .moderate-risk, .high-risk, .no-risk{
	font-size: 1em;
	margin-top: 1em;
	font-weight: bold;
	font-style: italic;
}

.low-risk {
	color: #006F00;
}

.moderate-risk {
	color: #0000AF;
}

.high-risk {
	color: #AF0000;
}

.no-risk {
	color: #000000;
}


#map_editor {
	position: relative;
}

#polygon_canvas {
	position: absolute;
	width: 860px;
	height: 799px;
	top: 0px;
	left: 0px;

	display: none;
}

.polygon_vertex {
	left: 0px;
	top: 0px;
	width: 4px;
	height: 4px;
	background: #f00;
	margin-left: -2px;
	margin-top: -2px;

	position: absolute;
}
