/* 
** MASTER - main stylesheet
** This CSS file makes the webpage look pretty ;-)
** 
** Oct 21, 2008
** 
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

/* PAGE OVERALL
-------------------------------------------------------------- */

html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
    /* margin: 0.5em 0em 2em 0em; */
    font-size: 100%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
}
 
#page { 
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

#header {
    position: relative;
    vertical-align: middle;
    text-align: left;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 90%;
    font-weight: bold;
    height: 90px;
    padding: 3px 5px 3px 5px;
}

#logoleft {
    float: left;
}

#logoright {
    margin-top: 18px;
    float: right;
    text-align: right;
}

/* left column: */

#left {
    width: 24%;
    float: left; 
    position: relative; 
    font-size: 85%;
}

div#nav {
    width: 90%;   
    margin-top: 1em;
}

/* content column: */

#content, #chart_div {
    float: right;
    width: 75%;
    font-size: 85%;
    padding-bottom: 10px;
}

#chart_div {
    height: 440px;
    background-color: #fff;
}

#content.internal_page {
    width: 100%;
    font-size: 100%;
}

#content acronym {
    cursor: help;
    margin: 0;
    padding: 0;
}

#path {
    position: relative;
    float: left;
    font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    font-size: 85%;
    /* width: 98.3%; */
    width: 97.9%;
}

#path_left {
    position: relative;
    float: left;
    width: 70%;
}

#path_right {
    position: relative;
    float: left;
    text-align: right;
    width: 30%;
}

#path.internal_page {
    font-weight: normal;
    text-align: right;
}

#main {
    width: 98.3%;
    margin-left: 8px;
}

#main.internal_page {
    font-size: 80%;
    padding: 0 40px 0 40px;
}

#status_msg {
    width: 200px;
    font-size: 90%;
    background-color: #ececec;
    padding: 15px;
    position: absolute;
    margin-left: 360px;
    border: 1px solid #000;
    z-index: 2;
}

#worldwide_container {
    position: relative;
    float: left;
    margin-bottom: 1px;
    padding: 1px;
    z-index: 2;
    width: 99%;
    background-color: #fff;
}

#gis {
    position: relative;
    float: left;
    width: 100%;
}

#worldwide, #latest {
    position: absolute;
    background-color: #fff;
    width: 600px;
    overflow: auto;
    border: 1px solid #000;
    z-index: 2;
    text-align: left;
    font-size: 100%;
}

div.left_box {
    width: 92%;
    margin-top: 1em;
    font-size: 90%;
}

div.inner_box_tall {
    padding: 10px;
    height: 480px;
    overflow: auto;
}

div.inner_box {
    padding: 10px;
    height: 238px;
    overflow: auto;
}

#cb1i.inner_box, #cb2i.inner_box, #cb3i.inner_box {
    height:260px;
}

#belowmap {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 10px 5px 2px;
}

#belowmap_left {
    position: relative;
    float: left;
    width: 48%;
}

#belowmap_right {
    position: relative;
    float: left;
    width: 50%;
    text-align: right;
    font-size: 90%;
}

#main_boxes {
    position: relative;
    float: left;
    width: 100%;
    font-size: 90%;
    margin: 10px 0 0 20px;
}

div.main_left_box {
    float: left;
    width: 60%;
    height: 258px;
}

#main_right_box {
    float: left;
    margin: 0 5px 0 15px;
    width: 25%;
    height: 262px;
}

#top_main_boxes {
    float: right;
    width: 100%;
    font-size: 90%;
    padding: 1px 0 3px 0;
}

#top_left_box {
    float: left;
    width: 40%;
    /* border: 1px solid #cc0000; */
}

#top_right_box {
    float: right;
    text-align: right;
    width: 60%;
}

#lower_container {
    float: left;
    width: 100%;
    clear: all;
    margin-top: 20px;
}

#map_key {
    position: relative;
    float: left;
    width: 25%;
    margin-left: 20px;
    font-size: 80%;
    border: 1px solid #999;
    height: 220px;
    padding: 3px 1px 3px 10px;
}

#community {
    position: relative;
    float: left;
    width: 60%;
    margin-left: 25px;
    font-size: 90%;
    border: 1px solid #999;
    padding: 10px 10px 10px 2px;
}

#map_key.main_inner_box {
    padding-left: 15px;
    height: 220px;
}

#map_key.main_inner_box table tr td {
    padding: 0 8px 3px 0;
}

#map_key.main_inner_box table tr td img {
    margin-bottom: -3px;
}

div.main_inner_box {
 /*   height: 194px; */
    height: 218px;
    overflow: auto;
    padding: 10px;
}

#maxkey {
    position: absolute;
    float: left;
    padding: 3px;
    width: 160px;
    background-color: #fff;
    opacity: .85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    font-size: 60%;
}

#maxbanner {
    position: absolute;
    float: left;
    margin: none;
    padding: none;
    height: 80px;
    background-color: #003366;
    opacity: .85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    width: 100%;
}

/* TABLES
-------------------------------------------------------------- */
table {
    border-collapse: collapse;
    width: 98%;
}

table tr td {
    vertical-align: top; 
    padding: .1em;
}

/* HEADERS
-------------------------------------------------------------- */

#header h1 {
    margin-top: 10px;
    font-size: 250%;
    font-weight: normal;
    height: 50px;
    width: 260px;
}

#header h2 {
    font-size: 110%;
    font-weight: normal;
}

#content h1 {
    clear: both;
    padding: 5px 0 10px 0;
    font-size: 150%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #003366;
	color: #cc3333;
    font-weight: bold;
}

#content h2 {
    clear: both;
    padding: 5px 0 5px 0;
    font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif;
    font-size: 110%;
}

#content h3 {
    font-size: 100%;
    padding: 0.5em 0em 0.1em 0.1em;
}

#map_key h3 {
    padding-bottom: .7em;
}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 2px 6px 2px 6px;
    font-family: Century Gothic, Tahoma, Verdana, Arial, sans-serif;
    font-size: 95%;
}

#logos {
    position: relative;
    float: left;
    width: 98%;
    text-align: right;
    margin-top: 20px;
}

/* LISTS
-------------------------------------------------------------- */

ul
        {
        margin: 0 0 5px 20px;
        padding: 0;
        }

#community ul, ul.nobullet
        {
        list-style-type: none;
        }

#community ul li ul
    {
    margin: 10px 0 0 30px;
    }

#community ul li ul li
    {
    background-color: #ececec;
    padding: 5px;
    }

#community ul li ul li.white
    {
    background-color: #fff;
    }

ol
        {
        margin: 0 0 0 25px;
        padding: 0;
        }

ul li, ol li
        {
        padding-bottom: 3px;
        }

ul.doublespaced li, ol.doublespaced li
        {
        padding-bottom: 10px;
        }

#header ul {
        padding: 5px 5px 0 0;
	text-align: right;
}

#header ul li {
    font-size: 90%;
    display: inline;
    padding: 0px 1px 0px 0px;
}

#nav ul {
    list-style-type: none;
}

#nav ul li {
    margin-right: 0.3em;
}

.small {
    font-size: 85%;
}

#community ul li p.indent {
    margin-left: 30px;
}

#community ul li p.smindent {
    margin-left: 30px;
    font-size: 85%;
}

.smallind {
    font-size: 85%;
    margin-left: 30px;
}

.smallr {
    font-size: 85%;
    text-align: right;
}

.plus {
    cursor: pointer; 
    font-family: Courier; 
    font-size: smaller;
    font-weight: bolder;
    text-align: center; 
    border: 0.1em solid white; 
    padding-left: 2px; 
    padding-right: 3px;
}



div.left_box p {
    margin: 0em;
    padding: 2px;
}

.rightalign
    text-align: right;
}

.lcol {
    float: left;
    width: 40%;
    padding-top: 25px;
}

.rcol {
    float: right;
    font-size: 80%;
    text-align: right;
    width: 75%;
}


#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
}

#community p {
    margin: 0.1em 0em 0.1em 0em;
    padding: 0.15em;
}

div#gm {
    height: 120px;
    overflow: auto;
    width: 360px;
}

/* LINKS
-------------------------------------------------------------- */

div.left_box a.sim:link, div#gm a.sim:link, div#main li a.sim:link, div.main_left_box a.sim:link {
  font-weight: bold;
  text-decoration: none;
  padding: 1px;
}

div.left_box a.sim:visited, div#gm a.sim:visited, div#main li a.sim:visited, div.main_left_box a.sim:visited {
  font-weight: bold;
  text-decoration: none;
}

div.left_box a.sim:hover, div#gm a.sim:hover, div#main li a.sim:hover {
  text-decoration: none;
  font-weight: bold;
}

div.left_box a.sim:active, div#gm a.sim:active, div#main li a.sim:active {
  font-weight: bold;
}

#navitems a.red:link, #navitems a.red:active, #navitems a.red:visited, .red {
/*    color: #cc0000; */
    color: #cc3333; 
}

.boldred {
    color: #cc3333; 
    font-weight: bold;
}

#navitems a.red:hover {
    text-decoration: none;
}

.rstr a:link, .rstr a:active, .rstr a:visited {
    color: #333;
}

/* IMAGES
-------------------------------------------------------------- */

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}

img.icons {
    position: relative;
    width: 30px;
    margin-top: .5em;
}

/* footer: */

#footer { 
    margin-top: 10px;
    font-size: 100%;
    clear: both;
} 

/* 
#footer p {
    margin: 0em;
    padding: 0.1em;
}
*/

.dlu {
    position: absolute; 
    top: 540px; 
    left: 62px; 
    padding: 10px; 
}
.mban {
    position: relative; 
    float: left;
    width: 30%;
    left: 0px; 
    padding: 0px; 
}
.mbt {
    position: relative;
    padding-top: 10px;
    float: left;
    width: 68%;
    text-align: right;
    color: #fff;
    font-size: 70%;
}
.rstr {
    position: absolute;
    top: 4px;
    left: 70px;
    padding: 0 2px 0 2px;
    font-size: 70%;
    color: #999;
}
.sldr-bg {
    position:relative; 
    left: 22px;
    //left: -262px;
    background:url(../slider/scale.jpg) no-repeat;
    height:26px;
    width: 246px;
    cursor: pointer
}
.x {
    vertical-align: bottom;
    padding-bottom: 3px;
    margin-right: 3px;
    /* margin-left: -5px; */
    cursor: help;
}
.f {
    margin-bottom: -4px;
    margin-left: 2px;
    /* margin-left: 0px; */
}
.ac0, .ac1, .ac2, .ac3, .ac4, .ac5, .ac6, .ac7, .ac8, .ac9, .ac10 {
  width: 2em;
}

.flg a.flg {
  /*margin-bottom: -6px;
  margin-right: 1px;
  width: 22px;*/
  padding: 3px;
}

.downstate {
    text-decoration: none;
}

.hide {
    display: none;
}

#worldwide_container a:link, #worldwide_container a:active, #worldwide_container a:visited {
    text-decoration: none;
    color: #000; 
    font-size: 80%;
}

a:link.exit, a:visited.exit {
    text-decoration: none;
    float: right;
    padding: 0 0 5px 2px;
}

input
    {
    border: thin solid #a9a9a9;
    padding: 2px;
    }
 
input.lg_textbox
    {
    width: 440px;
    color: #000;
    }

input.sm_textbox
    {
    width: 180px;
    color: #000;
    }

input.lg_default
    {
    width: 400px;
    color: #999;
    }

input.sm_default
    {
    width: 180px;
    color: #999;
    }
input.submit
    {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#999;
    color:#666;
    font-weight:bold;
    padding: 1px 2px;
    background:url(../admin/images/formbg.gif) repeat-x left top;
    }

.yui-h-slider 
    {
    position: relative;
    }
.yui-h-slider .yui-slider-thumb 
    {
    position: absolute;
    cursor: pointer;
    }
div#hm_bg 
    {
    position:relative;
    width: 300px;
    background:url(../slider/slider.jpg) no-repeat;
    /* background:url(http://healthmap.org/slider/onescale.jpg) repeat-x; */
    height:25px;
    cursor: pointer;
    }
#hm_hl 
    {
    width: 290px;
    height: 3px;
    background-color: #999;
    padding: 0 3px 0 3px;
    position: absolute;
    margin-top: 7px;
    margin-left: 9px;
    z-index: 2;
    }
.my-rtl 
    {
    direction: RTL; 
    unicode-bidi: embed;
    }
textarea.big
    {
    border: thin solid #a9a9a9;
    padding: 2px;
    width: 300px;
    height: 100px;
    }
textarea.full
    {
    border: thin solid #a9a9a9;
    padding: 2px;
    width: 800px;
    height: 600px;
    }
