	/* ================================
    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: #fafafa;
	text-align: left;
	moz-opacity: 0.8;
}

.Eventtooltipheader, 
.Eventtooltipbody
{
    width: 300px;
    filter: alpha(opacity=95);
    moz-opacity: 0.95;
    z-index: 99;
    font-size: 10px;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #212c44 1px solid;
    background-color: #212c44;
    color:#fff;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
    max-height:250px;
    overflow:hidden;
    border-left: #212c44 1px solid;
    border-right: #212c44 1px solid;
    border-bottom: #212c44 1px solid;
    background-color: #ffffff;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}

.Eventtooltip .Normal,
.Eventtooltip p
{
   color: #fff;
   font-size:8px;
}

.Event
{
    table-layout: fixed;
    width: 95%;
    font-size: 7pt;
    color: black;
    font-family: Helvetica, Arial, Sans;
    text-align: center;
    border-right: #CCC 1px solid;
    border-top: #CCC 1px solid;
    border-left: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.EventTitle
{
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    color: #CCC !important;
    height: 32px !important;
    text-align: center;
    background-image: url(gradient_LtBlue.jpg);
}

.EventTitle, .EventTitle td
{
    font-weight: bold;
    font-family: Helvetica, Arial, Sans;
    font-size: 18px;
    width: 100%;
    color: #444 !important;
    height: 32px !important;
    text-align: center;
    background-color:#FFF;
}

/* 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: #000 !important;
    padding-top: 11px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: #000 !important;
    padding-top: 0px;
}

.EventDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    height: 16px;
    font-family: Helvetica, Arial, Sans;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #FFF;
    vertical-align: middle;
}

/*width:14%;*/
.EventDay, .EventDay td
{
    font-size: 8pt;
    padding-left: 2px;
    overflow: hidden;
    height: 100px;
    text-align: left;
    vertical-align: top;
    color: #333 !important;
    background-color: #FFF;
    font-family: Verdana;
}

.EventDay a:link, .EventDay a:visited, .EventDay a:hover, .EventDay a:active
{
    font-size: 9px;
    font-weight: normal;
}

.EventDayScroll
{
    overflow: visible;
    position: static;
    width: 108px;
    height: 100%;
}

.EventOtherMonthDay
{
    color: #CCC;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
}

.EventOtherMonthDay td
{
   color: #CCC;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
    color: #CCC;
}

.EventWeekendDay
{
    background-color: #FBFBFB;
}

.EventTodayDay
{
    font-weight: bold;
    color: #333 !important;
    background-color: #fff;
}
/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
    border-right: #6981AD 1px solid;
    border-top: #6981AD 1px solid;
    border-left: #6981AD 1px solid;
    border-bottom: #6981AD 1px solid;
    background-color: #E6ECF7;
    z-index:1000;
}
.EventSelector
{
    background-color: #c0c0e0;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}

/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding:0px;
}
.WeekItem
{
    text-align: center;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #FFFFFF;
    font-weight: normal;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.WeekDay
{
    font-weight: bold;
    font-size: xx-small;
    color: #7994cb;
    font-family: verdana,helvetica,arial;
    background-color: #7994cb;
    text-align: center;
    vertical-align: middle;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.WeekBackground
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #B0C4DE;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: #00008B;
    height: 15%;
    text-align: center;
    background-image: url(gradient_LtBlue.jpg);
    width: 11%;
    border-right: transparent 1px solid;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-bottom: transparent 1px solid;
}
.WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #7994cb;
    border:none!important;
}
/* The following control the Calendar List View Style-Look */
.ListTable
{
    width: 100%;
}
.ListDate
{
    font-size: 11px;
    font-family: Arial, Helvetica;
    text-align: left;
    vertical-align: middle;
}
.ListTitle
{
    font:bold 12.5px Arial,Helvetica;
    color:#5670A0;
    text-align: left;
    vertical-align: middle;
}
.ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListHeader
{
    font-weight: bold;
    font-size: xx-small;
    background-image: url(gradient_LtBlue.jpg);
    color: #00008B !important;
    font-family: verdana,helvetica,arial;
    height: 32px;
    text-align: left;
}
.ListDuration
{
    width: 60px;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
}
.ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}	
.ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListAlternate
{
    background-color: #f4f4f4;
}
.ListDataGrid
{
    border-style: none;
}
.ListDataGrid td
{
    border:5px solid #fff;
}
.ListEdit
{
    width: 10px;
    text-align: center;
    vertical-align: top;
}
