html {
	height: 100%;
}

* {
	font-family: Arial;
}

body {
	font-family: Arial;
	font-size: 0.8em;
	background-color: white;
	margin: 0px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1025px) {
	body {
		font-size: 0.8em;
	}

	td.optional, th.optional {
		display: none;
	}
}

h1 {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

a.tabbar-menu-text {
	text-decoration: none;
	color: black;
}

div.contentContainer {
	margin: 0px auto;
	width: 1200px;
	height: 100%;
	overflow: none;
	padding: 0px;
	background-color: white;
}

@media screen and (max-width: 1025px) {
	div.contentContainer {
		width: 900px;
	}
}

div.header {
	width: 100%;
	height: 146px;
	background-color: white;
	position: relative;
	top: 0px;
	z-index: 10;
}

div.headerLogin {
	width: 100%;
	height: 40px;
	background-color: white;
	position: relative;
	top: 0px;
	z-index: 10;
}

div.infoBar {
	height: 40px;
	width: 100%;
	background-color: #2B5594;
	position: relative;
	top: 86px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.infoBarLogin {
	height: 40px;
	width: 100%;
	background-color: #2B5594;
	position: relative;
	top: 0px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.infoBarText {
	padding-top: 10px;
	padding-left: 10px;
}

div.infoBarExtra {
	height: 40px;
	width: 100%;
	background-color: #2B5594;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}

div.leftmenubar {
	float: left;
	width: 190px;
	border-right: 1px solid rgb(160,160,160);
	background-color: white;
	padding-left: 10px;
	padding-top: 10px;
}

div.contentBody {
	float: right;
	width: 989px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
	height: calc(100% - 145px);
	margin-top: 10px;
}

div.contentBodyNoLeftMenu {
	width: 1200px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
	height: calc(100% - 145px);
}

span.acBlue {
	color: #2B5594;
}

span.acGrey {
	color: #6E6E78;
}

.italic {
	font-style: italic;
}

span.acTitle {
	font-size: 12pt;
	font-weight: bold;
}

/* -- Filter/Menubar -- */

div.filterMenuBar {
	width: 180px;
	height: 100%;
	float: left;
	border-right: 1px solid #E3E3DF;
	font-size: 10pt;
}

div.filterMenuBar a {
	text-decoration: none;
}

span.filterMenuBarTitle {
	font-weight: bold;
	position: relative;
	left: 5px;
	top: 4px;
}

div.filterMenuBarTitle {
	width: 100%;
	height: 26px;
	background-color: #E3E3DF;
}

div.filterMenuBarSingleItem {
	width: 100%;
	min-height: 26px;
	border-bottom: 1px solid #E3E3DF;
}

span.filterMenuBarSingleItem {
	position: relative;
	left: 5px;
	top: 4px;
	font-size: 9pt;
}

div.filterContent {
	width: 100%;
	max-height: 200px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 9pt;
}

.filterContentCheckbox {
	margin-left: 5px;
	margin-right: 0px;
}

span.filterOpened {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

span.filterClosed {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}

@media screen and (max-width: 1025px) {
	div.contentBodyNoLeftMenu {
		width: 900px;
	}
	div.contentBody {
		width: 740px;
	}
	div.leftmenubar {
		width: 130px;
	}
}

div.loginBox {
	text-align: center;
	width: 360px;
	padding: 10px 0px 10px 0px;
	border: 2px solid black;
	margin-left: 390px;
	background-color: #ffffff;
}

div.loginBox654 {
	text-align: center;
	width: 360px;
	padding: 10px 0px 10px 0px;
	border: 0px;
	margin-left: 390px;
	background-color: #ffffff;
}

@media screen and (max-width: 1025px) {
	div.loginBox654 {
		margin-left: 250px;
	}
}

div.messageBox {
	text-align: left;
}

div.headerContainer {
	width: 100%;
	height: 100%;
	position: relative;
	top: 1px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.headerLogo {
	position: absolute;
	top: 10px;
	left: 11px;
	height: 45px;
	width: 500px;
	text-align: top;
	overflow: none;
}

div.headerText {
	color: #0088B8;
	font-weight: bold;
	position: relative;
	left: 110px;
	top: 20px;
	font-family: "Arial Bold","Arial";
	font-style: normal;
	font-size: 16px;
	color: #2B5594;
	text-align: left;
	line-height: normal;
	width: 200px;
}

div.headerMenu {
	position: absolute;
	top: 64px;
	left: 0px;
	background-color: white;
	padding: 0px;
	width: 100%;
}

div.headerMenu a {
	color: #686878;
}

div.headerMenuItem {
	display: inline-block;
	border-right: 1px solid #E3E3DF;
	padding: 12px;
}

div.headerMenuItemRight {
	display: inline-block;
	border-left: 1px solid #E3E3DF;
	padding: 12px;
}

div.headerMenuItemRightIcons {
	display: inline-block;
}

div.headerMenuItemRightIcons img {
	padding: 2px 3px 0px 3px;
	margin-bottom: -2px;
}

a {
	color: black;
}

a.tabbar-menu-text {
	font-weight: bold;
	color: #6E6E78;
	font-size: 13px;
}

a.tabbar-menu-text:hover {
	color: #1A95C4;
}

a.tabbar-menu-text-active {
	text-decoration: none;
	color: #1A95C4;
	font-weight: bold;
	font-size: 13px;
}

a.acButton {
	background-color: #F3F3F3;
	color: #6E6E78;
	text-decoration: none;
	padding: 12px 15px 12px 15px;
	font-weight: bold;
	margin-left: 20px;
}

textarea {
	font-family: Arial;
	font-size: 0.9em;
	color: #686878;
}

input[type="submit"] {
  background: #2B5594;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
}

input[type="button"] {
  background: #2B5594;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
}

img.loginImage {
	width: 1160px;
}

@media screen and (max-width: 1025px) {
	img.loginImage {
		width: 860px;
	}
}

div.portalName {
	position: absolute;
	right: 250px;
	top: 12px;
	width: 200px;
	height: 30px;
	text-align: right;
	color: #ccc;
	font-size: 16pt;
	font-weight: bold;
}

/* Search Box */

div.searchInputBox {
	border: 1px solid #E3E3DF;
	border-radius: 4px;
	height: 30px;
	width: 200px;
	position: absolute;
	right: 20px;
	top: 10px;
}

input.searchInputBox {
	color: #E3E3DF;
	border: 0px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 0px;
}

div.liveSearch {
	background-color: white;
	width: 300px;
	padding: 0px;
	margin-top: 10px;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 9999;
}

div.liveSearch a {
	text-decoration: none;
}

div.liveSearch a:hover {
	text-decoration: none;
	background-color: #e9e9e9;
}

div.imeilookup {
	background-color: white;
	width: 300px;
	padding: 0px;
	margin-top: 10px;
	position: relative;
	top: 5px;
	left: 0px;
	z-index: 9999;
}

div.imeilookup a {
	text-decoration: none;
}

div.imeilookup a:hover {
	text-decoration: none;
	background-color: #e9e9e9;
}

/* OpenLayers Styling */

div.map {
	height: 800px;
	width: 1160px;
	position; absolute;
	z-index: 0;
	border: 1px solid #c9c9c9;
}

@media screen and (max-width: 1025px) {
	div.map {
		width: 870px;
	}
}

div.dashboardMap {
	height: 100%;
	width: 100%;
	z-index: 0;
}

div.machineDetailMap {
	height: 100%;
	width: 600px;
	z-index: 0;
}

div.objectOverviewMap {
	height: 300px;
	width: 1017px;
	z-index: 0;
	border: 1px solid #E3E3DF;
}

div.olControlAttribution, div.olControlScaleLine {
	font-family: Arial;
	font-size: 0.7em;
	bottom: 3px;
	left: 6px;
}

div.olPopup h2 {
	color: #686878;
}

div.olPopup a {
	color: #0098C8;
	text-decoration: none;
}

div.olPopupContent {
	
}

/* Customer Specific Styles */

div.customer654mapVehicleOptionSwitches {
	border: 3px solid #2B5594;
	background-color: white;
	color: #686878;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	
	width: 350px;
	min-height: 220px;
	
	padding: 10px;
}

div.customer654mapVehicleOptionSwitches hr {
	height: 1px;
}

table.customer654postMortem {
	width: 1162px;
	border-collapse: collapse;
}

table.customer654postMortem td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
}

table.customer654postMortem th {
	border: 1px solid #2B5594;
	padding: 4px;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
}


/* IDEE Module : Map */

div.toolBarBelowMap {
	width: 1162px;
	border: 0px;
	padding-top: 4px;
}

@media screen and (max-width: 1025px) {
	div.toolBarBelowMap {
		width: 862px;
	}
}

div.objectListBelowMapTab {
	width: 125px;
	background-color: #F0F0F0;
	border: 2px solid white;
	color: #686878;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 1px;
}

div.objectListBelowMapTabActive {
	width: 125px;
	background-color: #686878;
	border: 2px solid white;
	color: #F0F0F0;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left: 1px;
}


div.objectListBelowMapTab a {
	color: #686878;
	text-decoration: none;
}
	
div.objectListBelowMapTabActive a {
	color: #F0F0F0;
	text-decoration: none;
}

div.objectListBelowMap {
	height: 220px;
	overflow: auto;
	width: 1000px;
	background-color: white;
}

@media screen and (max-width: 1025px) {
	div.objectListBelowMap {
		width: 880px;
	}
}

table.objectListBelowMapHeader {
	width: 1000px;
	border-collapse: collapse;
}

table.objectListBelowMap {
	width: 1000px;
	border-collapse: collapse;
}

table.objectListBelowMapHeader th.w1 {
	width: 150px;
}
table.objectListBelowMap td.w1 {
	width: 134px;
}

table.objectListBelowMapHeader th.w2 {
	width: 155px;
}
table.objectListBelowMap td.w2 {
	width: 134px;
}

table.objectListBelowMapHeader th.w3 {
	width: 84px;
}
table.objectListBelowMap td.w3 {
	width: 74px;
	padding-left: 5px;
	padding-right: 0px;
}

table.objectListBelowMapHeader th.w4 {
	width: 60px;
}
table.objectListBelowMap td.w4 {
	width: 50px;
	padding-left: 5px;
	padding-right: 0px;
}

table.objectListBelowMapHeader th.w5 {
	width: 55px;
}
table.objectListBelowMap td.w5 {
	width: 32px;
}

table.objectListBelowMapHeader th.w6 {
	width: 90px;
}
table.objectListBelowMap td.w6 {
	width: 70px;
}

table.objectListBelowMapHeader th.w7 {
	width: 85px;
}
table.objectListBelowMap td.w7 {
	width: 75px;
}

@media screen and (max-width: 1025px) {
	table.objectListBelowMapHeader {
		width: 880px;
	}
	table.objectListBelowMap {
		width: auto;
	}

	table.objectListBelowMapHeader th.w1 {
		width: 150px;
	}
	table.objectListBelowMap td.w1 {
		width: 144px;
	}
	
	table.objectListBelowMapHeader th.w2 {
		width: 87px;
	}
	table.objectListBelowMap td.w2 {
		width: 80px;
	}
	
	table.objectListBelowMapHeader th.w3 {
		width: 60px;
	}
	table.objectListBelowMap td.w3 {
		width: 50px;
	}
	
	table.objectListBelowMapHeader th.w4 {
		width: 50px;
	}
	table.objectListBelowMap td.w4 {
		width: 40px;
	}
	
	table.objectListBelowMapHeader th.w5 {
		width: 46px;
	}
	table.objectListBelowMap td.w5 {
		width: 36px;
	}
	
	table.objectListBelowMapHeader th.w6 {
		width: 56px;
	}
	table.objectListBelowMap td.w6 {
		width: 50px;
	}
	
	table.objectListBelowMapHeader th.w7 {
		width: 115px;
	}
	table.objectListBelowMap td.w7 {
		width: 110px;
	}
}

table.objectListBelowMapHeader th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid rgb(1,139,185);
	font-size: 9pt;
}

table.objectListBelowMap th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 0px;
	font-size: 9pt;
}

table.objectListBelowMap td {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
	font-size: 9pt;
}

/* -- Dashboard -- */

div.objectListDashboard {
	width: 500px;
	height: 760px;
	font-size: 9pt;
	overflow-y: none;
	overflow-x: none;
}

table.objectListDashboard {
	width: 100%;
}

table.objectListDashboardHeader {
	border: 1px solid white;
}

table.objectListDashboard td a {
	text-decoration: none;
	color: #2B5594;	
}

table.objectListDashboardHeader td {
	vertical-align: top;
	color: black;
	padding: 5px 5px 5px 0px;
	text-align: left;
	border: 0px;
	font-weight: bold;
}

table.objectListDashboard td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	border: 1px solid #E3E3DF;
	text-align: right;
	color: #6E6E78;
}

table.objectListDashboard tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListDashboard td:nth-child(1) {
	text-align: left;
	width: 195px;
}

table.objectListDashboardHeader td:nth-child(1) {
	text-align: left;
	width: 180px;
}

table.objectListDashboard td:nth-child(2), table.objectListDashboardHeader td:nth-child(2) {
	text-align: left;
	width: 42px;
	padding-left: 0px; padding-right: 0px;
	margin-left: 0px; margin-right: 0px;
}

table.objectListDashboard td:nth-child(3), table.objectListDashboardHeader td:nth-child(3) {
	text-align: left;
	width: 42px;
	padding-left: 0px; padding-right: 0px;
	margin-left: 0px; margin-right: 0px;
}

table.objectListDashboard td:nth-child(4) {
	text-align: right;
	width: 67px;
}

table.objectListDashboard td:nth-child(5) {
	text-align: right;
	width: 67px;
}

table.objectListDashboard td:nth-child(6) {
	text-align: right;
	width: 67px;
}

table.objectListDashboardHeader td:nth-child(4) {
	width: 65px;
	padding-left: 4px;
}

table.objectListDashboardHeader td:nth-child(5), table.objectListDashboardHeader td:nth-child(6) {
	width: 65px;
}

table.objectListDashboard td:nth-child(1) img {
	width: 40px;
}

table.objectListDashboard th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.machineDetailSpecs td:nth-child(1) {
	font-style: italic;
	width: 110px;
}

/* -- Messages -- */

table.messageList {
	width: 100%;
}

table.messageList td {
	height: 22px;
	border-bottom: 1px solid #c9c9c9;
}

table.messageList tr.unread td {
	font-weight: bold;
}

table.message td {
	padding: 0px 10px 0px 0px;
}

table.message td:nth-child(1) {
	background-color: #e9e9e9;
	text-align: right;
}

table.message td {
	height: 25px;
}

table.message tr:nth-child(4) td {
	padding-top: 15px;
	background-color: #ffffff;
}

/* -- Geofencing page -- */

table.acSimpleTable {
	border-collapse: collapse;
}

table.acSimpleTable td {
	border: 0px;
	border: 1px solid #E3E3DF;
	height: 30px;
}

table.acSimpleTable td:nth-child(1) {
	padding-left: 15px;
}

table.acSimpleTable tr:nth-child(1) td {
	font-weight: bold;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #E3E3DF;
	height: 20px;
}
	
table.acSimpleTable tr:nth-child(1) td:nth-child(4) {
	border-right: 1px solid #E3E3DF;
}

table.simpleTable th a {
	color: white;
}

/* -- Utilisation page -- */

div.objectListUtilizationPage {
	width: 1019px;
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.objectListUtilizationPage {
	width: 100%;
	border-collapse: collapse;
}

table.objectListUtilizationPage thead tr {
	background-color: white;
}

tr.objectListUtilizationPageTopSpacer, tr.objectListUtilizationPageTopSpacer td {
	height: 52px;
}

table.objectListUtilizationPage th.w1 {
	width: 235px;
}

table.objectListUtilizationPage th.w2 {
	width: 141px;
}

table.objectListUtilizationPage td:nth-child(1) {
	width: 253px;
}

table.objectListUtilizationPage td:nth-child(2), table.objectListUtilizationPage td:nth-child(4), table.objectListUtilizationPage td:nth-child(6), table.objectListUtilizationPage td:nth-child(8), table.objectListUtilizationPage td:nth-child(10) {
	width: 66px;
}

table.objectListUtilizationPage td:nth-child(3), table.objectListUtilizationPage td:nth-child(5), table.objectListUtilizationPage td:nth-child(7), table.objectListUtilizationPage td:nth-child(9), table.objectListUtilizationPage td:nth-child(11) {
	width: 70px;
}

table.objectListUtilizationPage a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.objectListUtilizationPage {
		width: 719px;
	}
}
	
table.objectListUtilizationPage th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.objectListUtilizationPage td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	border: 1px solid #E3E3DF;
	text-align: right;
	color: #6E6E78;
}

table.objectListUtilizationPage tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListUtilizationPage tr:nth-child(1) {
	background-color: white;
	font-weight: bold;
}

table.objectListUtilizationPage tr:nth-child(2) {
	background-color: white;
	border: 1px solid #E3E3DF;
	font-style: italic;
}

table.objectListUtilizationPage td:nth-child(1), table.objectListUtilizationPage td:nth-child(3), table.objectListUtilizationPage td:nth-child(5), table.objectListUtilizationPage td:nth-child(7), table.objectListUtilizationPage td:nth-child(9), table.objectListUtilizationPage td:nth-child(11) {
	border-right: 1px solid #6E6E78;
}

table.objectListUtilizationPage td:nth-child(1) {
	text-align: left;
}

table.objectListUtilizationPage td:nth-child(1) img {
	width: 40px;
}

table.objectListUtilizationPage th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.objectListUtilizationPage th.tableSubHeader:nth-child(1), table.objectListUtilizationPage th.tableSubHeader:nth-child(3), table.objectListUtilizationPage th.tableSubHeader:nth-child(5), table.objectListUtilizationPage th.tableSubHeader:nth-child(7), table.objectListUtilizationPage th.tableSubHeader:nth-child(9), table.objectListUtilizationPage th.tableSubHeader:nth-child(11) {
	border-right: 1px solid #6E6E78;
}

/* -- Service page -- */

div.objectListServicePage {
	width: 1000px;
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.objectListServicePage {
	width: 100%;
	border-collapse: collapse;
}

table.objectListServicePage thead tr {
	background-color: white;
}

table.objectListServicePage a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.objectListServicePage {
		width: 719px;
	}
}
	
table.objectListServicePage th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.objectListServicePage td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	text-align: right;
	color: black;
	border-right: 1px solid #D2D2D2;
}

table.objectListServicePage tr:nth-child(even) {
	background-color: #F1F1EF;
}

table.objectListServicePage td:nth-child(1), table.objectListServicePage td:nth-child(4), table.objectListServicePage td:nth-child(5) {
	text-align: left;
}

table.objectListServicePage td:nth-child(1) img {
	width: 40px;
}

table.objectListServicePage td:nth-child(1) {
	width: 275px;
}

table.objectListServicePage td:nth-child(2) {
	width: 88px;
}

table.objectListServicePage td:nth-child(3) {
	width: 88px;
}

table.objectListServicePage td:nth-child(4) {
	width: 243px;
}

table.objectListServicePage td:nth-child(5) {
	width: 250px;
}

table.objectListServicePage th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
}

table.objectListServicePage tr:nth-last-child(1) {
	border-bottom: 1px solid #D2D2D2;
}

table.objectListServicePage th.w270 {
	width: 275px;
}

table.objectListServicePage th.w220 {
	width: 243px;
}

table.objectListServicePage th.w85 {
	width: 88px;
}

tr.objectListServicePageTopSpacer, tr.objectListServicePageTopSpacer td {
	height: 24px;
}

@media screen and (max-width: 1025px) {
	table.objectListServicePage th.w270 {
		width: 180px;
	}
	
	table.objectListServicePage th.w220 {
		width: 140px;
	}
	
	table.objectListServicePage th.w85 {
		width: 65px;
	}

	tr.objectListServicePageTopSpacer, tr.objectListServicePageTopSpacer td {
		height: 38px;
	}
}

/* -- Machine Detail page -- */

div.detailPageTabbar {
	width: 100%;
	height: 24px;
	padding-top: 20px;
	border-bottom: 1px solid #D2D2D2;
	margin: 0px;
	padding-bottom: 0px;
	overflow: none;
}

span.detailPageTabActive {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid white;
	padding: 8px;
	margin-left: 5px;
	background-color: white;
	color: #2B5594;
	font-weight: bold;
}

span.detailPageTabInActive {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 8px;
	margin-left: 5px;
	background-color: #F3F3F3;
	color: black;
	font-weight: bold;
}

span.detailPageTabInActiveAlerts {
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 8px;
	margin-left: 5px;
	background-color: #F3F3F3;
	color: #FF0055;
	font-weight: bold;
}

div.machineDetailsUtilization {
	height: 100%;
	font-size: 9pt;
	overflow-y: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

table.machineDetailsUtilization {
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}

table.machineDetailsUtilization a {
	color: #0099DD;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {
	div.machineDetailsUtilization {
		width: 700px;
	}
}
	
table.machineDetailsUtilization th {
	vertical-align: top;
	color: black;
	padding: 5px;
	text-align: left;
	border: 0px;
}

table.machineDetailsUtilization td {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	height: 36px;
	text-align: right;
	color: black;
	border-right: 1px solid #D2D2D2;
}

table.machineDetailsUtilization tr:nth-child(1) {
	background-color: white;
	border-bottom: 1px solid #D2D2D2;
}

table.machineDetailsUtilization td:nth-child(1) img {
	width: 40px;
}

table.machineDetailsUtilization th.tableSubHeader {
	vertical-align: top;
	color: #6E6E78;
	padding: 5px;
	text-align: left;
	border: 1px solid #E3E3DF;
	font-style: italic;
}

table.machineDetailsUtilization tr:nth-last-child(1) {
	border-bottom: 1px solid #D2D2D2;
}

table.canbusErrorList {
	border-collapse: collapse;
}

table.canbusErrorList td {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
}

table.canbusErrorList th {
	border: 1px solid #2B5594;
	padding: 4px;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
}


/* -- */

div.mapFilterMenu {
	width: 1162px;
	height: 24px;
	background-color: #e9e9e9;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media screen and (max-width: 1025px) {
	div.mapFilterMenu {
		width: 872px;
	}
}

div.mapFilterMenu a {
	text-decoration: none;
}

div.mapFilterMenu a:hover {
	text-decoration: none;
	color: #1a95c4;
}

div.statusBar {
	background-color: #2B5594;
	height: 26px;
	width: 1200px;
	position: absolute;
	padding-top: 7px;
	bottom: 0px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: white;
}

span.statusBarContent {
}

@media screen and (max-width: 1025px) {
	div.statusBar {
		width: 900px;
	}
}

table.standard800 {
	width: 800px;
	border-collapse: collapse;
}

table.standard800 th {
	vertical-align: top;
	background-color: rgb(1,139,185);
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border: 1px solid rgb(1,139,185);
	font-size: 9pt;
}

img.graph {
	width: 450px;
	height: 200px;
}

@media screen and (max-width: 1025px) {
	img.graph {
		width: 305px;
	}
}

/* IDEE Module : Calendar */
table.calendarMonth {
	border-collapse: collapse;
}

table.calendarMonth tr.firstRow td {
	height: 10px;
}

table.calendarMonth td.calendarToday {
	background-color: #999999 !important;
}

table.calendarMonth td {
	border: 1px solid #a9a9a9;
	font-size: 9pt;
	vertical-align: top;
}

span.calendarDate {
	border-bottom: 1px solid #a9a9a9;
	display: block;
	margin-bottom: -12px;
}

table.calendarMonth td.calendarToday span.calendarDate {
	color: #770000;
	border-color: #770000;
}

span.calendarHoliday {
	border: 1px solid #a9a9a9;
	background-color: #1a95c4;
	color: white;
	display: block;
	margin-bottom: -12px;
}

/* IDEE module admin checkbox alignment */
div.moduleList {
	border-left: 4px solid #1A95C4;
	background-color: #e9e9e9;
	margin-bottom: 15px;
	padding: 10px;
	width: 970px;
}

div.moduleList:hover {
	background-color: #d9d9d9;
}

div.moduleList label {
	display: block;
	padding-left: 18px;
	text-indent: -18px;
}

div.moduleList input {
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	position: relative;
	top: -3px;
	*overflow: hidden;
}

/* IDEE module admin hardware module list */

table.hardwareModuleListHeader {
	border-collapse: collapse;
	width: 980px;
}

table.hardwareModuleListHeader th {
	border: 1px solid #2B5594;
	padding: 4px;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
}

table.hardwareModuleListHeader td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	vertical-align: top;
}

table.hardwareModuleList {
	border-collapse: collapse;
	width: 960px;
}

table.hardwareModuleList th {
	border: 1px solid #2B5594;
	padding: 4px;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
}

table.hardwareModuleList td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	vertical-align: top;
}

div.hardwareModuleList {
	width: 980px;
	height: 200px;
	overflow: auto;
}

@media screen and (max-width: 1025px) {
	table.hardwareModuleListHeader {
		width: 720px;
	}
	table.hardwareModuleList {
		width: 720px;
	}
	div.hardwareModuleList {
		width: 740px;
	}
}

table.hardwareModuleSettings {
	border-collapse: collapse;
}

table.hardwareModuleSettings th {
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.hardwareModuleSettings td {
	min-width: 150px;
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.hardwareModuleSettings td input {
	min-width: 150px;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background-color: #e9e9e9;
	vertical-align: top;
}

/* Connection Server Update Overview */

table.csUpdateList {
	border-collapse: collapse;
}

table.csUpdateList th {
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.csUpdateList td {
	min-width: 150px;
	border: 1px solid #a9a9a9;
	vertical-align: top;
}

table.csUpdateList td:nth-child(1) {
	text-align: right;
	padding-right: 5px;
}

/* IDEE module admin user/group management */

table.formInput {
	border-collapse: collapse;	
}

table.formInput td {
	border: 1px solid #c9c9c9;
	padding: 4px;
	min-width: 150px;
	vertical-align: top;
}

table.formInput td.small {
	border: 1px solid #c9c9c9;
	padding: 4px;
	min-width: 20px;
	vertical-align: top;
}

table.formInput th {
	border: 1px solid #2B5594;
	padding: 4px;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
}

table.formInput th a {
	color: white;
}

/* Lightbox */

.lightbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10000;
}

.lightbox_table {
	width:100%;
	height:100%;
}

.lightbox_table_cell {
	vertical-align:middle;
}

/* Simple table */

table.simpleTable {
	border-collapse: collapse;
}

table.simpleTable td {
	padding: 5px;
}

table.simpleTable th {
	border-bottom: 1px;
	text-align: left;
	font-weight: bold;
	background-color: #2B5594;
	color: white;
	padding: 5px 5px 5px 5px;
}

table.simpleTable tr:nth-child(odd) {
	background-color: #fff;
}

table.simpleTable tr:nth-child(even) {
	background-color: #e9e9e9;
}

table.simpleTable tr.alarm td, table.simpleTable tr.alarm td a {
	background-color: #ff0000;
	color: white;
}

table.simpleTable tr.creditslow td, table.simpleTable tr.creditslow td a {
	background-color: #ffff00;
	color: black;
}

table.simpleTable tr:hover {
	background-color: #c9c9c9;
}

/* Link as button */

a.button {
  background: #2B5594;
  border: 0px;
  padding: 7px 30px 7px 30px;
  font-weight: bold;
  font-family: Arial;
  color: white;
  text-decoration: none;
}

/* Timeline table */

table.timeline {
	width: 100%;
}

table.timeline tr td {
	padding: 10px;
}

table.timeline tr th {
	padding: 10px;
	text-align: left;
	background-color: #c9c9c9;
}

table.timeline tr:nth-child(odd) {
	background-color: #fff;
}

table.timeline tr:nth-child(even) {
	background-color: #e9e9e9;
}

table.timeline td:nth-child(1) {
	text-align: right;
	width: 130px;
}

table.timeline td:nth-child(2) {
	text-align: center;
	width: 20px;
}

table.timeline tr:hover {
	background-color: #c9c9c9;
}

