.noprint {display: inline}

body {
	background-color: white;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
	font-weight: normal;
	}

td, form {	
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
	font-weight: normal;
	}

#topleft {display: none;}
#topright {display: none;}

#tophalf {width: auto; margin: 0 5%;	}
#tophalf img {display: none;}
#wrap { width: auto;}
#cork {width: auto;}
#innerCork {	width: auto;}

#corkBottom {display: none;}
#moulding {display: none;}

#footer { width: auto;}


/********************
** Sub Page Styles **
********************/

#buttons { display: none;}
#contentWrap { width: auto; margin: 0px; }
#contentTop { width: auto; margin: 0px;	}
#contentTop img { display: none; }
#content { width: auto;	margin: 0; }
#content form { width: auto; margin: 0px; }
#content table { margin: 0px; }

#content p, #content div {
	padding: 0 20px;
	}

#content img { display: none;	}

/***********************
**   calendar page    **
***********************/

#calButtons { display: none; }
#calWrap { width: auto; margin: 0; }
#calTop { width: auto; margin: 0;	}
#cal { width: auto;	margin: 0; }
#calTop img {	display: none;}

/************************
** event calendar page **
************************/

#eventWrap {	width: auto; margin: 0px;}
#eventTop { width: auto; margin: 0;}
#event { width: auto; margin: 0;}

#event table {	width: auto; margin: 0;}

#eventTop img {display: none;}

/****************************/
/* calendar / events styles */
/****************************/

.monthlinks, a.monthlinks:visited, a.monthlinks:link, a.monthlinks:active {
	/* links to previous and next months */
	text-decoration: none;
	color: #000000;
}
a.monthlinks:hover {
	/* links to previous and next months, when hovered */
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.monthname {
	/* month name at the top of the calendar */
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}
	
.monthday {
	/* for the date in calendar cells */
	float: right;
	text-align: center;
	font-size: 10pt;
	width: 2em;
	border: none;
	padding: 0;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
	background-color: #dcf4f0;
	color: #888888;
	}

.calevent {
	/* event time/name in calendar cells */
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

a.callink:visited, a.callink:link, a.callink:active {
	/* links to event details */
	text-decoration: none;
	color: #647ea7;
	clear: left;
}

a.callink:hover {
	/* links to previous and next months, when hovered */
	text-decoration: none;
	color: #647ea7;
	border-bottom: 1px solid #b00505; 
}

.caldayweek {
	/* calendar cells with weekday names */
	padding: 2px;
	font-size: 10pt;
}

.calcelno, td.calcelno {
	/* calendar cells without dates */
	padding: 10px;
	background-color: #e7e6d1;
}

.calcel, td.calcel {
	/* calendar cells with dates */
	padding: 3px;
	background-color: #f7f6e7;
	font-size: 11px;
	text-align: left;
}

.date {
	/* Event names in the event view */
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	line-height: 110%;
}

.event {
	/* event details in the event view */
	text-align: left;
	margin: 20px 20px 10px 40px;
}

.price {
	/* event registration price in the event view */
	text-align: left;
	margin: 10px 20px 10px 20px;
}

