
/* Rounded-Corner Blocks ------------------------------------------- */

.block-box {

}

.block-box-tl {
	width: 10px;
	height: 30px;
	background: url(../images/block_tl.png) no-repeat;
}
.block-box-t {
	height: 30px;
	background: url(../images/block_t.png) repeat-x;
}
.block-box-tr {
	width: 10px;
	height: 30px;
	background: url(../images/block_tr.png) no-repeat;
}

.block-box-l {
	width: 10px;
	background: url(../images/block_l.png) repeat-y;
}
.block-box-c {
	background-color: #fff;
}
.block-box-r {
	width: 10px;
	background: url(../images/block_r.png) repeat-y;
}


.block-box-bl {
	width: 10px;
	height: 9px;
	background: url(../images/block_bl.png) no-repeat;
}
.block-box-b {
	height: 9px;
	
	background: url(../images/block_b.png) repeat-x;
}
.block-box-br {
	width: 10px;
	height: 9px;
	background: url(../images/block_br.png) no-repeat;
}

/* ---------------------------------------------------------------------------- */

.block-header-content {
	/*width: 205px;*/
	/*height: 30px;*/
}

.block-header-content a {
	color: #6b6a6a !important;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
}

.block-body-content {
	/*width: 195px;*/
	padding: 2px;
}

/* ---------------------------------------------------------------------------- */

#homepage-bottom-panel-body-content .block-box {
	min-width: 150px;
	padding: 0 0.5em;
}

#homepage-bottom-panel-body-content .block-header-content {
	height: 30px;
	padding: 0;
}

#homepage-bottom-panel-body-content .block-header-content a {
	color: #00504c !important;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	text-decoration: none;
	padding: 5px;
}

#homepage-bottom-panel-body-content .block-body-content {
	padding: 5px;
	min-height: 132px;
}

