/**** '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 {

  width: 100%;
}

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

table.box-info tr.box-middle td.box-centre {
	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 {
}

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 {
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	background-image: url(images/boxTitlebg.PNG);
	font-size:12px;
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-top:24px;
	padding-left:50px;
	color:#000000;
	font-weight:bold;
	height:34px;
}

a.confluence-thumbnail-link img {
	width:50px;
	height:50px;
}

table.box-bottom {
	height:222px;
}
