body {
    background-color: #002F2C;
    background-image: url("/images/nav/bg-gradient2.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 13px;
    margin: 0px;
}

.dinky {
    background-repeat: no-repeat;
    color: black;
    font-size: 10px;
    margin: 0px;
}

form {
    margin: 0px;
}

A {
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}

A.light {
    color: #fff;
}

A.boldlink {
    font-weight: bold;
    text-decoration: underline;
}

.big {
    color: #006600;
    font-weight: bold;
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 18px;
}

A.big {
    color: #006600;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 18px;
}

A:hover {
    color: #008800;
    text-decoration: underline;
}

A.boldlink:hover {
    text-decoration: underline;
}

.darkbg {
    color: #33FF66;
    text-decoration: none;
    font-weight: normal;
}

.langbar {
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    border: 1px;
}

H1 {
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 16px;
    color: #006600;
    margin: 0px;
    text-align: left;
}

.headcenter {
    font-family: Arial Black, Verdana, sans-serif;
    font-size: 16px;
    color: #006600;
    margin: 0px;
    text-align: center;
}

H2 {
    font-family: Arial Black, Verdana, sans-serif;
    color: #006600;
    font-size: 14px;
    margin: 0px;
    text-align: left;
}

H3 {
    font-family: Arial Black, Verdana, sans-serif;
    color: #006600;
    font-size: 13px;
    margin: 0px;
    text-align: left;
}

td.header {
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    background: #eee;
}

.note {
    color: #fff;
    border-radius: 5px;
    margin-left: 80px;
    padding: 10px;
    width: 70%;
    font-size: 14px;
    border: 1px solid black;
    background-color: #002F2C;
    -moz-border-radius: 5px;
}

.note a {
    color: #cfc;
    text-decoration: none;
}

.note a:hover {
    color: #cfc;
    text-decoration: underline;
}

.link-container {
    margin: 0px auto;
    width: 50%;
    color: #ddd;
    border: 1px solid black;
    padding: 0px;
    background-color: #002F2C;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link-container a {
    display: block;
    background-color: #002F2C;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link-container a:hover {
    color: #060;
    background-color: #cfc;
}

.red-button {
    padding: 10px 10px;
    color: #eee;
    font-family: arial, san-serif;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px rgba(0, 0, 0, 0.4);
    text-shadow: #000 1px 1px 2px;
    background: #ff0000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 1px 3px #000, inset 0px 0px 5px #fff;
    -o-box-shadow: 0px 1px 3px #000, inset 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 1px 3px #000, inset 0px 0px 5px #fff;
    -moz-box-shadow: 0px 1px 3px #000, inset 0px 0px 5px #fff;
    background-image: gradient(center bottom, #cc0000 29%, #ff0000 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.29, #cc0000), color-stop(0.80, #ff0000));
    background-image: -moz-linear-gradient(center bottom, #cc0000 29%, #ff0000 80%);
}

.red-button:hover {
    color: #eee;
    background: #ff0000;
}

.red-button:active {
    color: #eee;
    background: #ee0000;
    box-shadow: 0px 1px 1px #000, inset 0px 0px 5px #fff;
    -o-box-shadow: 0px 1px 1px #000, inset 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 1px 1px #000, inset 0px 0px 5px #fff;
    -moz-box-shadow: 0px 1px 1px #000, inset 0px 0px 5px #fff;
    transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
}

.bold {
    font-weight: bold;
}

.redbold {
    color: #CC0000;
    font-size: 12px;
    font-weight: bold;
}

.bluebold {
    color: #0033CC;
    font-size: 12px;
    font-weight: bold;
}

.blackbold {
    color: #000;
    font-weight: bold;
}

.form_error {
    text-align: left;
    color: #CC0000;
}

.messages_error {
    text-align: left;
    color: #CC0000;
}

th {
    text-align: left;
    text-weight: heavy;
}

ul {
    margin: 0;
    padding-left: 20px;
}

fieldset {
    font-size: 11px;
    font-weight: bold;
}

ul.legend {
    font-size: 11px;
    font-weight: normal;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox img {
    width: auto;
    height: auto;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer > #hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url(/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url(/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Arial, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData {
    padding: 0 10px;
    color: #666;
}

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: bold;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

.rounded_main123 {
    background-color: #FFF; /* if needed */
    border: 1px #006600 solid; /* if needed */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
}

.rounded_sidebar123 {
    padding: 10px;
    background-color: #FFF; /* if needed */
    border: 1px #006600 solid; /* if needed */
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */
}

#to_address {
    display: none;
}

.centeredImage {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;

}    