/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border: solid 0px #707476;
	}


					
						
/* ================================
    CSS STYLES FOR Martha's List
   ================================
*/

.Eventtooltip  /*THIS IS THE POPOUT WINDOW */
{
	width: 250px;

	border: solid 1px #707476;
	
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
	background-color: #EEEBD9;
	color: Black;	
	
	/*
	filter: alpha(opacity=80);
	moz-opacity: 0.8;
	*/
}
	 
.Event /*THIS IS THE M-F OF THIS MONTH */
{	
	
	padding-top: 0px;	
	padding-left: 0px;	
	padding-right: 0px;
	padding-bottom: 0px;	
	border: solid 1px #707476;
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
	background-color: #EEEBD9;

	/*height: 60px;*/
	
}


.Event a,
.Event a:link,
.Event a:visited,
.Event a:hover
{
	/* This style is for the day number and event links */
	font-size: 7pt;
	color: Black!important;
	font-family: Verdana;
	font-weight: normal;
	/*float: left;*/
	clear: both;
	/*border: 1px dashed purple;*/
}



.EventDay
{
	/* This style is for the event day cells in the table */
	/*width: 400px;*/
	text-align: right;
	padding-right: 3px;
	font-size: 7pt;
	color: Black!important;
	font-family: Garamond;
    font-weight: normal;
	height: 60px;
	border: solid 1px #707476;
}


/*THESE ARE BOTH THE EXTRA DAYS IN THE MONTH */
.EventOtherMonthDay, .EventOtherMonthDay td
{
	color: Black;
	background-color: #B0C1BF;
	text-align: right;
	padding-right: 3px;
	border: solid 1px #707476;
	height: 50px;
}
/*THESE ARE THE TOP PORTION OF THE EXTRAS DAYS IN THE MONTH*/
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover, .EventOtherMonthDay a:active
{
	color: Black;
	background-color: #B0C1BF;
	display:block;
}

/*THIS IS THE TOP TITLE BAR*/
.EventTitle
{
	font-weight: bold;
	font-size: 13pt;
	color: #707476;
	text-align: center;
	background-color: #B0C1BF;
    border-right: solid 1px #707476;
    border-left: solid 1px #707476;
    border-top: solid 1px #707476;
}

/*THIS IS THE TOP TITLE CELLS*/
.EventTitle td
{
	height: 75px;
	font-size: 24pt;
	color: #707476;
	text-align: center;
	background-color: #B0C1BF;
    font-weight: bold;
    font-family: Book Antiqua;
    font-style: italic;
  
}


/*THIS IS THE NEXT AND PREVIOUS MONTHS LINKS*/

.EventNextPrev, .EventNextPrev a:link, .EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:active, .EventNextPrev a:hover
{

	font-size: 16pt;
	color: #707476 !important;
	font-style: normal;
	vertical-align: middle;
	float: none;
	background-color: #B0C1BF;
    font-weight: bold;
    font-family: Book Antiqua;
    font-style: italic;
    text-decoration: none;
    
}


/*WEEK HEADER BAR WITH THE DAYS*/
.EventDayHeader
{
	color: White;
	font-size: 11pt;
	font-family: Garamond;
	font-variant: small-caps;
	background-image: url(images/weekday.gif);
	height:24px;
	vertical-align: bottom;

}

/*THESE ARE FOR THE WEEKEND DAYS*/
.EventWeekendDay
{
	width: 400px;
	background-color: #D8D6CC;
	border: solid 1px #707476;
	text-align: right;
	padding-right: 3px;
}



/*TODAYS DAY BOX*/

.EventTodayDay
{	
	border: solid 1px #707476;
	background-color: #EEEBD9 !important;	
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

.EventTodayDay A
{
	font-weight: bold !important;
}



/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	color: Black !important;
	/*font-weight: bold; */
	background-color: transparent !important;
	text-align: right;
	padding-right: 3px;
	border: solid 1px #707476;
}

.EventSelectedDay a:link,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{	
	color: Black !important;
	/*font-weight: bold; */
	background-color: transparent;	
	text-align: left;
	padding-left: 3px;
}

.EventSelector
{
	/*background-color: #8DA4D3;
	display: block; */
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #660033;
	text-decoration: none;
}	
		
				
				
.CalendarTimeZone
{
	color: #660033;
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana;
	background-color: transparent;
}



/*DATE FOR LIST VIEW*/
.EventListSelectedDay
{
	color: #707476 !important;
	font-weight: bold;
	font-size: 12pt;	
	background-color: transparent;
}




.EventListDate
{
	color: white;
	font-weight: bold;
	font-size: 14pt;
	font-family: Times New Roman;
	background-color: transparent;
}

.EventListTime
{
	color: white;
	font-weight: normal;
	font-size: 12pt;
	font-family: Times New Roman;
	background-color: transparent;
}



.EventListDateLink, 
.EventListDateLink a:link,
.EventListDateLink a:visited,
.EventListDateLink a:active
{
	color: white;
	font-weight: Bold;
	font-size: 12pt;
	font-family: Times New Roman;
	background-color: transparent;
}

.EventLink, 
.EventLink a:link,
.EventLink a:visited,
.EventLink a:active
{
	color: #707476;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
	background-color: transparent;
}



.CalendarTitle
{	
	color: #707476;
	font-weight: bold;
	font-size: 13pt;
	background-color: transparent;
	text-align: center;
}

.EventDetailHead
{
	color: #707476;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	text-align: center;
	background-color: transparent;
}

.EventDetailCreatedBy
{
	color: #707476;
	font-weight: normal;
	font-size: 9pt;
	font-family: Garamond;
	text-align: center;
	background-color: transparent;
}

.EventLabel
{	
	color: #707476;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}



.MiniDayEvent
{	

	padding-top: 0px;	
	padding-left: 0px;	
	padding-right: 0px;
	padding-bottom: 0px;	
	

	margin: 0px;
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;

}


.MiniDayEvent a,
.MiniDayEvent a:link,
.MiniDayEvent a:visited,
.MiniDayEvent a:hover
{
	
	font-size: 7pt;
	color: Black!important;
	font-family: Verdana;

}

.Sbelow
{
    height: 56px;
    /*background-image: url(images/footerpiece.gif);
    height: 16px;*/
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.Sbelow A,
.Sbelow A:hoover,
.Sbelow A:active
{
    height: 56px;
    /*background-image: url(images/footerpiece.gif);
    height: 16px;*/
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: solid 0px;

}


/*EVENTDAY Module Styles*/

.WeekendDayStyle
{
    background-color: #FDECDC;
    color: #C7C8C9!important;
    font-size: 10px;
    vertical-align: top;
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border: solid 1px #707476;
}
.othermonthdaystyle
{
    color: #cccccc;
    background-color: #E1E1E1;
    font-size: 10px;
    vertical-align: top;
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border: solid 1px #707476;
}

.nextprevstyle
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.todaydaystyle
{
    background-color: #C0C0C0;
    color:Black; 
    font-weight: bold;
    font-size: 10px;
    vertical-align: top;
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border: solid 1px #707476;
}
.MiniDayEvent
{
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    vertical-align: top;
    font-family: Verdana;
    padding: 0px 0px 0px 0px;
    border: solid 1px #707476;
    background-color: #EEEBD9;
}
.dayheaderstyle
{
    font-size: 12px;
    font-weight: bold;
    color: White; 
    background-color: #707476;
    height: 10px;
    border: solid 1px #707476;
}
.titlestyle
{
    font-size: 14px;
    font-weight: bold;
    background-color: #B0C1BF;
    color: White;
    height: 20px;
} 
.EventCalendar
{
    border: solid 1px #707476;
} 
/*THIS IS THE RIGHT HAND SIDE OF THE SMALL CALENDAR*/
.DailyEvents
{
    Font-Size: 8pt;
    border: solid 0px red;
    width: 400px;
}
.timelist
{
    color :#707476;
    font-size: 8pt;
    font-weight: bold;
}
.timelist A, 
.timelist A:active,
.timelist A:hover
{
    color :#707476;
    font-size: 8pt;
}
.lnkEventName
{
    color: #707476!important;
    font-weight: bold;
}

.lnkEventName A,
.lnkEventName A:active,
.lnkEventName A:hover
{
    color: #707476;
    font-weight: bold;
}

.EventLink A,
.EventLink A:active,
.EventLink A:hover
{
    color: #707476!important;
    font-weight: bold;
    text-decoration: underline;
} 
.EventLink
{
    color: #707476!important;
    font-weight: bold;
    text-decoration: underline;
} 

/*DETAILS PAGE FOR EVENTS*/
.CommandButton
{
    color: #707476!important;
    font-weight: bold;
}    
.CommandButton A,
.CommandButton A:active,
.CommandButton A:hover
{
    color: #707476!important;
    font-weight: bold;
}   

/*THIS IS THE LINK TO ADD AN EVENT*/


.eventmail 
{
    color: #707476!important;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14pt;
    font-variant: small-caps;
} 
.eventmail A,
.eventmail A:hover
{
    color: #707476!important;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14pt;
    font-variant: small-caps;
} 


.addevent,     
.addevent A,
.addevent A:active,
.addevent A:hoover,
.addevent A:visited
{
	font-size: 12pt!important;
	background-color: transparent;
	vertical-align: top;
	color: #707476!important;
	font-variant: normal!important;
}   
TR.NoScheduledEvents
{
    display: none;
    background-color: Red;
}
TR.DailyEvents
{
    display: none;
    background-color: Red;
}
TR.CurrentSelection
{
    display: none;
    background-color: Red;
}
TR.GoToDates
{
    display: none;
    background-color: Red;
}

.HomeText A,
.HomeText A:active,
.HomeText A:hover,
.HomeText A:visited,
{
    font-family: Garamond;
    color:Black;
    text-decoration: underline;
}
    