/* ////////////////////////////////////////// CSS TATO365 ////////////////////////////////////////// */
 
/* =================================== CSS Common ===================================*/

body, html {
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

img {
  border: 0;
  border-style: none;
}
/* <Marquee> */

.Message {
  font-family: "Arial" !important;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}

a.Message:link {
  color: #ffffff;
}

a.Message:visited {
  color: #ffffff;
}

a.Message:active {
  color: #ffffff;
}

a.Message:hover {
  color: #ffffff;
}

.container {
  width: 100%;
  height: 190px;
}

/* =================================== CSS AfterLogin ===================================*/

a.navbar2 {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff!important;
  padding: 10px;
}


a.navbar3 {
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

.Error {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.btnLogout {
  background: #FFDF01;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 15px;
  font-weight: bold;
}

.welcomeLabel {
  font-family: Tahoma,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  text-align: right;
  height: 40px;
  margin-top: 6px;
}

#accTpLst {
  width: 75px;
  height: 19px;
  box-shadow: none;
}

#langAfter {
  width: 75px;
  height: 19px;
  box-shadow: none;
}

li{list-style:none}
li a{text-transform:uppercase}

.menuaf{float: left;padding: 0px 0 0 0px;margin: 0px 0 0 0px;}
.menuaf>li{float: left;
  text-align: center;
  border: 1px #0146A6 solid;
  height: 32px;
  border-bottom: none;
  margin-top: 6px;
  border-top: none;}
.menuaf>li>a{    font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  /* height: 42px; */
  line-height: 50px;
  margin-top: -7px;
  font-weight: bold;}
