/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border-right: #005BAB 1px solid;
	padding-right: 5px;
	border-top: #005BAB 1px solid;
	padding-left: 5px;
	font-size: 60%;
	filter: alpha(opacity=90);
	padding-bottom: 5px;
	border-left: #005BAB 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #005BAB 1px solid;
	font-family: Tahoma !important;
	background-color: #80b2ff;
	text-align: left;
	-moz-opacity: 0.8;
	z-index:999;
}
	 
.Event
{
	table-layout: fixed;
	font-size: 80%;
	color: #333333;
	font-family: Tahoma;
	text-align: center;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.EventTitle {
	font-weight: bold;
	font-size: 100%;
	width: 100%;
	color: #666666 !important;
	height: 20px !important;
	text-align: center;
	background: white;
	vertical-align:top;

}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 100%;
	width: 80%;
	color: #005BAB !important;
	height: 20px !important;
	text-align: center;
	vertical-align:text-top;
}

/* 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: #005BAB !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: darkblue !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;	
	font-size: 7pt;
	height: 16px;
	font-family: Tahoma;
	background-color: silver;
	vertical-align: middle;
}
	/*width:14%;*/

.EventDay, .EventDay td
{
	font-size: 7pt;
    	overflow: hidden;
    	width: 100px;
    	height: 100px; 
    	text-align: left;
    	vertical-align: top;
	color: #0000ff !important;
	font-family: Tahoma;
	
}
.EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	height: 85%;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #005BAB 2px solid ;
	border-top: #005BAB 2px solid;
	border-left: #005BAB 2px solid;
	border-bottom: #005BAB 2px solid;
}

.EventSelector
{
	background-color: #cccccc;
}
.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: Tahoma;
	text-align: center;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: Tahoma,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: Tahoma,helvetica,arial;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: Tahoma,helvetica,arial;
	font-size: xx-small;
	width: 100%;
	color: darkblue;
	height: 15%;
	text-align: center;
	background-image: url(gradient_LtBlue.jpg);
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: darkblue;
	font-family: Tahoma,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: Tahoma,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: darkblue;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #7994cb;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
    width: 100%;
    border-bottom: #CCCCCC 1px dotted;
}
.ListDate
{
    font-size: 100%;
    font-family: Tahoma,Arial;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.ListTitle
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListDescription
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListLink
{
    font-weight: bold;
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListHeader,
{
    font-size:120%;
    font-weight: bold;
    color: #005BAB;
    background-color: #99c9ff;
    font-family: Tahoma,helvetica,arial;
    height: 32px;
    text-align: left;
}
.ListDuration
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ListCategory
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ListCustomField1
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListCustomField2
{
    font-size: 100%;
    font-family: Tahoma,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListImage
{
    alignment: left;
    align: left;
    text-align: left;
    float: left;
}
.ListAlternate
{
    background: transparent;
}
.ListDataGrid
{
    width: 90%;
    border-right: solid 0px white;
    border-top: solid 0px white;
    border-left: solid 0px white;
    border-bottom: solid 0px white;
    background: transparent;
    margin: 0 30 0 5;
}
.ListDataGrid td
{
    border-right: solid 0px white;
    border-top: solid 0px white;
    border-left: solid 0px white;
    border-bottom: dotted 1px #CCCCCC;
    padding: 4 9 9 0;
    background: transparent;
}
.ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}