
.WebLink {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-image: none;
    border-style: solid;
    margin: 8px 0;
    border-width: 0;
}


.WebLink .HeadLink{
    background: url(images/logo.png) no-repeat scroll left 10px center rgb(32 122 227);
    height: 30px;
    padding: 0 px;
    display: inline-block;
}
.WebLink .HeadLink .Title {
    color: #fff;
    display: inline-block;
    font: bold 14px/30px "Segoe UI",Tahoma,Verdana;
    padding: 0 20px 0 40px;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}

.WebLink .HeadLink .Title:after{
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #207ae3;
    right: -10px;
    top: 0;
    width: 20px;
    height: 100%;
    transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(
30deg
);
}


.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink .Content {padding: 10px;border: 1px solid #e4e4e4;border-top: 2px solid #da1c1c;}
.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;
}
