.WebLink {
        background-color: #fff;
        border: 1px solid #cacaca;
}
.WebLink .HeadLink {
        text-transform: uppercase;
        /* background-color: #ededed; */
        /* text-align: center; */
        height: 35px;
        line-height: 35px;
        position: relative;
        background: #ecf5fa url(images/bgfull.jpg) repeat-x top left;
}
/*.WebLink .HeadLink:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #033079;
}*/
.WebLink .HeadLink .Title {
        color: #CC6C34;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding-left: 35px;
        background: url(images/bgimages.jpg) no-repeat;
        display: block;
        height: 30px;
        line-height: 30px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.WebLink .Item{
        padding-bottom:5px;
}
.WebLink .Item:hover img{
        opacity:70%;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #e4e4e4;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media only screen and (max-width: 768px){
        div.WebLink {
                width: 100vw;
                padding: 0px 10px;
                margin-bottom: 15px;
                border: none;
        }
}
