/**** 'Info' boxes ****/

/* Top row of 'info' tables */
table.box-info {
  margin-bottom: 10px;
  background-color:#F4F4F4;
}

table.box-info .box-centre {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

table.box-info .box-top {
  height: 31px;
  line-height: 1.5em;
}

table.box-info .box-top .box-centre {
  background: #000000;
  width: 100%;
}

table.box-info .box-top .box-centre {
  width: 100%;
}

table.box-info tr.box-middle td.box-centre {
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	vertical-align: top;
}

table.box-info .box-bottom {
	height:19px;
}

table.box-info .box-bottom .box-bottom-left {
  background: url( images/box_bottom_left.png ) bottom left no-repeat;
}
table.box-info .box-bottom .box-bottom-left div {
  width:18px;
}

table.box-info .box-bottom .box-centre {
	border-bottom: 1px solid #C7C7C7;
}

table.box-info .box-bottom .box-centre div {
	width:100%;
}

.box-content {
	padding:5px;
	color:#000000;
}

table.box-info .box-bottom .box-bottom-right {
  background: url( images/box_bottom_right.png ) bottom right no-repeat;
}
table.box-info .box-bottom .box-bottom-right div {
  width: 18px;
}

.box-title {
	font-size:12px;
	padding:0.5em;
	color:#FFFFFF;
	font-weight:bold;
}
