/**
 * @version		$Id: gymhu_js.css 1 2012-01-12 17:50:13Z vogo $
 * @package		JDIGICLOCK
 * @author		margot http://www.vogo.cz
 * @copyright	Copyright (c) 2012 VOGO All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* jQuery UI Dialog 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: 20px 20px 10px 20px; overflow: hidden; background:#FFCC33; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border:5px solid #FFF; color:#034488; font-size:1.4em;}
.ui-dialog .ui-dialog-titlebar { padding: 0 1em; min-height:30px; position: relative;  background:#034488;  }
.ui-dialog .ui-dialog-title { position:absolute; margin: 0 16px; color:#FFF; line-height:100%;} 
.ui-dialog .ui-dialog-title dt { margin: -10px 0 0 0;} 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; text-align:center; background:red; color:#FFF;  line-height:100%;}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; margin:0; padding: .5em 1em; background: #fff; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; background:red; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

