﻿html {
  background-image: url('Images/PageBackground.png');
  background-repeat: repeat-x;
}

html.FullScreen {
    background-image: none;
    height:100%;
}

body {
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}

input, textarea, select {
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}

a {
  color: #996633;
  font-weight: normal;
  text-decoration: none;
}

a:link {
  color: #996633;
}

a:visited {
  color: #996633;
}

a:active {
  color: #cc9966;
}

a:hover {
  color: #cc9966;
  text-decoration: underline;
}

a.WarningLink {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

a.WarningLink:link {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

a.WarningLink:visited {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

a.WarningLink:active {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

a.WarningLink:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

h1 {
  font-size: 2.5em;
}

h2 {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  clear:both;
}

h3 {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 2px 4px 2px;
  background-color: #f0f0f0;
}

ul.FormFields label {
  font-weight:bold;
}

ul.FormFields label.Mandatory {
  font-weight:bold;
  padding-left: 15px;
  background: transparent url(Images/Mandatory.png) no-repeat left top;
}

ul.FormFields .Notes {
  color:#999999;
  font-size: 0.85em;
  margin-top: 5px;
}

hr.Short {
  border: 0px none transparent;
  border-top: solid 1px #cccccc;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
}

table.Reference {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

table.Reference tr {
  border: solid 1px #e0e0e0;
}

table.Reference tr th {
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

table.Reference tr td {
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

table.Reference tr th.Ref, table.Reference tr td.Ref {
  white-space: nowrap;
  text-align: center;
}

table.Reference tr th.Desc, table.Reference tr td.Desc {
  white-space: normal;
}

.ValidationSummary {
  background-color: #ffe0e0;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ValidationSummary ul {
  margin-top: 10px;
  padding-left: 15px;
}

.ValidationSummary ul li {
  font-weight: bold;
  list-style-type: square;
}

strong {
  font-weight: bold;
}

.LastUpdated {
  float: right;
  color: #000000;
  font-size: 0.8em;
  background-color:#f0f0f0;
  padding: 5px 5px 5px 5px;
}

.LastUpdatedError {
  float: right;
  color: #000000;
  font-size: 0.8em;
  background-color:#ffcccc;
  padding: 5px 5px 5px 5px;
}

.LastUpdated img.Updating, .LastUpdatedError img.Updating {
  float:left;
  margin-top:-2px;
  margin-bottom:-2px;
  margin-right:5px;
}

.Supplementary {
  color: #999999;
}

.LocationWarning {
  background-color: #fff0f0;
  padding: 5px 20px 5px 5px;
}

.LocationWarningText {
  color: #cc6666;
  font-size: 0.9em;
  margin-top: 5px;
}

.StatusOk 
{
    background-color:transparent;
    margin-left:-10px;
    padding: 5px 5px 5px 10px;
    margin-bottom:10px;
    font-weight:bold;
}

.StatusNg
{
    background-color:#fff0f0;
    margin-left:-10px;
    padding: 5px 5px 5px 10px;
    margin-bottom:10px;
    font-weight:bold;
}

.NoHourData SPAN {
  color: #cccccc !important;
}

.HourData SPAN {
  color: #000000 !important;
}

Table.AlertsTable {
  margin-bottom:15px;
  margin-top:15px;
}

Table.AlertsTable td {
  padding: 5px 5px 5px 5px;
}

Table.AlertsTable td.Spacer {
  background-color: transparent;
  padding: 5px 5px 5px 5px;
}

Table.AlertsTable td.AlertsOkPrompt {
  background-color: #f8f8f8;
  color:#999999;
  font-weight:normal;
  padding-left:15px;
  padding-right:15px;
  text-align: right;
}

Table.AlertsTable td.AlertsOkPrompt a {
  color:#999999;
}

Table.AlertsTable td.AlertsOkPrompt a:link {
  color:#999999;
}

Table.AlertsTable td.AlertsOkPrompt a:visited {
  color:#999999;
}

Table.AlertsTable td.AlertsOkPrompt a:active {
  color:#000000;
}

Table.AlertsTable td.AlertsOkPrompt a:hover {
  color:#000000;
}

Table.AlertsTable td.AlertsOkValue {
  background-color: #cccccc;
  color:inherit;
  font-size: 2em;
  font-weight: bold;
  padding-left:15px;
  padding-right:15px;
  text-align: right;
}

Table.AlertsTable td.AlertsOkValue a {
  color:#000000;
  font-weight:bold;
}

Table.AlertsTable td.AlertsOkValue a:link {
  color:#ffffff;
}

Table.AlertsTable td.AlertsOkValue a:visited {
  color:#ffffff;
}

Table.AlertsTable td.AlertsOkValue a:active {
  color:#000000;
}

Table.AlertsTable td.AlertsOkValue a:hover {
  color:#000000;
}

Table.AlertsTable td.AlertsNgPrompt {
  background-color: #ffe0e0;
  color:#000000;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  text-align: right;
}

Table.AlertsTable td.AlertsNgPrompt a {
  color:#000000;
  font-weight:bold;
}

Table.AlertsTable td.AlertsNgPrompt a:link {
  color:#000000;
}

Table.AlertsTable td.AlertsNgPrompt a:visited {
  color:#000000;
}

Table.AlertsTable td.AlertsNgPrompt a:active {
  color:#666666;
}

Table.AlertsTable td.AlertsNgPrompt a:hover {
  color:#666666;
}

Table.AlertsTable td.AlertsNgValue {
  background-color: #cc0000;
  color:#ffffff;
  font-size: 2em;
  font-weight: bold;
  padding-left:15px;
  padding-right:15px;
  text-align: right;
}

Table.AlertsTable td.AlertsNgValue a {
  color:#ffffff;
  font-weight:bold;
}

Table.AlertsTable td.AlertsNgValue a:link {
  color:#ffffff;
}

Table.AlertsTable td.AlertsNgValue a:visited {
  color:#ffffff;
}

Table.AlertsTable td.AlertsNgValue a:active {
  color:#000000;
}

Table.AlertsTable td.AlertsNgValue a:hover {
  color:#000000;
}

Table.SummaryTable {
  margin-bottom:15px;
  margin-top:15px;
}

Table.SummaryTable td {
  padding: 10px 5px 10px 5px;
}

Table.SummaryTable td.SummarySection {
  background-color: #f0f0f0;
  color:#000000;
  font-weight:bold;
  font-size: 1.2em;
  border: 1px solid #cccccc;
  padding-top: 15px;
}

Table.SummaryTable td.SummaryName {
  color: #666666;
  font-weight:bold;
  text-align: right;
  border: 1px solid #cccccc;
  vertical-align: top;
}

Table.SummaryTable td.SummaryValue {
  color:#000000;
  font-weight:normal;
  text-align: left;
  border: 1px solid #cccccc;
  vertical-align: top;
}

.MicrosoftMap div div div {
/*  font-size: 0px; */
}
.MicrosoftMap div.BottomRightBar div div {
  font-size: small;
}
.MicrosoftMap .Infobox .content .title {
  color: #000000 !important;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif !important;
  font-size: 14px !important;
}
.MicrosoftMap .Infobox .content .description {
  color: #666666 !important;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif !important;
  font-size: 12px !important;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
.Hatch {
  background-image: url(Images/Hatch.png);
  background-repeat: repeat;
}

.MonitorInlineHighlight {
  color: #cc0000;
  font-weight: bold;
  font-size: 2em;
}

.MonitorInlineNormal {
  color: #999999;
  font-weight: bold;
  font-size: 2em;
}

ol.NearestDevices 
{
}

ol.NearestDevices li
{
  padding-left: 32px;
  min-height: 28px;
  margin-bottom: 10px;
}

ol.NearestDevices li.Number1
{
  background: transparent url(Images/1.png) no-repeat left top;
}

ol.NearestDevices li.Number2
{
  background: transparent url(Images/2.png) no-repeat left top;
}

ol.NearestDevices li.Number3
{
  background: transparent url(Images/3.png) no-repeat left top;
}

ol.NearestDevices li.Number4
{
  background: transparent url(Images/4.png) no-repeat left top;
}

ol.NearestDevices li.Number5
{
  background: transparent url(Images/5.png) no-repeat left top;
}

ol.NearestDevices li.Number6
{
  background: transparent url(Images/6.png) no-repeat left top;
}

ol.NearestDevices li.Number7
{
  background: transparent url(Images/7.png) no-repeat left top;
}

ol.NearestDevices li.Number8
{
  background: transparent url(Images/8.png) no-repeat left top;
}

ol.NearestDevices li.Number9
{
  background: transparent url(Images/9.png) no-repeat left top;
}

ol.NearestDevices li.Number10
{
  background: transparent url(Images/10.png) no-repeat left top;
}

p.Warning, div.Warning
{
  background-color:#ffffcc;
  padding: 10px 10px 10px 10px;
}

.MapKey 
{
padding:10px 5px 5px 10px;
height:40px;
overflow:hidden;
background-color: #f8f8f8;
}

.MapKey img
{
   float:left;
   margin-right: 5px;
}

.MapKeyWarning 
{
padding:10px 5px 5px 10px;
height:40px;
overflow:hidden;
background-color: #fff0f0;
}

.PlayTime
{
    background-color: #e0e0e0;
    font-size:24px;
    padding:0px 5px 0px 5px;
    background-color: #e8e8e8;
    margin-right: 2px;
    float:left;
    height:32px;
}

.Play
{
    background-color: #996633;
    background-image: url(Images/Play.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.Pause
{
    background-color: #996633;
    background-image: url(Images/Pause.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.Stop
{
    background-color: #996633;
    background-image: url(Images/Stop.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.NoPlay
{
    background-color: #e0e0e0;
    background-image: url(Images/Play.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.NoPause
{
    background-color: #e0e0e0;
    background-image: url(Images/Pause.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.NoStop
{
    background-color: #e0e0e0;
    background-image: url(Images/Stop.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 2px;
    float:left;
    height:32px;
    width:32px;
}

.ReplaySpeed
{
    float:left;
    height:32px;
    padding-top: 2px;
}

.AnnouncementsHeader
{
    background-color: #000000;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #ffffff;
}

.AnnouncementsPanel
{
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.AnnouncementType16_1
{
padding: 2px 5px 2px 22px;
background-image: url(Images/AnnouncementTypes/16/1.png);
background-repeat: no-repeat;
background-position: top left;
margin-bottom: 5px;
}

.AnnouncementType16_2
{
padding: 2px 5px 2px 22px;
background-image: url(Images/AnnouncementTypes/16/2.png);
background-repeat: no-repeat;
background-position: top left;
margin-bottom: 5px;
}

.AnnouncementType16_3
{
padding: 2px 5px 2px 22px;
background-image: url(Images/AnnouncementTypes/16/3.png);
background-repeat: no-repeat;
background-position: top left;
margin-bottom: 5px;
}

.SupportTelephone
{
padding: 10px 0px 5px 40px;
background-image: url(Images/Phone.png);
background-repeat: no-repeat;
background-position: top left;
margin-top: 5px;
font-weight: bold !important;
height:32px;
}

.SupportEMail
{
padding: 10px 0px 5px 40px;
background-image: url(Images/Mail.png);
background-repeat: no-repeat;
background-position: top left;
margin-top: 5px;
font-weight: bold !important;
height:32px;
}

.SupportEMail a
{
font-weight: bold !important;
}

.SupportWebsite
{
padding: 10px 0px 5px 40px;
background-image: url(Images/Website.png);
background-repeat: no-repeat;
background-position: top left;
margin-top: 5px;
font-weight: bold !important;
height:32px;
}

.SupportWebsite a
{
font-weight: bold !important;
}

.SupportContent
{
}

.SupportContent hr
{
border: 0px none transparent;
border-bottom: 1px solid #e0e0e0;
width: 80%;
margin-top: 10px;
margin-bottom: 20px;
}

.InlineLoading
{
    display:inline;
}

table.DaySelector
{
}

table.DaySelector th
{
text-align:center;
padding: 5px 5px 2px 5px;
}

table.DaySelector td
{
text-align:center;
padding: 0px 5px 0px 5px;
}

.CheckBoxListDescription
{
  color: #999999;
  display:block;
  font-size:0.9em;
  margin-left:18px;
  margin-bottom:-0.9em;
}

.BingInfoBox 
{
   
}

.BingInfoBox .InfoDetail
{
   color:#999999;
   font-size: 0.85em;
}

.OverrideCheckBox 
{
}

.OverrideCheckBox input
{
    display:inline;
}

.OverrideCheckBox label
{
    display:inline !important;
    font-weight: normal !important;
    margin-left: 5px;
}

table.NewDeviceGrid 
{
  margin-bottom: 10px;
  margin-top: 10px;
}

table.NewDeviceGrid tr {
  border: none 0px #ffffff;
}

table.NewDeviceGrid tr th {
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

table.NewDeviceGrid tr td {
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}
.NoData
{
  background-color: #f0f0f0;
  padding: 10px 5px 10px 5px;
  text-align: center;
}

.MetricGaugePanel
{
    display:inline-block;
    text-align:center;
    margin-right:5px;
    margin-bottom:5px;
    padding:5px 5px 5px 5px;
}

.MetricGaugeTitle
{
    font-weight:bold;
    color: #ffffff;
    margin-top:-5px;
    margin-left:-5px;
    margin-right:-5px;
    margin-bottom:5px;
    padding:5px;
}

.MetricGaugeTitle a
{
    font-weight:bold;
    color: #ffffff;
}

.MetricGaugeTitle a:link
{
    color: #ffffff;
}

.MetricGaugeTitle a:visited
{
    color: #ffffff;
}

.MetricGaugeTitle a:active
{
    color: #000000;
}

.MetricGaugeTitle a:hover
{
    color: #000000;
}

Table.DrivingBehaviourTable {
  margin-bottom:15px;
  margin-top:15px;
  width: 100%;
}

Table.DrivingBehaviourTable td {
  padding: 5px 5px 5px 5px;
}

Table.DrivingBehaviourTable td.Spacer {
  background-color: transparent;
  padding: 5px 5px 5px 5px;
}

Table.DrivingBehaviourTable td.GreenScore {
  background-color: #00cc00;
  color:#ffffff;
  font-size: 2em;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  vertical-align:middle;
}

Table.DrivingBehaviourTable td.GreenDescription {
  background-color: #e0ffe0;
  color:#000000;
  font-weight:normal;
  padding-left:15px;
  padding-right:15px;
  text-align:left;
  vertical-align:middle;
}

Table.DrivingBehaviourTable td.AmberScore {
  background-color: #ff9900;
  color:#ffffff;
  font-size: 2em;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  vertical-align:middle;
}

Table.DrivingBehaviourTable td.AmberDescription {
  background-color: #ffe8cc;
  color:#000000;
  font-weight:normal;
  padding-left:15px;
  padding-right:15px;
  text-align:left;
  vertical-align:middle;
}

Table.DrivingBehaviourTable td.RedScore {
  background-color: #cc0000;
  color:#ffffff;
  font-size: 2em;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  vertical-align:middle;
}

Table.DrivingBehaviourTable td.RedDescription {
  background-color: #ffe0e0;
  color:#000000;
  font-weight:normal;
  padding-left:15px;
  padding-right:15px;
  text-align:left;
  vertical-align:middle;
}

Table.DrivingBehaviourTable .ScoreTitle
{
    display:block !important;
    font-size: 0.5em !important;
    font-weight:normal !important;
}

.DrivingBehaviourDials
{
  margin-bottom:10px;
}

.CheckBoxVerticalList 
{
    display: block !important;
    margin-bottom: 5px;
}

.CheckBoxVerticalList input
{
    display:inline !important;
}

.CheckBoxVerticalList label
{
    display:inline !important;
    font-weight: normal !important;
    margin-left: 5px;
}

table.FuelRecordMatch
{
    margin-bottom: 20px;
}

table.FuelRecordMatch th
{
    font-weight: bold;
    padding: 2px 10px 2px 0px;
    text-align: center;
}

table.FuelRecordMatch td
{
    padding: 2px 10px 2px 0px;
    text-align: center;
}

table.UtilisationEvents
{
    margin-top: 10px;
}

tr.UtilisationEvent
{
    clear:both;
}

td.UtilisationTime 
{
    vertical-align: middle;
    float:left;
    font-size:1.5em;
    color:#666666;
    margin-top: 5px;
    margin-bottom: 5px;
}

td.UtilisationImage
{
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

td.UtilisationDetails
{
    vertical-align: middle;
}

.FixedWidthFont
{
    font-family: Consolas,'Courier New', Courier;
}

table.ReportList tr.ReportCategory td h3
{
    margin-top: 10px;
    margin-bottom: 6px;
}

table.ReportList td.ReportName
{
    padding: 3px 3px 3px 0px;
    white-space:nowrap;
    vertical-align:top;
    text-align:right;
}

table.ReportList td.ReportDescription
{
    padding: 3px 0px 3px 3px;
    vertical-align:top;
    color:#666666;
}
