.WebLink {
        margin: 10px 0;
}
.WebLink .HeadLink {
        background: #009ee3;
        height: 36px;
        border-radius: 5px 5px 0 0;
}
.WebLink .HeadLink .Title {
        padding: 0px 20px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 36px;
        background-color: #eb0000;
        border-radius: 5px 5px 0 0;
        position: relative;
}
.WebLink .HeadLink .Title:before {
        content: url(images/icon_aftertit.png);
        position: absolute;
        left: 45%;
        bottom: -19px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Content {
        margin-top: 5px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #cccc;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
.WebLink .Content{
        padding: 0;
        border-color: #ddd;
        border-image: none;
        border-style: solid;
        border-width: 0px;
        border-top: 0;
}
