/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/ 
/* Note use of "!important" to override Inline Style */

/* 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: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	font-weight: bold;
	width: 95%;
	color: white;
	font-family: Verdana;
	height: 500px;
	text-align: center;
	border-right: #dcdcdc  1px solid;
	border-bottom: #dcdcdc  1px solid;
	border-left: #dcdcdc  1px solid;
	border-top: #96825A 2px solid;
	background-color: white; /* #EFE7E7; */	
	white-space:normal;
	line-height:1.3em;
	margin: 7px 0 0 0;
}

/*   Month Title and  Month links   */ 
.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #333333 !important;
	vertical-align: bottom;
	/* background-image: url(gradient_Default.jpg); */
	height: 25px !important;
}

/*   Month Title and  Month links   */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	text-align: bottom;
	padding-bottom: 0px;
	color: #333333 !important;
	padding-top: 0px;
	font-weight: normal;
}

/*   Month Title and  Month links   */
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	font-weight: normal;
	font-size: 8pt;
	text-align: bottom;
	color: #333333 !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/*   Day of the week  column  header  */
.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #ddddcc;
	vertical-align: middle;
    height: 10px;
}

/* Days of the week */
.EventDay, .EventDay td
{
	font-size: 7pt;
	width: 14%;
	color: #333333 !important;
	font-family: Verdana;
    text-align: left;
	height: 14%;
}

/* Actual event link */
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #96825A !important; /* 0000ff */
	font-family: Verdana;
	font-weight:normal;
}

.EventDayScroll div
{
	margin-bottom:0.6em;
}

/*  Last few days or first rew days of the month  */
.EventOtherMonthDay
{
	color: #333333;
	background-color: #efefef;
}
/*  Last few days or first rew days of the month  LINKS */
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #333333;
}

/*  Weekend  */
.EventWeekendDay
{
	background-color: white;
}

/*  TODAY  */
.EventTodayDay
{
	font-weight: bold;
	color: #333333 !important;
	background-color: #ddddcc !important;
}

/*  The day client has selected. Default to TODAY   */
.EventSelectedDay
{
	border-right: #333333 2px solid ;
	border-top: #333333 2px solid;
	border-left: #333333 2px solid;
	border-bottom: #333333 2px solid;
}

/*  ???   */
.EventSelector
{
	background-color: #c0c0e0;
}

/*  ???   */
.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;
	width:100%;
	font-size: 7pt;
	color: #96825A !important;
	font-family: verdana,helvetica,arial;
	text-align: center;
	background-color: #FFFFFF;
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
	border-left: solid 1px grey;
	border-top: #96825A 2px solid;
	margin: 7px 0px 0px 0px;
	padding: 0 0 0 0;
}

.WeekTable table td, .WeekTable table th
{
	
}

.WeekTitle 
{
	width: 11%;
	height: 15%;
	text-align: center;
	background-color: #ddddcc;
	color: #333333 !important;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
}

.WeekItem 
{
	background-color: #FFFFFF;
	color: #96825A !important;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	text-align: center;
}

.WeekBackground 
{
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
}

.WeekRangeheader 
{
	background-color: #ddddcc;
	color: #333333 !important;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	text-align: center;
	vertical-align: middle;
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
.WeekOfTitle
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: #333333 !important;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}

.WeekNextPrev
{
	width: 100%;
	font-weight: bold;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	color: #96825A !important;
	text-align: center;
	vertical-align: middle;
}




/***
****
**** The following control the Calendar List View Style-Look
****
****/
.ListDataGrid
{
	background-color: #FFFFFF;
	color: #333333 !important;
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
	border-left: solid 1px grey;
	border-top: solid 2px #96825A;
	margin: 7px 0px 0px 0px;
	padding: 0 0 0 0;
}

.ListDataGrid td
{
    /*
    border-right: #dcdcdc  1px solid;
	border-bottom: #dcdcdc  1px solid;
	border-left: #dcdcdc  1px solid;
	border-top: #dcdcdc  1px solid;
	*/
}

.ListHeader
{
	height: 32px;
	background-color: #ddddcc;
	color: #333333 !important;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	text-align: left;
}

.ListEdit
{
	width: 10px;
	text-align: center;
	vertical-align: top;
}

.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;
}


/******************************************************/
/******************************************************/
/******************************************************/
.ListAlternate
{
	background-color: white;
}

.ListLink 
{
	color: #333333 !important;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.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;
}

.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

/*
.ListTable
{
	color: #333333 !important;
	width: 100%;
}
*/