/* INFOBOX CONTENTS */

.infoBoxTitle {color: #283F76; font-weight: bold; text-align: left}
.infoBoxText {padding: 4px;}
.infoBoxText a {color: #000000;}

.infoBoxAddress {white-space: nowrap; text-align: left}

.infoBoxLinkMore {border-top: 1px solid #283F76; text-align: left}
.infoBoxLinkMore a {color: black; text-decoration: none; text-transform: uppercase}

/* INFOBOX */
.infoBox {}

.infoBoxTopLeft {
	background-image: url('../gfx/infobox/top_left.png');
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}
	
.infoBoxTopCenter {
	background-image: url('../gfx/infobox/top_center.png');
	background-repeat: repeat-x;
	height: 4px;
}
	
.infoBoxTopRight {
	background-image: url('../gfx/infobox/top_right.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 4px;
}
	
.infoBoxBottomLeft {
		background-image: url('../gfx/infobox/bottom_left.png');
		background-repeat: no-repeat;
		width: 4px;
		height: 25px;
	}
	
.infoBoxBottomPointer {
	background-image: url('../gfx/infobox/bottom_pointer.png');
	background-repeat: no-repeat;
	width: 45px;
	height: 25px;
}
	
.infoBoxBottomCenter {
	background-image: url('../gfx/infobox/bottom_center.png');
	background-repeat: repeat-x;
	height: 12px;
}
	
.infoBoxBottomRight {
	background-image: url('../gfx/infobox/bottom_right.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}
	
.infoBoxMiddleLeft {
	background-image: url('../gfx/infobox/middle_left.png');
	background-repeat: repeat-y;
	width: 4px;
}
	
.infoBoxMiddleRight {
	background-image: url('../gfx/infobox/middle_right.png');
	background-repeat: repeat-y;
	width: 10px;
}
	
.infoBoxMiddleCenter {
	background-color: #ffffff;
}
