/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.MenuTitle
{
	color: #0066cc;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	line-height: 12pt;
	margin:0px;
	text-align: center;
	font-family: Garamond;
}
.MenuCell
{
	border-bottom: 1px dotted #66ccff;
	border-top: 1px dotted #66ccff;
}
.ContentCell
{
padding-top: 0px;
}




/*MENU ITEMS FOR CONTAINERS*/

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


 /* ================================
    CSS STYLES FOR THE WARM PLACE Calendar Module
   ================================
*/
    
/*THIS IS THE POPOUT WINDOW */
/*
.Eventtooltip  
{
	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;	
	
}*/

/*THIS IS THE M-F OF THIS MONTH */	 
/*THIS IS DONE*/
.Event 
{	
	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: white!important;	
	height: 100%;
}




.EventDay,
.EventDay A:link,
.EventDay A:hover
{
	/* This style is for the event day cells in the table */
	/*width: 400px;*/
	text-align: right;
	padding-right: 3px;
	font-size: 7pt;
	font-family: Verdana;
    font-weight: normal;
}
.EventDay
{
	border: solid 1px #707476;
}


/*THESE ARE BOTH THE EXTRA DAYS IN THE MONTH */
.EventOtherMonthDay, .EventOtherMonthDay td
{
	background-color: #B0C1BF;
	text-align: right;
	padding-right: 3px;
	border: solid 1px #707476;
	height: 10px!important;
}
/*THESE ARE THE TOP PORTION OF THE EXTRAS DAYS IN THE MONTH*/
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover, .EventOtherMonthDay a:active
{
	background-color: #B0C1BF;
	display:block;
}

/*THIS IS THE TOP TITLE BAR
.EventTitle
{
	font-weight: bold;
	font-size: 13pt;
	color: White!important;
	text-align: center;
	background-color: transparent;
}*/

/*THIS IS THE TOP TITLE CELLS*/
.EventTitle1 td
{

	font-size: 18pt;
	color: #ff9933;
	text-align: center;
    font-weight: bold;
    font-family: Book Antiqua;
    font-style: italic;
     
}


/*THIS IS THE NEXT AND PREVIOUS MONTHS LINKS*/

.EventNextPrev1, 
.EventNextPrev1 a:link,
.EventNextPrev1 a:hover,
.EventNextPrev1 a:visited
{
	font-size: 16px;
	color: #396EB1;
	font-style: normal;
	vertical-align: middle;
    font-weight: bold;
    font-family: Book Antiqua;
    font-style: italic;
    text-decoration: none;
}


/*WEEK HEADER BAR WITH THE DAYS*/
/*THIS IS DONE*/
.EventDayHeader
{
	color: white;
	font-size: 16px;
	font-family: Garamond;
	font-variant: small-caps;
	height:15px!important;
	vertical-align: bottom;
    background-color: #0066cc!important;

}

/*THESE ARE FOR THE WEEKEND DAYS*/
/*THIS IS DONE*/
.EventWeekendDay
{
	background-color: #FFFFFF!important;
	border: solid 1px #707476;
	text-align: right;
	padding-right: 3px;
}



/*TODAYS DAY BOX*/

.EventTodayDay
{	
	border: solid 1px #707476;
	background-color: #B0C1BF;	
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

.EventTodayDay A, .EventTodayDay A:visited, .EventTodayDay A:hover
{
	font-weight: bold!important;
}



/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	/*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
{	
	/*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;

}

/*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;
}




