/* 
 * Copyright (c) 2009, Aikido.ru team. All rights reserved.
 * Misc useful styles.
 * Author: Maxim Podkolzine, 2009.
 */
 
 /* General: */

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

/* Calendar: */

table.calendar caption {
  color: #336699;
  font-size: 2.0em;
}
  
table.calendar thead tr th, table.calendar tbody tr td {
  text-align: center;
  height: 32px;
}

table.calendar tfoot td {
  height: 24px;
}

table.calendar tbody tr:hover {
  background-color: #3d80df;
  color: #fff;
}
