﻿#ctl00_MainContent_Calendar1
	{
	position: relative; top: 0px; left: 0px; height:100%; margin-left: auto; margin-right: auto;
	/* background-image: url('../../Images/Dh_masthead_No_DH.jpg'); */
	}
/* #ctl00_LoginContent_btnNav */
/* input { background-image: url(../../Images/Nav_bkd_OFF.gif); background-repeat: repeat-x; text-align: center; width: 80px; margin: 0; padding: 0; } */
/* input hover { color: #000; font-size: 0.75em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 0.75em; background-image: url(../../Images/Nav_bkd_ON.gif); background-repeat: repeat-x; text-decoration: none; height: 25px; padding: 0; display: block; } */
/* Use these to imbed styles in the text file in App_Data used to populate days,
   configured as the DayFile key in the local Web.config file.  Of course, these
   will also style the general Calendar page, outside of the control, as well */
th { text-align: center; } /* use this to override the DH stylesheet for day headers */
.calendarcaution { color: Red; font-weight: bold; }

/* Override DNDMaster theme styles */
#divbodycontent table { margin-top: 0px; margin-bottom: 0; padding: 0; }
#divbodycontent tr { background-image: none; background-repeat: no-repeat; background-position: inherit; text-align: center; margin: 0; padding: 0; }
/* The 1px and repeated border-color (from Calendar.skin) are needed by IE 6 (at least version 6) */
#divbodycontent td { padding-top: 1px; padding-left: 1px;  border-color: #0099FF; }

div.hr 
{
	height: 3px;
	margin: 0;
	border: 0;
	/* This is relative to the theme, actually '../CalendarThemes/images/text_line_divider.jpg' */
	background: #fff url(images/text_line_divider.jpg) no-repeat scroll center;
}

div.hrweekend
{
	height: 3px;
	margin: 0;
	border: 0;
	background: Aqua url(images/text_line_divider_aqua.jpg) no-repeat scroll center;
}

div.hr hr { display: none; color: #fff; background-color: #fff;}

div.hrweekend hr { display: none; color: Aqua; background-color: Aqua; }

.marginsauto /* needed to retain centering for Safari and Mozilla */ 
{
	margin-left: auto; margin-right: auto;
}

