/* page_server.css 2005-01-10 */
.content, .TheContent {
	padding-left		: 0px;
	padding-right		: 0px;
}

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

.htmlarea 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;
}



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

.UnselectParagraph {
	background-color	: transparent;
}


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