@media screen {
	html, body {
		padding: 0px;
		margin: 0px;
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		/*font-family: Georgia, Times New Roman, Times, serif;*/
		font-size: 10pt;
		overflow: visible;
		/*
	scrollbar-face-color:gray;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color: gray;
	*/
	}

	/*
	Begin Header Declarations
	*/

	#header {
		background: black;
		color: White;
	}

	#logo {
		float: left;
	}

	#headercontent {
		/*	position: relative;*/
	}

	#location {
		color: White;
		padding: 2px 5px 2px 5px;
		height: 1%;
		vertical-align: middle;
		/*
	position:absolute;
	top: 50%;

	top:-50%;
	padding-left: 10px;
	font-size:1.1em;
	font-weight:normal;
	*/
	}

	#login_as {
		position: absolute;
		top: 30px;
		right: 0px;
		width: 150px;
		background-color: white;
		padding: 2px;
		margin: 2px;
		border: solid 1px black;
	}

	#search_box {
		position: absolute;
		top: 30px;
		right: 160px;
		width: 200px;
		background-color: white;
		padding: 2px;
		margin: 2px;
		border: solid 1px black;
	}

	#login_as_touchscreen {
		position: absolute;
		top: 18px;
		right: 0px;
		width: 150px;
		background-color: white;
		padding: 2px;
		margin: 2px;
		border: solid 1px black;
	}

	#touchscreen_back_button {
		position: absolute;
		top: 5px;
		right: 160px;
		width: 132px;
		background-color: white;
		padding: 0px;
		margin: 0px;
		border: solid 0px black;
	}

	#location_inner {
		color: White;
		padding: 2px 5px 2px 5px;
		height: 1%;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		/*
	position:relative;
	top:-50%;
	padding-left: 10px;
	font-size:1.1em;
	font-weight:normal;
	*/
	}

	#menu {
		clear: both;
		background: silver;
		padding: 0px;
		margin: 0px;
		border: 0px;
		/*
	z-index:0;
	position:absolute;
	top:1px;
	right:1px;
	*/
	}

	#menu_buttons {
		/*clear:both;*/
		padding: 0px;
		margin: 0px;
		border: 0px;
		position: absolute;
		top: 3px;
		right: 3px;
		z-index: 0;
	}

	#Beta {
		float: right;
		background: transparent;
		color: #cc0000;
	}

	#content {
		height: auto;
		vertical-align: middle;
	}

	#breadcrumb {
		clear: both;
		color: White;
		background: gray;
		padding-bottom: 0px;
		padding-top: 0px;
		border-bottom: solid 1px black;
		height: 20px;
		vertical-align: middle;
	}

	/*
	End Header Declarations
	*/

	/*
	Begin Footer Declarations
	*/

	#footer {
		background-color: black;
		color: White;
		padding: 5px;
		font-size: 0.75em;
		clear: both;
	}

	#copyright {
		width: 400px;
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
	}

	#footer ul {
		margin: 0px;
		padding: 0px;
		padding: 0 10px 0 0;
		text-align: right;
		margin: 0;
	}

	#footer li {
		display: inline;
		padding-left: 10px;
	}

	/*
	End Footer Declarations
	*/
}

@media print {
	body {
		padding: 0px;
		margin: 5px;
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		font-size: small;
	}

	/*
Hide header / footer when printing
*/

	#header {
		visibility: hidden;
		display: none;
	}

	#footer {
		visibility: hidden;
		display: none;
	}
}

@media all {
	fieldset {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	legend {
		color: Black;
		font-size: small;
		font-weight: bold;
	}

	.warningSummary {
		border: 2px solid GoldenRod;
		color: black;
		margin: 5px 0px;
		padding: 15px;
		background: #fff url(/images/16x16/warning.gif) no-repeat 10px 50%;
	}

		.warningSummary ul {
			margin: 0;
			padding: 0;
			margin-left: 40px;
			list-style: square;
		}

		.warningSummary li {
			color: Black;
		}

	.validationsSummary {
		border: 2px solid GoldenRod;
		color: black;
		margin: 5px 0px;
		padding: 15px;
		background: #fff url(/images/32x32/warning.gif) no-repeat 20px 50%;
	}

		.validationsSummary ul {
			margin: 0;
			padding: 0;
			margin-left: 80px;
			list-style: square;
		}

		.validationsSummary li {
			color: Black;
		}

	label.formLabel {
		color: Black;
		display: block;
		font-size: small;
		font-weight: bold;
		padding: 0px;
		margin: 8px 0px 0px 0px;
	}

	.labeldescription {
		color: Gray;
		display: block;
		font-size: xx-small;
		font-weight: normal;
		padding: 0px;
	}

	.left_half {
		display: block;
		width: 49%;
		float: left;
		margin: 0px;
		padding: 0px;
	}

	.right_half {
		display: block;
		width: 49%;
		float: right;
		margin: 0px;
		padding: 0px;
	}

	.float_middle {
		display: block;
		width: 1%;
		margin: 0px;
		padding: 0px;
	}

	.FullWidthTextField {
		border: solid 1px gray;
		width: 100%;
	}

	.center {
		display: table;
		height: 100%;
		width: 100%;
	}

	.centercell {
		display: table-cell;
		vertical-align: middle;
		/* For IE6/7 */
		position: relative;
		top: expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
	}

	.centercontent {
		/* center horizontally */
		margin: 0 auto;
		width: 400px;
	}

	#centercontainer {
		text-align: center;
	}

	#centercontainercontent {
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
	}

	#containercontent {
		width: 640px;
		height: 480px;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
	}

	.Centered {
		text-align: center;
		padding: 10px;
	}

	.MiniFormWrapper {
		border: solid 1px #F1F3F5;
		width: 350px;
		margin: 1px;
		padding: 1px;
		padding-bottom: 5px;
		border: solid 1px Gray;
		text-align: center;
	}

	.title {
		background: Gray;
		color: White;
		font-size: 1.25em;
		font-weight: bold;
		text-align: left;
		padding: 2px;
		margin: 1px;
	}

	.title_small {
		background: gray;
		color: White;
		font-size: 0.9em;
		font-weight: bold;
		text-align: left;
		padding: 2px;
		margin: 0px;
	}

	.CollapsiblePanelHeader {
		background: gray;
		color: White;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
		padding: 2px;
		margin: 1px;
	}

	.DataTable {
		width: 350px;
	}

	.TextField {
		border: solid 1px gray;
	}

	.InspectionTextField {
		border: solid 0px gray;
		background: silver;
	}

	.FormTextField {
		border: solid 0 gray;
		background: silver;
	}

	.LargeTextField {
		border: solid 1px gray;
		width: 95%;
	}

	.Button {
		border: solid 2px Gray;
		font-size: 1.1em;
		background-color: #F1F3F5;
		color: Black;
	}

	.StandaloneWizardButton {
		border: solid 2px #Black;
		font-size: 1.1em;
		background-color: White;
		color: Black;
	}

	.FieldName {
		color: Black;
		background-color: #F1F3F5;
		width: 150px;
		text-align: left;
	}

	.RepeaterTableHeader {
		color: Black;
		background-color: #F1F3F5;
		text-align: left;
		font-size: medium;
	}

	th {
		color: Black;
		background-color: #F1F3F5;
		text-align: center;
	}

	.tableFooter {
		color: Black;
		background-color: #F1F3F5;
		text-align: center;
	}

	.InspectionLabel {
		border-top: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		text-align: left;
		vertical-align: top;
		font-size: xx-small;
	}

	.InspectionValue {
		border-bottom: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		font-size: x-small;
	}

	.InspectionRow {
		/*border-right: solid 1px black;*/
	}

	.FormLabel {
		border-top: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		text-align: left;
		vertical-align: top;
		font-size: xx-small;
	}

	.FormValue {
		border-bottom: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		font-size: x-small;
	}

	.FormRow {
		/*border-right: solid 1px black;*/
	}

	.ColoredField {
		color: Black;
		background-color: #F1F3F5;
		text-align: left;
	}

	.FieldWrapperName {
		position: relative;
		margin-left: 200px;
		background-color: Silver;
	}

	.FieldWrapperName {
		position: absolute;
		top: 0px;
		left: 0px;
		color: Black;
		background-color: #F1F3F5;
		width: 150px;
		height: 20px;
		text-align: left;
		float: left;
	}

	.Validator {
		width: 20px;
		text-align: center;
	}

	.Grid {
	}

	.GridHeader {
		background-color: Gray;
	}

		.GridHeader td, th {
			background-color: Gray;
		}

		.GridHeader a {
			color: white;
			background-color: Gray;
		}

	.GridRow {
		background-color: white;
		color: black;
	}

	.GridSelectedRow {
		background-color: Gray;
		color: white;
	}

	.GridAlternatingRow {
		background-color: #F1F3F5;
		color: black;
	}

	.GridPager {
		background-color: black;
		color: White;
	}

		.GridPager a {
			color: White;
		}

	.GridFooter {
		background-color: Gray;
		color: White;
	}

	/* Begin Sitemap / Breadcrumb */

	.BreadCrumb {
		background-color: Transparent;
		color: Black;
		padding: 0px 10px 0px 10px;
	}

		.BreadCrumb a, a:visited, a:link, a:active {
			color: black;
			text-decoration: underline;
		}

			.BreadCrumb a:hover {
				color: #cc0000;
				text-decoration: underline;
			}

	.BreadCrumbCurrentNode {
		font-weight: bold;
	}

	.BreadCrumbNode {
	}

	.BreadCrumbRootNode {
	}

	/* End Sitemap / Breadcrumb */

	/* Begin Menu */

	.TopGroup {
		background-color: white;
		border: solid 1px gray;
	}

	.MenuGroup {
		background-color: white;
		border: solid 1px gray;
	}

	.MenuItem {
		color: black;
		font-size: 10px;
		cursor: default;
	}

	.MenuItemHover {
		color: black;
		background-color: silver;
		color: black;
		font-size: 10px;
		cursor: default;
	}

	.DisabledMenuItem {
		color: Gray;
		background-color: white;
		font-size: 10px;
		cursor: default;
	}

	.DisabledMenuItemHover {
		color: Gray;
		background-color: silver;
		font-size: 10px;
		cursor: default;
	}

	.MenuBreak {
		padding: 0px;
	}

	/* End Menu */

	/* begin login */

	.Login {
	}

	.LoginTitle {
		text-align: left;
		padding: 2px;
		background-color: Gray;
		color: White;
	}

	.LoginLabel {
		text-align: left;
		padding: 2px;
		background-color: #F1F3F5;
		color: black;
		width: 150px;
	}

	/*end login*/

	/* begin tree */

	.TreeView {
		background-color: transparent;
		padding-top: 4px;
		padding-left: 1px;
		cursor: default;
	}

	.OutlinedTreeView {
		background-color: White;
		padding-top: 4px;
		padding-left: 1px;
		border: solid 1px black;
		cursor: default;
	}

	.TreeNode {
		font-family: tahoma;
		font-size: 11px;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.GrayedTreeNode {
		font-family: tahoma;
		font-size: 11px;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		color: gray;
		cursor: default;
	}

	.HoverTreeNode {
		font-family: tahoma;
		font-size: 11px;
		text-decoration: underline;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		cursor: default;
	}

	.SelectedTreeNode {
		font-family: tahoma;
		font-size: 11px;
		background-color: gray;
		color: white;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		cursor: default;
	}

	.NodeEdit {
		border: 1px gray solid;
		font-family: tahoma;
		font-size: 11px;
	}

	.TreeView {
		background-color: transparent;
		padding-top: 4px;
		padding-left: 1px;
		cursor: default;
	}

	.TreeNode {
		font-size: 11px;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		cursor: default;
	}

	.GrayedTreeNode {
		font-size: 11px;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		color: gray;
		cursor: default;
	}

	.HoverTreeNode {
		font-size: 11px;
		text-decoration: underline;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		cursor: default;
	}

	.SelectedTreeNode {
		font-size: 11px;
		font-weight: bold;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 3px;
		padding-right: 3px;
		cursor: default;
	}

	.NodeEdit {
		border: 1px gray solid;
		font-size: 11px;
	}

	/* end tree */

	/* Menu 2 */

	.Menu {
		font-size: 0.95em;
		font-family: "Century Gothic",Tahoma, Verdana, Arial !important;
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		border-bottom: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		text-decoration: none !important;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=silver,endColorStr=gray);
	}

	.toolbar {
		background: white;
	}

	.toolbar2 {
		background: white;
	}

	.DynamicSelectedStyle {
	}

	.DynamicMenuHoverStyle {
		text-decoration: none;
		color: white !important;
		background-color: gray;
		padding: 1px;
		border-bottom: solid 1px white;
	}

	a.DynamicMenuHoverStyle {
		text-decoration: none;
		color: white;
	}

	a.DynamicMenuItemStyle {
		text-decoration: none !important;
	}

	.DynamicMenuItemStyle {
		text-decoration: none !important;
		padding: 1px;
		border-bottom: solid 1px black;
	}

	.DynamicMenuStyle {
		text-decoration: none;
		border-top: solid 1px black;
		border-left: solid 1px black;
		border-right: solid 1px black;
		padding: 0px;
		margin: 0px;
	}

	.StaticMenuHoverStyle {
		background-color: Gray;
		color: #cc0000;
		text-decoration: none !important;
	}

	.StaticMenuStyle {
		text-decoration: none;
		padding: 0px;
		background-color: Transparent;
	}

	.StaticMenuSelectedStyle {
		text-decoration: none;
		padding: 0px;
		background-color: Transparent;
	}

	.StaticMenuItemStyle {
		background-color: transparent;
		padding: 1px;
		margin: 0px;
		/*
	border-top:solid 0px gray;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px black;*/
		text-decoration: none;
	}

	a.StaticMenuItemStyle {
		text-decoration: none !important;
	}

	/* End menu 2 */

	.ImageButton {
		padding: 1px;
		margin: 1px;
		background: silver;
		border: solid 1px black;
	}

	.TransparentImageButton {
		padding: 1px;
		margin: 1px;
		background: transparent;
	}
}

.SplitterWrapper {
	padding: 0px;
	margin: 0px;
}

.Wizard {
	border: solid 2px black;
	padding: 1px;
	margin: 10px;
}

.WizardSidebar {
	background-color: gray;
	color: White;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

.WizardSidebarButton {
	color: White;
}

.WizardHeader {
	background-color: silver;
	color: black;
	border-bottom: solid 1px black;
	padding: 2px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
}

.WizardStep {
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: Maroon;
}

.WizardNavigation {
	border-top: solid 1px black;
	background-color: Silver;
	padding: 2px;
}

td {
	/*text-align:left;*/
}

.TouchscreenLink {
	font-size: x-large;
	font-weight: bold;
}

.TouchscreenButton {
	background-color: white;
	width: 300px;
	border: solid 0px black;
	text-align: left;
	height: 50px;
	vertical-align: middle;
	position: relative;
	padding: 3px;
	cursor: pointer;
	margin: 0px;
}

.TouchscreenButtonHover {
	background-color: Gray;
	width: 300px;
	border: solid 0px black;
	text-align: left;
	height: 50px;
	vertical-align: middle;
	position: relative;
	padding: 3px;
}

.TouchscreenButtonMiddleLayer {
	position: absolute;
	top: 50%;
}

.TouchscreenButtonLabel {
	position: relative;
	top: -50%;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

.TouchscreenButtonLabelHover {
	position: relative;
	top: -50%;
	padding-left: 10px;
	font-size: large;
	font-weight: bold;
}

/*
Popup tree
*/

.TreeViewPopup {
	background-color: White;
	padding-top: 4px;
	padding-left: 1px;
	border: solid 1px black;
	cursor: default;
}

.TreeNodePopup {
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.GrayedTreeNodePopup {
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	cursor: default;
}

.HoverTreeNodePopup {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.SelectedTreeNodePopup {
	font-family: tahoma;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.NodeEditPopup {
	border: 1px gray solid;
	font-family: tahoma;
	font-size: 11px;
}

/*
Popup calendar start
*/

.picker {
	background-color: #FFFFFF;
	border: 1px gray solid;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana",monospace;
	padding: 2px;
	cursor: pointer;
}

.calendar_button {
	border: none;
	cursor: pointer;
}

.calendar td {
	font-size: 11px;
}

.calendartitle {
	font-weight: bold;
	background-color: #D7D7E5;
}

.day {
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover {
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayheader {
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday {
	color: #999999;
}

.selectedday {
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

.calendar {
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: default;
}

.month {
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev {
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

/*
Popup calendar end
*/

.actionButton {
	display: block;
	margin: 1px;
	font-size: small;
	margin-bottom: 10px;
	margin-top: 10px;
}

.clear {
	clear: both;
}

.actionButtonInline {
	display: inline-block;
	margin: 1px;
	font-size: small;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.fixed {
	/* Mozilla, Opera, Safari and IE 7 */
	position: fixed !important;
	top: 100px;
	right: 50px;
	/* Internet Explorer 5.5/6 only */
	_position: absolute !important;
	_top: expression(eval(100 + document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + "px");
	_left: expression(eval(150 + document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft ) + "px");
}

/* Begin Joomla */

.menudottedline {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	background-color: #F1F3F5;
}

.menudottedline2 {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	background-color: #F1F3F5;
}

table.menubar {
	width: 100%;
}

table#toolbar {
	margin-right: 10px;
}

	table#toolbar a.toolbar {
		color: #808080;
		text-decoration: none;
		display: block;
		border: 1px solid #DDD;
		width: 55px;
		padding: 2px 1px 2px 1px;
	}

		table#toolbar a.toolbar:hover {
			color: #C64934;
			border: 1px solid #c24733;
			background-color: #f1e8e6;
			padding: 3px 0px 1px 2px;
		}

		table#toolbar a.toolbar:active {
			color: #FF9900;
		}

table#toolbar2 {
	margin-right: 10px;
}

	table#toolbar2 a.toolbar {
		color: #808080;
		text-decoration: none;
		display: block;
		border: 1px solid #DDD;
		width: 55px;
		padding: 2px 1px 2px 1px;
	}

		table#toolbar2 a.toolbar:hover {
			color: #C64934;
			border: 1px solid #c24733;
			background-color: #f1e8e6;
			padding: 3px 0px 1px 2px;
		}

		table#toolbar2 a.toolbar:active {
			color: #FF9900;
		}

.pathway {
	margin-left: 15px;
}

.Rotated {
	writing-mode: tb-rl;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-size: 10pt;
}

.floatingCentered {
	background-color: #808080;
	width: 100px;
	height: 50px;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

	.floatingCentered p {
		font-size: 12px;
		margin: 10px;
		color: white;
		text-align: center;
		position: absolute;
	}

.relativePane {
	position: relative;
}

a[disabled] {
	color: #cccccc !important;
	text-decoration: none !important;
}

input[disabled="disabled"] { /* disabled styles */
}

input[type="button"]:disabled {
	background: #dddddd;
	color: Gray;
}

input[type="submit"]:disabled {
	background: #dddddd;
	color: Gray;
}

/* This is to fix a display issue with Chrome when a grid is first loaded*/
.rgHeaderDiv {
	width: 100% !important;
}

.rgDataDiv .rgMasterTable {
	width: 100% !important;
}

/*Begin table*/

.PrimaryRow {
	background-color: White;
	color: black;
	vertical-align: middle;
}

.AlternatingRow {
	background-color: #F1F3F5;
	color: black;
	vertical-align: middle;
}
