/* CSS items that are Moxie specific */
	.FixedWidthMText {
		font-family: Consolas, 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%;
	}

/* Short classes for common margins and padding */
	.mbMB15 		{margin-bottom: 15px;}
	.mbMB20 		{margin-bottom: 20px;}
	.mbMB25 		{margin-bottom: 25px;}
	.mbMB30 		{margin-bottom: 30px;}
	.mbMB45 		{margin-bottom: 45px;}
	.mbMT-10MB20	{margin: -10px 0 20px 0;}
	.mbMR10MB10		{margin: 0px 10px 10px 0px;}
	.mbMT10MB10		{margin: 10px 0 10px 0;}
	.mbPTB1RL10		{padding: 1px 10px;}
	.mbMWH100 		{max-width: 100px; max-height: 100px;}
	
	.mbBNo			{border: none;}
	.mbDIn			{display: inline;}
	.mbH20W250		{height: 20px; width: 250px;}
	.mbLSNo			{list-style-type: none;}
	.mbML1MR1		{margin-left: 1px; margin-right: 1px;}
	.mbTAR			{text-align: right;}
	.mbW100pH400	{width: 100%; height: 400px;}

/* Page-Break-After */
	.mbPageAfter	{page-break-after: always;}

/* Fix for Bootstrap Tabs with badges wrapping issue: change 3px to 2px */
	.badge {
		padding: 2px 7px;
	}

/* Fix for DataTables.net Search Filter Position with Tools Turned on */
	div.dataTables_filter {
		margin-top: 9px;
	}