﻿/* ================================
    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: #0059bf 1px solid;
    background-color: #0059bf;
    color:#FFFFFF; 
    /* color:#00008B; */
    font-weight:bold;
    font-size: 11px;
}

.Eventtooltipbody {
    border-left: #0059bf 1px solid;
    border-right: #0059bf 1px solid;
    border-bottom: #0059bf 1px solid;
    background-color: #ffffff;
}

.Eventtooltipbody hr {
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}

.ThemeEvents .WeekHeader {
    margin-top: 10px;
    padding-top: 10px;
}

.ThemeEvents .Event {
    margin-top: 10px;
    table-layout: fixed;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    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;
}
.ThemeEvents .EventTitle, 
.ThemeEvents .EventTitle td {
    font-weight: bold;
    font-size: 10pt;
    width: 100%;
    color: #000000;
    height: 20px;
    text-align: center;
    background-color:#e3efff;
    /*
    color: #00008B;
    background-color: #c3d9ff; */
    font-family: Verdana;
    border-bottom: #7994cb 0px solid;
}

.ThemeEvents .EventNextPrev, 
.ThemeEvents .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    /* color: #00008B; */
    color: #000000;
    padding-top: 0px;
}
.ThemeEvents .EventNextPrev a, 
.ThemeEvents .EventNextPrev a:visited, 
.ThemeEvents .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    /* color: #00008B; */
    color: #000000;
    padding-top: 0px;
}
.ThemeEvents .EventDayHeader {
    font-weight: bold;
    font-size: 8pt;
    height: 16px;
    background-color: #a2bbdd; 

    /* background-color: silver; */
    vertical-align: middle;
    font-family: Verdana;
color: #000000;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #7994cb 1px solid;
}

.ThemeEvents .EventDay, 
.ThemeEvents .EventDayEvents {
    font-size: 7pt;
    text-align: left;
    height: 100px;
    vertical-align: top;
    color: #000000;
    font-weight: bold;
    /* color: #0000ff; 
    background-color: #e8eef7; */
    font-family: Verdana;
    background-color:#e3efff;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}

.ThemeEvents .EventDay td{
}

.ThemeEvents .EventDayScroll,
.ThemeEvents .EventDayScroll a:link, 
.ThemeEvents .EventDayScroll a:visited, 
.ThemeEvents .EventDayScroll a:hover {
    width: 100%;
    height: 100%;
    /* height: 88%;*/
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    overflow: auto;
    position: static;
    font-weight: bold;
    color: #0059bf;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80); 
}

.ThemeEvents .EventOtherMonthDay {
    color: #808080;
    background-color: #DCDCDC;
}

.ThemeEvents .EventWeekendDay {
    background-color: #F5F5F5;
}

.ThemeEvents .EventTodayDay
{
    font-weight: bold;
    color: #0000ff;
    background-color: #A9A9A9;
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
}
.ThemeEvents .EventSelectedDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    text-align: left;
    font-size: 7pt;
}
.ThemeEvents .EventSelector
{
    background-color: #c0c0e0;
}
.ThemeEvents .EventSelector a, 
.ThemeEvents .EventSelector a:visited, 
.ThemeEvents .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.ThemeEvents .WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border-top: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-left: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
}
.ThemeEvents .WeekTable table td, 
.ThemeEvents .WeekTable table th
{
    border:0px;
    padding:3px;
}
.ThemeEvents .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;
}
.ThemeEvents .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;
}
.ThemeEvents .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;
}
.ThemeEvents .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;
}
.ThemeEvents .WeekOfTitle {
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #000000;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.ThemeEvents .WeekNextPrev {
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 12px;
    width: 100%;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
.ThemeEvents .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 */
.ThemeEvents .ListTable
{
    width: 100%;
}
.ThemeEvents .ListDate
{
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.ThemeEvents .ListTitle {
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    text-align: left;
    vertical-align: top;
    color: #0059bf;
}
.ThemeEvents .ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeEvents .ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeEvents .ListHeader {
    font-size: 12px;
    font-weight: bold; 
    color: #000000;
    padding-left: 6px;
    height: 30px;
    background-image: url(header_bg.gif);
    font-family: arial, verdana, helvetica;
    text-align: left;
    vertical-align: middle;
}

.ThemeEvents .ListHeader a:link, .ThemeEvents .ListHeader a:visited, .ThemeEvents .ListHeader A.ListHeadera:active
{
    font-size: 12px;
    font-weight: bold; 
    color: #000000;
    padding-left: 6px;
    height: 30px;
    background-image: #FFF url(header_bg.gif);
    font-family: arial, verdana, helvetica;
    text-align: left;
    vertical-align: middle;
}


.ThemeEvents .ListHeader a:hover {			
    font-weight: bold;
    font-size: 12px;	
    color: #D12421;
    text-decoration:underline;		
}




.ThemeEvents .ListDuration
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemeEvents .ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeEvents .ListLocation
{
    font-size: 8pt;
    font-family: Arial, Verdana, Helvetica;
    text-align: left;
    vertical-align: top;
    width: 130px;
}
.ThemeEvents .ListLocation a:link,
.ThemeEvents .ListLocation a:visited, 
.ThemeEvents .ListLocation a:active
{
    color: #0059bf;
}


.ThemeEvents .ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeEvents .ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeEvents .ListAlternate
{
    background-color: #F5F5F5;
}
.ThemeEvents .ListDataGrid
{
    border-right: #bdbdbd 1px solid;
    border-top: #bdbdbd 1px solid;
    border-left: #bdbdbd 1px solid;
    border-bottom: #bdbdbd 1px solid;
    background-color: #FFFFFF;
    vertical-align: middle;
    padding-left: 5px;
}

.ThemeEvents .ListDataGrid td
{
    border: #bdbdbd 1px solid;
    height: 25px;
    vertical-align: middle;
    padding-left: 5px;
}
.ThemeEvents .ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}