* {
  font-size:100%;
}
html {
  font-size:64%;
}
body {
  margin:0;
  font-family: helvetica, sans-serif;
  background:#fff url('../images/bg-body.gif') repeat-x;
}
img {
  border:0;
}
input, select, textarea {
  vertical-align: middle;
  font:100% helvetica, sans-serif;
        outline: none;
}
a {
  text-decoration:none;
        outline: none;
}
a:hover {
  text-decoration:underline;
}
/* General settings*/
.container {
  width:966px;
  margin:0 auto;
  padding:148px 0 20px;
  position:relative;
}
.hide {
  display: none;
}
.clear {
    clear: both;
}

/* start header */
.logo {
  float:left;
  width: 315px;
  height:88px;
  text-indent:-9999px;
  overflow:hidden;
  margin:0;
  display:inline;
  position:absolute;
  top:0px;
  left:2px;
  z-index:98;
}
.logo a {
  display:block;
  height:100%;
  cursor:pointer;
        background:url('../images/logo_.png') no-repeat; 
}
.header {
  width:965px;
  height:148px;
  position:absolute;
  top:0;
  left:0;
}
.header .holder {
  width:100%;
  overflow:hidden;
}
.header .holder .wrap {
  width:605px;
  height:88px;
  float:right;
}
.row {
  width:100%;
  overflow:hidden;
}
/* account panel */
.user-nav {
  float:right;
  padding:0 0 0 9px;
  background:url('../images/bg-usernav-left.gif') no-repeat;
}
.user-nav>ul {
  margin:0 3px 0 0;
  padding:0 15px 0 1px;
  list-style:none;
  float:left;
  overflow:hidden;
  background:url('../images/bg-usernav-right.gif') no-repeat 100% 0;
  height: 34px;
}
.user-nav>ul>li {
  float:left;
  padding:8px 8px 10px 13px;
  text-transform:uppercase;
  font-size:1.1em;
  background:url('../images/separator1.gif') no-repeat;
}
.user-nav>ul>li:first-child {
  background:none;
}
.user-nav>ul>li>a {
  color:#4e4e4e;
}
.user-nav .logout {
  font-weight: bold;
  margin-left:-8px;
}

/* main navigation */
.main-nav {
  margin:3px 0 0;
  width:965px;
  overflow:hidden;
        z-index: 10;
  background:url('../images/bg-menu-left.gif') no-repeat;
}
.main-nav>ul {
  height:43px;
  margin: 0;
  list-style:none;
  padding:0 0 0 15px;
  background:url('../images/bg-menu-right.gif') no-repeat 100% 0;
  overflow:hidden;
}
.main-nav>ul>li {
  float:left;
        width: 153px;
  background:url('../images/separator7.gif') no-repeat;
}
.main-nav>ul>li:first-child {
  background:none;
}
.main-nav>ul>li>a {
  display:block;
  overflow:hidden;
  padding:8px;
        font-size: 2em;
        text-align: center;
        color: white;
  cursor:pointer;
  position:relative;
  z-index:98;
  text-decoration:none;
}
.main-nav>ul>li>a.active {
  background:url('../images/bg-menu-hilite.gif') no-repeat;
}
.main-nav>ul>li>a>span {
  height:100%;
  cursor:pointer;
}


/* TOOLTIP */
.tooltip { 
    position: absolute; 
    z-index: 20; 
    display: none; 
    border: 1px solid #ddd; 
    border-top: 0; 
    font-size: 14px; 
    background: #fff url("../images/bg-menu-ajax.gif") 0 0 repeat-x; 
}

.menu-arrow {
    display: none;
    background: url('../images/arrow-menu.gif') no-repeat;
    width: 13px; 
    height: 7px;
    position: absolute;
    bottom: 15px;
    z-index: 100;
}

.menu-inside {
    border: 1px solid #aaa !important;
    border-top: 0;
    padding: 0px;
    width: 150px;
}
.menu-inside>ul {
    list-style: none;
    padding: 2px;
    margin: 0;
}
.menu-inside>ul>li {
/*    margin: 0 !important;
    padding:0 !important;*/
}
.menu-inside>ul>li>a {
    display:block;
    text-indent: 0 !important;
    height: 24px;
    color: #535353;
    padding:4px;
}
.menu-inside>ul>li>a:hover {
    text-decoration:none;
    background-color: #CCCCCC;
}
/* content */
.wrap-content {
  width:960px;
  overflow:hidden;
  min-height:524px;
  padding-bottom: 5px;
  margin:0;
  position:relative;
  z-index:10;
  background:url('../images/bg-main.gif') no-repeat 0 100%;
}

.main-content {
  min-height:524px;
        width:560px;
  float:left;
  margin:0;
  display:inline;
}
h1,h2,h3 {
  font-weight: bold;
        color: #990000;
}

h1 {
        font-size: 3em;
}

h2 {
        font-size: 2em;
}

h3 {
        font-size: 1.5em;
}
.MsoNormal {
  
}

/* sidebar */
.sidebar {
  width:368px;
  padding:0 0 0 4px;
  margin:0 8px 0 0;
  float:right;
}
.box-size {
  width:100%;
  overflow:hidden;
  margin:0 0 3px;
  background:url('../images/bg-box.gif') repeat-y 2px 0;
}
.box-size .wrap {
  height:1%;
  overflow:hidden;
  padding:0 0 10px;
  background:url('../images/bg-box-bottom.gif') no-repeat 2px 100%;
}
.box-size .row {
  height:1%;
  width:320px;
  overflow:hidden;
  padding:6.5px 0 0 15px;
}

.heading {
  display:block;
  height:32px;
  margin:-1px 0 0;
}
.heading .title {
  display:block;
  height:24px;
  padding:8px 0 0 10px;
  background:url('../images/bg-heading-sidebar.png') no-repeat;
}
.heading .title img {
  display:block;
}
.title h2 {
  font-size: 1.7em;
  padding: 5px 0 0 11px;
  font-weight: normal;
  text-transform: uppercase;
  margin: -8px 0 0 -10px;
  color: #fefefe !important;
}
#map {
        width:320px;
        height:320px;
        margin:12px;
        border: 1px solid #800000;
}

/* footer box */
.footer {
  width:100%;
  overflow:hidden;
  margin:-3px 0 0;
        text-align: center;
}

/* login */
.loginform {
  margin-left:24px;
  width:400px;
}

.loginform label {
  display:block;
  font-weight:bold;
  text-align:right;
  width:160px;
  float:left;
}

.loginform label > span {
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:160px;
}

.loginform input {
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aaaaaa;
  margin:2px 0 20px 10px;
}

#username, #password {
  width:200px;
}

.loginform button {
  float:left;
  padding:4px 2px;
  margin:2px 0 20px 10px;
}

.spacer {
  clear:both;
  height:1px;
}
.error {
  border: 1px solid #aa0000;
  background-color: #ff8080;
  padding:8px;
  margin: 8px;
  display: none;
}

/* main navigation */
.admin-container {
  width:966px;
  margin:0 auto;
  padding:0px;
  position:relative;
}
.admin-header {
}
.admin-header .holder {
  width:100%;
  overflow:hidden;
}

.admin-nav {
  margin:3px 0 0;
  width:965px;
  overflow:hidden;
  z-index: 10;
  background-color: #aaa;
}
.admin-nav>ul {
  height:36px;
  margin: 0;
  list-style:none;
  padding:0;
  overflow:hidden;
}
.admin-nav>ul>li {
  float:left;
  width: 153px;
}
.admin-nav>ul>li>a {
  display:block;
  overflow:hidden;
  padding:8px;
  font-size: 1.6em;
  text-align: center;
  color: white;
  cursor:pointer;
  position:relative;
  z-index:98;
  text-decoration:none;
}
.admin-nav>ul>li>a.active {
  background-color: #CCCCCC;
        color:black;
}
.admin-nav>ul>li>a>span {
  height:100%;
  cursor:pointer;
}
/*media print admin-header*/
@media print {  
.admin-header { display:none;}
.selectauto #selectbutton {display:none;}
.footer{display:none;}
} 
/* select pane */
.selectauto {
  width:955px;
  height:32px;
  padding:4px 8px 4px 8px;
  background:url('../images/bg-bottom-searchbar.gif') no-repeat;
}

.selectauto label {
  padding: 0 8px 0 16px;
}
.selectauto select {
  width: 130px; 
}
.selectauto #selectbutton {
  margin: 0 16px 0 16px;
  padding: 0 16px 0 16px;
}

/* content */
.content {
  min-height:524px;
  width:960px;
}

#map-canvas {
  width:100%;  
  height:500px;
}

#gauge {
  width:100%;
}

.infomap p {
  background-color: #999999; 
  color: white;
  padding: 0px;
  border: 0px;
}
.infomap span {
  background-color: #999999;
  color: white;
}

.welcome_infowindow {
  height: 65px;
  width: 190px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  text-align:left;
}
.parkingmap_infowindow {
  height: 65px;
  width: 170px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:7px;
  font-weight:normal;
  text-align:left;
}
/*** DATA BOX ***/

#databox {
    position: fixed;
    width: 840px;
    min-height: 256px;

    top: 100px;
    left: 50%;
    margin-left: -420px;

    border:solid 2px #cccccc;
    background: white;

    z-index: 128;
    display: none;
}

#databox .header {
    height: auto;
    width: 840px;
    margin-bottom: 8px;
    background-color: #999999;
}

#databox .header div {
    float: left;
}

#databox .header h2 {
    margin: 0;
    padding: 2px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
}

#databox .header a {
    font-size: 13px;
    padding: 0 2px;
    text-decoration: none;
}

#databox-content {
    position: relative;
    margin: 28px 8px;
}

/****** INPUT TABLE ******/

.input_table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

.input_table td {
    position: relative;
    padding: 9px 6px 9px 0;
}

.input_table tr.last-child td {
/*    text-align: center;*/
  padding-left: 120px;
}
input[readonly="readonly"]
{
    border: 0px solid;
    color: #888;
}
/*
#databox-content .selectbox label {
    margin-right: 32px;
}
#databox-content .selectbox label:first-child {
    margin-left: 12px;
}
*/
/*Welcome oldal*/
.wrapper {
  width: 960px;
 /* height:520px; 
  background-color: ligthgrey;*/
}
.one {
 /* float: left;*/
  position: absolute;
  width: 398px;
  height: 125px;
  padding: 5px 5px 5px 3px;
  background-color: lightgrey;/*lightsteelblue;*/
  overflow: scroll; /* showing scrollbars */
  overflow-x: hidden;
}
.one-one{
  position: absolute;
  top: 172px;
  width: 398px;
  height: 1px;
  padding: 5px 5px 5px 3px;
  background-color: lightgray;
}
.two {
  position: absolute;
  top: 40px;
  left: 405px;
  height: 380px;
  width: 545px;
  padding: 5px 5px 5px 5px;
  background-color: lightgrey;/*burlywood;*/
}
.three {
  background-color: lightgrey;
  width:400px;
  position: absolute;
  top: 430px;
  height: 120px;
  padding: 5px 0px 5px 5px;
}
.four {
  background-color: lightgrey;/*darkseagreen;*/
  width: 545px;
  height: 120px;
  position: absolute;
  top: 430px;
  left: 405px;
  padding: 5px 5px 5px 5px;
}
#map-wrapper{
  width:545px; /*545*/
  height:397px; /*385*/
}
.five{
  background-color: lightgrey;
  position: absolute;
  top: 179px;
  width: 398px;
  height: 241px;
  padding: 5px 5px 5px 3px;
  overflow: scroll; 
  overflow-x: hidden;
}

/*
::-webkit-scrollbar {
   width: 13px;
   height: 13px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
   display: block;
   background-color: #666;
   background: #101211;
   background-repeat: no-repeat;
}
::-webkit-scrollbar-track-piece  {
   background-color: #3b3b3b;
   -webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
   background: #666 url('../images/scrollbar_thumb_bg.png') no-repeat center;
}
::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-radius: 0px;
   background: #666 url('../images/scrollbar_thumb_bg_bg.png') no-repeat center;
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url('../images/vertical-decrement-arrow.png');
  background-position: 3px 4px; 
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url('../images/vertical-increment-arrow.png');
  background-position: 3px 4px; 
}
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url('../images/horizontal-decrement-arrow.png');
  background-position: 4px 3px; 
}
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url('../images/horizontal-increment-arrow.png');
  background-position: 4px 3px; 
}
*/
.truck-top-left {
  position: relative;
  border: 0px solid #a1a1a1;
  padding: 10px 5px 10px 0px; 
  width: 600px;
  height: 50px;
  /*border-radius: 25px;*/
}
.truck-top-right {
  position: absolute;
  top: 39px;
  left: 740px;
  border: 0px solid #a1a1a1;
  padding: 10px 10px 10px 10px; 
 /* background: #dddddd;*/
  width: 200px;
  height: 100px;
  /*border-radius: 25px;*/
}
.truck-body-left {
  position: relative;
  border: 0px solid #a1a1a1;
  padding: 0px 10px 10px 0px; 
  width: 600px;
  height: 50px;
  /*border-radius: 25px;*/
}
.truck-body-right {
  position: absolute;
  top: 169px;
  left: 600px;
  border: 0px solid #a1a1a1;
  padding: 0px 10px 10px 10px; 
  /*background: #dddddd;*/
  width: 350px;
  height: auto;
}
.truck-header-right {
  position: absolute;
  top: 110px;
  left: 690px;
  border: 0px solid #a1a1a1;
  padding: 0px 10px 0px 10px; 
 /* background: #dddddd;*/
  width: 250px;
  height: 50px;
}
.work-top-left {
  position: relative;
  border: 0px solid #a1a1a1;
  padding: 10px 5px 10px 0px; 
  width: 350px;
  height: 50px;
}
.work-top-center {
  position: relative;
  border: 0px solid #a1a1a1;
  padding: 0px 10px 10px 0px; 
  width: 600px;
  height: 50px;
}
.work-top-right {
  position: absolute;
  left: 805px;
  top: 39px;
}
.workgraph-top-left {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 480px;
  height: 300px;
}
.workgraph-top-right {
  position: absolute;
  top: 40px;
  left: 480px;
  width: 470px;
  height: 300px;
}
.workgraph-body-left {
  position: absolute;
  top: 340px;
  left: 0px;
  width: 480px;
  height: 210px;
}
.workgraph-body-right {
  position: absolute;
  top: 340px;
  left: 480px;
  width: 480px;
  height: 210px;
}
 #map-realdashboard{
  width:535px;
  height:495px;
}
.realdashboard-right{
  position:absolute;
  top: 67px;
  left: 423px;
}
.realdashboard-left{
  position:absolute;
  top: 65px;
  left: 0px;
  width: 405px;
  height:500px;
}
#map-firmdata{
  width: 720px; /*730px*/
  height: 515px; /*459px*/
}
.firmvehicles-left{
  position:absolute;
  top: 45px;
  left: 0px;
  border: solid 1px grey;
  width: 225px; /*width:730px*/
  height: 515px; /*height:460px*/
  overflow-x: auto;
  overflow-y: auto;
}
.firmvehicles-top-right{
  position:absolute;
  top: 45px;
  left: 235px; /*left: 735px*/
  border: solid 1px grey;
  height: 120px; /*height: 370px*/
  width: 720px;  /*width: 225px;*/
 /* background-color:#F5F5F5;*/
  overflow-y: auto; /* showing scrollbars */
  overflow-x: auto;
}
.firmvehicles-left-bottom{
  position:absolute;
  top: 305px;
  left: 0px;
  width: 225px; /*width:730px*/
  height: 250px;  /*height:55px*/
  border: solid 1px grey;
 /* background-color:#F5F5F5;*/
  overflow-y: auto;
  overflow-x: auto;
}
.firmvehicles-right-bottom{
  position:absolute;
  top: 45px; /*top 418px*/
  left: 235px; /*left:735px*/
  width: 720px; /*width:225px*/
  height: 515px; /*height:145px*/
  border: solid 1px grey;
 /* background-color:#F5F5F5;*/
}
#firmdatatable {
  position:absolute;
  opacity: 0.8;
/*border: 2px solid green;
padding: 5px;
background-color: orange;
font-size:11px;
color:white;
border-radius:5px;
*/
}
/*infoablak*/
#close:hover{
 /* background-color:#B22222;
  color: white;*/
   text-decoration:underline;
}
#infowindow:hover{
 /* background-color:#08C;*/
  text-decoration:underline;
 /* color: white;*/
}
.tabs input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs {
  width: 938px;
  float: none;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 75px auto;
}
.tabs li{
  float: left;
}
.tabs label {
  display: block;
  padding: 15px;
  border-radius: 2px 2px 0 0;
  color: #08C;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Lily Script One', helveti;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: rgba(255,255,255,0.5);
  top: 0;
}
[id^=tab]:checked + label {
  background: #08C;
  color: white;
  top: 0;
}
[id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}
.tab-content{
  z-index: 2;
  display: none;
  text-align: left;
  width: 100%;
  font-size: 11px;
  line-height: 140%;
  padding-top: 10px;
  background: #08C;
  padding: 5px;
  color: white;
  position: absolute;
  top: 33px;
  left: 0;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  /*animation-duration: 0.5s;*/
}
#map-route{
  width: 730px;
  height: 350px;
}
.routemap-left{
  position:absolute;
  top: 73px;
  left: 0px;
  width: 730px;
  height:350px;
}
.routemap-right{
  position:absolute;
  top: 70px;
  left: 740px;
  background:;
  color:black;
  font-size:14px;
  width: 220px;
  height: 487px;
}
.routemap-bottom-center{
  position:absolute;
  top: 430px;
  left: 140px;
  background:;
  width: 450px;
  height: 130px;
}
.routemap-bottom-left{
  position:absolute;
  top: 430px;
  left: 0px;
  background:;
  width: 130px;
  height: 130px;
}
.routemap-bottom-right{
  position:absolute;
  top: 430px;
  left: 600px;
  background:;
  width: 130px;
  height: 130px;
}
.followmap-right{
  position:absolute;
  left:560px;
  top:43px;
  width:400px;
  height:400px;
}
/*welcome-calendar*/
.monthPre{
 color: gray;
 text-align: center;
 font-size: 20px;
}
.monthNow{
 color: blue;
 background-color: #FFFFFF;
 text-align: center;
 font-size: 16px;
}
.dayNow{
 border: 2px solid black;
 background-color: #FFFFFF;
 color: #FF0000;
 text-align: center;
 font-size: 20px;
}
.calendar td{
 htmlContent: 2px;
 width: 40px;
 font-size: 15px;
}
.monthNow th{
 background-color: #000000;
 color: #FFFFFF;
 text-align: center;
 font-size: 16px;
}
.dayNames{
 background: #0FF000;
 color: #FFFFFF;
 text-align: center;
 font-size: 20px;
}
/*Welcome oldal*/
.column-width{
  width:186px;
}
.tablecell-width{
  width:123px;
}
.oddTableRow-background{
  background-color:#F0FFF0;
}
.expand {
  margin:0px 1px 1px 2px;  
  padding: 1px;
  background-color: white;
  font-size:12px;
  display: block;
  width: 378px;
}
.input {
  margin:0px 1px 1px 2px;  
  padding: 1px;
  background-color: #6495ED;
  color:white;
  font-size:12px;
  display: block;
  width: 378px;
}
.makelinelimitspeed {
  margin:0px 1px 1px 2px;  
  padding: 1px;
  color:white;
  font-size:12px;
  display: block;
  width: 378px;
}
.makelinered {
  background-color: red;
  color:white;
  left:8px;
  position:absolute;
  font-size:12px;
  display: block;
  width: 100px;
  height:20px;
}
.makelineorange {
  background-color: orange;
  color:white;
  font-size:12px;
  display: block;
  left:108px;
  position:absolute;
  width: 178px;
  height:20px;
}
.makelinegreen {
  background-color: green;
  color:white;
  font-size:12px;
  display: block;
  left:277px;
  position:relative;
  width: 102px;
  height:20px;
}
.output {
  margin:0px 1px 1px 2px;  
  padding: 1px;
  background-color: #6495ED;
  color:white;
  font-size:12px;
  display: block;
  width: 378px;
}
.dailymessagedate{
  margin:0px 1px 1px 2px;  
  padding: 1px;
  font-size:14px;
  display: block;
  width: 378px;
  height:15px;
  background:#E4E4E4;
}
.dailymessagevehgps {
  margin:0px 1px 1px 2px;  
  padding: 1px;
  font-size:12px;
  display: block;
  width: 378px;
  height:50px;
}
.dailymessagevehicle{
  left:8px;
  position:absolute;
  font-size:12px;
  display: block;
  width: 200px;
  height:50px;
  background:white;
}
.dailymessagegpsdev{
  background: white;
  font-size:12px;
  display: block;
  left:200px;
  position:absolute;
  width: 188px;
  height:50px;
}
/*welcome-month-table*/
.month-table {
 border:0px solid black;
 width:52px;
 height:52px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:white;
 font-size:12px;
 color:red;
 display:inline-block
}
.weekly-table{
 border:0px solid black;
 width:52px;
 height:20px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:#0FF000;
 font-size:12px;
 color:white;
 display:inline-block
}
.head-table{
 border:0px solid black;
 width:382px;
 height:22px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:black;
 font-size:15px;
 color:white;
 display:inline-block
}
.null-table {
 border:0px solid black;
 width:52px;
 height:52px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:white;
 font-size:12px;
 color:grey;
 display:inline-block
}
.diary_menu > div {
 display:inline-block;
 font-size:12px;
 cursor:pointer;
 border:0px solid green;
 margin:0px 0px 0px 0px;
 width: 29px;
 height: 16px;
 text-align: center;
 background: #6B8E23;
 color: white;
}
.diary_container {
 border:0px solid grey;
 /* height: 375px;*/
 width: 382px;  
}
.diary_container > div {
 display:none;
}
.diary_container > div:first-child {
 display:block;
}
.diary_month-table {
 border:0px solid black;
 width:52px;
 height:52px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:white;
 font-size:12px;
 color:red;
 display:inline-block;
}
.diary_head-table{
 border:0px solid black;
 width:382px;
 height:22px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:black;
 font-size:15px;
 color:white;
 display:inline-block
}
.day-table {
 border:0px solid black;
 width:52px;
 height:52px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:white;
 font-size:12px;
 color:red;
 display:inline-block
}
/*diary-welcome*/
/*diary-graph*/
.not-current {
 border:0px solid black;
 width:92px;
 height:92px;
 text-align:left;
 margin:1px 0px 1px 0px;
 font-size:14px;
 color: #777;
}
.current {
 border:0px solid black;
 width:92px;
 height:92px;
 text-align:left;
 margin:1px 0px 1px 0px;
 font-size:14px;
 color:red;
}
.current-days{
 border:0px solid black;
 width:52px;
 height:30px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:#0FF000;
 font-size:18px;
 color:white;
}
.current-month{
 border:0px solid black;
 width:955px;
 height:32px;
 text-align:center;
 margin:1px 0px 1px 0px;
 background-color:black;
 font-size:18px;
 color:white;  
}
#road-map{
  width: 500px; 
  height: 515px; 
}
.roadmap-left{
  position:absolute;
  top: 45px;
  left: 0px;
  border: solid 1px grey;
  width: 500px; 
  height: 515px; 
}
.roadmap-right{
  position:absolute;
  top: 45px;
  left: 510px; 
  border: solid 1px grey;
  height:515px; 
  width: 445px;  
  overflow: scroll; 
}
/*boundsmap*/
#boundsmap {
  height: 526px;
  width: 560px;
  font-family: Arial, sans-serif; 
  font-size: .9em; 
  color: #fff;
}
#note { 
  text-align: center;
  padding:6px;
  height:15px;  
  background: #009ee0; 
  width: 554px;
  font-size:14px;
  color:white;
}
.bool {
  font-style: italic;
  color: #313131;
}
.info {
  display: inline-block;
  width: 40%;
  text-align: center;
}
.infowin {
  color: #313131;
}
.bool{
  font-weight: bold;
}
.bounds-right{
  position:absolute;
  top: 38px;
  left: 410px;
  height: 495px;
  width: 560px;
}
.bounds-bottom{
  position:absolute;
  top: 538px;
  left: 410px;
  height: 15px;
  width: 560px;
}
.bounds-left{
  position:absolute;
  top: 35px;
  left: 0px;
  overflow:auto;
 /* direction:rtl;*/
  width: 405px; 
  height: 529px; 
}
#panel {
  position: absolute;
  top: 5px;
  left: 80%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
 /* padding: 5px;*/
  border: 0px solid #999;
}
#infodatatableleft {
  position:absolute;
  top: 450px;
  left:10px;
  opacity: 0.7;
  border: 1px solid coral;
  padding: 5px;
  background-color: lightgray;
  font-size:14px;
  color:black;
  border-radius:5px;
  display-inline:block;
  width:290px;
  height:100px;
}
#infodatatablecenter {
  position:absolute;
  top: 450px;
  left:10px;
  opacity: 0.7;
  border: 1px solid coral;
  padding: 5px;
  background-color: lightgray;
  font-size:14px;
  color:black;
  border-radius:5px;
  display-inline:block;
  width:305px;
  height:100px;
}
#infodatatableright {
  position:absolute;
  top: 450px;
  left:10px;
  opacity: 0.7;
  border: 1px solid coral;
  padding: 5px;
  background-color: lightgray;
  font-size:14px;
  color:black;
  border-radius:5px;
  display-inline:block;
  width:290px;
  height:100px;
}