.needLoginAlert {
    background: transparent url(../images/need_login_icon.gif) no-repeat top left;
    padding-left: 50px;
    height: 50px;
    font-size: 11px;
    padding-top:5px;
    width:140px;
    float:left
}

.loginBox {
    widht:200px;
    float:left;
}


.registrationLinks {
    widht:130px;
    float:left;
}


.blueBoxTop {
    background: #133065 url(../images/blue_box_left.gif) repeat-y top left;
    margin-bottom: 2px;
}

    .blueBoxTopLeft {
        background: #133065 url(../images/blue_box_top_left.gif) no-repeat top left;
        padding-top: 15px;
        padding-left: 14px;
    }

    .blueBoxTopRight {
        background: #133065 url(../images/blue_box_top_right.gif) no-repeat top right;
        padding-top: 15px;
        padding-left: 14px;
        margin-left: 53px;
    }

    .blueBoxCenterLeft {
        background-color: #133065;
        padding-top: 15px;
        padding-left: 14px;
    }

    .blueBoxCenterRight {
        background-color: #133065;
        padding-top: 15px;
        padding-left: 14px;
    }


    .blueBoxBottomLeft {
        background: #133065 url(../images/blue_box_bottom_left.gif) no-repeat bottom left;
        height:30px;

        padding-left: 14px;
    }

    .blueBoxBottomRight {
        background: #133065 url(../images/blue_box_bottom_right.gif) no-repeat bottom right;
        height:30px;
        padding-left: 14px;
        margin-left: 53px;
    }

.topicTitle{
    background: #133065 url(../images/topic_name_icon.gif) no-repeat top left;
    padding-left: 33px;
    height: 35px;
}

.topicTitle a{
    color: #ffffff;
    font-weight:bold;
}


.reference_nav {
    padding-bottom: 10px;
}