/* system block */
.teachingenglish-grey-system-block-wrapper {
	position:relative;
	zoom:1;
	border:1px solid #DADADA;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	behavior: url(../../../css3pie/PIE.htc); /* for ie css3 */
	background:#E9E9E9 url(greyBlockBg.gif) repeat-x scroll center top;
}
.teachingenglish-grey-system-block-wrapper .pane-title,
.teachingenglish-grey-system-block-wrapper h2.title {
	font-weight:bold;
	font-size:12px;
	color:#000;
	padding:0 0 0 10px;
	background: #919191 url(grey_block_header.png) repeat-x left top scroll;
	margin:-1px -1px 0;
}
.teachingenglish-grey-system-block-wrapper .pane-title span,
.teachingenglish-grey-system-block-wrapper h2.title span {
	padding:4px 10px 5px  0;
	background: #919191 url(grey_block_header.png) repeat-x right top scroll;
	display: block;
}
.teachingenglish-grey-system-block-wrapper .pane-content,
.teachingenglish-grey-system-block-wrapper .content {
	height:100px;
	height:auto !important;	
	min-height:100px;
	padding:10px;
}

.teachingenglish-grey-system-block-wrapper .system-block-footer {
	display: none;
	/*padding-right:5px;
	background:transparent url(block_footer.png) no-repeat right bottom scroll;
	overflow:hidden;
	margin: 0 -1px -1px -1px;*/
}
/*
.teachingenglish-grey-system-block-wrapper .system-block-footer span {
	display:block;
	height:5px;
	font-size:0;
	background:transparent url(block_footer.png) no-repeat left bottom scroll;
}
*/