/* Container Styles for CFContainer - Created January 13, 2008
--------------------------------------------------------------*/   

/** Container Styles **/
#cf-header { display:none; }
#cf-footer { /* hides DNN footer in View (regular) mode while allowing edit buttons to be visible in Edit mode */
	height:1px; 
	position:relative; 
	top:-20px; 
	}
	
/** Check Formats Styles - Created January 13, 2009 **/

#check-formats img { 
	float:left;
	margin-right:12px;
	}

#check-formats div { 
	clear:left; 
	border-bottom:1px solid #e5e5e5;
	margin-bottom:12px;
	}

#workspace-content #check-formats p {
	border:none;
	color:#000;
	position:relative;
	}
	
	#check-formats p.example { font-weight:bold; }
		
	#check-formats .example img { 
		float:none; 
		vertical-align:middle; 
		border:1px solid #e5e5e5;
		}