﻿/*//////////////////////////////////////
  Year View Styles
//////////////////////////////////////*/
table.YearView	{
			background		: #ffffff;
			border-color	: #450000;
			border-collapse	: collapse;
			cursor			: default;
			}
tr.YearView {
			vertical-align	: top;
			height			: 100px;
			}
td.YearView {
			width			 : 33%;
			}
table.YearMonthTbl	{
			width			: 100%;
			}
th.YearMonthHdr {
			background-color : #396ea4;
			color			 : #ffffff;
			text-align		 : center;
			padding			 : 3px;
			border-bottom	 : solid 3px #ac0c18;
			}


/*//////////////////////////////////////
  Month View Styles
//////////////////////////////////////*/
table.MonthView	{
			background		: #ffffff;
			border-color	: #450000;
			border-collapse	: collapse;
			cursor			: default;
			}
tr.MonthView {
			vertical-align	: top;
			}
td.mvDateTime {
			font			: 8pt verdana, arial;
			white-space		: nowrap;
			padding			: 2px;
			}

div.MonthViewHdr {
			background-color : #396ea4;
			color			 : #ffffff;
			padding			 : 3px;
			border-bottom	 : solid 3px #ac0c18;
			}
td.MonthViewHdr {
			font-weight		 : bold;
			font-size		 : larger;
			color			 : #ffffff;
			text-align		 : center;
			}


/*//////////////////////////////////////
  Edit View Styles
//////////////////////////////////////*/
div.EditViewHdr {
			background-color : #ebf0f7;
			color			 : #665f6d;
			padding			 : 2px;
			border-bottom	 : solid 3px #ac0c18;
			}
td.EditViewHdr {
			font-weight		 : bold;
			color			 : #665f6d;
			text-align		 : left;
			}




/*//////////////////////////////////////
  Calendar Item Styles
//////////////////////////////////////*/
div.CalendarItem	{
			font			: 8pt verdana, arial;
			font-weight		: normal;
			font-style		: normal;
			padding			: 2px;
			}
div.CalendarItemTitle {
			font			: 9pt verdana, arial;
			font-weight		: bold;
			font-style		: normal;
			padding			: 2px;
			}

a.CalendarItem		{
			text-decoration	: none;
			color			: #0066cc;
			}
a.CalendarItem:link		{
			text-decoration	: none;
			color			: #0066cc;
			}
a.CalendarItem:visited	{
			text-decoration	: none;
			color			: #0066cc;
			}
a.CalendarItem:hover 	{
			text-decoration	: underline;
			color			: #0066cc;
			}
