﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/
/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 300px;

    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #717773 1px solid;
    background-color: #717773;
    color:#EFEFEF;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
    border-left: #717773 1px solid;
    border-right: #717773 1px solid;
    border-bottom: #717773 1px solid;
    background-color: #ffffff;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}
.ThemeIndexEvents .Event
{
    table-layout: fixed;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border: #000000 2px solid;
    white-space:normal;
}
.ThemeIndexEvents .EventTitle, 
.ThemeIndexEvents .EventTitle td
{
    font-weight: bold;
    font-size: 10pt;
    width: 100%;
    color: #EEE;
    height: 20px;
    text-align: center;
    background-color: #000000;
    font-family: Verdana;
    border-bottom: #7994cb 0px solid;
}

.ThemeIndexEvents .EventNextPrev, 
.ThemeIndexEvents .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #EEE;
    padding-top: 0px;
}
.ThemeIndexEvents .EventNextPrev a, 
.ThemeIndexEvents .EventNextPrev a:visited, 
.ThemeIndexEvents .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemeIndexEvents .EventDayHeader
{
    font-weight: bold;
    font-size: 8pt;
    height: 16px;
    background-color: #717773;
    vertical-align: middle;
    font-family: Verdana;
    border: #666666 1px solid;
}
/*width:14%;*/
.ThemeIndexEvents .EventDay, 
.ThemeIndexEvents .EventDayEvents
{
    font-size: 7pt;
    text-align: left;
    height: 100px;
    vertical-align: top;
    color: #000000;
    font-family: Verdana;
    background-color: #e8eef7;
    border: #999999 1px solid;}
.ThemeIndexEvents .EventDay td
{
}
.ThemeIndexEvents .EventDayScroll
{
    width: 100%;
    height: 88%;
    overflow: auto;
    position: static;
    font-weight: bolder;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.ThemeIndexEvents .EventOtherMonthDay
{
    color: #808080;
    background-color: gainsboro;
}
.ThemeIndexEvents .EventWeekendDay
{
    background-color: whitesmoke;
}
.ThemeIndexEvents .EventTodayDay
{
    font-weight: bold;
    color: #0000ff;
    background-color: darkgray;
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
}
.ThemeIndexEvents .EventSelectedDay
{
    border: #89b8d4 2px solid;
    text-align: left;
    font-size: 7pt;
}
.ThemeIndexEvents .EventSelector
{
    background-color: #c0c0e0;
}
.ThemeIndexEvents .EventSelector a, 
.ThemeIndexEvents .EventSelector a:visited, 
.ThemeIndexEvents .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.ThemeIndexEvents .WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border: #717773 1px solid;
}
.ThemeIndexEvents .WeekTable table td, 
.ThemeIndexEvents .WeekTable table th
{
    border:0px;
    padding:3px;
}
.ThemeIndexEvents .WeekItem
{
    text-align: center;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #EEEEEE;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#FFFFFF' , EndColorStr= '#CCCCCC' );
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeIndexEvents .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: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeIndexEvents .WeekBackground
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #fff;
    border-right: #a2bbdd 1px dotted;
    border-top: #a2bbdd 1px dotted;
    border-left: #a2bbdd 1px dotted;
    border-bottom: #a2bbdd 1px dotted;
}
.ThemeIndexEvents .WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: #FFF;
    height: 15%;
    text-align: center;
    background-color: #717773;
    width: 11%;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeIndexEvents .WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #000000;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.ThemeIndexEvents .WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
.ThemeIndexEvents .WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #e8eef7;
    border:none;
    color:#015976;
}
/* The following control the Calendar List View Style-Look */
.ThemeIndexEvents .ListTable
{
    width: 100%;
}
.ThemeIndexEvents .ListDate
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.ThemeIndexEvents .ListTitle
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeIndexEvents .ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeIndexEvents .ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeIndexEvents .ListHeader
{
    font-size:8pt;
    font-weight: bold;
    color: #FFF;
    background-color: #717773;
    font-family: verdana,helvetica,arial;
    height: 32px;
    text-align: left;
    vertical-align: middle;
}

th.ListHeader  a:link {
    color:#FFF;
    text-decoration:underline;
}
.ThemeIndexEvents .ListDuration
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemeIndexEvents .ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeIndexEvents .ListLocation
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeIndexEvents .ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeIndexEvents .ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeIndexEvents .ListAlternate
{
    background-color: #EEE;
}
.ThemeIndexEvents .ListDataGrid
{
    border: #717773 2px solid;
    background-color: #FFF;
}
.ThemeIndexEvents .ListDataGrid td
{
    border-style: dotted;
    border-width: 1px;
    border-color: #a2bbdd;
}
.ThemeIndexEvents .ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}