﻿









/* ================================
    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:5px
}

.Eventtooltipheader {
border:#e5dfdf 1px solid;
background-color:#e5dfdf;
color:#000;
font-weight:700;
font-size:11px
}

.Eventtooltipbody {
border-left:#e5dfdf 1px solid;
border-right:#e5dfdf 1px solid;
border-bottom:#e5dfdf 1px solid;
background-color:#fff
}

.Eventtooltipbody hr {
width:100%;
color:#e5dfdf;
background-color:#e5dfdf;
height:1px;
border:0
}

.Event /* Days header... Sun MOn... ect. */
{
    table-layout: fixed;
    width: 100%;
    font-size: 7pt;
    color: #ffffff;
    font-family: Verdana;
    text-align: center;
    border-right: #00008B 2px solid;
    border-top: #00008B 1px solid;
    border-left: #00008B 2px solid;
    border-bottom: #00008B 2px solid;
}
.EventTitle, .EventTitle td
{
    font-weight: bold;
    font-size: 12pt;
    width: 100%;
    color: #ffffff !important;
    height: 40px !important;
    text-align: center;
    background-color: #00008B;
    font-family: Verdana;
    border-bottom: #7994cb 0px solid;
}
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #ffffff !important;
    padding-top: 0px;
}
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #ffffff !important;
    padding-top: 0px;
}
.EventDayHeader
{
    font-weight: bold;
    font-size: 8pt;
    height: 16px;
    background-color: silver;
    vertical-align: middle;
    font-family: Verdana;
    border-right: #7272b5 1px solid;
    border-top: #7272b5 1px solid;
    border-left: #7272b5 1px solid;
    border-bottom: #7272b5 1px solid;
}
/*width:14%;*/
.EventDay, .EventDayEvents
{
    font-size: 8pt;
    text-align: left;
    height: 100px;
    vertical-align: top;
    color: #0000ff !important;
    font-family: Verdana;
    background-color: #e8eef7;
    border-right: #7272b5 1px solid;
    border-top: #7272b5 1px solid;
    border-left: #7272b5 1px solid;
    border-bottom: #7272b5 1px solid;}
.EventDay td
{
}
.EventDayScroll
{
    width: 100%;
    height: 100%;
    font-weight: bolder;
   font-size: 8pt;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.EventOtherMonthDay
{
    color: #808080;
    background-color: gainsboro;
}
.EventWeekendDay
{
    background-color: whitesmoke;
}
.EventTodayDay
{
    font-weight: bold;
    color: #ffffff !important;
    background-color: darkgray;
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
}
/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    text-align: left;
}
.EventSelector
{
    background-color: #c0c0e0;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}

.EventDay a { 
color: #222222 !important;
font-size: 10px !important;
font-weight: 700;
}
.EventDay a:hover { 
color: #222222 !important;
font-size: 10px !important;
font-weight: 700;
}

