/* This style sheet is used for the graphical version of thealc.org 
 ===================================================================================== */

/* Document Styles
===================================================================================== */

html, body {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	height: 100%;
}

.textOnlyLink {
	position: absolute;
	left:0px;
	top:0px;
	display: none;
}

/* Content Styles
===================================================================================== */
.leftColumn {
	float: left;
	
}

.rightColumn {
	float: right;
}

.clear {
clear: both;
}

.header {
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	margin-top:10px;
	display: block;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.photo {
	display: none;
}

table.eventscal {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-spacing: 0px;
}

td.eventscal {
	padding: 4px;
}

.hide {
	display: none;
	
}

.newsTitle {
font-weight: bold;
}
