/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; background:none;}
.ie7 #colorbox,.ie7 #cboxWrapper{padding-bottom:20px!important;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxIframe{float:left; margin:auto; border:0; display:block; padding:48px; background:#FFF; width:75%; height:75%; margin-left:18px}
.cboxPhoto{float:left!important; margin:auto; border:0; display:block;background:#FFF; padding:40px; margin-left:18px; max-width:323px; max-height:220px; min-height:160px}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
.ie8 #colorbox{padding-bottom:42px!important;}
    #cboxContent{margin-top:32px; margin-right:32px; overflow:visible;}
    .ie7 #cboxContent{margin-top:0;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:solid 4px #C4CBD1; background:#fff;}
        .ac #cboxLoadedContent{background:#000;}
        #cboxLoadingGraphic{background:url(../imagens/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:15px; left:20px; font:1.6em Arial, Helvetica, sans-serif; color: #0282BC;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:28px; height:27px; position:absolute; top:-12px; right:-11px;}
        #cboxPrevious{background:url("../imagens/prev-horizontal.png") no-repeat scroll 0 center transparent; left:10px; top:0; height:100%;}
        #cboxPrevious.hover {opacity:.8;}
        #cboxNext{background:url("../imagens/next-horizontal.png") no-repeat scroll 0 center transparent; right:5px; top:0; height:100%;}
        #cboxNext.hover {opacity:.8;}
        #cboxClose{background:url("../imagens/closeModal.png")}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

#cboxLoadedContent form#formEnviarEmail{width:340px; margin-left:0;}
/*.ie7 #cboxLoadedContent form#formEnviarEmail.enviarThumb{height:205px; margin-left:50px;}*/
#cboxLoadedContent form#formEnviarEmail ul {list-style:none; padding:0; float:right;}
/*.ie7 #cboxLoadedContent form#formEnviarEmail ul {float:none;}*/
#cboxLoadedContent form#formEnviarEmail ul textarea,
#cboxLoadedContent form#formEnviarEmail ul input {width:215px}
#cboxLoadedContent form#formEnviarEmail .boxBotoes {width:auto; margin-left:190px; margin-bottom:0; margin-top:15px; float:left;}
.ie7 #cboxLoadedContent form#formEnviarEmail .boxBotoes { margin-left:0; margin-top:30px; width:100%;}
.ie7 #cboxLoadedContent form#formEnviarEmail .boxBotoes button {margin-right:42%;}
#modalEnviarEmail form#formEnviarEmail .boxBotoes {margin-left:35px; height:33px}

#cboxLoadedContent div#enviarEmailMidia{position:absolute; bottom:23px; margin-bottom:0; right:0; height:auto; width:auto;}
#cboxLoadedContent div#enviarEmailMidia a{color: #0282BC;}
#cboxLoadedContent div#enviarEmailMidia img{margin-right:5px; float:left;}