/* CSS items that are Moxie specific */
	.FixedWidthMText {
		font-family: Dina, Courier New, Courier, monospace, sans-serif;
	}
	
	#grouptotal {
		font-weight: bold;	
	}
	
	.PageBreak {
		color: transparent;
	}
	
	.RspVideo {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 60px;
		overflow: hidden;
	}
	
	.RspVideo iframe, .RspVideo object, .RspVideo embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* Fix for DataTables.net Search Filter Position with Tools Turned on */
	div.dataTables_filter {
		margin-top: 9px;
	}

/* Fix for Windows Phone 8 with IE10 */
	@-webkit-viewport   { width: device-width; }
	@-moz-viewport      { width: device-width; }
	@-ms-viewport       { width: device-width; }
	@-o-viewport        { width: device-width; }
	@viewport           { width: device-width; }