﻿/*--  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 --*/
/*--       EVENTS.ASPX        --*/
#calendar_main {
	/* .TxtTable */
	
	margin:5px;
}

#calendar_main tr {
	
}
#calendar_main th {
	/* Main Day Headers */
	width:14%;
	background-color: #66CCFF;
}

#calendar_main td {
	/* .TxtTableCelCal */
	width:14%;
	padding: 2px; 
	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_th {
	/* Main Day Headers */
	width:14%;
	background-color: #66CCFF;
}
.calendar_main_td {
	/* .TxtTableCelCal */
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: top;
	text-align:left;
	width:14%;
}
.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;
	width:14%;
}
.calendar_main_WkEnd {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
	background-color: #CCFFFF;
	width:14%;
}
.calendar_main_Today {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
	background-color: #FFFF99;
	width: 14%;
}
.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;
}

.FloatingCalendarText {
	/*-- Floating Text over Calendar --*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}
.SpecialHeader {
	margin-top: 18px !important;
}
.SpecialHeaderImg {
	margin: 5px 10px 5px 5px;
	float: left;
}
.SpecialA { 
	font-size:x-small;
}
.SpecialSpan { 
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
#EventsHeader {
	font-style: italic;
}
#btnPrev
{
	font-size: x-small;
	width:120px;
	height:20px;
}
#btnNext
{
	font-size: x-small;
	width:120px;
	height:20px;
}

