/*
 * 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 */

#MSCalendarToolIFrame {width: 772px; height:610px; background-color:333;}
#MSGamesToolIFrame {width: 762px;	height:600px; background-color:333;}
#MSLogBookToolIFrame {width: 900px;	height: 700px; background:#333; border:3px solid #F00;}

#calendar {display:block; background-color:#FFFFFF;height:604px;width: 767px; overflow:hidden;}

#logBook {border:3px solid pink;}