﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 240px;
    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border: #CCC 1px solid;
	background-image:url(trans.png);
	background-repeat:repeat;
}
.Eventtooltipheader
{
    color:#FFF;
    font-weight:bold;
    font-size: 13px;
	border-bottom:0;
}
.Eventtooltipbody, .Eventtooltipbody p, .Eventtooltipbody a
{
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.Eventtooltipbody hr
{
	width: 100%;
	background-image:url(tacf-event-hr.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 1px;
	padding:1px 0;
	margin: 3px 0;
	border: 0;
}

.Eventtooltip hr {
	margin:0 -10px;
}

.ThemeTACF .event-tools {
	margin:-20px 0 5px 0;
}

.Event
{
	table-layout: auto;
	font-size: 1em;
	color: #31667d;
	height: 270px;
	width: 270px;
	text-align: center;
	border:0;
	background-color: #E1DEDC;
	white-space:normal;
	line-height:1.3em;
	margin:0 0 -35px -3px;
	position:relative;
}

.EventTitle, .EventTitle td
{
	width: 100%;
	color: #31667d;
	text-align: center;
	height: 32px;
	border:0;
	padding:5px 0 5px 0;
	font-size:1.3em;
	line-height:1em;
}

#dnn_ctr727_DD h3{
	display:none;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev 
{
	padding:3px 0 0 0;
	padding-bottom: 0px;
	color: #CCC !important;
	text-align: center;
	height: 32px !important;
	
	border:0;
}

.EventNextPrev a {
	font-size:0.6em;
	text-decoration:none;
}

.EventNextPrev a:hover
{
	text-decoration:underline;
	color: #003366;
}

.EventDayHeader
{
	font-weight: normal;
	text-transform:uppercase;
	color: #06263D;
	vertical-align: middle;
	background-color:transparent;
	border:0;
}

.EventDay, .EventDay td, .EventDay a, .EventDay a:visited
{
	width: 35px;
	color: #FFF;
	background-color:#A4B4BB;
	height: 35px;
	border:5px solid #E1DEDC;
	font-size:1em;
	vertical-align:middle;
}
.EventDay a, .EventDay a:visited
{
	color: black!important;
	font-family: Verdana;
}
.EventDay a:hover
{
	color: red!important;
	font-family: Verdana;
}
.EventDayScroll div
{
	margin-bottom:0.6em;
}
td .EventOtherMonthDay
{
	color: #808080;
	background-color:#E1DEDC;
	border:5px solid #E1DEDC;
	height: 35px;
	width: 35px;
	position:relative;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
}

.EventWeekendDay
{
	background-color:#A4B4BB;
	height: 35px;
	width: 35px;
}

.EventTodayDay
{
	background-color:#75233B;
	vertical-align:middle;
	height: 35px;
	width: 35px;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	background-color:#CCC;
	vertical-align:middle;
	color:#FFF;
	font-size:1.2em;
	height: 35px;
	width: 35px;
}

.EventDayEvents, .EventDayEvents td{
	background-color:#31667d;
	border:5px solid #E1DEDC;
	vertical-align:middle;
	height: 35px;
	width: 35px;
}

.EventDayEvents a{
	color:#FFF;
	vertical-align:middle;
	background-color:#31667d;
}

.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;
	text-align: center;
}
.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;
	color: black !important;
	font-family: verdana,helvetica,arial;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
        border: 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(gradient_Gray.jpg);
	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: 300px;
	padding:0;
	margin-left:-10px;
}

.ListTable tr
{
	border:1px solid #CCC;
}

.ListNormal {
	background-color:transparent;
	padding:10px 10px 15px 10px;
	height:45px;
}

.ListNormal img{
	display:none;
}

.ListDate
{
	text-transform:uppercase;
	text-align:left;
	vertical-align:middle;
	color:#FFF;
	width:50px;
	height:45px;
	padding:0;
	margin-left:-10px;
	border:0;
	font-weight:bold;
	font-size:0.9em;
	color:#31667D;
}

.ListTitle
{
	vertical-align: left;
	border:0;
	width:203px;
	font-size:0.9em;
}

.ListTitle div{
	margin-top:10px;
	margin-left:-10px;
	padding:0 0 0 10px;
	margin:0;
}

A.ListTitle {
	color:#333;
	vertical-align:middle;
	background-image:none;
}
A.ListTitle:hover
{
	text-align: left;
}

.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;
	color: #CCC;
	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;
}

.ListDataGrid
{
	background-color: transparent;
	margin:-5px 0 -5px 0;
	width: 303px;
}

.ListEdit
{
    width: 10px;
    text-align: center;
    vertical-align: top;
	background-color: transparent;
	color: black;
}
