/*******************************************/
/*	START - Importing various stylesheets **/
/*******************************************/
@import url(content.css);
@import url(rjklisting.css);

/*******************************************/
/*	STOP - Importing various stylesheets  **/
/*******************************************/

/******************************************************************************/
/***** START - printstylesheet *******************************************/
/******************************************************************************/

#wrapper, #content { width: 100%; margin: 0 0; }
#header, .block, .aside, #sidebar, .gallery-holder, .banners { display: none; }
h1, h2, h3, h4, h5, h6 { color: #000; }

/* RJK Plugin */
#rjk-topprint {
	display: block;
	text-align: center;
	float: middle;
	clear: both;
	margin-bottom: 50px;
}
.rjk-table {
	width: 100%;
}

.rjk-table tr td {
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
}

.singleview td.sponsor {
	display:table-cell;
}
.singleview td.attendance-long {
	display: block;
}

.singleview td.attendance-long {
	display: table-cell;
}
.singleview td.attendance-short span {
	display: none;
}

hr.separator {
	display: block;
}

form.rankselect {
	display:none;
}
/******************************************************************************/
/***** STOP - printstylesheet *********************************************/
/******************************************************************************/