.item-listing td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

.item-listing img {
  border: 0px;
}

.item-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.item-intro {
  margin-top: .5em;
}

.batch-control span {
  padding-right: .5em;
}

.active {
  font-weight: bold;
}

.cal-normal {
	background-color: #ffffff;
	border: none;
}

.cal-hilite {
	background-color: #efefef;
	border: none;
}

.cal-header {
	background-color: #c0c0c0;
	border: none;
}

.cal-title {
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-weight: bold;
}
.left-photo
{
  float: left;
  width: 200px;
  padding: 0;
  margin: 2em 2em 1em 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0;
}

.right_photo,
.right-photo
{
  float: right;
  width: 200px;
  padding: 0;
  margin: 2em 0 1em 2em;
  border: 1px solid #ccc;
  border-right: 0;
  border-top: 0;
}

.right_photo p,
.left_photo p,
.right-photo p,
.left-photo p
{
  font-size: .9em;
  width: 95%;
  line-height: 1em;
  margin: 10px;  
  padding: 0;
}