/******************************************************************************
Filename:	calendar-print.css
Project:	Greensboro Auto Auction
Purpose:	Print Version - .NET Calendar Module CSS
Date		Developer	Description
07/09/2007	jmk			Version 1.0
******************************************************************************/


/**** BEGIN:  MAIN CALENDAR ****/
#calendar{width:100%;}
#calendar .month{background:#FFFFFF;}
/* calendar view toolbar */
td.qwsec_TB_Item{display:none;}
td.qwsec_TB_Item:hover{display:none;}
td.qwsec_TB_Item a{display:none;}
td.qwsec_TB_Item a:hover{display:none;}
td.qwsec_TB_SelectedItem{display:none;}
td.qwsec_TB_SelectedItem a.qwsec_TB_SelectedItem{display:none;}
td.qwsec_TB_SelectedItem a:hover.qwsec_TB_SelectedItem{display:none;}
/* calendar header (month, year) */
td.qwsec_Title{height:20px; font-size:14px; font-weight:bold; color:#FFFFFF; background:#99ADC4;}
td.qwsec_NextPrev{display:none;} /* next-previous links */
td.qwsec_NextPrev a{display:none;} /* next-previous links */
/* day names */
td.qwsec_CalendarHeader{padding:3px 0 3px 0; text-align:center; font-size:12px; font-weight:normal; color:#11335A; background:#F5F8FA;}
/* weekend days */
td.qwsec_MW_Weekend{background:#FFFFFF url("/images/calendar/cellOn_bg.gif") no-repeat bottom;}
td.qwsec_MW_WeekendHeader{padding:7px 10px 2px 0; background:#FFFFFF;}
td.qwsec_MW_WeekendHeader a.qwsecsb{font-size:12px; color:#11335A; text-align:right; text-decoration:none;}
/* weekdays */
td.qwsec_MW_Day{background:#FFFFFF url("/images/calendar/cellOn_bg.gif") no-repeat bottom;}
td.qwsec_MW_DayHeader{padding:7px 10px 2px 0; background:#FFFFFF;}
td.qwsec_MW_DayHeader a.qwsecsb{font-size:12px; color:#11335A; text-align:right; text-decoration:none;}
/* today */
td.qwsec_MW_Today{background:#FFFFFF url("/images/calendar/cellOn_bg.gif") no-repeat bottom;}
td.qwsec_MW_TodayHeader{padding:7px 10px 2px 0; background:#FFFFFF;}
td.qwsec_MW_TodayHeader a.qwsecsb{font-size:12px; font-weight:bold; color:#540710; text-align:right; text-decoration:none;}
/* non-month days */
td.qwsec_MW_OtherMonthDay{background:#CDD0D2 url("/images/calendar/cellOff_bg.gif") no-repeat bottom;}
td.qwsec_MW_OtherMonthDayHeader{padding:7px 10px 2px 0; background:#CDD0D2;}
td.qwsec_MW_OtherMonthDayHeader a.qwsecsb{font-size:12px; color:#11335A; text-align:right; text-decoration:none;}
/* other month days */
td.qwsec_MW_OtherMonthDayAlter{background:#FFFFFF url("/images/calendar/cellOn_bg.gif") no-repeat bottom;}
td.qwsec_MW_OtherMonthDayHeaderAlter{padding:7px 10px 2px 0; background:#FFFFFF;}
td.qwsec_MW_OtherMonthDayHeaderAlter a.qwsecsb{font-size:12px; color:#11335A; text-align:right; text-decoration:none;}
/* holiday */
td.qwsec_MW_Holiday{background:#FFFFFF url("/images/calendar/cellOn_bg.gif") no-repeat bottom;}
td.qwsec_MW_HolidayHeader{vertical-align:top; padding:7px 10px 2px 0;}
td.qwsec_MW_HolidayHeader a.qwsecsb{font-size:12px; font-weight:bold; color:#11335A; text-align:right; text-decoration:none;}
/* event */
.event{padding:0 2px 5px 2px; font-size:11px; background:#FFFFFF;}
/**** END:  MAIN CALENDAR ****/
	
	TD.FieldTitle
{
	width: 80px;
    font-size : 11px;
    font-weight: bold;
	background-color: lightblue;
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:left
}
TD.Field
{
	width: 380px;
    font-size : 11px;
	background-color: lightyellow;
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}
