/* side box definitions 
	liquidcorners. See: http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm */
.box-wrapper {
	width: 280px;
	padding: 0;
	margin: 10px 0px 10px 0px;
  	border: 0px;
}
.top-left {
	margin-right: 12px; /* clip right corner */
	background-image: url('../images/box/corners_300x24.gif');
	height: 12px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
	
.top-right {
	margin-top: -12px; /* to level of top-left corner */
	margin-left: 12px; /* clip left corner */
	background-image: url('../images/box/corners_300x24.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 12px; 
	font-size: 2px;
}

.bottom-left {
	margin-right: 12px; /* clip right corner */
	background-image: url('../images/box/corners_300x24.gif');
	background-position: 0 -12px; /* show bottom half of the image */
	height: 12px;
	font-size: 2px;
}

.bottom-right {
	margin-top: -12px; /* to level of bottom-left corner */
	margin-left: 12px; /* clip left corner */
	background-image: url('../images/box/corners_300x24.gif'); 
	background-position: 100% -12px; /* under half, right side */
	height: 12px; 
	font-size: 2px; 
}

.content {
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	border-left: 2px solid #606060;
	border-right: 2px solid #606060;
	background: #000066;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.content img {
	margin-left: auto;
	margin-right: auto;
}

.notopgap {
	margin-top: 0;
}

.nobottomgap {
	margin-bottom: 0;
}
.box_header {
	color: #7794FF;
	background-color: #000066;
	font-size: 1.15em;
	font-weight: 600;
	text-align:center;
	padding: 2px 0px 6px 0px;
	border-left: 2px solid #606060;
	border-right: 2px solid #606060;
}
.box_footer {
	color: #7794FF;
	background-color: #000066;
	font-size: 1em;
	font-weight: 600;
	text-align:center;
	padding: 8px -0px 0px 0px;
	border-left: 2px solid #606060;
	border-right: 2px solid #606060;
}
.spacer_img {
	height: 5px;
	background-image: url('../images/main/shadow2.gif');
	background-repeat: repeat-y;
	background-position: 50%;
}

