/* page_server.css */
.content {
	padding-left		: 0px;
	padding-right		: 0px;
}

.content h1 {
	padding-left		: 15px;
	padding-right		: 15px;
}

.htmlarea h1, .paragraph_content h1 {
	padding-left		: 0px;
	padding-right		: 0px;
}

.current_page_content {
}

/* Set the padding of this class to the same as .content in global.css */
.paragraph_content {
	padding-left		: 15px;
	padding-right		: 15px;
}
/* except for paragraphs in paragraphs */
.paragraph_content .paragraph_content {
	padding-left		: 0px;
	padding-right		: 0px;
}

/* Set the padding of this class to the same as .content in global.css minus the border of htmlarea */
.htmlarea {
	padding-left		: 13px;
	padding-right		: 12px;
}

.htmlarea {
	min-height	: 100px;
	height		: 100px;
}

/* paragraph hover styles */
.SelectParagraph {
	background-color	: #F0F0F0;
}

.UnselectParagraph {
	background-color	: transparent;
}
