<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * SimpleModal Basic 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: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#bm_modalholder {display:none;}

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

/* Container */
#simplemodal-container {height:566px; width:935px; background-color:#ffffff; border:1px solid #d1d1d1; padding:0px;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container a.modalCloseImg {background:url(/legacy/images/btn_modal_close.gif) no-repeat; width:19px; height:19px; display:inline; z-index:9200; position:absolute; top:21px; right:21px; cursor:pointer;}
</pre></body></html>