﻿.calendar-overlay /* Location of these overlays is in jquery on module */
{
	display: none;
	position: absolute;
	margin-left: 6px;
	margin-top: 0;
	width: 229px;
	height: 200px;
	background-color: #000000;
	background-image: url(../images/cal-loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99999;
}

.events-overlay
{
	display: none;
	position: absolute;
	margin-left: 6px;
	margin-top: 0;
	width: 229px;
	height: 130px;
	background-color: #000000;
	background-image: url(../images/cal-loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
}

.calendar
{
	position: relative;
}

.calendar-holder
{
	padding: 0;
	margin: 0;
}
div.related-content .calendar-holder > table {
width: 201px;padding: 0px !important;
}
div.related-content .calendar-holder > table tr td {
margin: 0;
padding: 2px 0px 1px 3px !important;

}
div.calendar-upper {width: 258px;}
div.calendar-lower {}
.calendar-holder table
{
	border: none !important;
	margin: 0;
	padding: 0;
	width: 221px;
	margin-left: 20px;
}
div.events div.top-box {display: none;width: 240px;}

div.calendar-footer
{
	width: 201px;
	background-color: #d2beb5;
	min-height: 7px;
	height: 7px;
	overflow: hidden;
	margin-left: 20px;
	clear: both;
	margin-top: 0;
}

.calendar-holder table tbody tr:first-child
{
	background-color: #d2beb5 !important;
	background-image: none;

}

.calendar-holder table
{
	background: url('../images/bg_cal_repeat.png') repeat-y;
	background-attachment: scroll;
}

td.calendar-today, td.calendar-day, td.calendar-selected, td.calendar-last-month
{
	padding: 0px;
	text-align: center !important;
}

.calendar-today a, .calendar-day a, .calendar-selected a, .calendar-last-month a
{
	text-decoration: none !important;
	font-size: 12px;
	line-height: 18px;
	text-align: center !important;
}

.calendar-today
{
	text-align: center !important;

	background-color: #d2beb5 !important;
}

.calendar-today a
{
	color: #FFFFFF !important;
}

.calendar-day
{
	text-align: center !important;
	color: ##3f202d !important;
}

.calendar-day-hasEvent, .calendar-day-hasEvent a
{
	text-align: center !important;
	color: ##3f202d !important;
	--text-decoration: none;
}

.calendar-selected
{
	text-align: center !important;
	background-color: #514242 !important;
}

.calendar-selected a
{
	color: #DFE89F !important;
	font-weight: bold;
}

.calendar-last-month a
{
	color: #896454 !important;
}

.calendar-day-header
{
	color: #896454;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	text-align: center !important;
}

.calendar-next-prev
{
	font-weight: bold;
	text-align: center !important;

}

td.calendar-next-prev a
{
float: right;
clear: both;
	display: block;
	background-image: url(../../../../Content/ward/assets/images/global/button_scrollable_right_small.png);
	background-repeat:	no-repeat;
margin-right: 4px;
	width: 20px;
	height: 19px;
	text-decoration: none !important;
}
table.calendar-title tr td.calendar-next-prev:first-child a {
	
float: left;
background-image: url(../../../../Content/ward/assets/images/global/button_scrollable_left_small.png);
}
div.calendar-holder table tr:first-child {
padding: 0 !important;
}
table.calendar-title
{
margin: 0;
padding: 0;
	font-weight: bold !important;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
width: 100% !important;
}
table.calendar-title tr td {
margin: 0;
padding: 0;

font-weight: bold !important; 
text-align: center;font-size: 14px;
}

div.date-holder
{
	display: none;
}

span.title-day
{
	color: #FFFFFF;
	font-size: 24pt;
	margin: 0px;
	
}

span.title-date
{
	color: #E0E89F;
	font-size: 108pt;
}

/* Fullpage calendar below */
#content .calendarWrap, #single-column-content .calendarWrap
{
    background:#2D2D2D url(../images/big-arrow.gif) no-repeat scroll 0 0;
    float:left;
    min-height:1052px;
    padding-top: 0;
    padding-left:0px;
    padding-right:0;
    width: 90%;
}

#content .calendarWrap table tbody tr td select, #single-column-content .calendarWrap table tbody tr td select
{
	max-width: 150px;
}

#content .calendarWrap .calendarTitle, #single-column-content .calendarWrap .calendarTitle
{
    color:#CDBA00;
    font-size:31px;
    margin:0;
    font-weight: bold;
    margin-left:0;
}

#content .calendarWrap .calendarDateTitle, #single-column-content .calendarWrap .calendarDateTitle
{
    vertical-align:bottom;
    margin:0;
    margin-left:0;
    color:#FFFFFF;
    font-size:23px;
}

#content .calendarWrap table, #single-column-content .calendarWrap table
{
    margin: 0px;
}

#content .calendarWrap .calendarTable, #single-column-content .calendarWrap .calendarTable
{
    margin:0;
    width: 600;
    background:#181818 none repeat scroll 0 0;
    border-collapse:collapse;
}

#content .calendarWrap .calendarTable .calendarDayHeadingCell, #single-column-content .calendarWrap .calendarTable .calendarDayHeadingCell
{
    font-weight: bold;
    text-transform: uppercase;
    background:#A4B7B1 none repeat scroll 0 0;
    text-align: center;
    vertical-align: middle;
    border-color:#DFE89F #F6FCED;
    border-style:solid;
    border-width:1px;
    color:#181818;
    height:34px;
    width:100px;
    padding: 0 0 0 0;
}

#content .calendarWrap .calendarTable td, #single-column-content .calendarWrap .calendarTable td
{
    border-color:#DFE89F #F6FCED;
    border-style:solid;
    border-width:1px;
    height:158px;
    text-align:left;
    vertical-align:top;
    width:100px;
    padding: 0px;
}

#content .calendarWrap .calendarTable td .calendarNumber, #single-column-content .calendarWrap .calendarTable td .calendarNumber
{
    color:#F6FCED;
    font-size:11px;
}

#content .calendarWrap .calendarTable td ul, #single-column-content .calendarWrap .calendarTable td ul
{
    color:#d2beb5;
    font-size:11px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#content .calendarWrap .calendarTable td li, #single-column-content .calendarWrap .calendarTable td li
{
    padding-bottom:0px;
    vertical-align:top;
}

#content .calendarWrap .calendarTable td li a, #single-column-content .calendarWrap .calendarTable td li a
{
    color:#d2beb5;
}

#content .calendarWrap .calendarTable td li a:hover, #single-column-content .calendarWrap .calendarTable td li a:hover
{
	text-decoration:none;
}

div.events {width: 240px;}
div.cover ul {
	list-style-type: none;
}

div.box {
padding:0;
margin-bottom:0;
background: none!important;
	}

.events .cover .box p {
padding:0;
margin-bottom:0;
	}
div.btn-box { margin-top:10px;}

.cover li { border: solid 1px white; margin-bottom:15px; padding: 10px; background-color: #f9f4de; }

.white { font-size: 15px; color: #542B3C;}

.yellow { font-weight:bold;}

#popOver
{
	position:absolute;
	visibility:hidden;
	z-index:200000; 
	max-width: 300px;
	width: auto;
}

#popOver table
{
	text-align: left;
	border: 1px #cccccc solid;
	font: 10px Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color:#FFFCF0; 
	padding: 0px;
}
