/* 
    Document   : styles
    Created on : 8.4.2010, 9:34:23
    Author     : Mika Vallittu
    Description:
        General styles.
*/

@import "/base/tinymce/styles/content.css";

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent url(/_sys_/images/body_bg.gif) repeat-x scroll 0 0;
    font-family: Tahoma;
}
#topVertical{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #003a79;
    z-index: -1;
    border-bottom: 1px solid #2a5293;
}
#mainWrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#header{
    position: relative;
    height: 100px;
}
.headerActions{
    position: absolute;
    top: 12px;
    right: 0px;
    height: 24px;

    font-family: Tahoma;
    font-size: 12px;
}
.headerActions .txtLink{
    padding-right: 16px;
}
.headerActions .txtLink a,
.headerActions .txtLink a:hover,
.headerActions .txtLink a:visited {
    color: white;
    text-decoration: none;
}
.headerActions div{
    float: right;
    height: 24px;
    line-height: 24px;
}

.headerActions .shareBox {
    cursor: default;
    width: 140px;
    text-align: center;
    margin-right: 9px;
    /*background: transparent url(/_sys_/images/share_box.png) no-repeat scroll 0 0;*/
    background: transparent url(/_sys_/images/share_box_plain_wide.png) no-repeat scroll 0 0;
}
.headerActions .shareBox a {
    padding: 0 6px;
    cursor: pointer;
}
.headerActions .searchBox {
    width: 162px;
    background: transparent url(/_sys_/images/search_box.png) no-repeat scroll 0 0;
}

.headerActions .searchBox .inputTxt {
    padding: 0;
    margin: 0;
    width: 125px;
    height: 24px;
    margin-left: 6px;
    .margin-top: 3px; /* IE 7 */
    border: none;
    background: transparent;
}

.headerActions .searchBox .inputBtn {
    border: none;
    background-color: transparent;
    margin-left: 0px;
    padding: 2px 8px;
    cursor: pointer;
}

.headerLogoText{
    position: absolute;
    top: 45px;
    left: 0px;

    font-family: Tahoma;
    font-size: 32px;
    font-weight: bold;
    color: white;
}
.headerLogoText span.postfix{
    color: #b5d8f1;
}


#lifts {
    min-height: 600px;
    _height: 600px; /* IE 6 */
    background: transparent url(/_sys_/images/bg_fiilistely.png) no-repeat scroll 65px -95px;
    /* Bg for IE6 */
    _background: transparent url(/_sys_/images/fiilis_ie6.png) no-repeat scroll 0 0;
    position: relative;
}
#mainLiftBox {
    position: absolute;
    top: 50px;
    left: 0;
    width: 430px;
    height: 180px;
    color: white;
}
#mainLiftBox h2,
#mainLiftBox h2 a{
    margin-top: 0;
    font-size: 24px;
    color: white;
    text-decoration: none;
}
#mainLiftBox p {
    margin-top: 0;
    font-size: 16px;
}
#liftColumn1 {
    position: absolute;
    top: 235px;
    left: 0;
    width: 470px;
    height: 360px;    
    background: transparent url(/_sys_/images/lift_box_top.png) no-repeat scroll 0 0;
}
.liftColumnWrapper {
    
}
#liftColumn1 hr {
    margin: 0 30px;
    border: none;
    border-top: 1px solid #b5d7f2;
}
#liftColumn2 {
    position: absolute;
    top: 235px;
    left: 489px;
    width: 470px;
    height: 360px;
    background: transparent url(/_sys_/images/lift_box_top.png) no-repeat scroll 0 0;
}
.liftSection {
    width: 410px;
    margin: 30px;
    background: white;
}
.liftSection .imgFloat {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: lightgray;
    float: left;
}
.liftSection a.liftImageLink{
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    color: white;
}
.liftSection .textContent {
    width: 270px;
    float: right;
    font-family: Arial;

}
.liftSection .textContent h3,
.liftSection .textContent h3 a {
    margin-top: 0;
    color: #cc0066;
    text-decoration: none;
}
.liftSection .textContent p {
    font-size: 14px;
}

.clearer {
    clear: both;
}

.articlesCnt {
    position: relative;
    margin: 30px;
}
.articlesCnt h3 {
    color:#CC0066;
    margin-bottom: 6px;
    font-family: Arial;
}
.articlesCnt .items{
    font-size: 14px;
}
.articlesCnt .item{
    padding: 12px 0;
    border-bottom: 1px solid #b5d7f2;
}
.articlesCnt span{
    display: block;
}
span.date {
    color: gray;
}
span.articleTitle,
span.articleTitle a {
    color: #003a79;
}
span.articleTitle a,
span.articleTitle a:active,
span.articleTitle a:visited {
    text-decoration:none;
}
.articlesCnt .previous {
    bottom:-40px;
    _bottom: 35px; /* IE6 */
    position: absolute;
    right: 0px;
}
.articlesCnt .previous a {
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    color: #003a79;
    text-decoration: none;
}



