/**
 * @file
 * Calendar module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.65 $
 * @version $Name: CMWC_2009-06-09_1 $
 * @version $Id: main.css,v 1.65 2008/11/04 21:50:45 bfinch Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
/*
 * full-page calendar.
 */
#calendarWrap
{
   background-color: #52a500;
   color: #000;
   font: 11px/16px verdana,arial,helvetica,sans-serif;
   scrollbar-3dlight-color: #d2b11e;
   scrollbar-arrow-color: #b99c1b;
   scrollbar-base-color: #b99c1b; 
   scrollbar-darkshadow-color: #b99c1b;
   scrollbar-face-color: #ead56e;
   scrollbar-highlight-color: #faf5dc;
   scrollbar-shadow-color: #d2b11e;
   scrollbar-track-color: #f0df94;
   text-align: center;
   border: 1px #000 solid;
}

/* calendar chooser row */
#calChoose
{
   background-color: #52a500;
   color: #fff;
   font-weight: bold;
   padding: 0px;
   margin: 0px auto;
   position: relative;
   text-align: center;
   border: 0px;
}

#calChooseWrap
{
   position: relative;
   padding: 5px 0px;
   height: 20px;
}

#calChooseWrap a:link,
#calChooseWrap a:visited,
#calChooseWrap a:active
{
   color: #fff;
}
#calChooseWrap a:hover
{
   color: #ade21d;
}

#calPrev
{
   position: absolute;
   top: 5px;
   left: 10px;
   font-size: 11px;
   text-align: left;
   vertical-align: middle;
   width: 30%;
   height: auto;
}

#calCurrent
{
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
   height: auto;
}

#calNext
{
   position: absolute;
   top: 5px;
   right: 10px;
   font-size: 11px;
   text-align: right;
   vertical-align: middle;
   width: 30%;
   height: auto;
}

#calContent
{
   margin-left: 0.85%;
}

/* calendar header row */
#calHeader
{
}

#calHeader #calSunday,
#calHeader #calMonday,
#calHeader #calTuesday,
#calHeader #calWednesday,
#calHeader #calThursday,
#calHeader #calFriday,
#calHeader #calSaturday
{
   float: left;
   background-color: #ade21d;
   border: 1px #fff solid;
   border-left: 0px;
   color: #000;
   font-size: 11px;
   font-weight: bold;
   padding: 5px 0px;
   text-align: center;
   width: 14%;
}

#calHeader #calSunday
{
   left: 1%;
   border-left: 1px #fff solid;
}

#calHeader #calMonday
{
   left: 15%;
}

#calHeader #calTuesday
{
   left: 29%;
}

#calHeader #calWednesday
{
   left: 43%;
}

#calHeader #calThursday
{
   left: 57%;
}

#calHeader #calFriday
{
   left: 71%;
}

#calHeader #calSaturday
{
   left: 85%;
   border-right: 1px #fff solid;
}

/* calendar date rows */
.calRow
{
}

.calRow .dayCell1,
.calRow .dayCell2,
.calRow .dayCell3,
.calRow .dayCell4,
.calRow .dayCell5,
.calRow .dayCell6,
.calRow .dayCell7
{
   float: left;
   background-color: #f0df94;
   border-right: 1px #fff solid;
   border-bottom: 1px #fff solid;
   color: #000;
   font-weight: normal;
   height: 110px;
   text-align: center;
   width: 14%;
}

.calRow .dayCell1
{
   left: 1%;
   border-left: 1px #fff solid;
}

.calRow .dayCell2
{
   left: 15%;
}

.calRow .dayCell3
{
   left: 29%;
}

.calRow .dayCell4
{
   left: 43%;
}

.calRow .dayCell5
{
   left: 57%;
}

.calRow .dayCell6
{
   left: 71%;
}

.calRow .dayCell7
{
   left: 85%;
   border-right: 1px #fff solid;
}

.noDay
{
   background-color: #c2a272;
   color: #000;
   height: 110px;
}

.dayNumber
{
   border: 0px;
   float: left;
   font-size: 11px;
   font-weight: bold;
   height: 20px;
   padding-left: 2px;
   position: relative;
   text-align: left;
   width: 96%;
}

.calText
{
   float: right;
   font-size: 11px;
   font-weight: normal;
   height: 85px;
   line-height: 1.25em;
   margin-top: 0px;
   overflow: auto;
   padding-right: 4px;
   position: relative;
   text-align: left;
   width: 90%;
}

.calText div
{
   margin-bottom: 6px;
}

/*
 * event page.
 */
.backUp
{
   margin-bottom: 9px;
   text-align: center;
}

#eventPage
{
   margin: 0px auto;
   text-align: left;
   width: 75%;
}

#eventPage h2
{
   margin-bottom: 10px;
}

/*
 * popup calendar.
 */
#popupCal
{
   background: #fff;
   border: 1px solid #003063;
   color: #000;
   font-size: 11px;
   font-weight: bold;
   padding: 4px;
   text-align: center;
   width: 200px;
}

#popupCal a
{
   color: #000;
   text-decoration: none;
}

#popupCal a:hover
{
   color: #900;
   text-decoration: none;
}

#popupCal table
{
   margin: 0 auto;
   width: 190px;
}

#popupCal td
{
   background: #efebef;
   border: 1px solid #fff;
   color: #000;
}

#popupCal .body
{
   background: #fff;
   color: #000;
   padding: 0px;
}

#popupCal .cellAvail,
#popupCal .cellGreen
{
   background: #cbf7bd;
}

#popupCal .cellCurrent,
#popupCal .cellCurrent a,
#popupCal .cellCurrent a:hover
{
   color: #900;
}

#popupCal .cellGray,
#popupCal .cellGrey,
#popupCal .cellPast
{
   background: #d6d6d6;
   color: #999;
}

#popupCal .cellRed
{
   background: #f7bebd;
   color: #999;
}

#popupCal .close td
{
   background: #fff;
   padding: 0px;
   text-align: center;
}

#popupCal .days td
{
   background: #f7f7de;
   font-size: 13px;
   width: 14%;
}

#popupCal .days td,
#popupCal .grid td
{
   padding: 1px;
   text-align: center;
   vertical-align: middle;
}

#popupCal .month td
{
   background: #cedbe7;
   padding-bottom: 3px;
   padding-top: 3px;
}

#popupCal .next,
#popupCal .prev
{
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
}

#popupCalClose,
#popupCalNext,
#popupCalPrev
{
   display: none;
}

#popupCalTitle
{
   font-size: 14px;
   text-align: center;
}

