/* ================================
    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: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event{
	table-layout: auto;
	font-size: 7pt;
	width: 100%;
	height: 500px;
	font-family: Verdana;
	text-align: center;
	border:#172c4a 1px solid;
	color: white;
	white-space:normal;
	line-height:1.3em;
	}
	.Event td{border:#172c4a 1px solid;}

.EventTitle{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	text-align: center;
	height: 32px !important;
	}
.EventTitle,
.EventTitle td{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	text-align: center;
	height: 30px !important;
	}
.EventNextPrev,
.EventNextPrev a:link,
.EventNextPrev a:active,
.EventNextPrev a:visited,
.EventNextPrev a:hover{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	padding-top: 0px;
	color: white !important;
	}
	.EventNextPrev a:hover{color: #fcd883 !important;}

.EventDayHeader{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: white;
	vertical-align: middle;
	padding:0px 0px 0px 0px;
	}
.EventDay,
.EventDay td{
	width: 14%;
	height: 15%;
	color: #000000 !important;
	font-family: Verdana;
	font-size: 7pt;
	background-color:#fcd883;
	}
.EventDay a:link,
.EventDay a:active,
.EventDay a:visited,
.EventDay a:hover{
	font-size: 7pt;
	color: #000000 !important;
	font-family: Verdana;
	}
	.EventDay a:hover{color: #0000ff !important;}

.EventDayScroll div
{
	margin-bottom:0.6em;
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a,
.EventOtherMonthDay a:visited,
.EventOtherMonthDay a:hover
{
	color: #8080c0;
}


.EventWeekendDay{
	background-color: #eeeeee;
	}


.EventTodayDay{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray !important;
	}
.EventSelectedDay{
	background-color:#4f91cd !important;
	}
.EventSelectedDay a:link,
.EventSelectedDay a:active,
.EventSelectedDay a:visited{color:#ffffff !important;}
.EventSelectedDay a:hover{color:#fcd883 !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;
	font-family: Verdana;
	text-align: center;
	color: black;
	width:100%;
	padding:0px;
	border: #172c4a 0px solid;
	}
.WeekTable table td,
.WeekTable table th{
    	border:0px;
    	padding:3px 3px 3px 3px;
	}
.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;
	text-align: center;
	color: black;
	height: 15%;
	width: 11%;
	background-color: #ffffff;
	border: transparent 1px solid;
	padding-top:3px;
	padding-bottom:3px;
	}
.WeekOfTitle{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color:#ffffff;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: navy;
	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{
	border:solid 0px #172c4a;
	}
	td.ListDate{
		text-align: left;
		vertical-align:top;
		width:100px;
		color:#fcd883;
		border:solid 0px #172c4a;
		}
	td.ListTitle{
		text-align: left;
		vertical-align:top;
		}
		td.ListTitle a:link,
			td.ListTitle a:active,
			td.ListTitle a:visited,
			td.ListTitle a:hover{
				display:block;
				font-size:1.1em;
				color:#fcd883;
				}
				td.ListTitle a:hover{color:#ffffff;}
			.ListDescr{
				border:solid 0px red;
				display:block;
				color:#ffffff;
				}


/*
.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_Default.jpg);
	color: black;
	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: WhiteSmoke;*/
}
.ListDataGrid
{
    	border-style: none;
	padding:0;
	margin:0;
	position:relative;
	border:solid 0px #172c4a;
		
}
.ListDataGrid td
{
    	border-style: none;
	padding:0;
	margin:0;
	border:solid 0px #172c4a;	
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}


.eventTime{
	text-align: left;
	vertical-align:top;
	width:100px;
	color:#fcd883;
	border:solid 0px #172c4a;
	float:left;
	}
.eventName{float:right;width:600px;font-size:1.3em;text-align:left;}
.eventDescr{float:right;width:600px;padding:0px 0px 10px 0px;text-align:left;}