/**
 * Forums and polls
 */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #e8e8e8; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #003384; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #e8e8e8; }
    .forum td, .forum th, .topic td, .topic th, .pollarchive td, .pollarchive th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: #f60; border-color: #f60; }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

    td.first .date { color: #aaa; }

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }
    .announcement { font-weight: bold; }
    .locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #e8e8e8; }

.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }
    .pollresults dt, .pollresults dd { margin: .3em 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #e8e8e8; }
        .pollresult div { border: 2px solid #003384; background-color: #ffdfca; }
.pollresults, #pollform { margin-bottom: 2em; }

/**
 * Jargon
 */
a#translate { display: block; margin-bottom: 1em; padding: .5em; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat white; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px #003384; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #e8e8e8; border-width: 1px 0 0 1px; color: #003384; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat #efefef; }
    div.nicetitle p { margin: 4px; padding: 4px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #ffdfca; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #ffdfca; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

/**
 * Google maps
 */
.results { float: left; clear: both; margin: 2em 0; width: 100%; }
    .results ul.default { clear: none; }
.resultcolumn-left { float: left; border-right: 1px dotted #959595; width: 49%; }
.resultcolumn-right { float: right; width: 49%; }
.mapselect { float: left; clear: both; padding: 5px 0; border-bottom: 2px solid white; width: 100%; background-color: #fadc2f; }
    .mapselect h3 { float: left; font-size: 1.1em; font-weight: bold; margin: 0; padding: 0 0 0 5px; }
    .mapselect a { border:0; font-size: 1.1em; font-weight: bold; color: black; padding-left: 20px; margin-left:5px; background: transparent url(/images/nav_bullet.gif) no-repeat left center; }
        .mapselect a:hover { color: white; background-image: url(/images/nav_bullet_over.gif); }
    .mapselect #offers { margin: 0 1em; width: 170px; }
.markerheader { font-size: 1.7em; font-weight: bold; color: black; margin: 0; padding: 0; line-height: 1.7em; }
    .markerheader a { color: black; border: 0; }
    .markerbody a { font-weight: normal; color: black; border: 0; text-decoration: underline; }
        .markerbody a:hover { text-decoration: none; }
.route { margin-top: 1em; }
#map { float: left; clear: both; margin: 1em 0 2em 0; }
#map-bottom { font: normal 1.25em arial,sans-serif; color: black; padding: .3em; background-color: #fadc2f; }
    #map-bottom .prefix { font-weight: bold; }

a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }

a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }


/* ecard styles */
#ecardlist { list-style: none; margin: 0; padding: 0; }
    #ecardlist li { float: left; margin: 1em; width: 150px; }
#ecardform .header { font-weight: bold; margin: 1em 0; }
.ecardview img { margin-bottom: 1em; }
.ecardview h2, .ecardview p { padding: 0; margin: 0; }
    .ecardview p.message { margin: 0 0 1em 15px; }
.ecardview .links a { font-weight: bold; padding-left: 15px; background: transparent url(/images/arrow_right.gif) no-repeat left center; }
    .ecardview .links a:hover { background-image: url(/images/arrow_right_over.gif); }

/* mediaplayer */
.mediaplayer { margin: 0 auto; width: 320px; }

/* slideshow */
.slideshowvisual #mainnav, .slideshowvisual #bannercolumn { display: none; }
.slideshowvisual #content { margin: 0; padding-top: 118px; }
.slideshowvisual #content h1 { margin: 0 0 5px 0; padding: .5em 0; border: 0; background-position: 35px 50%; background-color: #fadc2f; }

#slideshow-progress { position: absolute; top: 125px; right: 10px; }
#slideshow-container { position: relative; margin: 0 90px; width: 817px; height: 470px; overflow: auto; }
    .slideshow-slides { position: relative; float: left; }
        .slideshow-slide { float: left; width: 454px; margin-left: 80px; padding-left: 100px; }
            .slideshow-slide img { display: block; }
            .slideshow-slide h3 { color: black; margin: 0; padding: .5em .5em 0 .5em; background-color: #fadc2f; }
            .slideshow-slide p { color: black; margin: 0; padding: 0 .5em .5em .5em; background-color: #fadc2f; }

.pdf-print-links { position: absolute; top: 127px; right: 120px; float: left; margin: 0; padding: 0; list-style-type: none; }
    .pdf-print-links li { float: left; line-height: 1.4em; }
    .pdf-print-links li#back { margin-right: 10px; padding-right: 10px; border-right: 1px solid black; }
    .pdf-print-links li.print { margin-right: 10px; padding-right: 10px; border-right: 1px solid black; }
        .pdf-print-links li a { display: block; padding: 0; border: 0; }
            .pdf-print-links li a:hover { text-decoration: underline; }
        .pdf-print-links li.pdf a { padding-right: 20px; background: transparent url(/images/ico_pdf.gif) no-repeat right center; }
