div.calendar
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
  background: transparent;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
}

div.monyear
{
  text-align: center;
  height: 17px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  overflow: hidden;
  color: #fefefe;
}

td.t_main_mid_l div.calendar
{
  width: 250px;
}

td.t_main_mid_l div.monyear
{
  width: 250px;
  background: url(/i/cal_header.png) center no-repeat;
}

td.t_main_mid_r div.calendar
{
  width: 295px;
}

td.t_main_mid_r div.monyear
{
  width: 295px;
  background: url(/i/cal_header_w.png) center no-repeat;
}

div.calendar .clndlink
{
  cursor: pointer;
}

table.mdays
{
  width: 200px;
  margin: 0px auto;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  border: 0px;
  text-align: center;
}

table.mdays td
{
	margin: 0px;
	padding: 0px;
/*	width: 17px;*/
	height: 17px;
	border: 0px none;
	border-collapse: separate;
/* rounded border according to CSS3 == BEGIN */
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
/* rounded border according to CSS3 == END */
	text-align: center;
	vertical-align: middle;
}

