body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, dd, dt, ul, li, a, input, select {
   margin:  0px;
   padding:  0px;
   font-family: Verdana,Helvetica,Arial,sans-serif;
}

body {
   background-color: #FFFFFF;
   background-image: url("/img/bg-top.png");
   background-position: 0 -64px;
   background-repeat: repeat-x;
}

#download-top {
   background-color: #FFFFFF;
   border-bottom: 2px solid #88BBCC;
   height: 8px;
   right: 0;
   z-index: 0;
}

#download-top-right {
   background-image: url("/img/bg-right.gif");
   background-position: 0 0;
   background-repeat: no-repeat;
   height: 30px;
   padding: 6px 40px;
   position: absolute;
   right: 0;
   width: 300px;
   z-index: 1;
}

#download-top-right img {
   border-style: none;
}

#download-titlebar {
   margin:  0px;
   padding: 0px;
   z-index: 0;
}
#download-titlebar h1 {
   color: #909090;
   margin:  8px 0px;
   padding: 0px;
   font-size: 1.2em;
   z-index: 0;
}

#download-main {
   padding: 20px;
   color: #555;
}

#download-main h2 {
   margin: 10px 0px;
   color: #88bbcc;
   font-size: 2.1em;
}

#download-main h3 {
   margin: 0px;
   padding: 8px 0px 0px 0px;
   font-weight: normal;
   font-size: 1.3em;
   color: #444;
   letter-spacing: -.04em;
}

#download-main ul {
   padding: 10px 20px;
   list-style-type: disc;
   
}

#download-main li, p {
   font-size: 0.8em;
   line-height: 1.5;
}


#download-main a, #download-copyright a {
   color: #69a;
}

#download-right {
   float: right;
   width: 400px;
   margin: 0px;
   margin-left: 20px;
   padding: 0px;
   padding-bottom: 20px;
}
@media all and (min-width: 900px) {
#download-left {
   margin-right: 400px;
}
#noscroll {
    position: fixed;
}
}

#map {
   border: 1px solid #808080;
   width: 400px;
   height: 300px;
   z-index: 999;
}

#map a {
   color: white;
}

div.customized_shapes {
   width: 380px;
   border: 2px solid #8bc;
   background-image: url("/img/bg-top.png");
   background-position: 0px 0px;
   background-repeat: repeat-x;
   margin-top: 30px;
   padding: 10px;
}

div.customized_shapes p {
   font-size: small;
   color: #555;
}

#subregions, #specialsubregions {
   width: 35em;
   background-color: #D4E6EC;
   border-collapse: collapse;
   margin-top: 10px;
}

#subregions tr:nth-child(2n), #specialsubregions tr:nth-child(2n) {
   background-color: #EFEFEF;
}

#subregions th, #subregions td, #specialsubregions th, #specialsubregions td {
   border: 1px solid #fff;
   font-size: small;
   color: #555;
   padding: 2px 5px;
   text-align: center;
}

#subregions td.subregion, #subregions th.subregion, #specialsubregions td.subregion, #specialsubregions th.subregion {
   text-align: left;
}
#subregions td.subright, #subregions th.subright, #specialsubregions td.subright, #specialsubregions th.subright {
   text-align: right;
}

#download-copyright {
   clear: both;
   margin-top: 30px;
   background-color: #FFFFFF;
   border-top: 2px solid #88BBCC;
   color: #404040;
   font-size: 80%;
   padding: 2px 0;
   text-align: center;
   width: 100%;
}
