@charset "utf-8";

.block {
    /*background-image: url(../images/divHor.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;*/
    padding-bottom: 5px;
}

.block-title {
    text-decoration: none;
}

    .block-title a {
        float: right;
        text-decoration: none;
        margin-bottom: 1px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #efefef;
    }

        .block-title a:hover {
            background-color: #F3F4F8;
            text-decoration: none;
            color: #666666;
            background-image: url(../images/bk-block-over.gif);
            background-repeat: no-repeat;
            background-position: right top;
        }

        .block-title a div {
            padding-top: 5px;
            padding-right: 10px;
            padding-bottom: 5px;
            padding-left: 10px;
        }

        .block-title a img {
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .block-title a:hover .image {
            width: 120px;
        }
/*MainPage News*/

.news {
    padding: 1px;
    border: 1px solid #efefef;
    border-top: none;
}

#news-img {
    float: right;
    width: 200px;
    height: 129px;
    /*background-image: url(../images/loading.gif) center center;*/
}

.news-title {
    line-height: normal;
}

    .news-title a {
        background-color: #fff;
        float: left;
        width: 413px;
        text-decoration: none;
        padding: 5px 10px 4px 10px;
        margin-bottom: 1px;
        border-top: 1px solid #efefef;
    }

        .news-title a:hover {
            background-color: #f4f5f6;
            text-decoration: none;
            color: #666666;
            background-image: url(../images/news-arrow.gif);
            background-repeat: no-repeat;
            background-position: right center;
        }


.updates {
    float: right;
}

.updates-title {
    background-color: #ffffff;
}

    .updates-title a {
        float: right;
        width: 100%;
        text-decoration: none;
        margin-bottom: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #efefef;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

        .updates-title a:hover {
            background-color: #f4f5f6;
            text-decoration: none;
            color: #666666;
        }



/* Box Shadows */
.box-w {
    width: 96%;
    float: left;
    padding-bottom: 10px;
}

ul.box {
    position: relative;
    z-index: 1; /* prevent shadows falling behind containers with backgrounds */
    overflow: hidden; /* Shadi: for calender*/
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0px;
    right: 0px;
}


    ul.box li {
        position: relative;
        float: right;
        padding: 0;
        border: 1px solid #efefef;
        margin: 0px 5px 20px;
        background: #fff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    }


        ul.box li:before,
        ul.box li:after {
            content: '';
            z-index: -1;
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: 70%;
            max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
            max-height: 100px;
            height: 55%;
            -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            -webkit-transform: skew(-15deg) rotate(-6deg);
            -moz-transform: skew(-15deg) rotate(-6deg);
            -ms-transform: skew(-15deg) rotate(-6deg);
            -o-transform: skew(-15deg) rotate(-6deg);
            transform: skew(-15deg) rotate(-6deg);
        }


        /*ul.box li:after {
            left: auto;
            right: 10px;
            -webkit-transform: skew(15deg) rotate(6deg);
            -moz-transform: skew(15deg) rotate(6deg);
            -ms-transform: skew(15deg) rotate(6deg);
            -o-transform: skew(15deg) rotate(6deg);
            transform: skew(15deg) rotate(6deg);
        }*/
