/*
 * 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_ie.css 187 2009-02-10 00:01:01Z emartin24 $
 *
 */

/* IE 6 hacks */
#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px;}

#MSCalendarToolIFrame {width: 772px; height:610px; background-color:333;}
#MSGamesToolIFrame {width: 766px;	height:600px; background-color:333;}
#MSLogBookToolIFrame {width: 765px;	height:609px; background:#333; border:1px solid #333;}

#calendar {display:block; background-color:#FFFFFF;height:604px;width: 767px; overflow:hidden;}


#calendarBox .modalContent {height:600px; padding:0px;}

.modalContent .calendarTable {width:767px;}
