/*================================
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;
	position:absolute;
}
.Eventtooltipheader
{
	border: 1px solid #C3D9FF;
	background-color: #C3D9FF;
	color: #1E29B7;
	font-weight: bold;
	font-size: 11px;
	padding-top:7px;
	top:-40px;
	height:26px;
}
.Eventtooltipbody
{
	border-left: 1px solid #C3D9FF;
	border-right: 1px solid #C3D9FF;
	border-bottom: 1px solid #C3D9FF;
	background-color: #FFFFFF;
}
.Eventtooltipbody HR
{
	width: 100%;
	color: #C3D9FF;
	background-color: #C3D9FF;
	height: 1px;
	border: 0;
}
.ThemeFixedBlue .Event
{
	table-layout: fixed;
	width: 95%;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	border-right: 1px solid #6699C4;
	border-top: 1px solid #6699C4;
	border-left: 1px solid #6699C4;
	border-bottom: 1px solid #6699C4;
}
.ThemeFixedBlue .EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #1E29B7;
	height: 32px;
	text-align: center;
	background-image: url(gradient_LtBlue.jpg);
}
.ThemeFixedBlue .EventTitle, .ThemeFixedBlue .EventTitle TD
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #DF1A23;
	height: 32px;
	text-align: center;
	background-image: url(gradient_LtBlue.jpg);
}
.ThemeFixedBlue .EventNextPrev, .ThemeFixedBlue .EventNextPrev A:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #1E29B7;
	padding-top: 0px;
}
.ThemeFixedBlue .EventNextPrev A, .ThemeFixedBlue .EventNextPrev A:visited, .ThemeFixedBlue .EventNextPrev A:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000;
	padding-top: 0px;
}
.ThemeFixedBlue .EventDayHeader
{
	font-weight: bold;
	font-size: 9pt;
	height: 16px;
	font-family: Verdana;
	background-color: #B6CEE3;
	vertical-align: middle;
	color: #386C9C;
}
/*width:14%;*/
.ThemeFixedBlue .EventDay, .ThemeFixedBlue .EventDayEvents, .ThemeFixedBlue .EventDay TD
{
	font-size: 9pt;
	overflow: hidden;
	height: 100px;
	text-align: left;
	vertical-align: top;
	color: #DF1A23;
	font-family: Verdana;
}
.ThemeFixedBlue .EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	height: 88%;
}
.ThemeFixedBlue .EventOtherMonthDay
{
	color: #808080;
	background-color: #E2F3CA;
}
.ThemeFixedBlue .EventOtherMonthDay A, .ThemeFixedBlue .EventOtherMonthDay A:visited, .ThemeFixedBlue .EventOtherMonthDay A:hover
{
	color: #8080C0;
}
.ThemeFixedBlue .EventWeekendDay
{
	background-color: #F3FAEA;
}
.ThemeFixedBlue .EventTodayDay
{
	font-weight: bold;
	color: #990000;
	background-color: #C6E796;
}
.ThemeFixedBlue .EventSelectedDay
{
	border-right: 2px solid #DF1A23;
	border-top: 2px solid #DF1A23;
	border-left: 2px solid #DF1A23;
	border-bottom: 2px solid #DF1A23;
	font-size: 9pt;
}
.ThemeFixedBlue .EventSelector
{
	background-color: #C0C0E0;
}
.ThemeFixedBlue .EventSelector A, .ThemeFixedBlue .EventSelector A:visited, .ThemeFixedBlue .EventSelector A:hover
{
	color: #0000FF;
	text-decoration: none;
}
/*The following control the Calendar Week View Style-Look*/
.ThemeFixedBlue .WeekTable TABLE
{
	table-layout: auto;
	width: 100%;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	border-right: 1px solid #6699C4;
	border-top: 1px solid #6699C4;
	border-left: 1px solid #6699C4;
	border-bottom: 1px solid #6699C4;
}
.ThemeFixedBlue .WeekTable TABLE TD, .ThemeFixedBlue .WeekTable TABLE TH
{
	border: 0px solid #000000;
	padding: 0px;
}
.ThemeFixedBlue .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: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ThemeFixedBlue .WeekDay
{
	font-weight: bold;
	font-size: xx-small;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#EEEEEE' , EndColorStr= '#B0C4DE' );
	color: #6699C4;
	font-family: verdana, helvetica, arial;
	background-color: #6699C4;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ThemeFixedBlue .WeekBackground
{
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #B0C4DE;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ThemeFixedBlue .WeekTitle
{
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	color: #1E29B7;
	height: 15%;
	text-align: center;
	background-image: url(gradient_LtBlue.jpg);
	width: 11%;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.ThemeFixedBlue .WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: #1E29B7;
	font-family: verdana, helvetica, arial;
	text-align: center;
	vertical-align: middle;
}
.ThemeFixedBlue .WeekNextPrev
{
	font-weight: bold;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	width: 100%;
	color: #1E29B7;
	text-align: center;
	vertical-align: middle;
}
.ThemeFixedBlue .WeekRangeheader
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #6699C4;
	border: none;
}
/*The following control the Calendar List View Style-Look*/
.ThemeFixedBlue .ListTable
{
	width: 100%;
}
.ThemeFixedBlue .ListDate
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListTitle
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListDescription
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
	line-height: 0.5;
}
.ThemeFixedBlue .ListLink
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_LtBlue.jpg);
	color: #1E29B7;
	font-family: verdana, helvetica, arial;
	height: 32px;
	text-align: left;
	vertical-align: middle;
}
.ThemeFixedBlue .ListPager TD
{
	font-size: xx-small;
	font-family: verdana, helvetica, arial;
}
.ThemeFixedBlue .ListDuration
{
	width: 60px;
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: center;
	vertical-align: top;
}
.ThemeFixedBlue .ListCategory
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListLocation
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListCustomField1
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListCustomField2
{
	font-size: 7pt;
	font-family: verdana, helvetica, arial;
	text-align: left;
	vertical-align: top;
}
.ThemeFixedBlue .ListAlternate
{
	background-color: #F5F5F5;
}
.ThemeFixedBlue .ListDataGrid
{
	border-style: none;
}
.ThemeFixedBlue .ListDataGrid TD
{
	border-style: none;
}
.ThemeFixedBlue .ListEdit
{
	width: 10px;
	text-align: center;
	vertical-align: top;
}
.ThemeFixedBlue .ListDescription H1 FONT
{
	color: #777777;
}

