/* START MAIN CONTENT CHROME GENERIC ITEMS */
.main_content_holder {
	width: 100%; /* width of the chrome */
	margin-bottom: 0.3em;
}
.main_content_middle {
	width: 100%;
	font-size: 100%;
	background-image: url(../../images/common_box_middle1.gif);
	background-repeat: repeat-y;
}
.main_content_content {
	padding-right: 0.95em;
	padding-left:  0.95em;
	height: 25em;
	min-height: 25em;	
}
.main_content_middle>.main_content_content {
	height: auto;
}
.main_content_top {
	height: 1.6em;
}
.main_content_top_bg h1 {
	padding: 0;
	margin: 0;
	margin-top: -1.55em;
	padding-bottom: 0.7em;
	background-color: transparent;
	font-size: 1.15em;
	color: #999999;
	font-weight: bold;
	line-height: 1em;
	background-image: url(../../images/main_content_top_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* Mac IE5 hack \*/
.main_content_top_bg h1  {
	position: relative;
	width: 100%;
	float: none; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	float: left; 
	voice-family: "\"}\""; 
}
/* end hack */

.main_content_top_l {
	background-image: url(../../images/main_content_top1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1.2em;
	height: 1.6em;
	float: left;
	position: relative;
}
.main_content_top_r {
	background-image: url(../../images/main_content_top2.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 0.8em;
	height: 1.6em;
	position: relative;
	float: right;
}
.main_content_bottom {
	background-image: url(../../images/main_content_bottom_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 1.1em;
}
.main_content_bottom_l {
	background-image: url(../../images/common_box_bottom1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1.1em;
	height: 1.1em;
	float: left;
}
.main_content_bottom_r {
	background-image: url(../../images/common_box_bottom2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 0.8em;
	height: 1.1em;
	float: right;
}
#main_channel_content {
	padding-left: 0.2em;
}
#main_channel_portlet {
	font-size: 0.8em;
}
/* END MAIN CONTENT CHROME GENERIC ITEMS */


