/*
 * 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 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#333; cursor:pointer;}

/* Container */
#simplemodal-container {width:463px;height:auto!important;min-height:500px!important;max-height:1000px!important;1background-color:#fff;overflow:hidden;}
#simplemodal-container a.modalCloseImg {color:#fff !important; text-decoration:none; background:transparent url(/style/ui-lightness/images/icon_close1.gif) no-repeat top right; width:25px; padding-right:28px; height:19px;line-height:19px;text-decoration:none;font-weight:bold; display:inline; z-index:3200; position:absolute; top:7px; right:15px; cursor:pointer;}
*html #simplemodal-container a.modalCloseImg {padding-right:25px;}
#simplemodal-container .pbox .bottom {width:453px;padding:5px;1height:410px;}
#simplemodal-container .m-panel .bottom {width:433px;1padding:5px;1height:410px;}
#simplemodal-container #flashcontent {display:none;}
#1simplemodal-container h2 {padding:0px 10px 5px 10px;font-size:13px; color:#fff;margin-bottom:0;}
#simplemodal-container .pcontent {padding:10px;font-size:12px;color:#666666; overflow:hidden;}

*html #1simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/projectone/x.png',sizingMethod='scale');}
*html .icon_due {background-image:url('/images/projectone/icon_info.gif');}

.pbox {background:transparent url(/style/ui-lightness/images/bg_modal_sm_rptr.gif) repeat-y top left;}
.pbox .top {background:transparent url(/style/ui-lightness/images/bg_modal_sm_top.gif) no-repeat top left;}
.pbox .bottom {background:transparent url(/style/ui-lightness/images/bg_modal_sm_bottom.gif) no-repeat bottom left;}
.pbox .pbox_inner {width:423px;}

.pbox2 {background:transparent url(/style/ui-lightness/images/bg_modal_sm_rptr.gif) repeat-y top left;}
.pbox2 .pbox_top {background:transparent url(/style/ui-lightness/images/bg_modal_sm_top.gif) no-repeat top left;}
.pbox2 .pbox_bottom {background:transparent url(/style/ui-lightness/images/bg_modal_sm_bottom.gif) no-repeat bottom left;}
