/* page attributes */
body { font: 12px arial, verdana, sans-serif; background-color: #000; color: #000; }
p { font: 12px arial, verdana, sans-serif; color: #000; }
/* div elements */
#map { position: absolute; top: 10px; left: 330px; padding-bottom: 18px;  }
#wiki { margin: 405px 0 0 10px; }
/* font styles */
.filters { font: 12px arial, verdana, sans-serif; color: #000; margin-left: 18px; margin-right: 18px; }
.dropdown { font: 12px arial, verdana, sans-serif; color: #000; text-align: center; }
/* link styles */
a:visited, a:link { text-decoration: underline; color: #cd3728; }
a:active, a:hover { text-decoration: none; color: #000; }
/* image styles */
img { border: 0; }
.country { position: absolute; }
/* left bar style */
#fixed { position: absolute; top: 0; left: 30px; width: 250px; background-color: #fff; }
/*body > #fixed { position: fixed; } fixed frame effect removed because of too many filters*/
#content { margin-left: 280px; }
/* visual filter styles */
.category { font: 15px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-left: -18px; }
#VFs { list-style-type: none; }
#VFs li { color: #000; list-style-type: none; margin-left: -4px; }
#VFs li a { color: #000; text-decoration: none; }
/* wiki style */
.wiki { background-color: #fff;	color: #000; padding: 18px 0 18px 0; width: 250px; }
.wikientry { font: 12px arial, verdana, sans-serif; color: #000; margin: 0 18px 0 18px; }
.wikititle { font: 15px arial, verdana, sans-serif; color: #cd3728; font-weight: bold; }
.wikiedit { font: 12px arial, verdana, sans-serif; color: #cd3728; font-style: italic;}
/* visual filters */
#VFs .forest { background-color: #7ca028; margin-left: -40px; padding-left: 36px; }
#VFs li.forest a{ color: #fff; font-weight: bold; }
#VFs .lime { background-color: #98851c; margin-left: -40px; padding-left: 36px; }
#VFs li.lime a{ color: #fff; font-weight: bold; }
#VFs .ocean { background-color: #009fb7; margin-left: -40px; padding-left: 36px; }
#VFs li.ocean a{ color: #fff; font-weight: bold; }
#VFs .orange { background-color: #c15110; margin-left: -40px; padding-left: 36px; }
#VFs li.orange a{ color: #fff; font-weight: bold; }
#VFs .pink { background-color: #c54a8a; margin-left: -40px; padding-left: 36px; }
#VFs li.pink a{ color: #fff; font-weight: bold; }
#VFs .red { background-color: #b91f19; margin-left: -40px; padding-left: 36px; }
#VFs li.red a{ color: #fff; font-weight: bold; }
#VFs .sky { background-color: #74afcc; }
#VFs li.sky a{ color: #fff; font-weight: bold; }
#VFs .yellow { background-color: #ebc609; margin-left: -40px; padding-left: 36px; }
#VFs li.yellow a{ color: #fff; font-weight: bold; }
/* raw data colors */
.forest { background-color: #7ca028; color: #fff; font-weight: bold; }
.lime { background-color: #98851c; color: #fff; font-weight: bold; }
.ocean { background-color: #009fb7; color: #fff; font-weight: bold; }
.orange { background-color: #c15110; color: #fff; font-weight: bold; }
.pink { background-color: #c54a8a; color: #fff; font-weight: bold; }
.red { background-color: #b91f19; color: #fff; font-weight: bold; }
.sky { background-color: #74afcc; color: #fff; font-weight: bold; }
.yellow { background-color: #ebc609; color: #fff; font-weight: bold; }
