﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/
/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
    border-right: #000 1px solid;
    padding-right: 5px;
    border-top: #000 1px solid;
    padding-left: 5px;
    font-size: 10px;
    filter: alpha(opacity=80);
    padding-bottom: 5px;
    border-left: #000 1px solid;
    width: 200px;
    color: #000;
    padding-top: 5px;
    border-bottom: #000 1px solid;
    font-family: Arial;
    background-color: #ffd;
    text-align: left;
    moz-opacity: 0.8;
    z-index: 99;
}
.ThemePUR .Event
{
    table-layout: fixed;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border-right: rgb(192,0,0) 2px solid;
    border-top: rgb(192,0,0) 1px solid;
    border-left: rgb(192,0,0) 2px solid;
    border-bottom: rgb(192,0,0) 2px solid;
    white-space: normal;
}
.ThemePUR .EventTitle, .ThemePUR .EventTitle td
{
    font-weight: bold;
    font-size: 10pt;
    width: 100%;
    color: #00008B;
    height: 20px;
    text-align: center;
    background-color: rgb(192,0,0);
    font-family: Verdana;
    border-bottom: #7994cb 0px solid;
}

.ThemePUR .EventNextPrev, .ThemePUR .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemePUR .EventNextPrev a, .ThemePUR .EventNextPrev a:visited, .ThemePUR .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemePUR .EventDayHeader
{
    font-weight: bold;
    font-size: 8pt;
    height: 16px;
    background-color: silver;
    vertical-align: middle;
    font-family: Verdana;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #7994cb 1px solid;
}
/*width:14%;*/
.ThemePUR .EventDay, .ThemePUR .EventDayEvents
{
    font-size: 7pt;
    text-align: left;
    height: 100px;
    vertical-align: top;
    color: #0000ff;
    font-family: Verdana;
    background-color: #e8eef7;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemePUR .EventDay td
{
}
.ThemePUR .EventDayScroll
{
    width: 100%;
    height: 88%;
    overflow: auto;
    position: static;
    font-weight: bolder;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.ThemePUR .EventOtherMonthDay
{
    color: #808080;
    background-color: gainsboro;
}
.ThemePUR .EventWeekendDay
{
    background-color: whitesmoke;
}
.ThemePUR .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;
}
.ThemePUR .EventSelectedDay
{
    border-right: rgb(192,0,0) 2px solid;
    border-top: rgb(192,0,0) 2px solid;
    border-left: rgb(192,0,0) 2px solid;
    border-bottom: rgb(192,0,0) 2px solid;
    text-align: left;
}
.ThemePUR .EventSelector
{
    background-color: #c0c0e0;
}
.ThemePUR .EventSelector a, .ThemePUR .EventSelector a:visited, .ThemePUR .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.ThemePUR .WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border-top: rgb(192,0,0) 1px solid;
    border-right: rgb(192,0,0) 1px solid;
    border-left: rgb(192,0,0) 1px solid;
    border-bottom: rgb(192,0,0) 1px solid;
}
.ThemePUR .WeekTable table td, .ThemePUR .WeekTable table th
{
    border: 0px;
    padding: 3px;
}
.ThemePUR .WeekItem
{
    text-align: center;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #FFFFFF;
    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;
}
.ThemePUR .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;
}
.ThemePUR .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;
}
.ThemePUR .WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: black;
    height: 15%;
    text-align: center;
    background-color: silver;
    width: 11%;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemePUR .WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.ThemePUR .WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.ThemePUR .WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #e8eef7;
    border: none;
}


/* The following control the Calendar List View Style-Look */
.ThemePUR .ListTable
{
    width: 100%;
}
.ThemePUR .ListDataGrid
{
    background-color: White;
    border: rgb(192,0,0) 2px solid;
    border-top-width: 1px;
}
.ThemePUR .ListDataGrid td
{
    font-size: 7pt;
    border: 1px dotted rgb(192,0,0);
    padding: 5px;
    vertical-align: top;
}
.ThemePUR .ListDataGrid a
{
    font-size: 7pt;
}
.ThemePUR .ListAlternate
{
    background-color: WhiteSmoke;
}
.ThemePUR .ListLink
{
}

.ThemePUR .ListHeader
{
    font-weight: bold;
    color: Yellow;
    background-color: rgb(192,0,0);
    height: 15px;
    text-align: center;
    vertical-align: middle;
}

.ThemePUR .ListHeader a
{
    font-weight: bold;
    font-size: 8pt;
    color: Yellow;
}

.ThemePUR .MonthRow
{
    color: Yellow;
    background-color: rgb(192,0,0);
    height: 25px;
    text-align: left;
    vertical-align: middle;
}

.ThemePUR .MonthRow
{
	text-align: center;
}

.ThemePUR .MonthRow TD
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    padding-left: 10px;
}


.ThemePUR .ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}
.ThemePUR .ListDate
{
    width: 120px;
    text-align: left;
    padding-left: 20px !important;
}
.ThemePUR .ListTitle
{
    text-align: left;
}
.ThemePUR .ListDescription
{
}
.ThemePUR .ListDuration
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemePUR .ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 150px;
}
.ThemePUR .ListLocation
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
.ThemePUR .ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    text-align: center;
}
.ThemePUR .ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}

