/* CSS Reset Start */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
    table-layout: fixed;
}
/* Done CSS Reset */

html, body {
    height: 100%;
}
body { 
    font: 10pt helvetica, georgia, sans-serif;
    text-align:center;
    line-height: 1.1;
}

h1, h2, h3, h4 {
    padding: 6px 0;
    font-weight: bold;
}
h1 { font-size: 180% }
h2 { font-size: 150% }
h3 { font-size: 130% }
h4 { font-size: 120% }

#activebar-container {
    text-align: left;
}

input.smallbtn,
input.btn {
    color: #555 !important;
    font: bold 84% helvetica, sans-serif;
    background-color: #eee;
    border: 1px solid #999;
    cursor: pointer;
    display: block;
    margin: 2px;
}

input.smallbtn {
    padding: 0;
}

input.btn {
    height: 30px;
    font-size: 120%;
    line-height: 1.5;
}

.border {
    border: 3px solid #cccccc;
    padding: 0 5px;
    font-size: 160%;
}

.border.email {
    width: 300px;
}

.border.twitter {
    width: 170px;
}

a img {
    border: none;
}

.clear {
    clear: both;
}
.warning {
    color: #d34f40;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0;
}
#headerLeft {
    height: 100px;
    background: url(/images/new/vantrash_header_bg.png) top left repeat-x;
    position: relative;
    text-align: left;
}
#headerLogo {
    padding-left: 10px;
    height: 100px;
    width: 326px;
    display: table-cell;
    vertical-align: middle;
    background: url(/images/new/vantrash_logo.png) center 20px no-repeat;
}
#header .tagline {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 120%;
    text-align: center;
    width: 100%;
    font-style: italic;
}

#mainContent.lightbox {
    padding: 0;
    width: 95%;
}
#mainContent {
    text-align:left;
    margin: 10px 10px 10px 400px;
}
.clear {
    clear: both;
}
#leftNav {
    font-size: 115%;
    width: 375px;
    float: left;
    text-align: left;
}
#leftNav p {
    margin: 10px 10px 20px 10px;
}
#leftNav p.firststep {
    font-weight: bold;
}
#leftNav .ad {
    margin: 0 10px;
}
#leftNav .ad a, #leftNav .ad a img {
    border: none;
}

#mapCanvas {
    height: 500px;
}

.balloon {
    height: 220px;
    width: 220px;
    text-align: center;
    margin: auto;
}
.balloon .buttons {
    margin-top: 4px;
    margin-right: 10px;
    float: right;
    width: 100px;
    z-index: 100;
}
.balloon .buttons .smallbtn {
    text-align: center;
    width: 95px;
}
.balloon .zoneName {
    font-weight: bold;
    margin-bottom: 10px;
}
.balloon .next .title {
    font-weight: bold;
}
.balloon .next {
    font-size: 90%;
    margin-bottom: 10px;
}

.legend {
    margin-top: 10px;
    float: left;
    text-align: left;
    width: 110px;
}
.legend table {
    border-collapse: collapse;
    font-size: 90%;
}
.legend .key {
    width: 27px;
    border: 1px solid black;
}
.legend .label {
    padding-left: 2px;
}
.legend .padding {
    height: 8px;
}

.calendar {
    border-collapse: collapse;
    font-size: 90%;
    height: 123px;
    width: 220px;
}
.calendar td {
    text-align:center;
    margin: 0;
}
.calendar .today {
    font-weight: bold;
}
.calendar .day {
    border: 1px solid black;
    width: 27px;
    padding-top: 3px;
}

.success {
    font-size: 120%;
}
.error {
    color: #FF4949;
    font-size: 120%;
}

.pad {
    padding: 60px;
}

.wizard .slide {
    display: none;
    color: #333;
}
.wizard .slide.current {
    display: block;
}

.wizard .title {
    font-size: 110%;
    font-weight: bold;
}
.lbButtons {
    position: absolute;
    bottom: 1px;
    right: 0;
}
.button {
    margin-right: 4px;
}
.ad {
    padding: 5px 0;
}
.tellfriends label {
    font-size: 120%;
}
.tellfriends h1 {
    font-size: 130%;
}
.question {
    padding: 15px 2px;
}

#customOffset {
    display: none;
}

.lbButtons {
    width: 100%;
}

.lbButtons .btn {
    float: right;
}

.lbButtons .btn.Back {
    float: left;
}

/* lightbox */
#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightboxContent {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 10px;
}
#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
#lightboxIframe {
    display: none;
}	
#closeButton {
    position: absolute;
    top: 10px;
    right: 8px;
}
.wiki {
    padding: 10px 0;
}
.donate {
    padding: 10px;
    font-size: 110%;
}
#mainContent p {
    padding: 6px 0;
}
.donatebtn {
    padding: 20px;
}
ul#nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
ul, ol {
    padding: 8px;
    padding-left: 20px;
}
ul#nav li {
    border-right: 1px dotted;
    float: left;
    padding: 5px;
}
ul#nav li.last {
    border-right: none
}
ul#nav li a, ul#nav li a:visited {
    color: #228022;
    text-decoration: none; 
}
.example {
    padding: 10px;
    padding-left: 30px;
    font-family: Courier;
}
#searchBox {
  height: 36px;
  width: 248px;
  background: url(/images/new/vantrash_search_bg.png) top left repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
body#map #searchBox { display: block }
#searchBox .initial {
    font-style: italic;
    color: #666;
}
#searchBox form, #searchBox .submit, #searchBox .text {
    margin: 0;
    padding: 0;
    border: none;
}
#searchBox .submit, #searchBox .text {
    margin-top: 12px;
    vertical-align: middle;
}
#searchBox .submit {
    background: url(/images/search_submit.png) no-repeat left top;
    margin: 12px 0 0 0;
    padding: 0;
    width: 21px;
    height: 21px;
}
#searchBox .text {
    background: url(/images/search_input.png) no-repeat left top;
    padding: 3px 0 0 10px;
    vertical-align: middle;
    width: 174px;
    height: 18px;
    margin: 12px 0 0 20px;
}

#mobile {
    width: 100%;
    background-color: #ddd;
    font-size: 105%;
}

#mobile .balloon { width: 230px }
#mobile .legend { width: 120px }
#mobile .buttons { display: none }

#mobile .logo {
    font-size: 120%;
    text-decoration: none;
}
#mobile .logo img {
    height: 20px;
    vertical-align: middle
}

#mobile input,
#mobile select {
    vertical-align: middle;
    padding: 5px;
}
#mobile input {
    border: 1px solid #666;
}

#mobile .elem {
    display: block;
    padding: 10px;
    border-top: 1px solid #666;
    color: #000;
}
#mobile .last {
    border-bottom: 1px solid #666;
}

.copyright {
    font-size: 80%;
    margin: 12px 0 0 0;
    display: block;
    float: right;
}
