﻿/** Calender Cell Format **/
.calenderDate
{
	width: 100px;
	margin: 1px;
	height: 80px;
	border: solid 1px #000000;
	float: left;
}

.calenderDate_Inactive
{
	width: 100px;
	margin: 1px;
	height: 80px;
	border: solid 1px #000000;
	float: left;
	
	background-color: #ebebeb;
}

.calenderDate_Current
{
	width: 100px;
	margin: 1px;
	height: 80px;
	border: solid 1px #000000;
	float: left;
	
	background-color: #fffec4;
}

/** Content in date cell **/
.calenderDate_Date
{
	margin: 0 0 2px 0;
	padding-left: 2px;
	font-weight: bold;
}

/** CSS for Days of Week **/

#listDaysOfWeek
{
	list-style: none;     
	padding:0;     
	margin:0; 
}

#listDaysOfWeek li
{
	width: 100px;
	margin: 1px;
	height: 20px;
	border: solid 1px #000000;
	float: left;
	text-align:center;
	background-color: #ebebeb;
}

/** CSS for Month Title **/
.monthHeader_LastMonth
{
	float: left;
	width: 98px;
	margin: 1px 0 1px 1px;
	height: 30px;
	border: solid 1px #000000;
	float: left;
	background-color: #000000;
	color: #ffffff;
	padding-left: 2px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

.monthHeader_CurrentMonth
{
	float: left;
	width: 522px;
	margin: 1px 0 1px 0;
	height: 30px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	float: left;
	background-color: #000000;
	text-align: center;
	color: #959597;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	vertical-align: middle;	
}

.monthHeader_NextMonth
{
	width: 98px;
	margin: 1px 1px 1px 0;
	height: 30px;
	float: left;
	color: #ffffff;
	text-align: right;
	padding-right: 2px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	border: solid 1px #000000;	
	background-color: #000000;
}

.monthHeader_NextMonth_H
{
	width: 98px;
	margin: 1px 1px 1px 0;
	height: 30px;
	float: left;
	text-align: right;
	padding-right: 2px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #000000;
	
	border: solid 1px #de412a;
	color: #de412a;
}

.monthHeader_LastMonth_H
{
	float: left;
	width: 98px;
	margin: 1px 0 1px 1px;
	height: 30px;
	float: left;
	background-color: #000000;
	padding-left: 2px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	
	border: solid 1px #de412a;
	color: #de412a;
}

/** CSS for Event Text **/
.eventList
{
	list-style: none;     
	padding:0;     
	margin:0; 
}

.eventList li
{
	font-size: .7em;
	line-height: .7em;
	margin: 0 0 7px 2px;
}

.eventList a
{
	text-decoration: none;
}

/** CSS for Event Page **/
.eventInfo p
{
	margin: 0 0 10px 0;
}

.eventInfo p span
{
	font-weight: bold;
	font-size: 12pt;
}

.divDescription
{
	padding: 10px;
}

/** CSS for New Events Main Page **/
.p_eventHeader
{
	font-size: 1.5em;
	font-weight: bold;
	color: #191970;
	margin: 0;
	margin-bottom: 4px;
}

.p_eventDate
{
	font-size: 8pt;
	font-weight: bold;
	color: #CD8500;
}

.p_eventSubject
{
	font-size: 8pt;
}

.p_eventSubject span
{
	font-size: .8em;
}

.divEventList
{
	width: 563px;
	float: left;
}

.divCalendarControls
{
	width: 165px;
	float: right;
	padding: 2px;
}

/** Mini Calendar **/

.min_Container
{
	width: 163px;
}

.min_Week
{
	float: none;
	border: solid 1px #ffffff;
	height: 19px;
	cursor: pointer;
}

.min_Week_Hover
{
	float: none;
	border: solid 1px #de412a;
	height: 19px;
	cursor: pointer;
}

.min_Week_Current
{
    float: none;
    border: 1px solid #FFFF00;
    height: 19px;
}

.min_Day
{
    border: solid 1px #000000;
    width: 19px;
    height: 16px;
    float: left;
    margin: 1px;
    text-align: center;
    font-size: x-small;
}

.min_Day_Event
{
	border: solid 1px #000000;
	width: 19px;
	height:16px;
	float: left;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
}

.min_DayCont
{
	float: none;
	border: solid 1px #ffffff;
	height:22px;
	text-align: center;
}

.min_DayName
{
    border: solid 1px #000000;
    width: 19px;
    height: 19px;
    float: left;
    margin: 1px;
    background-color: #EBEBEB;
    text-align: center;
    font-weight: bold;
}

.min_MonthName
{
	border: solid 1px #000000;
	width: 158px;
	height:19px;
	margin: 1px;
	background-color: #000000;
	text-align: center;
	color: #959597;
}