﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 220px;
    filter: alpha(opacity=95);
    moz-opacity: 0.8;
    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #c3d9ff 1px solid;
    background-color: #c3d9ff;
    color:#00008B;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
    border-left: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
    background-color: #ffffff;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}
.ThemeCustom .Event
{
    	table-layout: fixed;
    	width: 100%;
    	font-size: 7pt;
    	color: black;
    	font-family: Verdana;
    	text-align: center;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	background-color: #EFE7E7;
	white-space:normal;
	line-height:1.3em;

}
/*.ThemeCustom .EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-image: url(gradient_Default.jpg);
	width: 100%;
	color: black;
	text-align: center;
	height: 32px;
}*/

.ThemeCustom .EventTitle, 
.ThemeCustom .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white;
	text-align: center;
	background-image: url(gradient_Default.jpg);
	height: 25px;
}
.ThemeCustom .EventNextPrev, 
.ThemeCustom .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: white;
	padding-top: 0px;
	text-decoration: none;
}

.ThemeCustom .EventNextPrev a, 
.ThemeCustom .EventNextPrev a:visited, 
.ThemeCustom .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: white;
	padding-top: 0px;
	text-decoration: none;
}
.ThemeCustom .EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
	vertical-align: middle;
}
/*width:14%;*/
/*height: 100px;*/

 
.ThemeCustom .EventDay a, 
.ThemeCustom .EventDay a:visited
{
	color: black;
	text-decoration: none;
}


.ThemeCustom .EventDay, 
.ThemeCustom .EventDayEvents
{
    	font-size: 7pt;
    	text-align: center;
    	vertical-align: top;
    	color: #0000ff;
    	font-family: Verdana;
    	background-color: #e8eef7;
    	/*background-color: #e3e3e3;*/
    	border-right: #a2bbdd 1px solid;
    	border-top: #a2bbdd 1px solid;
    	border-left: #a2bbdd 1px solid;
    	border-bottom: #a2bbdd 1px solid;
}
.ThemeCustom .EventDay td
{}
.ThemeCustom .EventDayScroll
{
   	/* width: 100%;
    	height: 88%;
    	overflow: auto;
    	position: static;
    	font-weight: bolder;
    	background-color: #fff;
    	opacity: 0.8;
    	filter: alpha(opacity = 80);*/
}
.ThemeCustom .EventOtherMonthDay
{
    	color: #808080;
    	/*background-color: #ccc;*/
    	background-color: #dcdcdc;
}
.ThemeCustom .EventWeekendDay
{
    	/*background-color: #fff;*/
    	background-color: #f5f5f5;
}
.ThemeCustom .EventTodayDay
{
    	font-weight: bold;
    	color: #0000ff;
    	/*background-color: darkgray;*/
    	border-right: black 2px solid;
    	border-top: black 2px solid;
    	border-left: black 2px solid;
    	border-bottom: black 2px solid;
}
.ThemeCustom .EventSelectedDay
{
    	border-right: red 2px solid;
    	border-top: red 2px solid;
    	border-left: red 2px solid;
    	border-bottom: red 2px solid;
    	/*text-align: left;*/
    	font-size: 7pt;
}
.ThemeCustom .EventSelector
{
    	background-color: #c0c0e0;
}
.ThemeCustom .EventSelector a, 
.ThemeCustom .EventSelector a:visited, 
.ThemeCustom .EventSelector a:hover
{
    	color: #0000ff;
    	text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.ThemeCustom .WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    text-align: center;
    border-top: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-left: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
}
.ThemeCustom .WeekTable table td, 
.ThemeCustom .WeekTable table th
{
    border:0px;
    padding:3px;
}
.ThemeCustom .WeekItem
{
    text-align: center;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #FFFFFF;
    font-weight: normal;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#FFFFFF' , EndColorStr= '#CCCCCC' );
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeCustom .WeekDay
{
    font-weight: bold;
    font-size: xx-small;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#EEEEEE' , EndColorStr= '#B0C4DE' );
    color: #7994cb;
    font-family: verdana,helvetica,arial;
    background-color: #7994cb;
    text-align: center;
    vertical-align: middle;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeCustom .WeekBackground
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #fff;
    border-right: #a2bbdd 1px dotted;
    border-top: #a2bbdd 1px dotted;
    border-left: #a2bbdd 1px dotted;
    border-bottom: #a2bbdd 1px dotted;
}
.ThemeCustom .WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: black;
    height: 15%;
    text-align: center;
    background-color: silver;
    width: 11%;
    border-right: #a2bbdd 1px solid;
    border-top: #a2bbdd 1px solid;
    border-left: #a2bbdd 1px solid;
    border-bottom: #a2bbdd 1px solid;
}
.ThemeCustom .WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.ThemeCustom .WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.ThemeCustom .WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #e8eef7;
    border:none;
}
/* The following control the Calendar List View Style-Look */
.ThemeCustom .ListTable
{
    width: 100%;
}
.ThemeCustom .ListDate
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.ThemeCustom .ListTitle
{
    display: none;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListHeader
{
    font-size:8pt;
    font-weight: bold;
    color: black;
    background-color: #c3d9ff;
    font-family: verdana,helvetica,arial;
    height: 32px;
    text-align: left;
    vertical-align: middle;
}
.ThemeCustom .ListDuration
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ThemeCustom .ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeCustom .ListLocation
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ThemeCustom .ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ThemeCustom .ListAlternate
{
    background-color: #f5f5f5;
}
.ThemeCustom .ListDataGrid
{
    /*border-right: #c3d9ff 2px solid;
    border-top: #c3d9ff 1px solid;
    border-left: #c3d9ff 2px solid;
    border-bottom: #c3d9ff 2px solid;
    background-color: #e8eef7;*/
}
.ThemeCustom .ListDataGrid td
{
}
.ThemeCustom .ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}
