/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerHeader_White {
	background-image: url('WhiteHeaderContainerBackground.jpg');
	
}

.containerHeader_Dark {
	 background-image: url('DarkHeaderContainerBackground.jpg');	 
	
}
.containerrow_Blue {
	
	 background-color: #80B1DA;
}
.containerrow_white {
	
	 background-color: #FFFFFF;
}

.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;
	font-size: 7pt; 
	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;
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}



/* Style For Module Event */

/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */

.Eventtooltip
{
	border-right: #5A6D94 1px solid;
	padding-right: 5px;
	border-top: #5A6D94 1px solid;
	padding-left: 5px;
	font-size: 8pt;
	font-color: white;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #5A6D94 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #5A6D94 1px solid;
	font-family: Imprint MT Shadow;
	background-color: #5A6D94;
	text-align: left;
	moz-opacity: 0.8;
	z-index:99;
}
	 
.Event
{
	table-layout: fixed;
	font-size: 8pt;
	font-color: white;
	font-family: Tahoma;
	text-align: center;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
}

.EventTitle {
	font-weight: bold;
	font-size: 8pt;
	font-color: white;
	width: 100%;
	color: white !important;

	text-align: center;
	background-image: url('DarkHeaderContainerBackgroundEvent.jpg');
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 8pt;
	font-color: white;
	width: 100%;
	color: white !important;
	
	text-align: center;
	background-image: url('DarkHeaderContainerBackgroundEvent.jpg');
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	font-color: white;
	padding-bottom: 0px;
	color: white !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	font-color: white;
	padding-bottom: 0px;
	color: white !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;	
	font-size: 7pt;
	font-color: white;
	
	font-family: Tahoma;
	vertical-align: middle;
}
	/*width:14%;*/

.EventDay, .EventDay td
{
	font-size: 7pt;
	font-color: #5A6D94;
    overflow: hidden;
    width: 100px;
   
    text-align: left;
    vertical-align: top;
	color: #5A6D94 !important;
	font-family: Tahoma;
	
}
.EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	
}

.EventOtherMonthDay
{
	color: white;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: white;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: white !important;
	background-color: #5A6D94;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #5A6D94 1px solid ;
	border-top: #5A6D94 1px solid;
	border-left: #5A6D94 1px solid;
	border-bottom: #5A6D94 1px solid;
}

.EventSelector
{
	background-color: #5A6D94;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover 
{
	color: #5A6D94;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	font-color: white;
	font-family: Tahoma;
	text-align: center;
	border-right: #5A6D94 1px solid; 
	border-top: #5A6D94 1px solid; 
	border-left: #5A6D94 1px solid; 
	border-bottom: #5A6D94 1px solid; 
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,Tahoma;
	font-color: white;
	font-size: xx-small;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,Tahoma;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: verdana,helvetica,Tahoma;
	font-size: xx-small;
	width: 100%;
	color: #5A6D94;

	text-align: center;
	background-image: url('DarkHeaderContainerBackgroundEvent.jpg');
}

.WeekRangeheader 
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,Tahoma;
	font-size: xx-small;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}
.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,Tahoma;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,Tahoma;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,Tahoma;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,Tahoma;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url('DarkHeaderContainerBackgroundEvent.jpg');
	color: black !important;
	font-family: verdana,helvetica,Tahoma;
	
	text-align: left
}

.test
{
}
