﻿/************************************* copyright begin ***
**
** Copyright © Mincom Pty Ltd
**
************************************** copyright end ****/

.clsPartsHeading
{
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.clsPartsList
{
}
.clsPartsListHeader
{
	border-bottom: 2px solid #f2f2f2;
	width:100%
}
.clsPartsListBody
{
	width: 100%;
	overflow: auto;
}
.clsPartsListFooter
{
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f2f2f2;
	width:100%;
	background-color: #FFFFFF;
	display:block;
}
.clsSelected, .clsSelected a:link, .clsSelected a:visited, .clsSelected a:active, .clsSelected a:hover
{
    background-color: #717374;
	color: #fff;
}
.clsLoSelected, .clsLoSelected a:link, .clsLoSelected a:visited, .clsLoSelected a:active, .clsLoSelected a:hover
{
	background-color: #d2d3d2;
	color: #000;
}
.clsUnselected, .clsUnselected a:link, .clsUnselected a:visited, .clsUnselected a:active
{
	color: #000;
}
.clsUnselected:hover
{
	background-color: #d2d3d2;
	color: #000;
}
img.l1special
{
	border: none;
}
.clsTblDisplayHead th, .clsTblDisplayHead
{
	background-color: white;
}
.clsTblDisplayHead th
{
} 
.clsRelatedListsDiv
{
	overflow: auto;
	height: 50px;
	border-bottom: solid 2px #f2f2f2;
}
.clsRelatedListsTable
{
	width: 100%;
	border: 0;
}
.clsRelatedListsTable td
{
	padding: 1px 6px 2px 6px;
	margin: 2px;
}
.clsRelatedListsTable a:link, .clsRelatedListsTable a:visited, .clsRelatedListsTable a:active
{
	color: #000;
	text-decoration: none;
} 
.clsRelatedListsTable tr:hover
{
	color: #000;
	background-color: #d2d3d2;
	text-decoration: none;
}

.clsListNotesDiv
{
	overflow: auto;
	height: 50px;
	border-bottom: solid 2px #f2f2f2;
}
.clsListNotesTable
{
	width: 100%;
	border: 0;
}
.clsListNotesTable td
{
	padding: 1px 6px 2px 6px;
	margin: 2px;
}
.clsListNotesTable a:link, .clsListNotesTable a:visited, .clsListNotesTable a:active
{
	color: #000;
	text-decoration: none;
} 
.clsListNotesTable tr:hover
{
	color: #000;
	background-color: #d2d3d2;
	text-decoration: none;
}