/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	font-family: Arial;	
	font-size: 10px;
	color: #000;
	width: 200px;	
	background-color: #fff;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;	
	padding: 5px 5px 5px 5px;	
	z-index:999999;
}
	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	height: 400px;
	width: 100%;
	text-align: center;
	border-right: #769bcb 1px solid;
	border-bottom: #769bcb 1px solid;
	border-left: #769bcb 1px solid;
	border-top: #769bcb 1px solid;
	background-color: #fff;
	white-space:normal;
	line-height:1.3em;
	margin-top:10px;
}
 
.Event td
{
	text-align:center;
}

.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	border-top:#769bcb 1px solid;
	border-right:#769bcb 1px solid;
	border-bottom:#2e4873 1px solid;
	border-left:#769bcb 1px solid;	
	background-image: url(headerBg.gif);
	width: 100%;
	color: white !important;
	text-align: center;
	height:46px;
	line-height: 46px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: white !important;
	text-align: center;
	height:46px;
	background-image: url(headerBg.gif);
	line-height: 46px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev
{
	font-size: 8pt;
	height:46px !important;
	line-height:46px !important;	
	color: white !important;
	margin:0;
	padding:0px 10px 0px 10px;
	cursor:pointer;	
	width:100px !important;
}

.EventNextPrev a:link, .EventNextPrev a
{
	font-size:11px;
	border-right:1px solid #769bcb;
	border-left:1px solid #769bcb;	
	color: white !important;
	padding:16px 10px 16px 10px;	
}

.EventNextPrev a:hover
{
	background-image: url(EventNextPrevBg.gif);
	color:black !important;
	padding:16px 10px 16px 10px;
	margin:0px 0px 0px 0px;
}

.EventDayHeader
{
	background-image: url(EventDayHeaderBg.gif);
	font-weight: bold;
	line-height:21px;
	font-size: 7pt;
	font-family: Verdana;
	background-color:#2e4873;
	border:1px solid #2e4873;
	text-align:center;
	vertical-align: middle;
}

.EventDay
{
	border:#769bcb 1px solid;
}


.EventDay, .EventDay td, .EventDay a, .EventDay a:visited
{
	font-size: 7pt;
	width: 14%;
	color: black!important;
	font-family: Verdana;
	height: 14%;
}
.EventDay a, .EventDay a:visited
{
	font-size: 7pt;
	color: black!important;
	font-family: Verdana;
}
.EventDay a:hover
{
	font-size: 7pt;
	color: red!important;
	font-family: Verdana;
}
.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: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: #000 !important;
	background-color: #fff !important;
	padding:2px;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #2e4873 2px solid ;
	border-top: #2e4873 2px solid;
	border-left: #2e4873 2px solid;
	border-bottom: #2e4873 2px solid;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #2e4873;
	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;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}
.WeekItem
{
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding:0px 2px 0px 2px;
}
.WeekDay
{
	font-weight: bold;
	font-size: xx-small;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#000000' , EndColorStr= '#CCCCCC' );
	color: black !important;
	font-family: verdana,helvetica,arial;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
        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;
	color: Black;
        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;
	color: white;
	height: 15%;
	text-align: center;
	background-image: url(headerBg.gif);
	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: 10px;
	width: 100%;
	color: black;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev 
{
	font-weight: bold;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: white;
	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
{
	width: 190px !important;
}

.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
	background-color: transparent;
	color: black;
}
.ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	background-color: transparent;
	color: black;
}
A.ListTitle:hover
{
	font-size: 7pt;
	vertical-align: top;
	color: #000;
	font-family: verdana,helvetica,arial;
	background-color: transparent;
	text-align: left;
	text-decoration: underline;
}
.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	background-color: transparent;
	color: black;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	background-color: transparent;
	color: black;
}
.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(headerBg.gif);
	color: white;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
	width: 300px;
}
.ListDuration
{
    width: 60px;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
	background-color: transparent;
	color: black;
}
.ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
	background-color: transparent;
	color: black;
}	
.ListCustomField1
{
   	font-size: 7pt;
    font-family: verdana,helvetica,arial;
	text-align: left;
    vertical-align: top;
	background-color: transparent;
	color: black;
}
.ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
	background-color: transparent;
	color: black;
}
.ListAlternate
{

}
.ListDataGrid
{
    border-style: none;
    border:0px solid red !important;
}

.ListDataGrid td, .ListDataGrid tr, table.ListDataGrid
{
	border:1px solid transparent !important;
    border-style: none;
}
* html .ListDataGrid td, * html .ListDataGrid tr, * html table.ListDataGrid
{
	border:0px solid transparent !important;
    border-style: none;
}

.ListEdit
{
    width: 10px;
    text-align: center;
    vertical-align: top;
	background-color: transparent;
	color: black;
}