/*
 * SimpleModal Basic 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: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
.simplemodal-container {/*height:385px !important; width:444px !important;*/ color:#000;}
.simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
.simplemodal-container h3 {font-family:Georgia; font-size:11px; text-transform:uppercase;}
.simplemodal-container .title {text-transform:none; font-weight:normal; text-align:left; font-family:Tahoma;}
.simplemodal-container h2.title {font-size:22px; color:#000; margin:11px 0px 10px 0px; padding:0px 0px 0px 0px;}
.simplemodal-container p.title {font-size:12px; color:#000; line-height:16px; margin:13px 0px 9px 0px; }
.simplemodal-container a.modalCloseImg {background:url(../img/button-close.gif) no-repeat; width:14px; position:absolute; height:13px; display:inline; z-index:3200;  top:15px; right:17px; cursor:pointer;}
.simplemodal-container #basic-modal-content {}
.simplemodal-container .modal-content {text-align:left;}
.simplemodal-container .modal-content label {clear:both;}
.simplemodal-container .modal-content label span {display:block; width:100px; float:left;}
.simplemodal-container .modal-content label input {border:1px solid #a5acb2; width:242px; padding:2px 0px;}
.simplemodal-container .modal-content p {line-height:18px; font-size:12px; margin:0px 0px 2px 0px;}
.simplemodal-container .modal-content .block {margin:0px 0px 28px 0px;}
.simplemodal-container .modal-content .button {width:126px; height:28px; background:url('../img/button.jpg') center no-repeat; margin:0px 0px 0px 100px; position:relative; top:-14px;}
.simplemodal-container .modal-content .title-text {margin:0px 0px 12px 0px;}
.basic-modal-content-table {width:100%; zoom:1;}
.simplemodal-container .title-m {overflow:hidden;}
.simplemodal-container .title-m .left-c {background:url(../img/top-left-c.png) left top no-repeat; width:16px;  font-size:1px; zoom:1;}
.simplemodal-container .title-m .right-c {background:url(../img/top-right-c.png) right top no-repeat; width:16px;  font-size:1px; zoom:1;}

*html .simplemodal-container .title-m .left-c {background:url(../img/top-left-c.gif) left top no-repeat; }
*html .simplemodal-container .title-m .right-c {background:url(../img/top-right-c.gif) right top no-repeat;}

.simplemodal-container .title-m .center-c {background:#ced3db; zoom:1;}
.simplemodal-container .content-m .left-c {background:#ced3db; zoom:1;}
.simplemodal-container .content-m .right-c {background:#ced3db; zoom:1;}
.simplemodal-container .content-m .center-c {background:#fff; zoom:1; vertical-align:top;}
.simplemodal-container .content-m .modal-content p {font-size:12px; color:#485369; line-height:22px; margin:0px 0px 18px 0px;}
.simplemodal-container .bottom-m {height:22px; }
.simplemodal-container .bottom-m .left-c {zoom:1; background:url(../img/bottom-left-c.png) left bottom no-repeat; width:16px; height:22px; font-size:1px;}
.simplemodal-container .bottom-m .right-c {zoom:1; background:url(../img/bottom-right-c.png) right bottom no-repeat; width:16px; height:22px; font-size:1px;}

*html .simplemodal-container .bottom-m .left-c {background:url(../img/bottom-left-c.gif) left bottom no-repeat;}
*html .simplemodal-container .bottom-m .right-c { background:url(../img/bottom-right-c.gif) right bottom no-repeat;}

.simplemodal-container .bottom-m .center-c {zoom:1; background:#ced3db; height:22px; font-size:1px; }
#about-content {width:728px; height:607px;}
#about-content .basic-modal-content-table {height:607px;}
#about-content .content-m {height:564px;}
#about-content .content-m .modal-content {height:564px; overflow:auto;}
#about-content .content-m .modal-content {padding:20px 30px 0px 30px;}

#message-content {width:400px; height:186px;}
#message-content .basic-modal-content-table {height:186px;}
#message-content .content-m {height:105px;}
#message-content .content-m .modal-content {height:105px; overflow:hidden; zoom:1; }
#message-content .content-m .modal-content textarea {width:100%; border:0px; height:105px; zoom:1;}
#message-content .send {width:88px; margin:11px 0px 10px 0px;}
#message-content .input-cont {background:#CED3DB; text-align:left; font-size:12px; padding:10px 0px;}
#message-content .input-cont span {margin:0px 10px 0px 0px;}
#message-content .input-text {width:302px; border:0px;}

#download {background:none;}
#download-content {width:648px; height:229px}
#download-content .basic-modal-content-table {height:229px}
#download-content .content-m {height:148px}
#download-content .content-m .modal-content {height:148px;}
#download-content #links-content {height:148px; width:616px; overflow:auto;}
#download-content .bottom-m {height:42px; text-align:right;}
#download-content .bottom-m .take-links {padding:1px 0px; $padding:0px 0px; width:107px;}
#download-content .bottom-m .upload {padding:1px 0px; $padding:0px 0px; margin:0px 0px 0px 22px; width:72px;}