/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 114 2008-03-20 00:53:05Z emartin24 $
 *
 */

/*body {_height:100%;_width:100%;}*/

/* Overlay */
#modal-overlay {background-color:white}

/* Container */
#modal-container{position:absolute;width:500px;left:50%; top:15%; margin-left:-250px;_margin-top:expression(document.documentElement.scrollTop+"px")}
.modal-t,.modal-b,.modal-m{display:block;background:url(../img/modal-shadow.png) repeat-y 0 0;_background:none;min-height:1px}
.modal-i{display:block;background:url(../img/modal.png) no-repeat 0 0}
.modal-t{height:10px;overflow:hidden;padding:0 4px;}
.modal-t .modal-i{height:10px;overflow:hidden;}
.modal-m{padding:0 4px;background-position:-500px 0}
.modal-m .modal-i{background:#e3eaf6;border-color:#223965;border-style:solid;border-width:0 1px;min-height:180px;_height:180px;padding:0 0 1px 0}
.modal-b{height:15px;overflow:hidden;padding:0 4px;background-position:0 -10px}
.modal-b .modal-i{height:6px;overflow:hidden;background-position:0 -10px}
.modal-header{background:#aab9d9;min-height:1px;margin-bottom:0;font-size:1.3em;font-weight:bold;padding:0.5em 20px 0.7em 20px}
.modal-in{padding:0 0 0 20px}
.modal-win .modal-in{padding:1em 20px 0 20px}
.modal-capital{display:none;font-size:2em;line-height:1.2em;font-weight:bold;text-align:right;width:1.8em;float:left;color:#aab9d9;margin:-0.2em 0 0 -20px}
.modal-header .modal-capital{color:#e3eaf6;font-size:1.5em}
.modal-question{padding:0.2em 20px 0 0;min-height:1px}
.modal-answer{padding:1em 30px 0 0;overflow:auto;overflow-x:hidden}
#modal-kwlist{padding:0;overflow:auto;overflow-x:hidden}
.modal-loading{text-align:center;padding:50px 0 0 0;color:#aab9d9;font-size:1.em;font-weight:bold;background:url(../img/loading.gif) no-repeat 50% 20px}
#modal-container a.modalCloseImg{position:absolute;right:22px;top:1px;background:#fc9723 url(../img/modal-close.gif) 0 0 no-repeat;height:18px;width:41px;z-index:300;cursor:pointer;_cursor:hand;}
#modal-container a.modalCloseImg:hover{background-position:0 -18px;background-color:#d45300}
#modal-preloader{position:absolute;width:1px;height:1px;overflow:hidden;left:-2000px}
#modal-preloader .i1{background:url(../img/modal-shadow.png)}
#modal-preloader .i2{background:url(../img/modal.png)}
#modal-preloader .i3{background:url(../img/modal-close.gif)}
#modal-preloader .i4{background:url(../img/loading.gif)}


