/* Main Content Pane for the non temp-site designs */

div#workspace {
	position: relative;
	display: inline;
	float: right;
	width: 875px;
     min-height: 480px !important;
     height: auto  !important;
     height: 480px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	z-index: 1;
}







/* Default Help Styling */

div.help_content .title {
	font-size: 12pt;
     font-weight: bold;
     border-bottom: 1px solid #CCC;
     padding-bottom: 5px;
     margin-bottom: 5px;
}

div.help_content .feature {
	font-size: 10pt;
     color: #666;
     border-bottom: 1px solid #DDD;
     padding-bottom: 5px;
     margin-bottom: 5px;
}