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

/* Top row of 'info' tables */
table.box-info {
  width: 100%;
  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: 26px;
  line-height: 1.5em;
}

table.box-info .box-top .box-top-left {
  background: url(images/top-left.gif) no-repeat;
  background-color: transparent;
  height: 29px;
}
table.box-info .box-top .box-top-left div {
  width:18px;
}

table.box-info .box-top .box-top-right {
  background: url(images/top-right.gif) no-repeat;
  background-color: transparent;
  height: 29px;
}
table.box-info .box-top .box-top-right div {
  width:18px;
}

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

table.box-info .box-top .box-top-left div {
  width: 18px;
}

table.box-info .box-top .box-centre {
  background: #587880;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}

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, table.box-info .box-top {
	height:19px;
}

table.box-info .box-bottom .box-bottom-left {
  background: url( images/box_bottom_left_dark.png ) 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;
	background-color: #cccccc;
}

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

.box-content {
	padding: 5px;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	background: #FFFFFF url(images/boxbg.jpg) bottom repeat-x;
}

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

.box-title {
	background: #F4F4F4 url(images/headerbar.gif) no-repeat scroll 0 0;
	font-size:13px;
	padding:0.5em;
	color:#F4F4F4;
	font-weight:bold;
	border-top: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}
