@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
   margin: 2px;
   padding: 2px;
   border-bottom: solid #333 1px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
   width: 20%;
   float: left;
   overflow: auto;
   color: #333;
   height: 280px;
   padding: 4px;
   border-right: 1px solid #444;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
   font-size: 11px;
   padding:4px 0px;
   cursor:pointer;
   color: #333;
   overflow: auto;
   width: 95%;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
   color: #FFF;
   background-color: #666;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
   background-color:#000;
   color: #F00;
   font-weight: normal;
}
#calendar .MasterContainer .MasterColumn p { font-size: 11px; }
#calendar .MasterContainer .MasterColumn span.month01
{ padding-right: 4px; }

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
   padding:4px;
   width: 74%;
   float: right;
   overflow: auto;
   color: #999;
   height: 280px;
   position: relative;
   clear: none;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
   margin-bottom: 1px;
   text-align: left;
   float: left;
   width: auto;
}
#calendar #dateCell  {
   margin: 0px 10px 10px 0px;
   background-color: #1C1C1C;
   height: auto;
   width: auto;
   padding: 4px;
   float: left;
   border: solid #333 1px;
}
#calendar #dateCell p 
{
   text-align: center;
   color: #999;
   font-size: 11px;
   font-weight: normal;
   line-height: .7;
   padding: 2px;
   margin: 0px;
}
#calendar #dateCell p .day
{
   color: #FFF;
   padding-right: 4px;
}
#calendar #dateCell p.month
{
   color: #CCC;
   font-weight: normal;
}
#calendar #dateCell p .date
{
   color: #F00;
   padding: 0px 4px;
   font-weight: bold;
   background-color: #000;
}
#calendar #poster  {
   width: auto;
   overflow: visible;
   height: auto;
   float: right;
   clear: none;
   margin-left: 8px;
   padding-left: 10px;
}
#calendar #eventTitle 
{
   border-bottom: dotted #666 1px;
   padding: 2px 0px;
   clear: left;
   margin: 5px 10px 5px 0px;
}
#calendar #eventTitle h4
{
   text-align: left;
   color: #000;
   font-size: 1.5em;
   font-weight: bold;
}
#calendar #eventDetails 
{
   text-align: left;
   color: #000;
   margin: 0px 10px 8px 0px;
}
#calendar #eventDetails h5
{
   text-align: left;
   color: #C00;
   font-size: 1.3em;
   font-weight: bold;
   margin: .6em 0em;
}
#calendar #eventDetails h6
{
   text-align: left;
   color: #333;
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 0.5em;
}
#calendar #eventDetails p 
{
   text-align: left;
   color: #333;
   font-size: 1.2em;
   margin: 5px 0px;
   line-height: 1.3;
}
#calendar #eventDetails p strong
{ font-weight: bold; }
#calendar #eventDetails p em 
{
   color: #333;
   font-style: oblique;
}
#calendar #eventDetails ul
{
   text-align: left;
   margin: 8px 0px 8px 8px;
}
#calendar #eventDetails li
{
   text-align: left;
   color: #000;
   font-size: 1.1em;
   margin: 0px 4px 6px 12px;
   list-style-type: square;
   list-style-position: outside;
   line-height: 1.1;
   padding-left: 4px;
}
#calendar #eventDetails li strong { font-weight: bold; }
#calendar #eventDetails a
{
   text-align: left;
   color: #333;
   text-decoration: underline;
}
#calendar #eventDetails a:link, #calendar #eventDetails a:visited
{
   color: #333;
   text-decoration: underline;
}
#calendar #eventDetails a:hover, #calendar #eventDetails a:active
{
   color: #C00;
   text-decoration: underline;
}
#calendar #sponsorLogo   {
   clear: left;
   width: auto;
   margin-bottom: 4px;
   margin-top: 10px;
}
#calendar #sponsorLogo img
{
   width: auto;
   padding: 2px 6px;
}
