img.logo
{
	vertical-align : middle;
}

table.infoBox
{
	margin : 10px;
}
td.infoBox-top-left
{
	width:16px;
	height:16px;
	max-height : 16px;
	background-image:url('../images/top-left.png');
}

td.infoBox-top
{
	background-color : #007b00;
	background-image:url('../images/top.png');
	background-position : top;
	background-repeat:repeat-x;
}
td.infoBox-top-right
{
	width:16px;
	height:16px;
	max-height : 16px;
	background-image:url('../images/top-right.png');
}

td.infoBox-header-left
{
	background-color : #007b00;
	background-image:url('../images/header-left.png');
	background-repeat : repeat-y;
	height : auto;
}

td.infoBox-header
{
	background-color :	#007b00;
	text-align : left;
	color : white;
}

td.infoBox-header-right
{
	background-image:url('../images/header-right.png');
	background-position : right;
	background-color : #007b00;
	background-repeat : repeat-y;
	height : auto;
}

td.infoBox-body-top-left
{
	background-image:url('../images/body-top-left.png');
	background-repeat : no-repeat;
	height : 4px;
	width : 16px;
}

td.infoBox-body-top
{
	background-image:url('../images/body-top.png');
	background-repeat : repeat-x;
}


td.infoBox-body-top-right
{
	background-image:url('../images/body-top-right.png');
	background-repeat : no-repeat;
	height : 4px;
	width : 16px;
}

td.infoBox-body-left
{
	background-color :	#ededed;
	background-image:url('../images/body-left.png');
	background-repeat : repeat-y;
	height : auto;
}

td.infoBox-body
{
	background-color :	#ededed;
}

td.infoBox-body-right
{
	background-color :	#ededed;
	background-image:url('../images/body-right.png');
	background-repeat : repeat-y;
	background-position :right;
	height : auto;
}

td.infoBox-bottom-left
{
	width:4px;
	height:4px;
	background-image:url('../images/bottom-left.png');
}

td.infoBox-bottom
{
	background-color : #007b00;
	background-image:url('../images/bottom.png');
	background-position : top;
	background-repeat:repeat-x;
}
td.infoBox-bottom-right
{
	width:4px;
	height:4px;
	background-image:url('../images/bottom-right.png');
}


