.imageFrameTemplate {
	width: 120px;
	margin: 15px;
	background: #ffffff;
}

.imageFrameTemplateSelected {
	width: 120px;
	margin: 15px;
	background: #bbb8a6;
}

.imageFrameTemplatePanel {
	
}

.hyperlink {
	text-decoration: underline;
	color: #0000AA;
	cursor: pointer;
}

.selectedHyperlink {
	text-decoration: underline;
	color: #0000AA;
	cursor: pointer;
}
.relatedLinksPanel{
	width:100%;
	
}

.relatedScroll{
	max-height:250px;
}
.relatedLinksEditButton {
	width: 40px;
}

.relatedLinksDeleteButton {
	width: 22px;
	height: 22px;
}

.relatedLinkPanel {
	background-color: #E3E3E3;
    border-radius: 5px 5px 5px 5px;
 	margin: 3px 0;
}

.menuItem {
	background-color: #e3e3e3;
	border: 2px solid #BCBCBC;
	/*border-radius: 5px 5px 5px 5px;*/
	font-size: 130%; 
	font-family: 'Open Sans',sans-serif ;
	font-weight : 300;
	height: 25px;
	text-align: center;
	max-width: 368px;
	min-width: 150px;
	padding: 7px;
 }
.fieldLabelPanel{
	width:100%;
}
.menuItemSelected {
	font-family: 'Open Sans',sans-serif ;
	background-color: #BCBCBC;
	border: 2px solid #e3e3e3;
	/*border-radius: 5px 5px 5px 5px;*/
	font-size: 130%; 
	font-weight : 500;
	max-width: 368px;
	min-width: 150px;
	height: 25px;
	text-align: center;
	padding: 7px;
}


 