body {
	margin: 2px;
	font: 10pt Tahoma, Verdana, Helvetica;
	color: #000000;
	background-color: #44a2c9;
}

.band {
	background: url('/img/startbg.png');
}

A,A:hover,A:linked,A:visited {
	color: #333333;
	text-decoration: none;
}

A:hover { text-decoration: underline; }


.pointer {
	cursor: pointer;
	border: 1px;
}

.hide { display: none; }

.status {
	position: fixed;
	top: auto;
	right: 0;
	width: 100px;
	font-weight: bold;
	display: none;
	background-color: #ff0000;
	color: #ffffff;
}

#a_dialog {
	display: none;
}

#a_err { color: white; }

.data_tb {
	border: 1px blue solid;
	color: black;
}

.if_code {
	border: 0px;
	margin: 0px;
	width: 100%;
}

.e_id, .e_name, .e_out {
	cursor: pointer;
	background-color: lightblue;
	border: solid 1px transparent;
}

.e_id { text-align: right; }
.e_name { text-align: left; }

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

.down { cursor: pointer; }

.full {
	border: solid 1px black;
	width: 100%;
	height: 100%;
}

#a_code {
	text-align: left;
}

#a_prefix {
	color: black;
	text-align: right;
}

.clickable {
	cursor: pointer;
}

.menu {
	background-color: white;
	border: solid 2px #336699;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.headmenu {
	padding-left: 5px;
	border: 0px;
	background-color: darkblue;
	color: white;
	margin: 2px;
}

.submenu, .sel_submenu {
	cursor: pointer;
	border-bottom: solid 1px #44a2c9; 
	margin: 2px;
}

.submenu a {
	border: 0px;
	margin: 2px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	background-color: white;
	color: black;
}

.sel_submenu a {
	margin: 2px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	background-color: #336699;
	color: white;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.submenu a:hover {
	margin: 2px;
	color: #ffffff;
	background-color: #44a2c9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sel_submenu a:hover {
	margin: 2px;
	font-weight: normal;
	color: #ffffff;
	background-color: #44a2c9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.title {
	background-color: darkblue;
	color: white;
	height: 25px;
	padding: 3px;
	padding-left: 10px;
}

#map_canvas {
	width: 800px;
	height: 450px;
}

.credit {
	color: #ffffff;
	background-color: #44a2c9;
	font-size: 7pt;
	padding: 10px;
	text-align: center;
	font-weight: italic;
}

.box { border: 2px solid #44a2c9; }
.box td { padding: 3px; }
.nobr { white-space: nowrap; }

.chead {
	background-color: #336699;
	color: white;
	width: 100%;
	padding: 2px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.chead img { margin-right: 5px; }

.lang {
	font-size: 9pt;
}

.lang a {
	text-decoration: none;
	padding: 3px;
}

.lang a:hover {
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

P {
	margin-top: 5px;
}

.topic {
	background-color: #44a2c9;
	color: white;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 25px;
	background-image: url(/img/icon/Earth.gif);
	background-repeat: no-repeat;
	background-position: .2em .3em;
}

.nomargin { margin: 0px; }

img.ui-icon {
	width: 16px;
	height: 16px;
	position: relative;
	display: inline;
	vertical-align: text-bottom;
	border: 0px;
}

.sel_icon { display: inline; }
.sel_icon div { cursor: pointer; }
.sel_icon a {text-decoration: none; }

#sel_acc, #sel_com, #sel_ele {
	width: 110px;
	float: left;
	padding: 5px;
	margin-right: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.underline { text-decoration: underline; }

.icon {
	margin-right: 5px;
}

#distributor img {
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.list {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 5px;
	list-style: none;
}

.list li {
	padding-left: 18px;
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

#menu * {
	font: 10pt Tahoma, Verdana, Helvetica;
}
#menu div { height: 20px !important; }
#menu a {
	padding: 5px !important;
}

.banner { margin-top: 5px; text-align: center; padding: 5px; }
.hand { cursor: pointer; }
.bold { text-weight: bold !important; }
.black { color: black !important; }
