﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/
/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 300px;
    filter: alpha(opacity=80);
    moz-opacity: 0.8;
    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #c3d9ff 1px solid;
    background-color: #c3d9ff;
    color:#00008B;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
    border-left: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
    background-color: #ffffff;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}
.ThemeModFixedBlue .Event
{
    table-layout: fixed;
    width: 95%;
    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;
}
.ThemeModFixedBlue .EventTitle
{
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    color: #00008B;
    height: 32px;
    text-align: center;
    background-image: url(gradient_LtBlue.jpg);
}
.ThemeModFixedBlue .EventTitle, 
.ThemeModFixedBlue .EventTitle td
{
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    color: #00008B;
    height: 32px;
    text-align: center;
    background-image: url(gradient_LtBlue.jpg);
}
.ThemeModFixedBlue .EventNextPrev, 
.ThemeModFixedBlue .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemeModFixedBlue .EventNextPrev a, 
.ThemeModFixedBlue .EventNextPrev a:visited, 
.ThemeModFixedBlue .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemeModFixedBlue .EventDayHeader
{
    font-weight: bold;
    font-size: 7pt;
    height: 16px;
    font-family: Verdana;
    background-color: silver;
    vertical-align: middle;
}
.ThemeModFixedBlue .EventDay, 
.ThemeModFixedBlue .EventDayEvents, 
.ThemeModFixedBlue .EventDay td
{
    font-size: 7pt;
    overflow: hidden;
    height: 200px;
	width:14.25%;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
}
.ThemeModFixedBlue .EventDayScroll
{
    overflow: auto;
    position: static;
	float: none;
    width: 100%;
    height: 95%;
	color: midnightblue;
}
.ThemeModFixedBlue .EventDayScroll DIV
{
	overflow: hidden;
	vertical-align:middle;
	position:static;
	float:none;
	min-height:20px;
	white-space:normal;
	margin:2px;
	padding-left: 3px;
	padding-right: 3px;
}
/*.ThemeModFixedBlue .EventDayScroll DIV A IMG
{
	float:left;
	vertical-align:middle;
}
*/
.ThemeModFixedBlue .EventDayScroll a, 
.ThemeModFixedBlue .EventDayScroll a:visited,
.ThemeModFixedBlue .EventDayScroll a:hover
{
	color:midnightblue;
}
.ThemeModFixedBlue .EventOtherMonthDay
{
    color: midnightblue;
    background-color: gainsboro;
    filter: alpha(opacity=75);
    moz-opacity: 0.75;

}
}
.ThemeModFixedBlue .EventOtherMonthDay a, 
.ThemeModFixedBlue .EventOtherMonthDay a:visited, 
.ThemeModFixedBlue .EventOtherMonthDay a:hover
{
    color: midnightblue;
}
.ThemeModFixedBlue .EventWeekendDay
{
    background-color: whitesmoke;
}
.ThemeModFixedBlue .EventTodayDay
{
    font-weight: bold;
    color: white;
    background-color: midnightblue;
}
.ThemeModFixedBlue .EventSelectedDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
	font-size: 7pt;
}
.ThemeModFixedBlue .EventSelector
{
    background-color: #c0c0e0;
}
.ThemeModFixedBlue .EventSelector a, 
.ThemeModFixedBlue .EventSelector a:visited, 
.ThemeModFixedBlue .EventSelector a:hover
{
    color: midnightblue;
}
/* The following control the Calendar Week View Style-Look */
.ThemeModFixedBlue .WeekTable table
{
    table-layout: auto;
    width: 100%;
    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;
}
.ThemeModFixedBlue .WeekTable table td, 
.ThemeModFixedBlue .WeekTable table th
{
	width:14%;
    border:0px;
    padding:0px;
}
.ThemeModFixedBlue .WeekItem
{
	width:14%;
    text-align: center;
	white-space:normal;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #FFFFFF;
    border: black 1px solid;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.ThemeModFixedBlue .WeekDay
{
    font-weight: bold;
    font-size: xx-small;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#EEEEEE' , EndColorStr= '#B0C4DE' );
    color: #7994cb;
    font-family: verdana,helvetica,arial;
    background-color: #7994cb;
    text-align: center;
    vertical-align: middle;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.ThemeModFixedBlue .WeekBackground
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #B0C4DE;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.ThemeModFixedBlue .WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: #00008B;
    height: 15%;
    text-align: center;
    background-image: url(gradient_LtBlue.jpg);
    width: 11%;
    border: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.ThemeModFixedBlue .WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.ThemeModFixedBlue .WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.ThemeModFixedBlue .WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #7994cb;
    border:none;
}
/* The following control the Calendar List View Style-Look */
.ThemeModFixedBlue .ListTable
{
    width: 100%;
}
.ThemeModFixedBlue .ListDate
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListTitle
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListHeader
{
    font-weight: bold;
    font-size: xx-small;
    background-image: url(gradient_LtBlue.jpg);
    color: #00008B;
    font-family: verdana,helvetica,arial;
    height: 32px;
    text-align: left;
   	vertical-align: middle;
}
.ThemeModFixedBlue .ListPager TD
{
	font-size: xx-small;
	font-family: verdana,helvetica,arial;
}
.ThemeModFixedBlue .ListDuration
{
    width: 60px;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
}
.ThemeModFixedBlue .ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}	
.ThemeModFixedBlue .ListLocation
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}	
.ThemeModFixedBlue .ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeModFixedBlue .ListAlternate
{
    background-color: WhiteSmoke;
}
.ThemeModFixedBlue .ListDataGrid
{
    border-style: none;
}
.ThemeModFixedBlue .ListDataGrid td
{
    border-style: none;
}
.ThemeModFixedBlue .ListEdit
{
    width: 10px;
    text-align: center;
    vertical-align: top;
}