.editPageHeader {
	font-family: trebuchet ms, geneva;
	font-weight: bold;
	font-size: 16pt;	
	color: #7CA9C6;
	margin-bottom: 10px;
	border: 1px solid #666666;
	display: none;
	padding: 2px;
	/*text-transform: uppercase;*/
}

.editHeaderToolbar {
	margin-top: -18px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	position: relative;
}

.editHeaderToolbar a:link, .editHeaderToolbar a:visited, .editHeaderToolbar a:active, a.editLink:link, a.editLink:visited, a.editLink:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.editContentToolbar {
	margin-top: -18px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	position: relative;
}

.editContentToolbar a:link, .editContentToolbar a:visited, .editContentToolbar a:active, a.editLink:link, a.editLink:visited, a.editLink:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.addContentDiv {
	position: absolute;
	width: 650px;
	height: 340px;
	display: none;
	/*background: url("/images/sectionbg.gif") left top;*/
	z-index: 2000;
}

.addContentDiv img {
 	margin-top: 175px;
}

a.addLink:link, a.addLink:visited, a.addLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.addLink:hover {
	color: #FA920B;
}

.templateTable { 
	padding-bottom: 10px;
	border-width: 1px; 
	border-color: #999999; 
	border-style: none none solid none;
}

.templateTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.updateBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px dashed #999; 
	padding: 4px;
}

.submissionErrors { 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.row1 {
	background-color: #E7E7E7;
}

.row2 {
	background-color: #D8D8D8;
}

td.errorCell {
	color: #CC0000;
	font-weight: bold;
}

.errorElem {
	background: #FFFFD5;
}

