/* Standard Boxes */


div.standardbox {
	margin-bottom: 12px;
	padding: 10px;
	min-height: 100px;

}


.panamhockey_patternbox {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: transparent url(patternbox-bg.png) repeat-x;
	_background: transparent url(patternbox-bg.gif) repeat-x;

}

.panamhockey_patternbox  h4 {

}

div.panamhockey_whitebox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: #ffffff;
	margin: 6px 2px;

}

.panamhockey_whitebox  h4{
	color: #016332;
	background: url(whitebox-h4-bg.gif) repeat-x bottom;
	margin:0 -10px 8px;
	padding:0 10px 6px;
	font-weight: bold;
}

div.panamhockey_greybox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: #e8e8e8;
	margin: 6px 2px;

}

.panamhockey_greybox  h4{
	color: #016332;
/*	background: url(greybox-h4-bg.gif) repeat-x bottom;*/
	background: none;
	margin:0 -10px 0px;

	padding:0 10px 6px;
	font-weight: bold;
}


div.panamhockey_whitebox_right {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: #ffffff;
	margin: 6px 2px;

}

.panamhockey_whitebox_right  h4{
	color: #016332;
	background: url(whitebox-h4-bg.gif) repeat-x bottom;
	text-align: right;
	margin:0 -10px 8px;
	padding:0 10px 6px;
	font-weight: bold;
}

div.panamhockey_greybox_right {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: #e8e8e8;
	margin: 6px 2px;

}

.panamhockey_greybox_right  h4{
	color: #016332;
/*	background: url(greybox-h4-bg.gif) repeat-x bottom; */
	text-align: right;
	background: none;


	margin:0 -10px 0px;
	padding:0 10px 6px;
	font-weight: bold;
}
