/*================================== MEETINGS AND EVENTS CALENDAR STYLES ====================================*/

TABLE.Calendar
{
    TABLE-LAYOUT: fixed;
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    WIDTH: 500px;
    PADDING-TOP: 2px
}
#CalendarCell
{
}
.DayNbr
{
	font-weight: bold;
}
.SearchField
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
	vertical-align: top;
}
.MatchField
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
	vertical-align: top;
}
.SelectedDay
{
    BORDER-RIGHT: #9a0000 2px solid;
    BORDER-TOP: #9a0000 2px solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #9a0000 2px solid;
    WIDTH: 60px;
    COLOR: midnightblue;
    BORDER-BOTTOM: #9a0000 2px solid;
    FONT-FAMILY: Verdana, Geneva,Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffcc;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
	vertical-align: top;
}
.CurDay
{
    BORDER-LEFT: #00009a 2px solid;
    BORDER-TOP: #00009a 2px solid;
    BORDER-RIGHT: #00009a 2px solid;
    BORDER-BOTTOM: #00009a 2px solid;
    FONT-SIZE: 7pt;
    WIDTH: 60px;
    COLOR: midnightblue;
    FONT-FAMILY: Verdana, Geneva,Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #d0d2da;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
	vertical-align: top;
}
.CalDay
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 7pt;
    WIDTH: 60px;
    COLOR: midnightblue;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    BACKGROUND-COLOR: #efefef;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
	vertical-align: top;
}
.fillday
{
    BACKGROUND-COLOR: #e0e2ea;
}
TR.Title
{
    BORDER-RIGHT: #002a62 thin solid;
    BORDER-TOP: #002a62 thin solid;
    BORDER-LEFT: #002a62 thin solid;
    BORDER-BOTTOM: #002a62 thin solid;
    HEIGHT: 40px;
    BACKGROUND-COLOR: #002a62
}
A.CalDay
{
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: midnightblue;
    FONT-FAMILY: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.CalDay:hover
{
    COLOR: midnightblue;
    TEXT-DECORATION: underline;
}
A.CalDay:visited
{
    COLOR: midnightblue;
    TEXT-DECORATION: none;
}
A.CalDay:active
{
    COLOR: midnightblue;
    TEXT-DECORATION: underline;
}
A.CurDay
{
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: midnightblue;
    FONT-FAMILY: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.CurDay:hover
{
    COLOR: midnightblue;
    TEXT-DECORATION: underline;
}
A.CurDay:visited
{
    COLOR: midnightblue;
    TEXT-DECORATION: none;
}
A.CurDay:active
{
    COLOR: midnightblue;
    TEXT-DECORATION: underline;
}
A.NextPrev
{
    CURSOR: hand;
    font-size: 8pt;
    COLOR: #002a62;
    TEXT-DECORATION: none;
}
A.NextPrev:hover
{
    COLOR: #002a62;
    TEXT-DECORATION: underline;
}
A.NextPrev:visited
{
    COLOR: #002a62;
    TEXT-DECORATION: none;
}
A.NextPrev:active
{
    COLOR: #622a00;
    TEXT-DECORATION: underline;
}
TD.Titles
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #002a62;
    BACKGROUND-COLOR: #ffffff;
    font-family: Verdana,Arial,Helvetica;
}
TD.CurrentMonthYear
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #002a62;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
    width: 175px;
    font-family: Verdana,Arial,Helvetica;
}
A.event
{
    COLOR: #7c7c7c;
    FONT-FAMILY: 'Trebuchet MS', Verdana, Geneva, Arial, helvetica, sans-serif;
}
TD.titleDays
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #7c7c7c;
    TEXT-ALIGN: center;
    font-family: Verdana,Arial,Helvetica;
}
TD.titleDays A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #7c7c7c;
    TEXT-ALIGN: center;
    font-family: Verdana,Arial,Helvetica;
}
TD.EventListTitle
{
}
#tblMeetingList
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

/*=================================== POPUP DATE PICKER CALENDAR STYLES =====================================*/

/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	color: black;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: white;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	
	background-color: #ece9d8;
	color: black;
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
color: red;
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: black;
	padding: 4px;
	width: 16px; 
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}



