﻿body {
    font-family: Verdana;
    background-color: #fff;
}

.PageHolder {
    width: 100%;
    overflow: hidden;
    min-width: 0;
}

.Holder {
    /*width: 1010px;*/
    margin: 0 auto;
}

.FloatingControls {
    display: none;
}

.PopUp {
    display: none;
}

.Header {
    display: none;
}

#MainMenuBar {
    display: none;
}

/*#region MainContent */
.MainContent {
    min-height: 0;
}

.BannerContainer {display:none;}
.CatchWordsContainer {display:none;}

.Column.Left {
    display: none;
}

.Column.Right {
    float: left;
    width: auto;
}

.Block {
    position: relative;
    margin: 0 0 31px 0;
    background: #fff;
    z-index: 0;
}

    .Block .Shadow {
                display: none;
    }

.Section {
    position: relative;
}

.Block .Shadow.Left {
    width: 20px;
    height: 100%;
    position: absolute;
    left: -20px;
    background: url(../Images/left_shadow.png) no-repeat right center;
}

/*#endregion */

/*#region Base header styles */

.Section .Header {
    position: relative;
    height: 51px;
    z-index: 10;
    display: block;
}

    .Section .Header h2 {
        background: #fff;
        height: 21px;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: -1px;
        border-bottom: 2px solid #f3f3f3;
    }

    .Section .Header div.Bookmark {
        display: none;
    }

    .Section .Header div.Shadow {
        display: none;
    }

    .Section .Header div.Corner {
display: none;
    }


    .Section .Header.Left h2 {
        padding: 16px 0 13px 34px;
    }

    .Section .Header.Left h3 {
        padding: 16px 0 13px 16px;
    }

    .Section .Header.Left h5 {
        padding: 2px 0 13px 34px;
    }

    .Section .Header.Left div.Bookmark {
        left: -10px;
    }

    .Section .Header.Left div.Shadow {
        left: 10px;
    }


    .Section .Header.Right h2 {
        text-align: right;
        padding: 16px 50px 13px 0;
    }

    .Section .Header.Right div.Bookmark {
        right: -10px;
    }

    .Section .Header.Right div.Shadow {
        right: 20px;
    }



.Section .Section .Header {
    position: relative;
    height: 25px;
    z-index: 10;
}

    .Section .Section .Header h3 {
        background: #fff;
        height: 16px;
        font-size: 16px;
    }

    .Section .Section .Header div.Bookmark {
        position: absolute;
        top: 0;
        width: 26px;
        height: 37px;
    }

    .Section .Section .Header.Left h3 {
        padding: 4px 0 4px 26px;
    }
/*#endregion */

/*#region Base side menu styles */
.Section.SideMenu {
    width: 282px;
    margin: -140px 22px 20px 35px;
    background: #fff;
}

    .Section.SideMenu .Menu {
        border: 1px solid #ccc;
        border-top: none;
    }

        .Section.SideMenu .Menu ul li {
            cursor: pointer;
            overflow: hidden;
        }

            .Section.SideMenu .Menu ul li a {
                color: #fff;
                text-decoration: none;
                z-index: 100;
                position: relative;
                font-size: 14px;
                letter-spacing: -1px;
                display: block;
                margin: 1px;
                padding: 8px 19px;
            }

        .Section.SideMenu .Menu > ul > li > ul {
            margin: 0 0 0 15px;
            display: none;
        }

        .Section.SideMenu .Menu ul li ul li {
            background: url(../Images/dovegray_sidemenu_node_background.png) no-repeat;
            padding: 0 0 0 1px;
        }

            .Section.SideMenu .Menu ul li ul li a {
                color: #666;
                background: #fff;
                text-decoration: none;
                z-index: 100;
                position: relative;
                font-size: 13px;
                letter-spacing: -1px;
                padding: 3px 5px 3px 10px;
                margin: 0 0 0 15px;
            }

                .Section.SideMenu .Menu ul li ul li a:hover {
                    text-decoration: underline;
                }

            .Section.SideMenu .Menu ul li ul li ul {
                margin: 0 0 0 -1px;
            }

                .Section.SideMenu .Menu ul li ul li ul li a {
                    margin: 0 0 0 30px;
                }

                .Section.SideMenu .Menu ul li ul li ul li ul li a {
                    margin: 0 0 0 45px;
                }

                .Section.SideMenu .Menu ul li ul li ul li ul li ul li a {
                    margin: 0 0 0 60px;
                }

        .Section.SideMenu .Menu > ul > li > ul > li:last-child {
            background: url(../Images/dovegray_sidemenu_lastnode_background.png) no-repeat;
        }


/*#endregion */

/*#region Base content styles*/
.Section .Content {
    background: #fff;
    position: relative;
}

    .Section .Content .Item {
        position: relative;
    }

    .Section .Content .Image {
        float: left;
        text-align: center;
    }

    .Section .Content .Date {
        float: left;
        font-style: italic;
        color: #cacaca;
        font-size: 11px;
        background: url(../Images/bullet.jpg) no-repeat;
        padding: 4px 0 4px 25px;
    }

    .Section .Content .Title {
        float: left;
        color: #044758;
        font-size: 14px;
        margin: 5px 0 0 0;
        line-height: 1.25;
    }

    .Section .Content .Preview {
        float: left;
        font-size: 12px;
        line-height: 1.15;
    }

    .Section .Content .MoreLink {
        color: #5182cd;
        font-size: 12px;
        /*float: right;*/
        padding: 0 10px 0 0;
        background: url(../Images/more_bullet.png) no-repeat right center;
        height: 14px;
        text-decoration: none;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .Section .Content .Icon {
        float: left;
        text-align: center;
    }

    .Section .Content .Link {
        text-decoration: none;
    }

    .Section .Content .Label {
        color: #666;
        font-size: 12px;
        float: left;
        padding: 10px 0 0 15px;
    }

    .Section .Content .Text {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    .Section .Content .Breadcrumbs {
        color: #676767;
        font-size: 14px;
        height: 16px;
    }

        .Section .Content .Breadcrumbs a {
            color: #676767;
            text-decoration: none;
        }

    .Section .Content .Print {
        color: #676767;
        font-size: 14px;
        height: 16px;
    }

        .Section .Content .Print a {
            color: #676767;
            text-decoration: none;
        }

.Section .Controls .Pager {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.Section .Controls .Prev {
    /*background: url(../Images/slide_left.png) no-repeat;*/
    width: 35px;
    height: 48px;
    position: absolute;
    cursor: pointer;
}

.Section .Controls .Next {
    /*background: url(../Images/slide_right.png) no-repeat;*/
    width: 35px;
    height: 48px;
    position: absolute;
    cursor: pointer;
}

/*#endregion */

.Banner {
    display: none;
}

.Section.UniversityDepartments {
    display: none;
}

.Section.Buttons {
    display: none;
}

.Footer {
    display: none;
}

.Clear {
    clear: both;
}

#guzik_t {
    background: url(../Images/gray_button_background.png) repeat-x;
    /*padding: 0 5px;*/
    height: 27px;
    width: 55px;
    border: 1px solid #ccc;
    padding: 0;
    color: #999;
}
