/*
* tmac.footer.css
* This file contains footer display styles
*/

#tmac-footer-left, #tmac-footer-right {
  position : absolute;
  border-radius : 5px;
  height : 2em;
  border : 1px solid darkgray;
  margin : 0.5px;
}
#tmac-footer-left-ind, #tmac-footer-right-config,
#tmac-footer-left-address, .tmac-footer-sep, #mac-footer-left-msg {
  position : absolute;
}
#tmac-footer-left {
  float : left;
/*  background-color : #666;*/
  left: 1px;
  right: 152px;
}
#tmac-footer-left-ind {
  background-color: #ff0000;
  height : 1.4em;
  width : 1.4em;
  border : 2px solid dimgray;
  border-radius : 10px;
  display: block;
  margin : 0.2em 0 auto 0.3em;
}
.tmac-footer-sep {
  top : 0.1em;
  height : 1.6em;
  border-left : 1px solid;
  border-right : 0.5px solid;
  color : #999;
}
#sep-ind {
  margin-left : 2.1em;
}
#tmac-footer-left-msg {
  font-size : 1.0em;
  height : 1.8em;
  color : #000;
  margin-left : 2.5em;
  margin-top : 0.3em;
  margin-bottom: 0.2em;
  display : block;
}
#tmac-footer-right {
/*  background-color : #888;*/
  right : 1px;
  width: 148px;
}
#tmac-footer-right-config {
  float: left;
  height : 1.6em;
  background-color: #ccc;
  color: black;
  border : groove;
  border-radius : 5px;
  margin : 0px auto auto 3px;
}
#tmac-footer-right-config :hover {
  background-color: steelblue;
  border-radius : 5px;
}
#tmac-footer-right-config img {
  margin-top : 1px;
  width : 1.1em;
}
#sep-config {
  margin-left : 2.2em;
}
#tmac-footer-left-address {
  margin : 0.4em 3.2em;
}
