
.WebLink {
    background: none repeat scroll 0 0 #e8f7f9;
   border: 1px solid #5dc3fa;box-shadow: 0 0 5px #bad4f3;
    border-radius: 5px 5px 0 0;
    height: 100%;
    margin-bottom: 10px;
}
.WebLink .HeadLink {
  background: url("images/weblink.png") no-repeat scroll left -2px ,url("images/bar.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px 3px 0 0;border-bottom: 3px solid #7db8ff;
}
.WebLink .HeadLink .Title {
    color: #fff;
    font: bold 10pt/28px arial;
    padding-left: 45px;
    text-transform: uppercase;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink .Content {
    padding: 10px;
}

