﻿.calendar-overlay
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 13px;
	margin-bottom: 238px;
	width: 248px;
	height: 230px;
	background-color: #000000;
	background-image: url(../images/cal-loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}

.events-overlay
{
	display: none;
	position: absolute;
	bottom: 0;
	margin-left: 8px;
	left: 0;
	width: 254px;
	height: 170px;
	background-color: #000000;
	background-image: url(../images/cal-loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}

.calendar
{
	position: relative;
}

.calendar-holder
{
	padding: 10px 0 0 13px;
}

.calendar-holder table
{
	border: none !important;
	width: 248px;
}

div.calendar-footer
{
	width: 248px;
	background-color: #BBD1CA;
	min-height: 7px;
	height: 7px;
	overflow: hidden;
}

.calendar-holder table tbody tr:first-child
{
	background-color: #BBD1CA !important;
	background-image: none;
}

.calendar-holder table
{
	background: url(../images/table-bg.gif) repeat-y;
	background-attachment: scroll;
}

td.calendar-today, td.calendar-day, td.calendar-selected, td.calendar-last-month
{
	padding: 3px;
}

.calendar-today a, .calendar-day a, .calendar-selected a, .calendar-last-month a
{
	text-decoration: none !important;
	font-size: 16px;
	line-height: 20px;
}

.calendar-today
{
	text-align: center !important;
	background-color: #BBD1CA !important;
}

.calendar-today a
{
	color: #FFFFFF !important;
}

.calendar-day
{
	text-align: center !important;
}

.calendar-selected
{
	text-align: center !important;
	background-color: #CDBA00 !important;
}

.calendar-selected a
{
	color: #DFE89F !important;
	font-weight: bold;
}

.calendar-last-month a
{
	color: #7A807B !important;
}

.calendar-day-header
{
	color: #CDBA00;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 8px 0 4px;
}

.calendar-next-prev
{
	font-weight: bold;
	font-size: 25px;
	text-align: center !important;
	width: 14% !important;
}

td.calendar-next-prev a
{
	text-decoration: none !important;
}

.calendar-title
{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

div.date-holder
{
	text-align: center;
	margin-bottom: -25px;
}

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:25px;
    padding-left:0px;
    padding-right:45px;
    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:77px;
}

#content .calendarWrap .calendarDateTitle, #single-column-content .calendarWrap .calendarDateTitle
{
    vertical-align:bottom;
    margin:0;
    margin-left:75px;
    color:#FFFFFF;
    font-size:23px;
}

#content .calendarWrap table, #single-column-content .calendarWrap table
{
    margin: 15px 0 0 0px;
}

#content .calendarWrap .calendarTable, #single-column-content .calendarWrap .calendarTable
{
    margin:22px 0 0 34px;
    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: 8px 12px 0 12px;
}

#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:#BBD1CA;
    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:6px;
    vertical-align:top;
}

#content .calendarWrap .calendarTable td li a, #single-column-content .calendarWrap .calendarTable td li a
{
    color:#BBD1CA;
}

#content .calendarWrap .calendarTable td li a:hover, #single-column-content .calendarWrap .calendarTable td li a:hover
{
	text-decoration:none;
}

#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: 5px;
}
