body {
  font-size: 13px;
  color: #000000;
  line-height: 15px;
  font-style: normal;
  font-family: Arial, "Century Gothic", Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #666655;
}

form {
  margin-bottom : 0;
}

h1 {
  FONT-SIZE: 32px;
  LINE-HEIGHT: 36px;
  font-weight: bold;
  FONT-STYLE: normal;
  font-family: Arial, "Century Gothic", Helvetica, sans-serif;
  border: 5px;
  margin: 3px;
  padding: 5px;
}

h2 {
  FONT-SIZE: 20px;
  LINE-HEIGHT: 22px;
  FONT-WEIGHT: bold;
  FONT-STYLE: normal;
  font-family: Arial, "Century Gothic", Helvetica, sans-serif;
  border: 5px;
}

h3 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  LINE-HEIGHT: 15px;
  FONT-STYLE: normal;
  font-family: Arial, "Century Gothic", Helvetica, sans-serif;
}

button {
  background: transparent url('images/bg_button.gif') repeat-x;
  outline: none;
  font-weight: bold;
}

button img {
  vertical-align: middle;
}

button span {
  vertical-align: middle;
}

/************************* Links *******************************/
a:link {
  color: #036;
  text-decoration : none;
}

a:visited {
  COLOR: #036;
  text-decoration : none;
}

a:active {
  COLOR: #036;
  text-decoration : none;
}

a:hover {
  color: #036;
  text-decoration : underline;
}

a.button {
  background: transparent url('images/bg_button_a2.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 13px;
  height: 24px;
  margin-right: 2px;
  padding-right: 10px; /* sliding doors padding */
  text-decoration: none;
  cursor: pointer;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button span {
  background: transparent url('images/bg_button_span2.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 10px;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}

/* Options Title Menu */

#navcontainer ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  margin-left: 0;
  background-color: #555533;
  color: White;
  float: left;
  width: 100%;
}

#navcontainer ul li { 
  display: inline; 
}

#navcontainer ul li a {
  padding: 3px 6px;
  background-color: #555533;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  font-size: 13px;
}

#navcontainer ul li a:hover {
  background-color: #888866;
  color: #fff;
  font-size: 13px;
}

/********************* Mapping page styles ***************************/
table.alertsContainer {
  border-width: 1px 1px 1px 1px;
  border-spacing: 3px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: #e6e6d3;
}
table.alerts {
  border-width: 1px 1px 1px 1px;
  border-spacing: 3px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
}
table.alerts th {
  border-width: 1px 1px 1px 1px;
  padding: 3px 3px 3px 3px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  background-color: #555533;
  color: #fff;
}
table.alerts td {
  border-width: 1px 1px 1px 1px;
  padding: 3px 3px 3px 3px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  background-color: white;
}

#container {
  width: 95%;
  padding: 10px;
}

#dialog {
  width: 400px;
  background-color: #e6e6d3;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}
#dialog_callcenter {
  width: 700px;
  background-color: #e6e6d3;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}

#buttonPanel {
  margin: 0 auto;
}

#mapTitle {
  border: 1px solid #86878c;
  text-align: center;
  margin: 0px 0px 5px 0px;
  font-family: arial narrow;
  font-size: 18pt;
  line-height: 20pt;
  height: 33px;
  width: 520px;
  color: #66676c;  
}

#devicesStyle {
  width: 520px;
  border: 1px solid #86878c;
  background-color: #e6e6d3;  
}

#mapGeofence {
  margin: 0px 0px 0px 5px;
  border: 1px solid #86878c;
  height: 500px;
}

#historyContainer {
  background-color: #ffffff;
  overflow-x: auto;
  overflow-y: auto;
  border-color: #36373c;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  height: 470px;
  width: 400px;
}

#history {
  width: 350px;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
}

#map {
  margin: 0px 0px 5px 0px;
  border: 1px solid #36373c; 
}

#pano {
  margin: 0px 0px 0px 0px;
  border: 1px solid #36373c; 
}

#deviceName {
  padding: 2px 2px 2px 2px; 
  font-family: arial narrow; 
  font-size: 18pt; 
  color: #66676c;
}

#printMsgHeadStyle {
  width: 400px; 
  color: white;
  background-color: #555533;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 5px 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
}
 
#printMsgBodyStyle {
  width: 400px; 
  color: black;
  background-color: white;
  border: 2px solid #222222;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
  line-height: 14px;
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}

#waitingDialog {
  width: 500px;
  background-color: #e6e6d3;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
}



