﻿/* ================================
    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;
}
.ThemeIROEvents .Event
{
    table-layout: fixed;
    width: 100%;
    font-size: 10pt;
    color: black;
    font-family: arial,helvetica;
    text-align: center;
    border-right: #c3d9ff 2px solid;
    border-top: #c3d9ff 1px solid;
    border-left: #c3d9ff 2px solid;
    border-bottom: #c3d9ff 2px solid;
    white-space:normal;
}
.ThemeIROEvents .EventTitle, 
.ThemeIROEvents .EventTitle td
{
    font-weight: bold;
    font-size: 10pt;
    width: 100%;
    color: #00008B;
    height: 20px;
    text-align: center;
    background-color: #c3d9ff;
    font-family: arial,helvetica;
    border-bottom: #7994cb 0px solid;
}

.ThemeIROEvents .EventNextPrev, 
.ThemeIROEvents .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 10pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemeIROEvents .EventNextPrev a, 
.ThemeIROEvents .EventNextPrev a:visited, 
.ThemeIROEvents .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 10pt;
    padding-bottom: 0px;
    color: #00008B;
    padding-top: 0px;
}
.ThemeIROEvents .EventDayHeader
{
    font-weight: bold;
    font-size: 8pt;
    height: 16px;
    background-color: silver;
    vertical-align: middle;
    font-family: arial,helvetica;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #7994cb 1px solid;
}
/*width:14%;*/
.ThemeIROEvents .EventDay, 
.ThemeIROEvents .EventDayEvents
{
    font-size: 10pt;
    text-align: left;
    height: 100%;
    vertical-align: top;
    color: #0000ff;
    font-family: arial,helvetica;
    background-color: #e8eef7;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;}
.ThemeIROEvents .EventDay td
{
}
.ThemeIROEvents .EventDayScroll
{
    width: 100%;
    height: 88%;
    overflow: auto;
    position: static;
    font-weight: bolder;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.ThemeIROEvents .EventOtherMonthDay
{
    color: #808080;
    background-color: gainsboro;
}
.ThemeIROEvents .EventWeekendDay
{
    background-color: whitesmoke;
}
.ThemeIROEvents .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;
}
.ThemeIROEvents .EventSelectedDay
{
    font-size: 10pt;
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    text-align: left;
}
.ThemeIROEvents .EventSelector
{
    background-color: #c0c0e0;
}
.ThemeIROEvents .EventSelector a, 
.ThemeIROEvents .EventSelector a:visited, 
.ThemeIROEvents .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.ThemeIROEvents .WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: arial,helvetica;
    text-align: center;
    border-top: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-left: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
}
.ThemeIROEvents .WeekTable table td, 
.ThemeIROEvents .WeekTable table th
{
    border:0px;
    padding:3px;
}
.ThemeIROEvents .WeekItem
{
    text-align: center;
    font-family: arial,helvetica;
    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;
}
.ThemeIROEvents .WeekDay
{
    font-weight: bold;
    font-size: xx-small;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#EEEEEE' , EndColorStr= '#B0C4DE' );
    color: #7994cb;
    font-family: arial,helvetica;
    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;
}
.ThemeIROEvents .WeekBackground
{
    font-family: arial,helvetica;
    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;
}
.ThemeIROEvents .WeekTitle
{
    font-family: arial,helvetica;
    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;
}
.ThemeIROEvents .WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: arial,helvetica;
    text-align: center;
    vertical-align: middle;
}
.ThemeIROEvents .WeekNextPrev
{
    font-weight: bold;
    font-family: arial,helvetica;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.ThemeIROEvents .WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: arial,helvetica;
    font-size: xx-small;
    background-color: #e8eef7;
    border:none;
}
/* The following control the Calendar List View Style-Look */
.ThemeIROEvents .ListTable
{
    width: 100%;
}
.ThemeIROEvents .ListDate
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.ThemeIROEvents .ListTitle
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
}
.ThemeIROEvents .ListDescription
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
}
.ThemeIROEvents .ListLink
{
    font-weight: bold;
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
}
.ThemeIROEvents .ListHeader
{
    font-size:8pt;
    font-weight: bold;
    color: black;
    background-color: #c3d9ff;
    font-family: arial,helvetica;
    height: 32px;
    text-align: left;
    vertical-align: middle;
}
.ThemeIROEvents .ListDuration
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemeIROEvents .ListCategory
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeIROEvents .ListLocation
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeIROEvents .ListCustomField1
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
}
.ThemeIROEvents .ListCustomField2
{
    font-size: 10pt;
    font-family: arial,helvetica;
    text-align: left;
    vertical-align: top;
}
.ThemeIROEvents .ListAlternate
{
    background-color: WhiteSmoke;
}
.ThemeIROEvents .ListDataGrid
{
    border-right: #c3d9ff 2px solid;
    border-top: #c3d9ff 1px solid;
    border-left: #c3d9ff 2px solid;
    border-bottom: #c3d9ff 2px solid;
    background-color: #e8eef7;
}
.ThemeIROEvents .ListDataGrid td
{
    border-style: dotted;
    border-width: 1px;
    border-color: #a2bbdd;
}
.ThemeIROEvents .ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}