.scapmain-top {
background-color: #1487c9;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#2b9dde),color-stop(100%,#1487c9));
background-image: -webkit-linear-gradient(#2b9dde,#1487c9);
background-image: -moz-linear-gradient(#2b9dde,#1487c9);
background-image: -o-linear-gradient(#2b9dde,#1487c9);
background-image: linear-gradient(#2b9dde,#1487c9);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topleft 8px;
-moz-border-radius-topright: 8px;
-webkit-border-radius-topleft 8px;
-webkit-border-radius-topright: 8px;
padding: 6px;
}
.scapmain {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
background-color: #1487c9;
padding: 0px 10px 6.5px 10px;
}
.side-body {
font-size: 11px;
color: #555;
background-color: #1487c9;
padding: 4px;
}
.scapmain-bottom {
background-color: #1487c9;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#1487c9),color-stop(100%,#2b9dde));
background-image: -webkit-linear-gradient(#1487c9,#2b9dde);
background-image: -moz-linear-gradient(#1487c9,#2b9dde);
background-image: -o-linear-gradient(#1487c9,#2b9dde);
background-image: linear-gradient(#1487c9,#2b9dde);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-radius-bottomleft 8px;
-webkit-border-radius-bottomright: 8px;
padding: 6px;
}