/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */

/* Overlay */
#confirmModalOverlay {background-color: #5a5a5a; cursor: wait }

/* Container */
#confirm { width: 420px }
#confirmModalContainer { width: 420px; height: auto !important }
#confirmModalContainer { text-align: left; background: #FFF; border: 2px solid #c5c5c5 }
#confirmModalContainer .header { height: 30px; width: 100%; background: url(../../../imagens/bg-corre.gif) repeat-x; font-weight: bold; padding-top: 6px }
#confirmModalContainer .header span { padding-left: 8px; color: #464646; font-size: 0.875em /* 16 x 0.875 = 14px */ }
#confirmModalContainer .message { color: #333; text-align: center; margin: 0; padding: 12px 4px 6px 4px; font-size: 0.75em /* 16 x 0.75 = 12px */ }
#confirmModalContainer .buttons { padding: 4px 8px 0 130px; margin-bottom: 10px } 
#confirmModalContainer .buttons div { text-align: center; margin-left: 8px; width: 45px; height: 16px; color: #464646; font-weight: bold; background: url(../../../imagens/bg-botao.gif) repeat-x #dfdede; border: 1px solid #d1d1d1; cursor: pointer; padding-top: 3px; float: left; padding: 6px 10px; font-size: 0.875em /* 16 x 0.875 = 16px */; margin-bottom: 10px } 
#confirmModalContainer .buttons div:hover { border: 1px solid #6d6d6d }
#confirmModalContainer a.modalCloseX { text-decoration: none; font-weight: bold; font-size: 0.875em /* 16 x 0.875 = 14px */; position: absolute; top: -1px; left: 408px; color: #464646 }
#confirmModalContainer ul.registros-lista { margin: 0 10px 10px 48px; list-style: disc inside; font-weight: bold; max-height: 200px; overflow: auto; height: expression(this.scrollHeight>199?"200px":"auto") }
#confirmModalContainer ul.registros-lista li { word-wrap: break-word; width: 330px }