table.table_1
{
  margin: 10px auto 10px auto;
  padding: 0;
  border: 1px solid #999;
  border-collapse: collapse;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background: #fff url("/assets/templates/splash-hotel/images/widget-table-bg.jpg") bottom repeat-x;
  background: #fff;
}


table.table_1 td.header,
table.table_1 th.header {
  background-color: #dbe5ef;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  text-align:center;
}
table.table_1 td.footer,
table.table_1 th.footer {
  color: #000;
  background-color: #dbe5ef;
  font-size: 12px;
  font-weight: normal;
  text-align:left;
}
table.table_1 td.crtitle,
table.table_1 th.crtitle {
  margin: 0;
  padding: 5px;
  border-right: 5px solid #666;
  border-bottom: 5px solid #666;
  background-color: #ffffff;
  background-color: #5D78a3;
  color: #111;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
table.table_1 td.ctitle,
table.table_1 th.ctitle {
  margin: 0;
  padding: 5px;
  border-right: 1px solid #666;
  border-bottom: 5px solid #666;
  background-color: #c0c0f6;
  background-color: #5D78a3;
  color: #111;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
table.table_1 td.rtitle,
table.table_1 th.rtitle {
  margin: 0;
  padding: 5px;
  border-right: 5px solid #666;
  border-bottom: 1px solid #999;
  background-color: #c0c0f6;
  background-color: #9FcDeC;
  color: #222;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

table.table_1 th,
table.table_1 td {
  margin: 0;
  padding: 5px;
/*  background-color: #4499cc; */
/*  color: #fff; */
  background-color: #e6ffe6;
  color: #444;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.table_1 .special {
  color: #c00;
  font-size: 24px;
}

