/**
 * SimpleModal Test
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 99 2008-02-04 16:31:09Z emartin24 $
 *
 */


/* SimpleModal Styles */
#modalOverlay
{
   background-color:#000;
   cursor:wait;
}

#modalContainer
{
   height:  300px;
   width:   300px;
   left:    50%;
   top:     100px;
   background-color:#ffffff;
   border-style:solid;
   border-width:3px;
   border-color:#293AAD;
   
   padding: 15px 15px 15px 15px;
   
   overflow: auto;
}

.modalHeader
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   color: #293AAD;
   font-weight: bold;
  
}

.modalTitle
{
   font-family: Arial, Helvetica, sans-serif;   
   color: #293AAD;
   font-size: 12px;
   font-weight: normal;
.modalDetail
{
   font-size: 12px;
   font-weight: normal;
    color: #25285E;
}

.modalCloseContainer
{
   text-align: center !important;
   padding-top: 10px;
   padding-bottom: 10px;   
}

a.modalClose
{
   text-decoration: none;
   color:  #ff0000;
   display: block;
}

a.modalClose:hover
{
   text-decoration: underline;
}

div.calendarModal h3
{
   color:  293aad;
   font-size: 14px;
   font-weight: bold;
}
