/**
 * @site Isover DoItYourself site
 * @revision $Revision: 1.1.2.1.2.17 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #000;
 *   darkgrey:  #424242;
 *   orange: #f60;
 *   yellow: #fadc2f;
 *  }
 *  fonts {
 *   headers: Bliss Light;
 *   text:    Verdana, Helvetica, sans-serif;
 *  }
 */

/**
 * Elements
 * HTML elements, such as ul, img, p, a, etc.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #424242; text-decoration: none; border-bottom: 1px solid #424242; }
a:visited { color: #424242; border-color: #424242; }
a:active { color: #424242; border-color: white;}
a:hover { color: #424242; border-bottom-color: white; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #424242; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 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; }
    table tbody p { margin:0; padding:0; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #999; padding: .2em 0; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: default; background-color: #e8e8e8; }

fieldset { border: 1px solid #424242; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #424242; }

label { cursor: pointer; }
    label:hover { color: #424242; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; background-color: #fadc2f; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color:#424242; }

#body { position: relative; margin: 0 auto; width: 997px; min-height: 100%; background-color: white; }
    #container { }
        #content { margin: 0 260px 0 225px; padding: 148px 0 1em 0; min-height: 550px; }

        #header { position: absolute; top: 0; left: 0; height: 77px; width: 100%; border-top: 25px solid #fadc2f; text-indent: -9000px; background: transparent url(/images/diy/logo.jpg) no-repeat 30px 5px; z-index: 2; }
            #header h2 { margin: 0; width: 997px; height: 77px; background-repeat: no-repeat; background-position: 225px 0 !important; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 143px; left: 0; width: 225px; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { padding-left: 5px; border-left: 10px solid white; }
                    #mainnav li:hover, #mainnav li.selected { border-color: #fadc2f; }
                    #mainnav li a { display: block; padding-bottom: .4em; border: 0; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

            #subnav { position: relative; left: -15px; border: 1px solid white; border-width: 1px 0; }
                #subnav li { padding-left: 15px; border-left: 10px solid #d0cfcc; }
                    #subnav li a { font-size: 0; padding-bottom: .1em; border-bottom: 1px solid white; }
                        #subnav li a:hover { border-bottom: 1px solid #929497; }

            #bannerposition-1 { margin-top: 2em; }
                #bannerposition-1 a { border: 0; }

        #breadcrumbs { position: absolute; top: 102px; left: 0; width: 100%; height: 16px; background-color: #d0cfcc; }
            #breadcrumbs ul { list-style-type: none; margin: -1px 0 0 225px; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: black; background: transparent url(/images/diy/bullet_black.gif) no-repeat 2px 4px; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; font-weight: bold; color: black; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 0; left: 225px; margin: 0; width: 772px; height: 25px; background: transparent url(/images/diy/greyline_top.gif) no-repeat right bottom; z-index: 2; }
            #globalnav ul { list-style-type: none; margin: 3px 0 0 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0; padding: 0 10px; border-right: 1px solid black; height: 18px; }
                    #globalnav ul li a { font-size: 0; display: block; border: 0; background-repeat: no-repeat; background-position: left top; }
                        #globalnav ul li a span { visibility: hidden; }
                        #globalnav ul li a:hover { border-bottom: 1px solid black; }
        #breadcrumbs h2, #mainnav h2, #globalnav h2 , #extranav h2 { display: none; }

    #quicksearch { float: left; padding-top: 3px; }
        #quicksearch label { float: left; display: block; margin: 0 10px 0 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            #quicksearch label span { visibility: hidden; }
        #quicksearch input { float: left; border-color: #d0cfcc; }
        #quicksearch input.submit { padding: 0 0 3px 0; height: 19px; line-height: 5px; background-color: #d0cfcc; }

    /* bannercolumn */
    #bannercolumn { position: absolute; right: 0; top: 168px; width: 230px; margin: 0; padding: 0; }
        #bannercolumn a { margin-bottom: 1em; padding:0; border: 0; }

    #footer { position: relative; border-bottom: 24px solid #fadc2f; width: 100%; height: 26px; background: transparent url(/images/diy/logo_footer.gif) no-repeat 15px 0; }
        #extranav { position: absolute; top: 0; left: 225px; margin: 0; padding: 0; width: 772px; height: 32px; background: transparent url(/images/diy/greyline_bottom.gif) no-repeat right bottom; }
            #extranav ul { float: right; list-style-type: none; margin: .2em 0 0 0; padding: 0; }
                #extranav ul li { float: left; margin: 0 1em 0 0; padding: 0; }
                    #extranav ul li a { font-size: 0; display: block; border: 0; background-repeat: no-repeat; background-position: center center; }
                        #extranav ul li a span { visibility: hidden; }


/**
 * Page content
 */

.contenttext { clear: both; margin-bottom: 1em; }
#pagebody { }

/* .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; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { padding-bottom: 3px; border-bottom: 2px solid #fadc2f; width: 100%; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #content h1 .pagetitle { visibility: hidden; }

/* inline sections on the homepage */
.inline-sections { margin-bottom: 2em; }
    .inline-sections dt { display: block; font-size: 1.2em; font-weight: bold; margin-bottom: .5em; padding-bottom: .2em; border-bottom: 2px solid #fadc2f; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .inline-sections dt a { border: 0; }
            .inline-sections dt a:hover { border-bottom: 1px solid black; }
        .inline-sections dt span { visibility: hidden; }
.inline-sections dd { clear: both; margin: 0; }
        .inline-sections dd h2 { margin: 0 0 .3em 0; padding: 0 0 0 15px; background: transparent url(/images/diy/bullet_block.gif) no-repeat 0 .4em; }
            .inline-sections dd h2 a { font-size: .95em; font-weight: normal; border: 0; }
                .inline-sections dd h2 a:hover { text-decoration: underline; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0 0 .2em 0; padding: 0 0 .2em 0; border-bottom: 2px solid #fadc2f; font-size: 1.2em; color:#424242; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .block h2 a { text-decoration: none; border: 0; width: 100%; height: 100%; }
            .block h2 a:hover { border-bottom: 1px solid black; }
        .block h2 span { visibility: hidden; }
    .block .imgbox { margin: -.2em 0 .5em .5em; }
    .block p { margin: 0; }
        .block .readmore { font-variant: small-caps; font-weight: bold; margin: 0; padding: .2em .5em .2em 0; border: 0; }
            .block .readmore:hover { text-decoration: underline; }
        .block .readmore-suffix { font-variant: small-caps; margin: 0 0 0 -2px; padding: 0; border: 0; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 0; list-style-type: none; border-top: 1px dotted #959595;}
    .menu_default li { margin-left: 0; padding: .5em 0; border-bottom: 1px dotted #959595; }
        .menu_default li a { border:0; display: block; padding-left: 15px; background: url(/images/pijl_grijs_re.gif) 0 .5em no-repeat; }
            .menu_default li a:hover { background-image: url(/images/pijl_grijs_re_over.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; position: relative; width: 150px; min-height: 140px; margin: 0 20px 1em 0; padding: 0 0 3px 0; background-color: #fadc2f; }
        .menu_rich li img { margin: 0; }
        .menu_rich li a { border: 0; }
        .menu_rich li span { display: block; margin: -2px 5px 0 5px; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            .menu_rich li a:hover span { cursor: pointer; }

.menu_steps { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_steps li { float: left; position: relative; width: 170px; margin: 0 0 1em 0; background: transparent url(/images/diy_portal/portal_arrow.gif) no-repeat 97% 50px; }
        .menu_steps li.first-row-item { clear: both; }
        .menu_steps li.last-item { width: 150px; background: none; }
        .menu_steps li div { width: 150px; min-height: 140px; background-color: #fadc2f; }
            .menu_steps li div img { margin: 0; }
            .menu_steps li div a { border: 0; }
            .menu_steps li div span.description { display: block; margin: 0 5px 10px 5px; }
            .menu_steps li div span.link { display: block; margin: 0 5px; padding-bottom: 5px; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                .menu_steps li div a:hover span.link { cursor: pointer; }

/* default and rich menu */
.menu_provinces { clear: both; margin: 0; padding: 0; list-style-type: none; border-top: 1px dotted #959595; }
    .menu_provinces li { margin-left: 0; padding: .5em 0; border-bottom: 1px dotted #959595; }
        .menu_provinces li a { display: block; color: #959595; font-weight: bold; padding-left: 15px; border: 0; background: url(/images/pijl_grijs_re.gif) 0 .5em no-repeat; }
            .menu_provinces li a:hover { color: black; background-image: url(/images/pijl_grijs_re_over.gif); }

/* Default and rich lists */
ul.default{ clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { float: left; clear: both; margin-bottom: 1.5em; width: 100%; }
        ul.default li img { float: right; margin: .5em 0 .5em .5em; border-bottom: 15px solid #fadc2f }
        ul.default li h2 { margin: 0 0 .2em 0; padding: 0; }
            ul.default li h2 a { color: black; border: 0; }
                ul.default li h2 a:hover { text-decoration: underline; }
        ul.default li p { margin: 0 0 .5em 0; padding: 0; }
        ul.default li .readmore { font-variant: small-caps; font-weight: bold; margin: 0; padding: .2em .5em; border: 0; background-color: #fadc2f; }
            ul.default li .readmore:hover { text-decoration: underline; }
        ul.default li .readmore-suffix { font-variant: small-caps; margin: 0 0 0 -2px; padding: 0; border: 0; }


ul.map { margin: 0; padding: 0; list-style-type: none; }
    ul.map li { border-bottom: 1px solid white; }
    ul.map li a { border:0; display: block; padding-left: 16px; background: url(/images/pijl_grijs_re.gif) left .6em no-repeat; }
        ul.map li a:hover { background-image: url(/images/pijl_grijs_re_over.gif); }



/* 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; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

/* 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_wrapper { clear: both; float: left; margin: 1em 0; width: 100%; }
    .imgbox_enlarge { float: left; margin: 0 10px 30px 0; border: 0; background-color: #fadc2f; }
    #imgbox_enlarge_2, #imgbox_enlarge_4 { margin-right: 0; }
        .imgbox_enlarge img { display: block; }
        .imgbox_enlarge a { border: 0; }
        .imgbox_enlarge span { display: block; font-weight: bold; color: black; padding: 0 5px; min-height: 23px; background: transparent url(/images/diy/button_enlarge.gif) no-repeat 99.5% 1px; }
            .imgbox_enlarge a:hover span { cursor: pointer; text-decoration: underline; }

.visual-item {  }

.imgbox { float: right; margin: .5em 0 0 .5em; padding: 0; border: 0; width: 175px; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #424242; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; float: right; margin: 0 0 .5em .5em; padding: .5em 0; width: 175px; list-style-type: none; background-color: #fadc2f; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { }
        .linkbox_default li a { display: block; margin: 0; padding-left: 10px; border: 0; background: transparent url(/images/diy/bullet_grey.gif) no-repeat 0 7px; }
            .linkbox_default li a:hover { text-decoration: underline; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 150px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #424242; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #e8e8e8; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl { float: left; width: 100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; color: #424242; border-color: #fadc2f; background-color: #fadc2f; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; background-color: transparent !important; }
    .basicform dl dt { clear: both; width: 40%; float: left; color: black; font-weight: bold; font-variant: small-caps; }
    .basicform dl dd { width: 55%; float: left; margin: 0 0 1em 0; color: #424242; }
    .basicform .button { float: right; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #424242; }
        .header.formpage+dd { display: none; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { position: absolute; left: -30px; top: 0; 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-date-selection 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: #002065; }
                    .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: #002065; }
                        .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; }

    .progress { text-align: right; color: #424242; font-weight: bold; width: 93%; }

    .progresstext { color: #424242; font-weight: bold; }
    .progressbar { width: 92%; height: .7em; margin: 0 0 1em 0; border: 1px solid #f60; border-left-width: 5px; background-color: white; }
        #progressfill { height: 100%; background-color: #f60; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #fadc2f; }
    #resultsinfo h2 { float: left; font-size: 1em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em .5em .1em .3em; color: #424242; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { }
    #searchform div { margin: 0 0 1em 1.8em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { float: left; margin: 0; border-color: #d0cfcc; }
        #searchform div input#q { width: 400px !important; }
        #searchform div input.submit { font-size: .85em; }
    #searchform div p { margin: 0 0 .5em 0; }
    #searchform div p input.button { padding: 0; height: 19px; background-color: #d0cfcc; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { font-weight: bold; margin: 2em 0 .6em 0; }
        #searchresults dt .resultnumber { padding: .2em; background-color: #fadc2f; }
        #searchresults dt a { border: 0; }
    #searchresults dd { margin: .3em 0 0 1.8em; }
        #searchresults dd a { font-weight: bold; }

/* highlighting for search terms */
.highlight { background-color: #fadc2f; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap li { }
        ul.sitemap li a { font-weight: bold; color: black; padding: .3em; border: 0; background-color: #fadc2f; }
            ul.sitemap li a:hover { text-decoration: underline; }

        ul.sitemap li ul { margin: 0 1em 1em 0; padding: 0; list-style-type: none; }
            ul.sitemap li ul li { margin-top: .5em; }
                ul.sitemap li ul li ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
                    ul.sitemap li ul li ul li { margin-top: 0; border-bottom: 1px solid white; }
                        ul.sitemap li ul li ul li a { display: block; font-weight: normal; color: #424242; margin: 0; padding: 0 0 0 15px; background: transparent url(/images/diy/bullet_grey.gif) no-repeat 0 .6em; }
                            ul.sitemap li ul li ul li a:hover { color: black; text-decoration: underline; }

/* chapters in documents */
#chapters { clear: both; width: 100%; }
    #chapters .contenttext {clear:both; }
        #chapters .contenttext .imgbox {margin-bottom:15px;}

    #chapters ul.chapters { margin: 0; padding: .5em 0; list-style-type: none; }
        #chapters li.chapter { padding: .2em 0; }
            #chapters li.chapter a { font-weight: bold; padding-left: 15px; border: 0; background: url(/images/diy/bullet_block.gif) left center no-repeat; }
                #chapters li.chapter a:hover { text-decoration: underline; }

h2.chapter { margin: 1em 0 0 0; padding: 0; }
#chapters p { margin: 0 0 1em 0; }

.navbox-top { margin-top: -1.3em; }

.print-button { float: left; margin-bottom: 1em; padding: .3em .5em; background-color: #fadc2f; }
    .print-button a { color: black; font-weight: bold; border: 0; }
        .print-button a:hover { text-decoration: underline; }

/* navbox, for displaying next/previous/index links */
.navbox { float: right; margin-bottom: 1em; padding: .3em; width: 340px; text-align: center; background-color: #fadc2f; }
    .navbox a { color: black; font-weight: bold; border: 0; }
        .navbox a:hover { text-decoration: underline; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }

/* 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 { position: absolute; top: 150px; left: 625px; font-size: .9em; margin: 0; width: 150px; color: black; }

/* button: transforms a normal button to a styled button */
.button { width: auto !important; border: 1px solid #fadc2f; cursor: pointer; padding: 2px 1.5em; font: bold 1.1em Verdana, Helvetica, sans-serif; font-variant: small-caps; color: black !important; background-color: #fadc2f; }
    .button:active { border-style: inset; }
    .submit { }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #424242; text-align: center; background-color: white; z-index:100;}
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }

/**
 * Common
 * Very often used classes
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block-level    { 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           { }
.red            { color: red; }
.req            { color: red; }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #f60; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd           { background-color: #fff; }
.even          { background-color: #ffdfca; }
.first         { background-color: #ffdfca; border: solid #e8e8e8; border-width: 0 1px; }

/* 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; }
*/
