a {
   outline: none;
}
/* 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(../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: #ffffff;
    border:1px solid #DADADA;
    border-top:1px solid #FFFFFF;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#FFFFFF url(../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;

.Globos {-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:6px 10px 10px 45px;position:relative;margin:0 0 15px 0;cursor:pointer;}
.Globos span {display:block;font-weight:bold;padding:0 0 4px;}
.Globos.felicidades {color:#1c8400;border:#b4e8aa solid 1px;background:#e9f9e5 url("http://www.vbhispano.com/foros/images/Globos/Felicidades.png") 10px 50% no-repeat;}
.Globos.peligro {color:#828400;border:#e8e3aa solid 1px;background:#f9f9e5 url("http://www.vbhispano.com/foros/images/Globos/Peligro.png") 10px 50% no-repeat;}
.Globos.error {color:#b50007;border:#e8aaad solid 1px;background:#f9e5e6 url("http://www.vbhispano.com/foros/images/Globos/Error.png") 10px 50% no-repeat;}
.Globos.informacion {color:#0055b5;border:#aac6e8 solid 1px;background:#e5ecf9 url("http://www.vbhispano.com/foros/images/Globos/Info.png") 10px 50% no-repeat;}
.Globos.noticia {color:#000000;border:1px solid #fdd845;background:#fff6bf url("http://www.vbhispano.com/foros/images/Globos/Noticias.png") 10px 50% no-repeat;} 