/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border-right: #000 1px solid;
	font-size: 10px;
	border-top: #000 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	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: #ffd;
	text-align: right;
	
}
	 
.Event
{
	table-layout: fixed;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #d2d3cf;
	height: 50px;
	width: 160px;
	
}

.EventTitle
{
	
	font-weight: bold;
	font-size: 7pt;
	color: black !important;
	text-align: center;
	
}
/* month and year */
.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 7pt;
	width: 100%;
	color: white !important;
	text-align: center;
	background-color:#365347;
	height: 32px !important;
	
}

.eventCalendar{ position:relative; bottom:10px;}
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	font-weight:bold;
	padding-bottom: 0px;
	color: white !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	padding-bottom: 0px;
	color: #6991d8 !important;
	padding-top: 0px;
}

.EventDayHeader
{
	color:White !important;
	padding:1px;
	font-size:8pt;
	font-family: Arial;
	color:White;
	background-color:#5e907c;
	text-align:center;
	
}

.EventDayHeader tr
{ 
}

.EventDay, .EventDay td
{
	font-size: 9pt;
	font-weight:bold;
	background-color:#eef0ec;
	width: 30%;
	color: black !important;
	font-family: Arial;
	height: 30%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Arial;
}

.EventDayEvents, .EventDayEvents td
{
	font-size: 7pt;
	width: 14%;
	color: red !important;
	font-family: Arial;
	height: 14%;
}
.EventDayEvents a,
.EventDayEvents a:visited,
.EventDayEvents a:hover
{
	font-size: 9pt;
	color: red !important;

	font-family: Arial;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: #eef0ec;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
}


.EventWeekendDay
{
	background-color: #eef0ec;
}


.EventTodayDay
{
	font-weight: bold;
	color: #ffffff !important;
	background-color: #486f5f !important;
}

.EventSelectedDay
{
	border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	color: red !important;
}
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: red !important;
	
}

.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;
	font-size: 7pt;
	color: black;
	font-family: Arial;
	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: arial,helvetica,verdana;
	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: arial,helvetica,verdana;
	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: arial,helvetica,verdana;
	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:arial,helvetica,verdana;
	text-align: center;
	
}
.WeekNextPrev
{
	font-weight: bold;
	font-family: arial,helvetica,verdana;
	font-size: 10px;
	width: 100%;
	color: black;
	text-align: center;
	
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	font-family: arial,helvetica,verdana;
	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: arial,helvetica,verdana;
	text-align: left;
	
}
#lnkEvent{
	
}

.ListLocation{
	border-bottom: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-left:2px solid #ffffff;
	padding:5px 5px 5px 5px;
}

.ListLocation a{
	
	font-size: 7pt;
	text-align:left !important;
	font-weight:500;
}
.ListTitle
{
	padding:2px 0px 2px 4px;
	font-family: arial,helvetica,verdana;
	border-left: 1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
}
.ListTitle a{
	font-size: 7pt;
	font-weight:500;
	margin-left:0px;
}
.ListAlternate
{
background-color:#f5f5f5;
    	
}


.ListTitle div{
	font-size: 7pt;
	padding:4px 0px 4px 4px;
	text-align: left !important;
}


.ListDescription
{
	font-size: 7pt;
	font-family: arial,helvetica,verdana;
	text-align: left;
	
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: arial,helvetica,verdana;
	text-align: left;
	
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	/*background-image: url(gradient_Small.jpg);*/
	background-color:#365347;
	color: white;
	font-family: arial,helvetica,verdana;
	height: 20px;
	text-align: center;
}

.ListDuration
{
    	width: 60px;
    	font-size: 7pt;
    	font-family: arial,helvetica,verdana;
    	text-align: center;
    	
}
.ListCategory
{
    	font-size: 7pt;
    	font-family: arial,helvetica,verdana;
    	text-align: left;
   
}	
.ListCustomField1
{
   	font-size: 7pt;
    	font-family: arial,helvetica,verdana;
	text-align: left;
    
}
.ListCustomField2
{
    	font-size: 7pt;
    	font-family: arial,helvetica,verdana;
    	text-align: left;
   
}
.ListNormal{ text-align:left;}


.ListDataGrid
{
    	border-style: none;
		text-align:left !important;
}
.ListDataGrid td
{
    	border-style: none;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
   
}