/* ================================
    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: 731px;
	
	color: white;
	font-family: Verdana;
	
	text-align: center;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	background-color: #fff6e4;
	
	position: relative;
	top: -110px;

}

.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	/*background-image: url(gradient_Default.jpg);*/
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
	
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 12pt;
	width: 100%;
	color: #53875C !important;
	text-align: left;
	/*background-image: url(gradient_Default.jpg);*/
	height: 103px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	background-color: #005f2a;
	/*background-color: #f9edd7;*/
	vertical-align: middle;
	color: white;
	/*color: #a7815c;*/
	height: 28px;
}

.EventDay, .EventDay td
{
	font-size: 8pt;
	width: 14%;
	/*color: #a7815c;*/
	color: black;
	/*font-family: Tahoma;*/
	height: 14%;
	text-align: left;
	padding-left: 5px;
	min-height: 91px;
	height: 91px;
	background-color: White;
	border-color: #969696;
}
.EventDay a,
.EventDay a:visited
{
	font-size: 8pt;
	color: inherit;
	text-decoration: none;
	font-family: tahoma;
}
.Eventday a:hover
{
    text-decoration: underline;
    color: #8a8a8a;
   
}  
.EventDayScroll
{
	
	
}
.EventOtherMonthDay
{
	color: #a9a9a9;
	/*background-color: gainsboro;*/
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: lime;
	/*background-color: gainsboro;*/
}


.EventWeekendDay
{
	/*background-color: whitesmoke;*/
}


.EventTodayDay
{
	font-weight: bold;
	color: #53875C !important;
	/*background-color: darkgray !important;*/
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	/*border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;*/
}

.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-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	/*border-right: #e5dfdf 1px solid;*/
	/*border-bottom: #e5dfdf 1px solid;*/
	/*border-left: #e5dfdf 1px solid;*/
	/*border-top: #e5dfdf 1px solid;*/
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	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' );
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	/*background-color: gainsboro;*/
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	width: 100%;
	color: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Default.jpg);
}

.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #E5DFDF;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}

/*firefox fix*/
html>/**/body .ListDataGrid
{
	width: 731px;
	float: left;
	background-color: #fff6e4;
	border-right-color: #fff6e4;
	border-left-color: #fff6e4;
	border-top-color: #fff6e4;
	border-bottom-color: #ffffff;
	position: relative;
	left: 0px;
	top: 10px;
}

.ListDataGrid
{
	width: 731px;
	float: left;
	background-color: Transparent;
	border-right-color: Transparent;
	border-left-color: Transparent;
	border-top-color: Transparent;
	border-bottom-color: Transparent;
	position: relative;
	left: 0px;
	top: 10px;
}

.topListFiller
{
	float: left; 
	width: 530px;
	height: 100px;
	background-color: Red;
}

.topListContainer
{
	float: left;
	position: relative;
	top: -20px;
	width: 731px;
}

.ListDate
{
	color: #53875C;
	font-size: 8pt;
	font-family: verdana,helvetica,arial;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	text-indent: 10px;
	white-space: nowrap;
	
	
	
}
.ListTitle
{
	font-size: 8pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	
	height: 15px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 10px;
	
}
.ListTitle a
{
	color: inherit;
	text-decoration: none;
}

.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: #570a02;
	
	
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: 10pt;
	background-image: none;
	background-color: #f9edd7;
	color: #A7815C;
	font-family: verdana,helvetica,arial;
	height: 28px;
	text-align: left;
	text-indent: 10px;
	
}

.ContainerMiddle
{
	
}



.EventDayBox
{
	width: 7px;
	height: 7px;
	float: left;
	
	margin-right: 5px;
	position: relative;
	top: 3px;
	overflow: hidden;
	
}

.EventDayBox a
{
	
}

.EventDayCont 
{
	/*border: 1px solid red;*/
	height: 30px;
	width: 75px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.EventDayCont :link
{
	
}

/*A:link, A:visited, A:hover
{
	FONT-WEIGHT: normal;	
	FONT-SIZE: 11px;	
	COLOR: black;		
	FONT-FAMILY: tahoma;	
	TEXT-DECORATION: underline;
}*/
	
.ContainerTop 
{
	height: 26px;
	background-color: #f9edd7;
	padding: 0px 10px 4px 4px;
	border-bottom: 1px solid #ece7c1;
	
	width:720px;
	float:left;

	
	
}

.CalendarMonth
{
	
	color: #005b26;
	text-align: left;
}

.prevArrow
{
	background-image: url(images/prevarrow.png);
	width: 14px;
	height: 18px;
	background-position: right;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
}

.nextArrow
{
	background-image: url(images/nextarrow.png);
	width: 14px;
	height: 18px;
	background-position: left;
	position: relative;
	top: 0px;
	left: -20px;
	float: left;
}

.containermiddle
{
	
	background-color: #fff6e4;
}

.topViewDate
{
	display: none;
	float: left;
	
}

table.NormalTextBox tbody tr td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

.CategoryBoxCont
{
	float: left;
	height: 20px;
	
	width: 220px;
}

.CategoryAllCont
{
	
}

.EventDayBoxMenu
{
	width: 7px;
	height: 7px;
	float: left;
	margin-right: 5px;
	
	overflow: hidden;
	position: relative;
	top: 3px;
	
}

table.NormalTextBox tbody tr td input
{
	padding: 0 0 0 0;
	margin: 0 4 0 0;
	float: left;
	
	
	
}

table.NormalTextBox tbody tr td label
{
	float: left;
}

.NormalTextBox
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.topCategoryMenu
{
	float: left;
	width: 500px;
	
	position: relative;
	top: -25px;
	left: 308px;	
	z-index: 500;
	
}

.calTopMenuCont
{
	width: 530px;
	float: left;
	height: 25px;
	position: relative;
	top: -28px;
	left: 190px;
	color: #a7815c;
	background-color: #F9EDD7;
		
}



.calTopMenuListview
{
	width: 95px;
	height: 25px;
	float: left;
	background-image: url(images/listview.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
}

.calTopMenuCont a, .calTopMenuCont a:visited
{
	color: #a7815c;
	text-decoration: none;
	cursor: pointer;
}

.listTopTitle
{
	color: #53875C;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	position: relative;
	left: -520px;
	height: 20px;
	top: 14px;
}


.calTopMenuGridview
{
	width: 170px;
	height: 25px;
	float: left;
	text-align: left;
	text-indent: 25px;
	background-image: url(images/gridview.png);
	background-repeat: no-repeat;
	padding-top: 3px;
}

.calTopMenuInfo
{
	width: 265px;
	float: left;
	padding-top: 3px;
	font-size: 9pt;
	
	background-color:#f9edd7;
	border-bottom: 1px solid #ECE7C1;
	height:26px;
	position: relative;
	top: -2px;
}

html>/**/body .calTopMenuInfo
{
		
	background-color:#f9edd7;
	border-bottom: 1px solid #ECE7C1;
	height: 20px;
	top: 0px;
}

.F2
{
	background-color: #fff6e4 !important;	
	/*background-color: #fff6e4 !important;*/
}

.head
{
	/*color: #A7815C;*/
	color: #005F2A;
	position: relative;
	top: 5px;
	left: 10px;
	font-size: 11px !important;
}

.F2
{
	background-color: #FFFFFF;
}

.E2
{
	background:transparent url(/Portals/_default/Skins/SnoqualmieSKN/e2-cal.gif) repeat-y scroll 0 0 !important;
	width: 20px;
}

.BC01, .BC02, .BC03
{
	display: none !important;
}

.BreadcrumbCell
{
	display: none;
}

.CategoryRadioList
{
}

.CategoryRadioListCont
{
	
}
