﻿
.PanelBottomLeftCorner {
    width: 12px;
    height: 17px;
    background-image: url(../../Images/Blue/PanelBottomLeftCorner.png);
    background-repeat: no-repeat;
}

.PanelBottomRightCorner {
    width: 18px;
    height: 17px;
    background-image: url(../../Images/Blue/PanelBottomRightCorner.png);
    background-repeat: no-repeat;
}

.PanelTopLeftCorner {
    width: 12px;
    height: 29px;
    background-image: url(../../Images/Blue/PanelUpperLeftCorner.png);
    background-repeat: no-repeat;
}

.PanelTopRightCorner {
    width: 18px;
    height: 29px;
    background-image: url(../../Images/Blue/PanelTopRightCorner.png);
    background-repeat: no-repeat;
}

.PanelTopRepeat {
    height: 29px;
    background-image: url(../../Images/Blue/PanelTopRepeat.png);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 14px;
}

.PanelBottomRepeat {
    height: 17px;
    background-image: url(../../Images/Blue/PanelBottomRepeat.png);
    background-repeat: repeat-x;
}

.PanelRightSideRepeat {
    width: 18px;
    background-image: url(../../Images/Blue/PanelRightRepeat.png);
    background-repeat: repeat-y;
}

.PanelLeftSideRepeat {
    width: 12px;
    background-image: url(../../Images/Blue/PanelLeftRepeat.png);
    background-repeat: repeat-y;
}

.PanelContent {
    background-image: url(../../Images/Blue/PanelContentRepeat.png);
}

.PageHeader {
    height: 45px;
    min-width: 1020px;
    white-space: nowrap;
    background-image: url(../../Images/Base2/HeaderRepeat.png);
    background-repeat: repeat-x;
}

.PageLogo {
    height: 45px;
    width: 528px;
    background-image: url(../../Images/Base2/ProMilesOnlineHeader.png);
    background-repeat: no-repeat;
    float: left;
}

.NavContent {
    height: 24px;
    padding-top: 4px;
    background-color: #5a6c87;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.HeaderControls {
    height: 41px;
    padding-top: 4px;
    float: right;
    margin-right: 15px;
}
