/*
	Note: The <b> tag is depreciated. In the dynamically generated 
	parts, I've replaced it <span>, as this tag is not depreciated,
	and has no inherent formatting effect. <span> should be used to
	replace the hardcoded instances of <b> and then the references to
	<b> should be deleted in the stylesheet.
	
	- David Cloutman
*/

span.rtop, span.rbottom, 
b.rtop, b.rbottom {
	display: block;

}

span.rtop span, span.rbottom span, 
b.rtop span, b.rbottom span {
	display: block;
	height: 1px;
	overflow: hidden;
}

span.r1, b.r1 {
	margin: 0px 5px; 
	padding: 0px;
}

span.r2, b.r2 {
	margin: 0px 3px; 
	padding: 0px;
}

span.r3, b.r3 {
	margin: 0px 2px; 
	padding: 0px;
}

span.rtop span.r4, span.rbottom span.r4, 
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px; 
	padding: 0px;
}

.boxcorners span, .boxcorners b { 
	background: #ffffff;
	display: block;
	height: 1px;
	margin: 0px 5px;
	padding: 0px;
	overflow: hidden;
}

span.rc1, b.rc1 {
	margin: 0px 5px; 
	padding: 0px;
}

span.rc2, b.rc2 {
	margin: 0px 3px; 
	padding: 0px;
}

span.rc3, b.rc3{
	margin: 0px 2px; 
	padding: 0px;
}
span.rc4, b.rc4 {
	margin: 0px 1px; 
	height: 2px;
}

#box {

}

.boxbg { 
	width: 100%;
}

.boxspace { 
	display: block;
	width: 100%;
	height: 3px;
	margin: 0px;
	padding: 0px;
}

.boxtitle { 
	margin: 0px 10px 4px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
}

.boxcontenttext { 
	margin: 0px 10px 0px 10px;
	font-size: 9pt;
}

.bottext { 
	margin: 4px 10px 0px 10px;
	padding: 2px 0px 0px 0px;
	font-size: 9pt;
}

#content {
	position: relative;
	margin-left: 8px;
}

#einfo1 {	
	float: left;
	margin: 17px 7px 20px 0px;
}

#venueinformation, #otherinformation, #attending {
	margin-bottom: 17px;
}

#einfo2 {
	float: left;
	margin: 17px 10px 10px 10px;
}

#selltix, #moreinformation {

}
