/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */

.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 300px;
    filter: alpha(opacity=80);
    moz-opacity: 0.8;
    z-index: 99;
    font-size: 12px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	 
}
.Eventtooltipheader
{
    border: #05883C 1px solid;
    background-color: #EEF6E1;
    color:#00008B;
    font-weight:bold;
	 font-family: Arial;
		text-align: right;
    
}
.Eventtooltipbody
{
    border-left: #05883C 1px solid;
    border-right: #05883C 1px solid;
    border-bottom: #05883C 1px solid;
    background-color: #E7A53A;
	 font-family: Arial;
		text-align: right;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
	
}

.Event
{
	table-layout: auto;
	font-size: 7pt;
	width: 685PX;
	color: #FE8A03;
	font-family: Arial;
	height: 500px;
	text-align: center;
	border-right: #05883C 1px solid;
	border-bottom: #05883C 1px solid;
	border-left: #05883C 1px solid;
	border-top: #05883C 1px solid;
	background-color: #EEF6E1;
	white-space:normal;
	line-height:1.3em;

}

.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: 11pt;
	width: 100%;
	color: #05883C !important;
	text-align: center;
	background-color: #E6F1D1;
	height: 32px !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: #05883C !important;
	padding-top: 0px;
}

.EventDayHeader
{
background-color:#EDB846;
color:white;
font-family:arial;
font-size:13pt;
font-weight:bold;
text-align:center;
vertical-align:middle;
}

.EventDay, .EventDay td
{
	font-size: 12px;
	width: 14%;
	color: #05883C !important;
	font-family: Arial;
        font-weight: bold;
	height: 14%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 12px;
	color: #000000 !important;
	font-family: Arial;
        font-weight: normal;
        
}
.EventDayScroll div
{
	margin-bottom:0.6em;
}
.EventOtherMonthDay
{
	color: #000000;
	background-color: #99CA3B;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #000000;
}


.EventWeekendDay
{
	background-color: transparent;
}


.EventTodayDay
{
	font-weight: bold;

}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #FE8A03 2px solid ;
	border-top: #FE8A03 2px solid;
	border-left: #FE8A03 2px solid;
	border-bottom: #FE8A03 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
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	border-right: #05883C 1px solid;
	border-bottom: #05883C 1px solid;
	border-left: #05883C 1px solid;
	border-top: #05883C 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding:0px 2px 0px 2px;
}
.WeekItem 
{
	text-align: center;
	font-family: verdana,helvetica,arial;
	font-size: x-small;
	background-color: #EEF6E1;
        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,verdana,helvetica,arial;
	background-color: #D6E89E;
	font-size: 12px;
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.WeekTitle 
{
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: #ffffff;
	height: 15%;
	text-align: center;
	background-color: #FF8A04;
	width: 11%;
	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: 18px;
	width: 100%;
	color: #05883C;
	font-family: arial,helvetica;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 18px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: x-small;
	background-color: #FF8A04;
	border:none!important;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
direction: rtl;
}
.ListDate
{
	font-size: 13px;
	font-family: arial,verdana,helvetica;
	vertical-align:top;
text-align: right;
color: #000000;
padding-top: 6px;
padding-bottom: 6px;
}
.ListTitle
{
	font-size: 14px;
	font-family: arial,verdana,helvetica;
	vertical-align:top;
text-align: right;
padding-top: 6px;
padding-bottom: 6px;
}
.ListDescription
{
	font-size: 12px;
	font-family: arial,verdana,helvetica;
	vertical-align:top;
text-align: right;
}
.ListLink 
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial,verdana,helvetica;
	vertical-align:top;
text-align: right;
}

.ListHeader
{
	font-weight: bold;
	font-size: 13px;
	background-color: #FF8A04;
	color: #ffffff;
	height: 32px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,verdana,helvetica;
	vertical-align:middle;
text-align: center;
/*background-image: url(listHeader.png);*/
/*background-repeat: repeat-x; */
}
}
.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;
direction: rtl;
border-left: #05883C 1px;
border-top: solid #05883C 1px;
border-right: solid #05883C 0px;
border-bottom: solid #05883C 0px;
}
.ListDataGrid td
{
    	border-style: none;
direction: rtl;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}