/**** GENERAL ****/
.hideForPrint {
	display:inline;
}

#calback {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	overflow:visible !important;
}

#calendar {
	background: transparent;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height:auto;
	margin:auto;
	overflow:visible !important;
}

/**** MONTH VIEW ****/

#big_month_year{
	position:absolute;
	top:15px;
	left:700px;
	color:#016648;
	color:#333;
	font-size:15pt;
	font-weight:bold;
	text-shadow: 0px 1px 0px white;
}

#day_heading {
	position:relative;
	top:0px;
	left:0px;
	height:30px;
	width:100%;
}


.dayheading_table {
	width:100%;
	height:auto;
	border:none;
}

.dayheading_table td {
	padding-top:8px;
	width:14%;
	text-align:center;
}

#calendar table {
	width:100%;
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	height:100%;
}

#calendar td {
	border-left: none;
	border-bottom: none;
	border-collapse:collapse;
}

.cal {
	width: auto;
	height: auto;
}

.cal a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
	padding:2px 2px 2px 4px;
}

.cal a:hover {
	text-decoration:underline;
}

.dayrow {
	background: transparent;
}

.dayrow td {
	width: 14%;
	height:90px;
	color: #555555;
	border-top: 1px solid #DDD;
	border-right:1px solid #DDD;
	border-collapse:collapse;
	overflow:visible;
}

.day {
	margin:5px 5px 0 0;
	text-align:right;
	display:block;
	font-size:11px;
	line-height:14px;
	height:14px;
}

.holidaySelected,
.daySelected {
	background: transparent;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

.normalDay {
	background: transparent;
}

.holiday {
	background: transparent;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

.calevent {
	display:block;
	overflow:hidden;
}


.calevent a {
	text-decoration:none;
}

/**** DAY VIEW ****/

#dayView_container {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height: 100% !important;
	height: 515px;
	min-height:515px;
	overflow:visible !important;
}

.dayView_heading {
	padding-bottom:7px;
	margin:0 25px;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #000;
	text-shadow: 0px 2px 3px #999;
}

#dayView_contents {
	margin-top:20px;
	width: 100%;
}

.dayView_event {
	margin:0 25px 20px;
	padding-bottom:15px;
	border-bottom:1px dashed #aaa;
}

.dayView_event_heading {
	width:auto;
	font-size:16px;
	font-weight:bold;
}

.dayView_event_subheading {
	line-height:1.5em;
	width:auto;
	color:black;
	font-size:13px;
	font-weight:bold;	
}

.dayView_event_details{
	color:#222;
	line-height:1.75em;
}


/**** WEEK VIEW ****/

#weekView_container {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height: auto !important;
	overflow:visible;
}

.weekView_heading {
	padding-bottom:7px;
	margin:0 25px;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #000;
	text-shadow: 0px 2px 3px #999;
}

#weekView_contents {
	position:relative;
	top:20px;
	left:25px;
	right:25px;
}

.weekView_day {
	margin-top:15px;
	display:block;
}

.weekView_date {
	line-height:1.5em;
	width:auto;
	color:black;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin:0 0 10px;
}

.weekView_event {
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px dashed #aaa;
}

.weekView_event_heading {
	width:auto;
	font-size:13px;
	font-weight:bold;
}

.weekView_event_subheading {
	line-height:1.25em;
	width:auto;
	color:black;
	font-size:11px;
	font-weight:bold;	
}

.weekView_event_details{
	font-size:11px;
	color:#222;
	line-height:1.25em;
}

.weekView_col1 {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
}

.weekView_col2 {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
}

.weekView_col1 .weekView_day {
	margin-right:50px;
}

.weekView_col2 .weekView_day {
	margin-right:50px;
	margin-left:0px;
}

html,body{
	overflow:visible !important;
	width:auto;
	margin:0px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
}
#header_shadow{
	display:none;	
}
#main_nav{
	display:none;	
}
#footer{
	display:none;
}
#header {
	display:none;
}
#sidebar {
	display:none;
}
#container{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:auto;	
	height:auto;
	overflow:visible !important;
}
#main{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	overflow:visible !important;
}
#content {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	overflow:visible !important;
}
#content_main {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	overflow:visible !important;
}

#content_header {
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:56px;
}

#content_header h1 {
	padding:12px 0 12px 20px;
	width:auto;
	height:56px;
	color:#016648;
	font-size:15pt;
	font-weight:bold;
	text-shadow: 0px 2px 3px #999;
}

.hideForPrint {
	display:inline;
}

#main_nav_open{
	display:none;
}
