﻿/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Misc visuals
----------------------------------*/
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); }
.ui-icon-closethick { background-position: -96px -128px; }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #eee url(images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .90;filter:Alpha(Opacity=90); }


/* Dialog
----------------------------------*/
body .ui-dialog { 
	position: relative; 
	padding: .2em; 
	width: 300px; 
 	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
 	font-size: 0.9em;
  	border: 2px solid #bbb; 
 	background-color: #e6e6e6; 
 	color: #362b36;
 	margin: 0 auto;
 }
body .ui-dialog a { color: #362b36; }
body .ui-dialog .ui-dialog-titlebar { 
	padding: .5em .3em .3em 1em; position: relative;
	border: 1px solid #aed0ea; 
	background: #deedf7 url(images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; 
	color: #222222; 
	font-weight: bold;
}

body .ui-dialog .ui-dialog-titlebar a { color: #222222; }

body .ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
body .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
body .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
body .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
body .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
body .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; }
body .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
body .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
body .ui-draggable .ui-dialog-titlebar { cursor: move; }


