/* =================================
    CSS STYLES FOR DNN Event Module
    modified 6/10/2009 by Eazle, LLC
   =================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip	{border: #000 1px solid;padding:5px;font:normal 10px verdana,helvetica,arial;filter: alpha(opacity=90);width: 200px;color: #006;background-color: #ccfff8;text-align: left;moz-opacity: 0.8;}
.Event		{border: #000 1px solid;background-color: #fff;table-layout: auto;font-size: 9.5pt;width: 95%;color: white;font-family: Verdana;height: 400px;text-align: center;}
.EventTitle	{background-color: #369;font:normal 12pt verdana,helvetica,arial;color: #fff !important;width: 100%;text-align: center;background-image: url();height: 32px !important;}
.EventTitle td	{background-color: #369;font:normal 12pt verdana,helvetica,arial;color: #fff !important;width: 100%;text-align: center;background-image: url();height: 32px !important;}

/* Note use of "!important" to override Inline Style */
.EventNextPrev			{padding: 0.5em;font-size: 9.5pt;color: #9cf !important;}
.EventNextPrev a:link		{padding: 0.5em;font-size: 9.5pt;color: #9cf !important;}
.EventNextPrev a		{padding: 0.5em;font-size: 9.5pt;color: #9cf !important;}
.EventNextPrev a:visited 	{padding: 0.5em;font-size: 9.5pt;color: #9cf !important;}
.EventNextPrev a:hover		{padding: 0.5em;font-size: 9.5pt;color: #9cf !important;}
.EventDayHeader			{background-color:#3cc;font:normal normal 9.5pt verdana,helvetica,arial;vertical-align: middle;}
.EventDay			{font:normal normal 9.5pt verdana,helvetica,arial;color: #f00 !important;width: 14%;height: 14%;}
.EventDay td			{font:normal normal 9.5pt verdana,helvetica,arial;color: #f00 !important;width: 14%;height: 14%;}
.EventDay a			{font-size: 7pt;color: #000 !important;font-family: verdana,helvetica,arial;}
.EventDay a:visited		{font-size: 7pt;color: #000 !important;font-family: verdana,helvetica,arial;}
.EventDay a:hover		{font-size: 7pt;color: #000 !important;font-family: verdana,helvetica,arial;}
.EventDayScroll			{ }
.EventOtherMonthDay		{color: #808080;background-color:#6cf;}
.EventOtherMonthDay a		{color: #808080;background-color:#6cf;}
.EventOtherMonthDay a:visited	{color: #808080;background-color:#6cf;} 
.EventOtherMonthDay a:hover	{color: #8080c0;background-color:#6cf;}
.EventWeekendDay		{background-color:#fff;}
.EventTodayDay			{font-weight:bold;color: #00f !important;background-color:#ffc !important;}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay		{border:#ccc 0px solid;}
.EventSelector			{background-color: #666 !important;}
.EventSelector a		{color: #00f;text-decoration: none;}
.EventSelector a:visited	{color: #00f;text-decoration: none;}
.EventSelector a:hover		{color: #00f;text-decoration: none;}

/* The following control the Calendar Week View Style-Look */
.WeekTable		{table-layout: auto;font-size: 7pt;color: #000;font-family: Verdana;text-align: center;border-right: #e5dfdf 1px solid;border-bottom: #e5dfdf 1px solid;border-left: #e5dfdf 1px solid;border-top: #e5dfdf 1px solid;}
.WeekItem 		{text-align: center;ALIGNMENT: center;ALIGN: center;FONT-FAMILY: verdana,helvetica,arial;font-size: xx-small;BACKGROUND-COLOR: #FFFFFF;FONT-WEIGHT: bold;filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );}
.WeekBackground 	{ALIGNMENT: center;ALIGN: center;FONT-FAMILY: verdana,helvetica,arial;background-color: gainsboro;font-size: xx-small;}
.WeekTitle 		{FONT-FAMILY: verdana,helvetica,arial;font-size: xx-small;width: 100%;color: #000;height: 15%;text-align: center;background-image: url(gradient_Gray.jpg);}
.WeekRangeheader	{color: #000;text-align: center;vertical-align: middle;font-family: verdana,helvetica,arial;font-size: xx-small;BACKGROUND-COLOR: #E5DFDF;}

/* The following control the Calendar List View Style-Look */
.ListTable		{width: 100%;}
.ListDate		{font-size: 7pt;font-family: verdana,helvetica,arial;text-align: left;vertical-align:top;background-color: gainsboro;}
.ListTitle		{font-size: 7pt;font-family: verdana,helvetica,arial;text-align: left;vertical-align:top;background-color: gainsboro;}
.ListDescription	{font-size: 7pt;font-family: verdana,helvetica,arial;text-align: left;vertical-align:top;background-color: gainsboro;}
.ListLink 		{font-weight: bold;font-size: 7pt;font-family: verdana,helvetica,arial;text-align: left;vertical-align:top;background-color: gainsboro;}
.ListHeader		{font-weight: bold;font-size: xx-small;background-image: url(gradient_Gray.jpg);color: #000;font-family: verdana,helvetica,arial;height: 32px;text-align: left;}

