﻿@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-REGULAR.TTF);
}
@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-LIGHT.TTF);
  font-weight: lighter;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-BOLD.TTF);
  font-weight: bold;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-ITALIC.TTF);
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-LIGHTITALIC.TTF);
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/LATO-BOLDITALIC.TTF);
  font-weight: bold;
  font-style: italic;
}

html,
body .p
{
 font-family:lato;  font-size:large;
 
 
}
 

 
ul{ font-family:lato  }
li{ font-family:lato  }
a{ font-family:lato  }
i{ font-family:lato  }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.user_chat_list { min-height:500px}
.input_numbers {  text-align:right}
.img_empty {   height:0px}

#tabs {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#tabs ul{margin: -1.2em 0em 0em 0em;}

.CheckboxList input
{
    float:left;
    clear:both;
}


.buttonClass
{
   
    text-decoration: none;
    border: solid 1px Green;
    background-color: #ababab;
}
.buttonClass:hover
{
    border: solid 1px Black;
    background-color: #ffffff;
}