﻿/* Large Calendar */

.ObjectType1			{ background-color:Aqua; border:solid 1px #ff3366; }
.ObjectType2			{ background-color:Fuchsia; border:solid 1px #b933e6; }
.ObjectType3			{ background-color:Lime; border:solid 1px #3f5316; }
.ObjectType4			{ background-color:Silver; border:solid 1px #aaf966; }

/* Colorcode for Large Calendar*/
.CCObjectType1			{ width:10px; height:10px; padding:0 2px 0 3px; display:inline; margin-bottom:-2px; background-color:Aqua; border:solid 1px #ff3366; }
.CCObjectType2			{ width:10px; height:10px; padding:0 2px 0 3px; display:inline; margin-bottom:-2px; background-color:Fuchsia; border:solid 1px #b933e6; }
.CCObjectType3			{ width:10px; height:10px; padding:0 2px 0 3px; display:inline; margin-bottom:-2px; background-color:Lime; border:solid 1px #3f5316; }
.CCObjectType4			{ width:10px; height:10px; padding:0 2px 0 3px; display:inline; margin-bottom:-2px; background-color:Silver; border:solid 1px #aaf966; }
.CCeventDate			{ background-color:#a41b18; }

/* List View */
.CalenderListHeader		{ padding-left:3px; margin-top:15px; margin-bottom:2px; height:22px; line-height:22px; color:#ffffff; font-size:16px; font-weight:bold; border:solid 1px #a8a8a8; background:transparent url(/g/backgrounds/headerBackground.gif) repeat-x left top;}
.CalendarListBox thead	{ height:22px; line-height:22px; color:#ffffff; font-size:16px; font-weight:bold; background:transparent url(/g/backgrounds/headerBackground.gif) repeat-x left top; }
.CalendarListBox tbody	{  }

#EventList				{ width:100%; }
#EventList tr td		{ padding:5px; }
.elt					{ width:15px; }
.elrm					{ width:70px; }
#EventList a			{ font-weight:bold; }

.header					{ border:none; color:#ffffff !important; font-size:16px !important; background: transparent url(/g/backgrounds/headerBackground.gif) repeat-x left center; }
.headerDay				{ font-size:10px; line-height:16px; font-weight:bold; }
.headerNextPrev			{ line-height:20px; font-size:12px !important; }
.headerNextPrev a		{ text-decoration:none !important; color:#ffffff !important; }
.day					{ padding:2px; height:66px; }
.today					{ padding:2px; border:solid 1px #18a417; }
.eventDate				{ padding:2px; background-color:#a41b18; }
.eventDateToday			{ padding:2px; background-color:#a41b18; border:ridge 2px #18a417; }
.eventDate div			{ color:#000000; }
.eventDateToday div		{ color:#000000; }
.eventDateToday div a	{ color:#000000 !important; }