.newsData
{
  font-family: Arial;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #51769C;
  text-decoration: none;
}

.newsTime
{
  font-family: Arial;
  font-size: 11px;
  color: #808080;
  text-decoration: none;
}

.newsShort
{
  font-family: Arial;
  font-size: 12px;
  text-align:center;
  color: #51769C;
  font-weight: bold;
  text-decoration: none;
  line-height: 150%;
  padding: 0px 10px 0px 10px;
}

.newsText
{
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  text-decoration: none;
}

.newsUserName
{
  font-family: Arial;
  font-size: 12px;
  color: #808080;
  text-decoration: none;
}

/*=========region news calendar========*/

.mesOn
{
font-family: Arial;
font-size: 12px;
border: 1px solid #D0D0D0;
background-color: #f2f2f2;
text-align:center;
}

.mesOff
{
font-family: Arial;
font-size: 12px;
color: #C0C0C0;
border: 1px solid #D2D2D2;
background-color: #f2f2f2;
text-align:center;
}


