.WebLink {
        background: #fff none repeat scroll 0 0;
        /* height: 70px; */
        margin-bottom: 10px;
        margin-top: 0;
}
.WebLink .HeadLink {
        background: #0099cc;
        height: 30px;
}
.WebLink .HeadLink .Title {
        color: #ffffff;
        display: inline-block;
        font: bold 14px/30px Arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.WebLink .Content {
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: #fff !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;
}
.RadComboBox .rcbArrowCell a{
        display: none !important;
}
