body {
    background: #eee url(bg-page.png) repeat-x 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #333;
    padding: 0;
    margin: 20px 0;
}

.print-only {
    display: none;
}
/*  [common]  */
.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.w100 {
    width: 100%;
}

a {
    color: #0069b0;
    text-decoration: none;
}

    a:hover {
        color: #6aae22;
        text-decoration: underline;
    }

h1 a,
h2 a,
h3 a,
h4 a {
    color: #333;
    font-weight: normal;
}

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover {
        text-decoration: underline;
        font-weight: normal;
    }

/*  [/common]  */

/*  [fonts]  */

h1, h2, h3, h4 {
    margin: 0;
    line-height: 130%;
}

.content-main h2 {
    margin: 1.5em 0 1em 0;
    font-size: 18px;
}

.content-main h1 {
    margin: 0 0 0.8em 0;
    font-size: 22px;
}

h3 {
    /*font-weight: normal;*/
    /*font-size: 1.3em;*/
    font-size: 14px;
    margin: 10px 0 5px 0;
}

    h3.jasennys {
        margin: 10px 0 5px 0;
    }

h4 {
    font-size: 100%;
    margin: 5px 0 0 0;
}

    h4.content {
        color: #5a5a5a;
    }

p {
    margin: 0 0 5px 0;
}

/* 'h4' to look like 'strong' in sidebar */
div.sidebar div.content-item div.content-item-inner h4 {
    color: #5a5a5a;
    margin: 5px 0 0 0;
}

div.sidebar div.content-item div.content-item-inner strong {
    color: #5a5a5a;
}

.content-main a {
    /*color: #0069B0;*/
}
/*  [/fonts]  */

/*  [page layout]  */
.wrapper {
    /*max-width: 940px;        */
    width: 940px;
    background: #fff;
    margin: 0 auto;
    /*padding:10px 20px 20px 20px;*/
    padding: 9px 19px 19px 19px;
    border: 1px solid #e2e2e2;
}

.layout {
    padding: 0px;
    float: left;
    background-color: #fff;
    width: 100%;
}

.search {
    width: 179px;
}

.header {
    width: 100%;
    overflow: hidden;
}

.header-top {
    font-size: 11px;
    line-height: 11px;
    padding: 3px 0 7px 0;
}

    .header-top a {
        color: #0069b0;
    }

.header-middle .left {
    /*width: 21.135%;
        margin-right: 0.515%*/
}

.header-middle .right {
    /*width: 78.35%;*/
}

.top-navi {
    padding: 10px 0;
    margin: 1px 0 0 0;
    background: #0069B0 url(bg-menu.png) repeat-x 0 0;
    width: 100%;
    position: relative;
}
/*.breadcrumb {
		font-size:11px;
		color:#ccc;
	}*/
.breadcrumb {
    font-size: 11px;
    color: #ccc;
    margin-bottom: -5px;
    overflow: hidden;
    padding: 5px 0 0 0;
}

    .breadcrumb ul.horizontal li {
        padding: 0px 5px 0px 0;
    }
/*.breadcrumb ul.horizontal li:nth-child(7)
	{
        padding: 0px 5px 0px 0;   
    }*/

.main {
    margin: 20px 0;
}

    .main .sidebar {
        /*width: 20.6%;*/
        width: 172px;
        overflow: hidden;
    }

        .main .sidebar img {
            max-width: 100%;
        }

    .main .content-main {
        /*width: 54.8%;
        margin: 0 2%;*/
        float: left;
        width: 556px;
        margin: 0 20px;
        border-top: 6px solid #009ddf;
    }


.frontpage .content-main {
    /*width: 58%;        
        margin: 0 2% 0 0;*/
    width: 556px;
    margin: 0 20px 0 0;
    border-top: 0px solid #ddd;
}

.frontpage .content-aside {
    /*width: 40%;*/
    width: 364px;
}


.page-title {
}

.page-title-addon-bottom {
    margin: -1em 0 1em 0;
}


/*  [/page layout]  */

/*  [search]  */
input.queryfield {
    width: 67%;
    border: solid 1px #ccc;
    font-size: 12px;
    padding: 2px 3px;
    margin-right: 0.2em;
    float: left;
}

.en-US input.queryfield {
    width: 60%;
}

input.button {
    border: solid 1px #ccc;
    padding: 2px 5px;
    font-size: 12px;
}

.search a {
    display: block;
}
/*  [/search]  */

/*  [images]  */
a img {
    border: none;
}

.image img {
    width: 100%;
}

.image.logo {
    /*max-width: 205px;*/
}
/*  /[images]  */

/*  [lists]  */

.page-contents li {
    margin-bottom: 0.5em;
}

ul.horizontal, ul.vertical {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.horizontal li {
        float: left;
        padding: 5px 0 5px 10px;
    }

        ul.horizontal li.share {
            height: 30px;
            line-height: 30px;
            float: left;
            text-align: left;
            padding: 5px 10px 5px 0;
        }

ul.vertical {
    margin-bottom: 10px;
}

.content-item ul.vertical li {
    padding: 3px 0;
}

.header-top .fleft ul.horizontal li:first-child,
.top-navi li:first-child, .footer ul.horizontal li:first-child,
.breadcrumb ul li:first-child {
    padding-left: 0;
}

.top-navi ul.horizontal {
    padding: 0 10px 0 10px;
    margin: 0;
}

    .top-navi ul.horizontal li {
        padding: 0;
        margin: 0 1px 0 0;
        border-right: 1px solid #358bc5;
    }

        .top-navi ul.horizontal li:last-child {
            border-right: 0px solid #85ac01;
        }

.top-navi li a {
    border: solid 0px #ccc;
    padding: 0px 9px;
    margin: 0 1px 0 0;
    font-size: 12px;
    line-height: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

    .top-navi li a.current,
    .top-navi li a.selected,
    .top-navi li a:hover {
        color: #0069b0;
        background: #fff;
    }

.top-navi li.home a {
    width: 21px;
    text-indent: -9999px;
    background: url(icon-home.png) no-repeat 50% 0;
}

    .top-navi li.home a.current,
    .top-navi li.home a.selected,
    .top-navi li.home a:hover {
        background: #fff url(icon-home.png) no-repeat 50% -30px;
    }

/*  [/lists]  */

.content-item {
    margin-bottom: 20px;
}

.content-picture {
    width: 40%;
    float: right;
    margin-left: 1.5%;
    display: table;
}

.content-picture-new-left {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    display: table;
}

.content-picture-new-center {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.content-picture-new-right {
    margin-top: 10px;
    float: right;
    margin-left: 5px;
    display: table;
}

.content-picture-new-left img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-picture-new-center img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-picture-new-right img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100%;
}

.content-aside .content-picture-new-left img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-aside .content-picture-new-center img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-aside .content-picture-new-right img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.content-picture-new-left + h2,
.content-picture-new-right + h2,
.content-picture-new-center + h2 {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0;
}

.content-picture-text {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 150%;
    color: #888;
    clear: both;
    display: table-caption;
    caption-side: bottom;
}

.content {
}

.navi-left {
    border-top: 6px solid #6aae22;
}

    .navi-left ul.vertical li a {
        color: #333;
        text-decoration: none;
    }

        .navi-left ul.vertical li a:hover {
            text-decoration: underline;
        }

    .navi-left ul.vertical li {
        padding: 0;
        overflow: hidden;
    }

        .navi-left ul.vertical li a {
            display: block;
            padding: 5px 10px;
        }

    .navi-left ul.vertical ul li a {
        padding: 5px 10px 5px 25px;
        background-image: url(bullet-submenu.png);
        background-repeat: no-repeat;
        background-position: 15px 8px;
    }

    .navi-left ul.vertical ul ul li a {
        padding: 5px 10px 5px 35px;
        background-position: 25px 8px;
    }

    .navi-left ul.vertical ul ul ul li a {
        padding: 5px 10px 5px 45px;
        background-position: 35px 8px;
    }

    .navi-left ul.vertical li.active-trail {
        font-weight: bold;
        /*background:#f4f9e7;*/
        background: #f0f7e8;
    }

    .navi-left ul.vertical ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #f0f7e8;
    }

        .navi-left ul.vertical ul li {
            padding-right: 0;
        }

            .navi-left ul.vertical ul li:last-child {
                border-bottom: none;
            }

    .navi-left ul li,
    ul.separated li {
        border-bottom: solid 1px #ddd;
    }

.content-item.box-content .separated.vertical li {
    padding: 0.25rem 0;
}

ul.separated.vertical li {
    padding: 10px 0;
}

ul.separated li:last-child {
    border-bottom: none;
}
/*.navi-left ul li:first-child,
ul.separated li:first-child
{
    border-top: none;
}*/

.navi-left ul.vertical ul.level3, .navi-left ul.vertical ul.level3 li.active-trail {
    background-color: #e4f0d5;
}

.navi-left ul.vertical ul.level4, .navi-left ul.vertical ul.level4 li.active-trail {
    background-color: #d7eac2;
}

.navi-left ul.vertical ul.level5, .navi-left ul.vertical ul.level5 li.active-trail {
    background-color: #cbe3af;
}

/*  [css3]  */
.wrapper {
    border-radius: 3px;
    zoom: 1;
}

.box-content {
    border-radius: 0px;
}

.content-item.box-content {
    border-radius: 0px;
}

.box-content .content-item-inner {
}

.top-navi li a {
    border-radius: 3px;
}

.header-middle .right .search {
    border-radius: 3px;
}
/*  [/css3]  */

/*  [box-content]  */

/*PERUSBOKSI HARMAALLA VIIVALLA - EI KEHYSTÄ EIKÄ TAUSTAA*/
.box-content {
    /*padding:10px 0 10px 0;
        border-top: solid 6px #ddd;*/
    border-bottom: solid 0px #ddd;
}

.content-item.box-content {
    padding: 10px 0 0 0;
    border-top: solid 6px #ddd;
    border-bottom: none;
}

.box-content .content-item-inner {
    padding: 0 0 10px 0;
    border: 1px solid #ddd;
    border-width: 0 0px 0px 0px;
}

.box-content .title {
    font-weight: bold;
    overflow: hidden;
    float: none;
}




/*TURKOOSI VIIVA - EI KEHYSTÄ EIKÄ TAUSTAA*/
.box-content.color-1 {
    padding: 10px 0 0 0;
    border-top: solid 6px #009ddf;
}

    .box-content.color-1 .content-item-inner {
        padding: 0 0 10px 0;
        background-color: none;
        border: 1px solid #ddd;
        border-width: 0 0 0 0;
    }

    .box-content.color-1 h3.title {
        color: #009ddf;
    }

/*TURKOOSI VIIVA JA KEHYS - EI TAUSTAA*/
.box-content.color-2 {
    padding: 0;
    border-top: solid 6px #009ddf;
}

    .box-content.color-2 .content-item-inner {
        padding: 10px 9px;
        background-color: none;
        border: 1px solid #ddd;
        border-width: 0 1px 1px 1px;
    }

    .box-content.color-2 .title h3,
    .box-content.color-2 h3.title {
        color: #009ddf;
    }

/*TURKOOSI VIIVA JA KEHYS HARMAALLA (TURKOOSILLA) TAUSTALLA*/
.box-content.color-3 {
    padding: 0;
    border-top: solid 6px #009ddf;
}

    .box-content.color-3 .content-item-inner {
        padding: 10px 10px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-width: 0 0 1px 0;
    }

    .box-content.color-3 .title h3,
    .box-content.color-3 h3.title {
        color: #009ddf;
    }




/*VIHREÄ VIIVA - EI KEHYSTÄ EIKÄ TAUSTAA*/
.box-content.color-4 {
    padding: 10px 0 0 0;
    border-top: solid 6px #6aae22;
}

    .box-content.color-4 .content-item-inner {
        padding: 0 0 10px 0;
        border: 1px solid #ddd;
        border-width: 0;
    }

    .box-content.color-4 h3.title {
        color: #6aae22;
    }

/*VIHREÄ VIIVA JA KEHYS - EI TAUSTAA*/
.box-content.color-5 {
    padding: 0;
    border-top: solid 6px #6aae22;
}

    .box-content.color-5 .content-item-inner {
        background-color: none;
        padding: 10px 9px;
        border: 1px solid #ddd;
        border-width: 0 1px 1px 1px;
    }

    .box-content.color-5 h3.title {
        color: #6aae22;
    }

/*VIHREÄ VIIVA JA KEHYS (HARMAALLA) VIHREÄLLÄ TAUSTALLA*/
.box-content.color-6 {
    padding: 0;
    border-top: solid 6px #6aae22;
}

    .box-content.color-6 .content-item-inner {
        padding: 10px 10px;
        background-color: #f0f7e8;
        border: 1px solid #ddd;
        border-width: 0 0 1px 0;
    }

    .box-content.color-6 h3.title {
        color: #6aae22;
    }

/* Häiriötilanteet */
.box-content.color-7 {
    padding: 10px 0 0 0;
    border-top: solid 6px #fd020e;
}

    .box-content.color-7 .content-item-inner {
        padding: 0 0 10px 0;
        border: 1px solid #ddd;
        border-width: 0;
    }

    .box-content.color-7 h3.title {
        color: #fd020e;
    }

/*NOSTOBOKSI - .lift*/
.lift .box-content {
    padding: 15px 0 0px 0;
    border-top: solid 1px #ddd;
}

    .lift .box-content:first-child {
        border-top: solid 6px #ddd;
    }

.lift a {
    font-weight: bold;
}




#Main_ctl06_divColor .content-item-inner table {
    border-collapse: collapse;
    /*width: 345px !important;*/
    width: 100%;
}

#Main_ctl06_divColor .content-item-inner tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

#Main_ctl06_divColor .content-item-inner tr:not(:first-child) td {
    padding-top: 5px;
}
/*#Main_ctl06_divColor .content-item-inner td{
		border-bottom: 1px solid #ddd;
		padding-top: 5px;
		width: 90%;
	}*/










.box-content a.lnk {
    color: #6AAE22;
    font-weight: bold;
    margin-bottom: 10px;
}

    .box-content a.lnk:hover {
    }

.box-content .title.rss h3 {
    float: left;
    /*padding: 6px 10px 0 0px;*/
}
/*  [/box-content]  */




.main .box-content.with-picture {
    overflow: hidden;
}

.main .box-content.box-content.with-picture .box-picture {
    float: right;
}

.main .box-content .box-picture {
    /*margin-left: 10px;*/
    margin-bottom: 10px;
}

.main .box-content .text {
    margin-bottom: 10px;
}

.vertical.separated .text {
    margin-bottom: 0px;
}

.main .content-item {
    clear: both;
}

.current {
    background-color: #f2f2f2;
}


/*  [footer]  */

.themebottom {
    width: 100%;
    overflow: hidden;
}

    .themebottom .image img {
        width: auto;
    }

.footer {
    background: #6aae22;
    min-height: 200px;
    color: #fff;
    font-size: 11px;
}

    .footer h3,
    .footer h4 {
        font-size: 12px;
        text-transform: uppercase;
    }

    .footer a {
        color: #fff;
        text-decoration: underline;
    }

    .footer ul.horizontal li {
        /*width: 22%;
        margin-left: 2%;*/
        width: 214px;
        border-left: 1px solid #b5d791;
        padding-left: 9px;
        padding-bottom: 10px;
        margin-left: 10px;
    }

        .footer ul.horizontal li:first-child {
            margin-left: 0;
            padding-left: 0;
            border-left: none;
        }

    .footer .padder {
        padding: 10px;
    }

    .footer h3 {
        margin-bottom: 0.5em;
    }
/*  [/footer]  */


.content-item a {
    /*text-decoration: underline;*/
}

.ingress {
    /*font-style: italic;*/
}

.extra-navi {
    font-size: 12px;
    padding: 5px 15px;
    margin: 1px 0 0 0;
    line-height: 20px;
    background-color: #6aae22;
    color: #fff;
    display: none;
}

    .extra-navi a {
        color: #fff;
        padding: 0 0 0 10px;
        margin: 0 10px 0 0;
        display: inline-block;
        background: url(bullet-white.png) no-repeat 0 40%;
    }

.box-content .title h3,
.content-item h3.title {
    color: #333;
    font-size: 18px;
    font-size: 12px;
    /*font-weight:normal;*/
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.content-item h2.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline;
}

    .content-item h2.title a {
        color: #333;
        text-decoration: none;
    }

        .content-item h2.title a:hover {
            color: #333;
            text-decoration: underline;
        }

.content-item .content {
    margin-top: 5px;
}

    .content-item .content p {
        margin: 0.75em 0 0 0;
    }

.page-contents p {
    margin: 0.75em 0 0 0;
}

.lift .item .content {
    margin-top: 5px;
}

.content-item .lift .item {
    margin-bottom: 20px;
}

.content-item .lift.content-list .item {
    margin: 0 0 5px 0;
}

.bottom .item {
    margin: 0 0 5px 0;
}

    .bottom .item a {
        font-weight: bold;
    }

.content-item .date {
    color: #999;
}

.content-item .padder {
    float: left;
}

.content-item .content imgx {
    float: right;
    border: solid 2px #f00;
}

.content img.fright {
    margin: 0 0 0 10px;
}

.content img.fleft {
    margin: 0 10px 0 0;
}

/*  [header custom]  */

.header-middle {
    background: #0069b0;
    position: relative;
    min-height: 140px;
}

    .header-middle .left {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 450px;
        height: 140px;
        background: url(bg-top-left.png) no-repeat;
    }

        .header-middle .left .image.logo {
            max-width: 320px;
        }

        .header-middle .left .logo {
            position: absolute;
            left: 30px;
            top: 20px;
        }

    .header-middle .right {
        position: absolute;
        float: none;
        right: 20px;
        top: 20px;
        z-index: 1;
    }

        .header-middle .right .search {
            padding: 12px 10px 8px;
            background: #0069B0;
            overflow: hidden;
            height: auto;
        }

            .header-middle .right .search .queryfield {
                border-color: #fff;
                color: #888;
            }

            .header-middle .right .search .button {
                background: #fff;
                border-color: #fff;
                cursor: pointer;
                float: right;
            }

            .header-middle .right .search a {
                color: #fff;
                margin: 5px 0 0 0;
                float: left;
            }


    .header-middle .image-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 140px;
        overflow: hidden;
    }

        .header-middle .image-bg img {
            width: 940px;
            height: 140px;
        }



/*  [/header custom]  */

.main .sidebar .content-item:first-child .content,
/*.main .content-main .content-item:first-child .content,*/
.content-item .content:first-child {
    margin-top: 0;
}

body.frontpage .content-main h3.title {
    margin-bottom: 0.5em;
}

/*-------Haku dialogi---------------------------*/

.dialog {
    background-color: #ffffff;
    text-align: left;
}

.dialog-content {
    float: left;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

    .dialog-content table.subjects {
        margin-bottom: 10px;
    }

        .dialog-content table.subjects td {
            padding: 2px;
        }

        .dialog-content table.subjects th {
            padding-left: 7px;
            padding-right: 5px;
        }

.subjects-category, .subjects-selected {
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #B8B8B8;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #E5E5E5;
    height: 180px;
    width: 150px;
    padding: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: url('textarea_white_bg.png');
    background-repeat: no-repeat;
    color: #2F2B2B;
    cursor: pointer;
    /*white-space: nowrap;	*/
}

    .subjects-category ul, .subjects-selected ul {
        display: block;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .subjects-category ul li, .subjects-selected ul li {
            display: block;
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 1px;
            padding-bottom: 1px;
            line-height: 1.10em;
        }

            .subjects-category ul li.selected {
                background-color: #cccccc;
            }

            .subjects-category ul li:hover, .subjects-selected ul li:hover {
                background-color: #000000;
                color: #ffffff;
            }

        .subjects-selected ul li {
            padding-left: 15px;
            background-image: url('cross_red.gif');
            background-repeat: no-repeat;
            background-position: 4px center;
            border-bottom: 0px solid #D7D7D7;
            border-top: 0px solid #FFFFFF;
        }

.faded {
    background-image: none;
    background-color: transparent;
    border-style: none;
    height: auto;
    overflow: auto;
}

.no-border {
    border-style: none;
}

.ui-widget-overlay-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.ui-autocomplete.ui-menu {
    z-index: 10 !important;
}












/*HAUT*/


.page-list-controls table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#Main_Main_pnlSearch {
    border-top: 6px solid #6aae22;
}

    #Main_Main_pnlSearch .sidebar-search {
        border: 0 solid #ddd;
        border-width: 0 1px 1px 1px;
        padding: 10px 9px 9px 9px;
        background: #f0f7e8;
        padding: 10px;
        border: 0 solid #ddd;
        border-width: 0 0px 1px 0px;
    }

.sidebar-search table {
    border-collapse: collapse;
    border-spacing: 0;
}

#Main_Main_pnlSearch .sidebar-search input[type=text] {
    width: 148px;
}

#Main_Main_pnlSearch .sidebar-search .header-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6aae22;
    margin: 0 0 5px 0;
}

#Main_Main_inputBtnSearch {
    /*background:#98c10f;*/
    background: #6aae22;
    padding: 5px 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

    #Main_Main_inputBtnSearch:hover {
        background: #0069B0;
        color: #fff;
    }

#Main_Main_inputBtnClear {
    background: none;
    border: none;
    font-size: 11px;
    color: #0069B0;
    /*text-decoration:underline;*/
    cursor: pointer;
}

    #Main_Main_inputBtnClear:hover {
        color: #98C10F;
    }

div.right, a.right, img.right {
    float: right;
}


#Main_Main_pnlSearchResults {
}

    #Main_Main_pnlSearchResults table td {
        padding: 10px 0 10px 0;
    }

        #Main_Main_pnlSearchResults table td > a {
            font-weight: bold;
        }

        #Main_Main_pnlSearchResults table td:last-child {
            /*text-align:right;*/
        }

    #Main_Main_pnlSearchResults table p {
        margin: 0 0 0 0;
    }

    #Main_Main_pnlSearchResults .datatable2-big .header-row td {
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px 0;
    }

    #Main_Main_pnlSearchResults .page-list-controls table td {
        padding: 0 0 0 0;
        line-height: 21px;
    }

.page-list-controls table td.selected {
    font-weight: bold;
}

    .page-list-controls table td.selected a {
        color: #000;
    }

#Main_Main_pnlSearchResults .page-list-controls table td,
#Main_Main_pnlSearchResults .page-list-controls table td a {
    padding: 0 0 0 0;
    margin: 0 2px;
    line-height: 21px;
}



#Main_Main_searchCalendar {
    width: 152px;
    margin: 0 0 10px 0;
    border: none;
}

#Main_Main_pnlAdvancedSearch {
    margin: 0 0 1em 0;
}






/*TAPAHTUMAT*/
.event-info {
    border-top: 6px solid #6aae22;
    background: #f0f7e8;
    padding: 10px;
}

    .event-info table {
        width: 100%;
    }

    .event-info .name {
        font-weight: bold;
    }


/*MISC*/
.datatable2-big table {
    width: 100%;
}

.page-languages {
    overflow: hidden;
}

    .page-languages ul.horizontal {
    }

        .page-languages ul.horizontal li {
            padding: 2px 5px;
            background: #eee;
            color: #999;
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .page-languages ul li:first-child {
        /*padding-left: 0;*/
    }

    .page-languages ul.horizontal li.separator {
        background: none;
    }

.page-categories {
    /*visibility:hidden;*/
}

    .page-categories .header {
    }

td.indicator-image {
    width: 22px;
}

/*FIXES*/
img {
}

.content-main img {
    max-width: 100% !important;
}

.content-main table {
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    max-width: 100% !important;
}

    .content-main table td {
        vertical-align: top;
    }


table ul {
    padding: 0 0 0 30px;
    margin: 0;
}


iframe {
    max-width: 100% !important;
    border: none;
}





/*FINLEX*/

ul.finlex-Items {
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #eee;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: inherit !important;
    border: 0px solid #999999 !important;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

    .ajax__tab_xp .ajax__tab_body a.title {
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_body .finlex-Description {
        margin: 1em 0 1em 0;
    }

    .ajax__tab_xp .ajax__tab_body .finlex-List {
        margin: 0.5em 0 1em 0;
    }

.ajax__tab_xp .ajax__tab_header {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 11px !important;
    background: none !important;
}

    .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
        padding-right: 4px;
        background: #eee !important;
        height: auto !important;
        margin: 0 5px 5px 0;
        border-radius: 5px;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
        padding-left: 3px;
        background: none !important;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
        height: auto !important;
        padding: 4px;
        margin: 0px;
        background: none !important;
    }

    /*ACTIVE*/
    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        background: #009ddf !important;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        background: none !important;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        background: none !important;
        color: #fff;
        outline: none !important;
    }




/*SIVUKARTTA*/
.sitemap ul {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0.5em 0 1em 0;
}

    .sitemap ul img {
        margin-right: 5px;
    }


/*ALUETIETO*/

.box-content.filtered-content {
    border-top: solid 6px #009ddf;
    padding: 0;
}

    .box-content.filtered-content .content-item-inner {
        border: 0 solid #ddd;
        border-width: 0 1px 1px 1px;
        padding: 10px 9px;
    }

    .box-content.filtered-content #Main_Main_ctl00_ddlArea {
        margin-left: 10px;
    }

.Accordion {
    padding: 8px;
}

.Accordion-Items {
    padding: 0 0 10px 0px;
    margin: 0;
    list-style-position: inside;
}

.Accordion-Item {
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #eee;
}

.Accordion-Item-Header {
    cursor: pointer;
    font-weight: bold;
    color: #0069b0;
    display: inline;
}

    .Accordion-Item-Header:hover {
        text-decoration: underline;
        color: #6aae22;
    }

.Accordion-Sub-Items {
    margin-top: 10px;
}




/*HANKKEET*/
.content-item-YearBegin {
}

.content-item-YearEnd {
}

.content-item-PersonInCharge {
}

.content-item-Stage {
}

.content-item-Personnel {
}

.content-item-Financier {
}

.content-item-Partners {
}


    .content-item-YearBegin > span,
    .content-item-YearEnd > span,
    .content-item-Stage > span,
    .content-item-PersonInCharge > span,
    .content-item-Personnel > span,
    .content-item-Financier > span,
    .content-item-Partners > span {
        font-weight: bold;
        margin: 0 0.5em 0 0;
    }

        .content-item-YearBegin > span + span,
        .content-item-YearEnd > span + span,
        .content-item-Stage > span + span,
        .content-item-PersonInCharge > span + span,
        .content-item-Personnel > span + span,
        .content-item-Financier > span + span,
        .content-item-Partners > span + span {
            font-weight: normal;
        }

/* Mobile Navigation */
.nav-mobile {
    display: none; /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #0069B0 url('nav.png') no-repeat center center;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.comments-list table {
    width: 100%;
}

.comments-list table {
    width: 100%;
}

.comments-list td,
.forum-comments-list td {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D1D1D1;
    vertical-align: middle;
}

.comments-list tr.odd,
.forum-comments-list tr.odd {
    background-color: #F4F4F4;
}

.comments-list td.header-1 {
    font-size: 1.20em;
    width: 110px;
    font-weight: bold;
}

.comments-list td.header-2,
.forum-header-replycount,
.forum-header-viewcount {
    font-size: 1.20em;
    color: #000000;
    font-weight: bold;
}

.comments-list .comment,
.forum-comments-list .comment {
    padding-right: 30px;
    vertical-align: top;
}

.comments-list .comment,
.forum-header-viewcount,
.comments-list .header-2 {
    padding-left: 10px;
}

.contentcomment .help {
    font-size: 0.9em;
    color: #666;
}

.comments-write table {
    table-layout: fixed;
}

.comments-write td {
    vertical-align: top;
}

    .comments-write td.firstcolumn {
        width: 250px;
    }

.comments-write .name {
    float: left;
}

.comments-write .comment {
    float: left;
}

.comments-zerocomments {
    font-weight: bold;
}

.forum-thread-list tr {
    border-bottom: 1px solid #CECECE;
}

.forum-thread-replycount,
.forum-thread-viewcount {
    text-align: center;
}

.newThread a {
    font-weight: bold;
}

.comments-name {
    width: 220px;
    font-size: 1.1em;
    background: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.comments-text {
    width: 100%;
    height: 170px;
    font-size: 1.1em;
    background: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    resize: none;
}

.comments-checkbox {
    margin-top: 4px;
    margin-bottom: 4px;
}

.linklist-item a {
    display: block;
    background: url('bg-list-item.png') no-repeat 0 4px;
    /*padding: 0px 0 0px 15px;*/
    padding: 0px 0 5px 15px;
}

.archive-accordion .accordion-header {
    cursor: pointer;
    border-bottom: solid 1px #ddd;
    background: #fff;
    color: #333;
    margin: 0 0;
    padding: 5px 0;
}

    .archive-accordion .accordion-header.selected {
        background: #f0f7e8;
    }

.archive-accordion .accordion-container {
    padding: 3px 0;
}

.comment-button {
    /*background:#98c10f;*/
    background: #6aae22;
    padding: 5px 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}

    .comment-button:hover {
        background: #0069B0;
        color: #fff;
    }


.blogitem {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}


    .blogitem > .title {
        font-weight: bold;
    }



.firstBlogItemTitle a {
    color: #0067B4;
    font-size: 18px;
    margin: 0 0 0 0;
}

    .firstBlogItemTitle a:hover {
        color: #6aae22;
        text-decoration: underline;
    }

.firstblogitemlift {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.page-shareandprint {
    overflow: hidden;
    zoom: 1;
}

div#map-coordinates {
    font-size: 0.75em;
    display: none;
}
