/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: osx.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background:#fff url(../img/popup/otv_header.jpg) no-repeat; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-top: 130px; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; margin-top: 100px;}
#osx-container a {color:#ddd; text-decoration: none;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}
#osx-modal-data a	{ background: none; }
#osx-modal-data a:hover { color: #c00 !important; text-decoration: underline;}
#osx-modal-data .border { background: url(../img/grayDot.gif) top repeat-x; padding-top: 10px; margin-top: 10px;}
#osx-modal-data .print, #osx-modal-data .download { position: absolute; display: block; top: 193px; color: #707070; }
#osx-modal-data .print { left: 157px; }
#osx-modal-data .download { left: 230px; }
.blueLink		{ color: #36C !important; }

button.simplemodal-close { background: #36C url(../img/recente.jpg) no-repeat; color: #fff;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
button.simplemodal-close:hover { background: #C00;}



