/**
 * Forums and polls
 */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #fcc186; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #ff741a; background-color: #fcc186; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #fcc186; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #fcc186; }
        .forum tr:hover, .pollarchive tr:hover { background-color: #fcc186; }
    .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: #ff741a; border-color: #ff741a; background-color: transparent; }
        .forum a:hover, .pollarchive a:hover { border-color: #ff741a; color: #ff741a; background-color: transparent; }

.post { }
    .post th { border-right: 1px solid #fcc186; }
.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; }

/* odd, even and first for row coloring (zebra tables and distinctive first post) */
.odd { background-color: #fff; }
.even { background-color: #e8e8e8; }
tr.first { background-color: #fcc186; border: solid #fcc186; border-width: 0 1px; }
.post .date { color: #ff741a; }
.odd:hover, .even:hover { background-color: #fcc186; }

/* 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; }
tr.locked { background-color: #e8e8e8; }
    tr.locked:hover  { color: #ff741a; background-color: #fcc186; }
    tr.locked:hover a { color: #ff741a; border-color: #ff741a; }
    tr.locked a:hover { color: #ff741a; border-color: #ff741a; }

/* search styles: form, info and results */
.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: #fcc186; }
        .pollresult div { border: 2px solid #ff741a; background-color: #fcc186; }

.pollresults, #pollform { margin-bottom: 2em; }

/**
 * Jargon
 */
a#translate { clear: both; float: right; margin: .5em 1em; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px #a6a9a5; }
div.nicetitle { position: absolute; padding: 4px 4px 8px 4px; top: 0px; left: 0px; border: 3px double #7e807d; border-top-color: #a6a9a5; border-left-color: #a6a9a5; font: bold 1em Verdana, Arial, Helvetica, sans-serif; color: #ff741a; background: url(/images/b_button.gif) top left repeat-x white ; }
    div.nicetitle p { margin: 0; padding: 0 3px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #ff741a; }
.translation-status { z-index: 3; position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 3px double #7e807d; border-top-color: #a6a9a5; border-left-color: #a6a9a5; padding: 1em; background: url(/images/b_button.gif) top left repeat-x white ; }
.close { position: absolute; top: 0; right: 0; color: #ff741a; font-weight: bold; background-color: white; }

/**
 * Google maps
 */
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); }

/* slideshow */
.slideshow-title { text-align: center; }
#slideshow-progress { margin-top: -2em; text-align: right; border-bottom: 1px solid #003384; color: #afafaf; }
#slide { text-align: center; height: 300px; padding: 1em 0; }
    #slide.imgbox { float: none; margin: 0 auto; width: 100%; text-align: center; }
        #slide.imgbox a, #slide.imgbox a:hover { border-bottom: 0; }
            #slide.imgbox img { display: inline; }
#nav-slideshow { clear: both; border-top: 2px solid #003384; margin-top: 1em; padding: .5em; text-align: center; background-color: #e8e8e8; }
    #nav-slideshow a { border-bottom: 0px; }

