/* ================================
    CSS STYLES FOR MichelleBanks.com Event Module 
   ================================
*/


.ListDataGrid {border: none !important}

/* *** ListDate Title and Description IDs are overridden by a Span in the html. Have to override the Span  *** */
/* *** CSS has to appear at top of file.  When placed near the IDs, it does not work.  Why? Dunno.         *** */
td.ListDate span
{
     font-size: 9px;
     font-family: arial, verdana;
     color:white;   
}
td.ListTitle span
{
     font-size: 12px;
     font-family: arial, verdana;
     color:white;   
}
td.ListDescription span
{
     font-size: 12px;
     font-family: arial, verdana;
     color:white;   
}
/* *** ListDate Title and Description IDs are overridden by a Span in the html. Have to override the Span  *** */

A:link
{
	color: white !important;    /* white 07-23-2008 */
	text-decoration: none;
	font-family: arial, verdana;
}
A:visited
{
	color: white !important;    /* white 07-23-2008 */
	text-decoration: none;
	font-family: arial, verdana;	
}
A:hover
{
	color: #990000 !important; /* oxblood 07-23-2008 */
	text-decoration: underline;
	font-family: arial, verdana;
}
A:active
{
	color: #990000e !important; /* oxblood 07-23-2008 */
	text-decoration: underline;
	font-family: arial, verdana;
}
/* *********  the preceding code changed the skin objects' links.  Changing it back. ***** */
A.SkinObject:link
{
	text-decoration: none;
	color: #000000;  /* black 04-01-2008 */
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;  /* black 04-01-2008 */
}
/* *********  the preceding code changed the skin objects' links.  Changing it back. ***** */

.Normal {color: white;}
.SubHead {color: black;}

/* Override "style="display:inline-block;width:300px;" on Event Detail Listing */
#dnn_ctr470_EventDetails_lblDescription p
{
width: 600px;
}
/* Override "style="display:inline-block;width:300px;" on Event Detail Listing */


/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
	z-index:99;
}
	 
.Event
{
	table-layout: fixed;
	width: 100%;               /* 03-01-2008 */
	font-size: 10pt;           /* 03-01-2008 */
	color: white;
	background-color: black;
	font-family: Verdana;
	text-align: center;
	border-right: white 1px solid; 
	border-top: white  1px solid; 
	border-left: white  1px solid; 
	border-bottom: white  1px solid; 
}

.EventTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #990000; !important;
	height: 32px !important;
	text-align: center;
	background-color: transparent;    /* transparent */
}

.EventTitle, .EventTitle td
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #990000;  !important;
	height: 32px !important;
	text-align: center;
	background-color: transparent;     /* transparent */
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #990000;  !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #990000;  !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;	
	font-size: 7pt;
	height: 16px;
	font-family: Verdana;
	background-color: silver;
	vertical-align: middle;
}
	/*width:14%;*/

.EventDay, .EventDay td
{
	border-right: gray 1px solid;       /* 03-01-2008 */
	border-top: gray 1px solid;         /* 03-01-2008 */
	border-left: gray 1px solid;        /* 03-01-2008 */
	border-bottom: gray 1px solid;      /* 03-01-2008 */
	font-family: Arial;
	font-size: 10pt;                    /* 03-01-2008 */
    overflow: hidden;
    width: 100px;
    height: 100px; 
    text-align: left;
    vertical-align: top;
	color: white !important;
	font-family: Verdana;
	
}

.EventDay a, .EventDay a:visited, .EventDay a:hover
{
	color: white;
}

.EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	height: 85%;
}

.EventOtherMonthDay
{
	color: white;
	background-color: #24353C;   /* gray-green */ 
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: white;
	background-color: #24353C;   /* gray-green */
}


.EventWeekendDay
{
	background-color: black;  
}


.EventTodayDay
{
	font-weight: bold;
	color:  white; !important;
	background-color: #990000;      /* oxblood */   
}

/* Note use of " to override Inline Style */
.EventSelectedDay
{
	border-right: #990000 2px solid;	/* oxblood */
	border-top: #990000 2px solid;	    /* oxblood */
	border-left: #990000 2px solid;	    /* oxblood */
	border-bottom: #990000 2px solid;	/* oxblood */
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
	font-family: Arial;
	color: #0000CC;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 12px;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #FFFFFF, EndColorStr= #CCCCCC )"; background-color:#FFFFFF
}


/* The following control the Calendar List View Style-Look */

.ListTable
{
	width: 100%;
	 border-collapse: separate !important;    /*  override the override that is hardcoded in the module css.  (to allow border to be set below)  */
}

/* *** ListDate Title and Description IDs are overridden by a Span in the html. Have to override the Span  *** */
.ListDate
{
	text-align: left;
	vertical-align:top;
	border-bottom: 1px solid white;     /* create separation between events in list  */
}

.ListTitle
{
/*	color: white;                                            its a link, styled by a:link */ 
	text-align: left; 
	vertical-align:top;
	border-bottom: 1px solid white;     /* create separation between events in list  */
}

.ListDescription
{
	text-align: left;
	vertical-align:top;
	border-bottom: 1px solid white;     /* create separation between events in list  */
}

/* *** ListDate Title and Description IDs are overridden by a Span in the html. Have to override the Span  *** */

.ListLink 
{
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica;
	color: white;	
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-family: Tahoma, Arial, Helvetica;
	color: white;	
	text-align: left;
}

/* The following control the Calendar Week View Style-Look */

.WeekTitle
{
	color: #281A05;       					/* chocolate 05-05-2008 */
}
.WeekOfTitle
{
	color: white;       					/* chocolate 05-05-2008 */
	font-family: Verdana;
	font-size: 10pt;
}
.WeekRangeHeader
{
	color: #281A05;       					/* chocolate 05-05-2008 */
}
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	background-color: white;
	font-family: Verdana;
	text-align: center;
	border-right: #281A05 1px solid;       /* chocolate 05-05-2008 */
	border-top: #281A05 1px solid;         /* chocolate 05-05-2008 */
	border-left: #281A05 1px solid;        /* chocolate 05-05-2008 */
	border-bottom: #281A05 1px solid;      /* chocolate 05-05-2008 */
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	FONT-WEIGHT: bold;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= #FFFFFF, EndColorStr= #CCCCCC )"; background-color:#FFFFFF;
}