/**********************************************************

Layout styles used when printing

**********************************************************/

body { 
	background-image: url("../images/print_logo2.gif");
	padding-left: 15px;
	margin-top: 15px
	}

h1 { margin: 10px 0px 20px 0px }
#container { background: none }
a img { border: 0px }
#logo, #logo.home { background-image: none }
#top-navigation, #breadcrumb, #bottom-bar, .skip, #copyright-line #author, #logo, #child-navigation, .bottom-links { display: none }

#content-container { 
	width: inherit;
	padding: 30px 0px 20px 0px
	}

#copyright-line {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 7px;
	text-align: center;
	clear: both
	}

#copyright-line span { padding: 0px 25px 0px 25px }
#copyright-line #contact a { padding-right: 10px }

.calendar-table {
	width: 100%;
	padding: 3px 3px 3px 0px
	}
	
.calendar-table td {
	width: 17%;
	padding: 3px;
	vertical-align: top;
	}
	
.calendar-table th { 
	width: 15%;
	padding: 5px 0px 3px 0px
	}
	
.calendar-table .dayoftheweek { width: 15% }

.calendartype { 
	padding: 0px;
	margin: 0px;
	text-align: right
	}	
	
.calendar-table { border-color: #CCCCCC }
.calendar-table th { background-color: transparent }
.calendar-table .dayoftheweek, .calendar-table th { color: #000000 }
