﻿#CalendarWrap
{
	float: left;
	width: 634px;
	margin-left: 23px;
}
		#CalendarHead
		{
		}
				#FilterDateRange
				{
					float: left;
					border: 1px solid #800000;
					background: #FFFFFF url(../images/calendar/box_header.jpg) repeat-x top;
					width: 408px /*428px*/;
					/* hack to set min height in IE 6 */
					height: auto !important;
					height: 144px /*150px*/;
					min-height: 144px /*150px*/;
					padding: 3px 10px;
				}
						.tbNoBorder
						{
							border: none;
							color: #800000;
							background: none;
							font-weight: bold;
						}
						.BoxHeading
						{
							color: #FFFFFF;
							font-size: 13px;
							font-weight: bold;
						}
				#LoginInternalView
				{
					float: right;
					border: 1px solid #800000;
					background: #FFFFFF url(../images/calendar/box_header.jpg) repeat-x top;
					width: 177px /*197px*/;
					/* hack to set min height in IE 6 */
					height: auto !important;
					height: 144px /*150px*/;
					min-height: 144px /*150px*/;
					padding: 3px 10px;
				}
						.SmallText
						{
							font-size: 11px;
							font-weight: bold;
						}
		.btnViewCalendar
		{
			background-image: url(../images/calendar/btnViewCalendar.jpg);
			width: 162px /*182px*/;
			height: 35px /*45px*/;
			padding: 10px 0 0 20px;
			border: none;
			color: #FFFFFF;
			font-size: 20px;
			font-weight: bold;
			margin-top: 15px;
			outline: none;
		}
		#CalendarControl
		{
			margin-top: 15px;
		}
		
#EventDetailWrap
{
	float: left;
	width: 634px;
	margin-left: 23px;
}
		#EventDetails
		{
			float: left;
			width: 350px;
		}
				#EventDetails table
				{
					font-size: 16px;
				}
		#BackToCalendar
		{
			float: right;
			width: 118px;
		}
		
/*ASP Calendar Styles*/
.ActualCalendarWrap
{
	margin-top: 10px;
	border: 1px solid #F3F2EF;
}
.CalendarTitleMonth
{
	background: #800000;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial Narrow;
}
		.NextPrev
		{
			padding: 0 10px;
			font-size: 30px;
		}
.DayHeader
{
	font-size: 28px;
	text-transform: uppercase;
	color: #333333;
	font-family: Arial Narrow;
	font-weight: bold;
	padding-bottom: 5px;
}
.Day
{
	width: 89px;
	height: 89px;
	background: url(../images/calendar/day_bg.jpg) repeat-x;
	font-size: 28px;
	border: 1px solid #CDCDCB;
}
.OtherMonthDay
{
	width: 89px;
	height: 89px;
	font-size: 28px;
	/*border: 1px solid #EBEAE7;*/
}
.DaySelected
{
	width: 89px;
	height: 89px;
	background: url(../images/calendar/day_bg_selected.jpg) repeat-x;
	font-size: 28px;
	border: 1px solid #CDCDCB;
}





/**************************************************************/
/***Calendar Event Tabs****************************************/
/**************************************************************/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber 
{
}
.tabberlive {
 margin-top: 30px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 7px 0;
 /*border-bottom: 1px solid #778;*/
 font: 12px Arial;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 7px 10px;
 margin-right: 2px;
 /*margin-left: 3px;*/
 /*border: 1px solid #778;*/
 border-bottom: none;
 /*background: #666666;*/
 text-decoration: none;
 background: #717171;
 outline: none;
}
ul.tabbernav li a:link
{
	color: #FFFFFF;
}

ul.tabbernav li a:hover
{
 color: #FFFFFF !important;
 background: #800000;
}

ul.tabbernav li.tabberactive a
{
 color: #FFFFFF !important;
 background: #800000;
 background-repeat: no-repeat;
 /*border-bottom: 1px solid #fff;*/
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 /*background: white;*/
 /*border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 /*padding:5px;*/
 /*border:1px solid #aaa;*/
 border-top:0;
 background-color: #FFFFFF;
 /*height: 130px;*/
 width: 100%;
 color: #333333;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#FinancialOveride 
{
	color: Red;
}
.tabberlive, #FinancialOveride, .tabbertab {
 color: #666666;
}

.TabPanel
{
	/*border: 1px solid #CDCDCB;*/
	padding: 0 !important;
}

.EventsGridView a
{
	color: #333333;
}
		.EventsGridView a:hover
		{
			color: #800000;
		}
