/* VBA CMPS WIDGETS */

.vba_widget { 
    _padding:0;
    overflow: hidden;
    display:vba_block;
    width: 100%;
    clear:both;
    background-color:#f1f1f1;
    border:1px solid #C4C4C4;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow:-2px 2px 2px #C8C8C8;
}

.vba_block {
    _margin-bottom:4px;
    padding:6px;
    background:transparent url(http://soltanworld.com/forum/images/misc/blog/top-highlight.png) repeat-x left top;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.vba_widget_header {
    padding-top:0;
}

.vba_widget_header h3 {
    color: #424242;
    background:transparent none;
    padding: 0px 6px 2px 6px;
    border:none;
    outline:none;
    font:  bold 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.vba_widget_header h3 img {
    position: relative;
    top: 2px;
}

.vba_widget_content {
    color: #424242;
    border:1px solid #DADADA;
    border-top:1px solid #FFFFFF;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#FFFFFF url(http://soltanworld.com/forum/images/misc/blog/gradient-black-down.png) repeat-x 0 0;
    _background-image: none;
    padding:0px;
}

.vba_widget_content a {
    color: #417394;
    text-decoration: none;
} 