/**
 *  @site Silverjet
 *  @revision $Revision: 1.73.4.37 $
 *
 *  @styleguide:
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    blue   : #1d1760;
 *    gray   : #f6f6f6;
 *  }
 *  fonts {
 *    logo    : BodoniBE Condensed;
 *    menu    : Futura Book;
 *    headers : Georgia, serif;
 *    text    : Tahoma, verdana, sans-serif;
 *  }
 */

/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as img, p, a.
 */

/* links */
a, a:link { color: #1d1760; text-decoration: none; }
a:visited { color: #1d1760; }
a:active { color: #1d1760; }
a:hover { color: #ff7900; }
a:focus, a:hover, a:active { outline: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Georgia, serif; font-weight: bold; color: #1d1760; text-transform: uppercase; }
h1 { margin-bottom: .4em; font-size: 1.9em; font-weight: normal; line-height: 1em; }
h2 { font-size: 1.2em; line-height: 1.4em; letter-spacing: 1px; }
    h2 a { font-weight: bold; }
h3 { font-size: 1.1em; }

/* images */
img, a img { border: 0; }

/* paragraphs */
p { }

/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd { }

/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }
    table td, table th { text-align: left; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #b5b7be; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:focus, textarea:focus { border: 1px inset #b5b7be; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #1d1760; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #1d1760; }

label { cursor: pointer; }
    label:hover { color: #ff7900; }

iframe { border: 1px solid #acb3bb; }

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
html, body { margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .7em/1.7 Verdana, Arial, Helvetica, sans-serif; color: #5e6066; }

#body { margin-left: 1px; background: url(/images/b_body.gif) center top repeat-y white; }

    #container { border-top: 1px solid white; position: relative; width: 952px; margin: 0 auto; background: url(/images/b_container.gif) 0 240px repeat-x transparent; }

        #content { min-height: 400px; margin: 228px 180px 0 220px; padding: 40px 20px 50px 20px; background: url(/images/b_container.gif) 0 -470px repeat-x white; }
            #content a, #content a:link { padding-bottom: 2px; }
            #content a:hover { border-bottom: 1px solid #ff7900; }

        #header { position: absolute; top: 50px; left: 0; height: 175px; width: 952px; border-top: 1px solid white; border-bottom: 2px solid #f0f1f3; background-repeat: no-repeat; background-position: right top; }
            #header h2 span, #header h3 span { visibility: hidden; }

        #mainnav { position: absolute; top: 20px; left: 0; right: 0; height: 30px; background-color: #1d1760; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0 0 0 200px; height: 100%; }
                #mainnav li { float: left; margin-right: 1em; height: 100%; }
                    #mainnav li a { display: block; height: 100%; padding: 0 .5em; background-position: center 10px; background-repeat: no-repeat; }
                    #mainnav li a.active, #mainnav li a:hover { background-color: white; }
                        #mainnav li a span { visibility: hidden; }

        #logo { position: absolute; top: 0; left: 20px; width: 163px; }
            #logo h2 { margin: 0; padding: 0; background: url(/images/l_silverjet.png) left top no-repeat; }
                #logo h2 a { display: block; width: 100%; height: 92px; }
                    #logo h2 a span { visibility: hidden; }
            #logo h3 { display: none; }
                #logo h3 span { visibility: hidden; }

        #breadcrumbs { position: absolute; top: 230px; left: 20px; height: 20px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; color: #909298; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; font-weight: bold; color: #666; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #secondnav { position: absolute; top: 270px; left: 0; width: 150px; }
            #secondnav ul { margin: 0 0 0 1em; padding: 0; list-style-type: none; }
                #secondnav ul li { margin-bottom: .3em; padding: 0;}
                    #secondnav ul li a { display: block; padding: 0 .2em; padding-left: 25px; font: 1em Georgia, serif; color: #909297; text-transform: uppercase; letter-spacing: .05em; background: url(/images/b_menu.gif) left bottom no-repeat; }
                        #secondnav ul li a:hover, #secondnav ul li a.active { color: #1d1760; background-image: url(/images/b_menu_over.gif); }

        #globalnav { }
            #globalnav ul { list-style-type: none; margin: 0; padding: 1.2em .8em .3em .8em; }
                #globalnav ul li { display: inline; margin: 0 .3em 0 0; padding: 0 0 0 .8em; border-left: 1px solid white; font-weight: bold; }
                #globalnav ul li:first-child { border-left: 0; }
                    #globalnav ul li a { font-size: .9em; font-weight: normal; text-transform: uppercase; color: white; }
                        #globalnav ul li a:hover { border-bottom: 1px solid white; }

        #breadcrumbs h2, #globalnav h2 { display: none; }

    #footer { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 48px; text-align: center; background-color: #1d1760; }
        #branche-logos { position: absolute; top: .8em; left: 2em; margin: 0; }
        #props { position: absolute; right: 2em; top: 1.2em; margin: 0; }
            #props a, #props a:visited { color: #7d77c4; border: 0; }


    #container.wide #content { margin-left: 20px; }

/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* */
#special { position: absolute; left: 0; top: 270px; }
    #special img { margin: 0; display: block; }
    #special p { margin: 0; background-color: #1d1760; background-repeat: no-repeat; background-position: center 4px; }
        #special p a { display: block; }
            #special p a:hover { border: 0; }
            #special p span { visibility: hidden; }

#special-items { position: absolute; left: 0; top: 247px; }
    #special-items div { margin-bottom: 1em; }
    #special-items a { padding: 0; margin: 0; }
    #special-items img { float: none; display: block; }
    #special-items p { margin: 0; padding: 8px 0; font: 1.2em Georgia, serif; text-transform: uppercase; color: #1d1760; text-align: center; background: url(/images/b_banner_bottom.gif) left top no-repeat; }

#subsite-selection { }
    #subsite-selection form { }
        #subsite-selection form select { background-color: #f6f6f6; }
            #subsite-selection form select option.optgroup { font-weight: bold; }
        #subsite-selection form input { display: block; margin-top: .5em; }

#subsite-selection-map { min-height: 122px; padding-left: 0; }
    #subsite-selection-map a { float: left; width: 190px; margin-right: .5em; }
        #subsite-selection-map a:hover { border: 0; }
    #subsite-selection-map form { float: left; width: 35%; }
        #subsite-selection-map form select { width: 100%; background-color: #f6f6f6; }
            #subsite-selection-map form select option.optgroup { font-weight: bold; }
        #subsite-selection-map form input { display: block; margin-top: .5em; }

#subsite-search { clear: both; margin: 0 0 2em 0; }
    #subsite-search label { font: bold 1.2em Georgia, serif; text-transform: uppercase; color: #afb2be; }
    #subsite-search label, #subsite-search p { float: left; width: 45%; }
    #subsite-search p { margin: 0 0 0 1em; }
        #subsite-search p input { width: 95%; margin-bottom: .5em;}

.subsite-block { padding-left: 140px; margin: 0; }
    .subsite-block h2 { width: 180px; }
    .subsite-block .description { margin-top: 1em; }
    .subsite-block .more a { padding-right: 0; }
    .subsite-block .more a, .subsite-block .more a:hover { background-image: none; }

.subsite-stars { position: absolute; top: .2em; right: 1.3em; }
    .subsite-stars img { margin: 0 !important; }
    .subsite-stars span.hotel-suffix { clear: both; display: block; text-align: right; }

.hotel-suffix { margin: 0; color: #1d1760; font-family: Georgia, serif; font-weight: bold; text-transform: uppercase; }

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; padding-bottom: 1.5em; }
        .inline-sections dt a { float: left; font: normal 2em Georgia, serif; text-transform: uppercase; }
    .inline-sections dd { clear: both; min-height: 150px; margin: 0 0 1em 1em; padding: 1em .5em 0em .5em; border-bottom: 1px solid #dedede; }
        .inline-sections dd h2 { font-size: 1.4em; }
            .inline-sections dd h2 a { text-transform: uppercase; }
        .inline-sections dd p { margin: 0 0 .7em 0; }

/* block: specially styled block */
.block { clear: left; margin: 0 0 2em 0; border-top: 2px solid white; background: url(/images/b_block_left.gif) left bottom no-repeat #f6f6f6; }
    .block-contents { overflow: hidden; position: relative; min-height: 70px; padding: .5em 1em; background: url(/images/b_block_right.gif) right bottom no-repeat; }
    .block-contents .subsitetitle { overflow: hidden; }
        .block-contents .subsitetitle h1 { }
        .block-contents .subsite-stars { float: right; }
    .block img { float: left; margin: 0 1em 1em .3em; }
    .block h1 { }
    .block h2 { margin: 0 0 .2em 0; padding: 0; text-transform: uppercase; }
    .block p { margin: 0 .5em .5em 0; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            .menu_default li a:hover { background-image: url(/images/arrow_right_over.gif); }

.menu-rich { margin-top: 1.3em; }
    .menu-rich .imgbox { margin: 0; }
    .menu-rich-item { clear: both; margin-bottom: 1em; }
        .menu-rich-item .imgbox, .menu-rich-item .block { float: left; }
        .menu-rich-item .imgbox { width: 100px; margin-top: 2px; }
        .menu-rich-item .block { clear: none; width: 400px; margin: 0 0 1em 10px; }
            .menu-rich-item .stars { overflow: hidden; margin-bottom: .5em; }
                .menu-rich-item .stars .hotel-suffix { margin: 0 0 0 .5em; color: #1d1760; font-family: Georgia, serif; font-weight: bold; text-transform: uppercase; }
                .menu-rich-item .stars img { margin: 0; }
            .menu-rich-info { clear: both; }
            .menu-rich-more { }
                .menu-rich-more p { clear: both; margin: 1em 1em 1em 0; text-align: right; }

/* Default and rich lists */
ul.default, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li a { padding-left: 16px; background: url(/images/arrow_right.gif) left center no-repeat; }
        ul.default li a:hover { background-image: url(/images/arrow_right_over.gif); }
    ul.rich li { clear: both; margin-bottom: 2em; padding-bottom: 1em; border-bottom: 1px solid #dedede; }
        ul.rich li h2 { display: inline; font-size: 2em; text-transform: uppercase; }
        ul.rich li .imgbox { float: left; }
            ul.rich li img { margin: 0 .3em .5em .5em; }
            ul.rich li p { clear: right; }
            ul.rich li .date { float: right; color: #1d1760; }

div.list-item-content { padding-left: 140px; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; }
        .group_rich dt a { font: bold 2em Georgia, serif; text-transform: uppercase; }
    .group_rich h2 { display: inline; font-size: 1.3em; text-transform: uppercase; }
    .group_rich dd { clear: both; min-height: 150px; margin: 0 0 1em 1em; padding: 1em .5em 0em .5em; border-bottom: 1px solid #dedede; }
        .group_rich img { vertical-align: top; margin: 0 0 1em 1em; }
        .group_rich dd p { clear: right; }
        .group_rich dd .date { float: right; color: #1d1760; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox and linkboxes */
.imgbox { float: left; margin: .5em 1em .5em 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #1d1760; background-color: #ceced0; }

.linkbox_default, .linkbox_rich, .linkbox_video { float: left; width: 100px; margin: .5em 1em .5em 0; }
#linkbox { position: absolute; left: 792px; top: 265px; width: 160px; }
    #linkbox div { margin-bottom: 1em; }
    #linkbox img { margin: 0; display: block; }
    #linkbox p { margin: 0; padding-bottom: 8px; background-color: #1d1760; background-repeat: no-repeat; background-position: center 4px; }
        #linkbox p a { display: block; height: 100%; }
            #linkbox p a:hover { border: 0; }
            #linkbox p span { visibility: hidden; }
.linkbox-map { border-top: 2px solid white; margin-top: 45px; background: url(/images/b_block_left.gif) left bottom no-repeat #f6f6f6; }
    .maplist { margin-bottom: 0; padding-right: 1em; padding-bottom: 1em; background: url(/images/b_block_right.gif) right bottom no-repeat; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #1d1760; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #ceced0; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #1d1760; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 35%; float: left; color: #1d1760; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #1d1760; }
    .header { margin: 0 0 1em 0; color: #1d1760; font-family: Georgia, serif; font-weight: bold; text-transform: uppercase; }
    .errors { font-style: italic; color: #ff7900; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { cursor: pointer; }
        .calendar-input { display: none; position: absolute; left: 0; top: 25px; width: 300px; border: 2px outset #f6f6f6; background-color: #f6f6f6; }
            .calendar-input .calendar-navigation { }
                .calendar-input .calendar-navigation select { width: 50%; }
            .calendar-input table { width: 100%; }
                .calendar-input table td.cpDayColumnHeader { background-color: #dedede; }
                    .calendar-input table td.cpDayColumnHeader span { font-weight: bold; color: #1d1760; }
                    .calendar-input table .cpOtherMonthDate, .calendar-input table .cpOtherMonthDate:visited, .calendar-input table .cpOtherMonthDate:active { color: #ceced0; }
                    .calendar-input table table td:hover { background-color: #dedede; color: #1d1760; }
                        .calendar-input table table td a { display: block; border-bottom: 1px solid #f6f6f6; }
                    .calendar-input table table td.cpTodayText { text-align: center; background-color: #dedede; }
                        .calendar-input table table td.cpTodayText a { border-bottom: 0px; font-weight: bold; }


/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #ceced0; }
    #resultsinfo p { margin: 0; display: inline;}
    #resultsinfo .feed { float: right; }

#searchform { margin: 1em 0; padding: .7em; }
    #searchform label { }
    #searchform div { }
    #searchform div label { }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

/* highlighting for search terms */
.highlight { background-color: #ceced0; }

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #ceced0; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #1d1760; background-color: #ceced0; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #ceced0; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #ceced0; }
    .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: #ff7900; border-color: #ff7900; }

.post { }
    .post th { border-right: 1px solid #ceced0; }
.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: #dedede; }
.first { background-color: #dedede; border: solid #ceced0; border-width: 0 1px; }
    .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: #ceced0; border-color: #ceced0; background-color: #ceced0; }

/* 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: #dedede; }
        .pollresult div { border: 2px solid #1d1760; background-color: #ceced0; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 125px; width: 150px; margin: 1em 30px; padding: .6em 0 .3em 1em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 1em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 5px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/arrow_right_over.gif); }
        ul.sitemap li a { font-weight: bold; color: #5e6066; }
            ul.sitemap li a:hover { color: #ff7900; }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            #chapters li a:hover { background-image: url(/images/arrow_right_over.gif); }

.chapter { margin: 2em 0 1em 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #ceced0; }
    .navbox a { border: 0; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/arrow_right_over.gif); }

/* date: date in messages */
.date { text-align: right; margin: 0; color: #5e6066; }

/* button: transforms a normal button to a styled button */
.button { width: auto !important; cursor: pointer; padding: 2px 1.5em; font-weight: bold; color: white !important; background-color: #1d1760; }

/* jargon styles */
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 #1d1760; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #ceced0; border-width: 1px 0 0 1px; color: #1d1760; 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: #dedede; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #dedede; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

/* google maps */
#mapcontainer { border: 1px solid #afb2be; margin-bottom: 2em; padding: 5px; background-color: #ceced0; height: 470px; }
    #mapcontainer #map { border: 1px solid #afb2be; }

.marker-hotelheader { float: left; width: 225px; }
.marker-hotelproperties { float: right; width: 125px; }
    .marker-hotelproperties img { margin: 0 !important; }
    .marker-hotelproperties .hotelsuffix { margin: 0; color: #1d1760; font-family: Georgia, serif; font-weight: bold; text-transform: uppercase; }
.markerbody { clear: both; border-top: 1px dotted #1d1760; min-height: 150px; margin-bottom: 1em; }
    .markerbody p { margin: 0; }
.destination-link { cursor: pointer; margin: 0; padding-bottom: 0; }
    .destination-link:hover { color: #ff7900; }

/* permalink (e.g. link below map) */
a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { padding-left: 15px !important; background: url(/images/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: #ff7900; }
.req            { color: #1d1760; background-color: #dedede; }
.err            { color: #ff7900; font-weight: bold; }
.notice         { background-color: #ffa; color: #ff7900; }
.white          { color: white; }
.chosen         { color: #ff7900; font-weight: bold; }

/* file types */
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }