﻿/*--  Small Calendar in Right Column --*/
#calendar_rt
{
	padding: 20px 10px 20px 10px;
	width: 100%;
	text-align: center;
}
#calendar_rt table
{
	width: 100%;
	text-align: center;
}
#calendar_rt thead
{

}
#calendar_rt tbody td
{
	border: 1px solid #F1F1F1;
}
#calendar_rt #prev
{
	text-align: left;
}
#calendar_rt #next
{
	text-align: right;
}
#calendar_rt tfoot a
{
	text-decoration: none;
	font-weight: bold;
}
#calendar_rt #now
{
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}
#calendar_rt .pad
{
	background-color:inherit;
}

/*--  MAIN Full Page Calendar --*/
#calendar_main	/* .TxtTable */
{
	border:1px;
	margin:5px;
}

#calendar_main tr
{
	
}
#calendar_main th
{
	width:130px;
	min-width:130px;	
	background-color: #66CCFF;
}

#calendar_main td /* .TxtTableCelCal */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: top;
	text-align:left;
}

#calendar_main div 
{
	float: right;
 	text-align: right;
}

#calendar_main a  /* .txtCalDate */
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #383838;
}

.calendar_main_NoDate
{
	background-color: #99CCFF;
	text-align: center;
	vertical-align: middle;
}

.calendar_main_WkEnd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
	background-color: #CCFFFF;
}

.calendar_main_FontSpecial /* .txtCalSpecial */
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}

.calendar_main_BlockStart
{
	padding: 4px;
	border-color: #808080;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	background-color: #CCCCCC;
}
.calendar_main_BlockMiddle /* .txtCalSpecial */
{
	padding: 4px;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	border-top-style: double;
	border-bottom-style: double;
	background-color: #CCCCCC;
}
.calendar_main_BlockEnd /* .txtCalSpecial */
{
	padding: 4px;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	border-top-style: double;
	border-bottom-style: double;
	border-right-style: double;
	background-color: #CCCCCC;
}
.calendar_main_FontSpecialBig  /* .txtCalSpecialBig */
{
	font-size:large;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}

/*--  Calendar Page Special Events --*/
.calendarSpecialDate
{
	font-weight: bold;
	font-style: italic;
	color: #000080;
}

/*-- Floating Text over Calendar --*/
.FloatingCalendarText
{
	text-align: center;
	width: 650px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 70px;
	left: 150px;
	z-index: 1;
}
