
/* This file defines the content page edit styles */

.ContentBlock1
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	text-align: left;
	width: 175px;
}

.ContentBlock2
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	text-align: left;
	width: 580px;
}

.ContentBlock3
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	text-align: left;
	width: 175px;
}

.ContentBlock4
{
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 175px;

}

.EditContentBlock1
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #CFDAEC;
	cursor: hand;
	width: 175px;
	text-align: left;
}

.EditContentBlock2
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #CFDAEC;
	cursor: hand;
	width: 580px;
	text-align: left;
}

.EditContentBlock3
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #CFDAEC;
	cursor: hand;
	width: 175px;
	text-align: left;
}

.EditContentBlock4
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #CFDAEC;
	width: 175px;
	cursor: hand;
	text-align: left;
}

.UtilitySpace
{
	height: 20px;
}
