/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader,.Eventtooltipbody {
width:300px;
z-index:99;
font-size:10px;
font-family:Arial;
padding:5px
}

.Eventtooltipheader {
border:#98C252 1px solid;
background-color:#98C252;
color:#ffffff;
font-weight:700;
font-size:13px
}

.Eventtooltipbody {
border-left:#98C252 1px solid;
border-right:#98C252 1px solid;
border-bottom:#98C252 1px solid;
background-color:#fff
}

.Eventtooltipbody hr {
width:100%;
color:#98C252;
background-color:#98C252;
height:1px;
border:0
}
	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	width:100%
}

.EventTitle
{
	font-weight: bold;
	font-size: 7pt;
	background-color: #98C252;
	width: 100%;
	color: #FFFFFF !important;
	text-align: center;
	height: 32px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 7pt;
	width: 100%;
	color: #FFFFFF !important;
	text-align: center;
	background-color: #98C252;
	height: 32px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a, .EventNextPrev a:link, .EventNextPrev a:visited
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	padding-bottom: 0px;
	color: white !important;
	padding-top: 3px;
}

.EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	padding-bottom: 0px;
	color: white !important;
	padding-top: 0px;
	text-decoration: none;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	vertical-align: middle;
	color: #777777;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	width: 14%;
	color: #777777 !important;
	font-family: Tahoma, Arial;
	height: 14%;
	padding: 3px 5px 3px 5px;
}
.EventDay a, .EventDay a:visited, .EventDay a:hover {
	font-size: 7pt;
	color: #333333 !important;
	font-family: Tahoma, Arial;
}

.EventDayEvents, .EventDayEvents td
{
	font-size: 7pt;
	width: 14%;
	height: 14%;
	padding: 3px 5px 3px 5px;
}
.EventDayEvents a,
.EventDayEvents a:visited,
.EventDayEvents a:hover
{
	font-size: 7pt;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
}


.EventWeekendDay
{
}


.EventTodayDay
{
	font-weight: bold;
	color: #819301 !important;
	background-color: #e6f3ad !important;
}

.EventSelectedDay
{
	border-right: #98c252 2px solid ;
	border-top: #98c252 2px solid;
	border-left: #98c252 2px solid;
	border-bottom: #98c252 2px solid;
	color: red !important;
	padding: 3px 5px 3px 5px;

}
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: red !important;
}

.EventSelector
{
	background-color: #CCCCCC;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #333333;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}
.WeekTable table td, .WeekTable table th
{
	border:0px;
	padding:0px;
}
.weekDay
{
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.WeekItem 
{
	text-align: center;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #FFFFFF;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
        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;
	background-color: gainsboro;
	font-size: xx-small;
        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: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Small.jpg);
        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: black;
	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: black;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #E5DFDF;
	border:none!important;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}
.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}


.ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.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: 8pt;
	background-color: #98C252;
	text-align: left;
	color: #FFFFFF !important;
	font-family: verdana,helvetica,arial;
	height: 22px;
}


.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: WhiteSmoke;
}
.ListDataGrid
{
    	border-style: none;
}
.ListDataGrid td
{
    	border-style: none;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}
