table, td {
	padding: 0;
	margin: 0;
	}

div#titling a.Site {
	display: block;
	width: 168px;
	height: 72px;
	background: url(../images/estrada-print-logo.gif) no-repeat  left top;
	} 
	
div.l-admin {
	display: none;
	}
	
/***
HIDING: EXTENSIONS
***/	
div.extension-content
	div.navigation,
div.extension-content
	ul.authoring
	 {
		display: none;
	}
div#grid-visibility {
	display: none;
}	
div#navigation,
div#tools,
div#search,
h1.page {
	display: none;
	}
	
/***
HIDING: CALENDAR 
***/
	
div#calendar .peer-navigation {
	display: none;
	}
	
/**
SCREEN > PRINT: CALENDAR
**/
div#calendar div.events li a span.summary {
	padding: 0 0 0 5px;
	color: black;
	text-decoration: none;
	}
	
/**
SCREEN > PRINT: CALENDAR : MONTH VIEW
**/
div#calendar table.event-grid td {
	height: 75px;
	width: 13%;
	border: none;
	border-bottom: 1px solid #0173bc;
	border-right: 1px solid #0173bc;
	vertical-align: top;
	text-align: left;
	}
	
div#calendar table.event-grid td ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

div#calendar table.event-grid td a {
	text-decoration: none;
	}
	
div#calendar table.event-grid th {
	border-bottom: 1px solid #0173bc;
	border-top: 1px solid #0173bc;
	border-right: 1px solid #0173bc;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	}
	
div#calendar table.event-grid td.week-count {
	width: 9%;
	background-color: #cccccc;
	border-bottom: 1px solid #0173bc;
	border-right: 1px solid #0173bc;
	border-left: 1px solid #0173bc;
	text-transform: uppercase;
	vertical-align: middle;
	}
	
div#calendar table.event-grid th.week-count {
	width: 9%;
	border-top: none;
	border-bottom: 1px solid #0173bc;
	font-weight: bold;
	}
	
div#calendar table.event-grid td div.OtherMonth a.NumericDay {
	color: yellow;
	}
	
/**
SCREEN > PRINT: CALENDAR : DAY VIEW ONLY
**/
div#calendar div.events ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#calendar div.events li a {
	padding: 0 0 0 5px;
	}
	
/**
SCREEN > PRINT: CALENDAR : LIST VIEW ONLY
**/
div#calendar h2,
div#calendar div.event-range-selector {
	display: none;
	}
	
div#calendar div.event-range ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

div#calendar div.event-range li a {
	padding: 0 0 0 5px;
	}
	
/**
SCREEN > PRINT: PUBLICATION
**/
div#publication div.panel dt {
	display: none;
	}
	
div#publication div.panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
div#publication div.panel span.Title,
div#publication div.panel span.Abstract,
div#publication div.panel span.Author {
	display: block;
	}
	
div#publication div.panel span.Title a {
	text-transform: uppercase;
	text-decoration: none;
	}

div#publication div.panel span.Author {
	display: block;
	font-style: italic;
	margin: 0 0 10px 0;
	}