
/* This file defines the content page edit styles */

.ContentBlock1
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	text-align: left;
	width: 807px;
}

.EditContentBlock1
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #CFDAEC;
	cursor: hand;
	width: 807px;
	text-align: left;
}

