/**************************************************************************
* This style sheet is prepared to be used with a LyraT4 content layout
* Insert specific CSS statements according to your *.cbd file.
***************************************************************************/
#localMidFrame .ltx-element-pos {
	margin-left: 1%;
	margin-right: 0;
	margin-top: 8px;
	width: 31%;
	background-color: #F0F0F0
	/*border-bottom: 1px gray solid;*/
}

#localMidFrame .dynElement:hover{
	border: 1px gray solid;	
	background-color: transparent;
}

#localMidFrame .dynElement a:hover{
	text-decoration: none;
	
}

#localMidFrame.ltxTH0 .ltx-element-pos {
	width: 46%;
	/*	border: 1px gray solid; */
}

#localMidFrame.ltxTH1 .ltx-element-pos {

		display: block;
		clear: both;
		overflow: inherit;
		width: auto;
		float: none;
}

#localMid .caption {
	margin:  0px;
	margin-bottom: 8px;
	padding: 2px;
	border-bottom:  2px gray solid;
}
