/*******************
 * Collapsor Styles
 *******************/
 
.widgetContainer {
	margin: 0 0 24px 0;
}
.widgetContainer h2 {
	background: url(../../images/lht/bg_table.gif) top left repeat-x;
	display: block;
	height: 23px;
	margin: 0 0 1px 0;
}
.widgetContainer h2 a.pane,
.widgetContainer h2 a.pane:link,
.widgetContainer h2 a.pane:visited  {
	background: url(../../images/lht/icons.gif) 7px -760px no-repeat;
	color: #ffffff;
	line-height: 10px;
	margin: 0;
	padding: 5px 0 5px 20px;
	display: block;
}
.widgetContainer h2 a.pane.selected  {
	background: url(../../images/lht/icons.gif) 7px -793px no-repeat;
	color: #ffffff;
}
div.paneContent {
	display: none;
	background:#eeeeee;
	border: 1px solid #d8d8d8;
}
div.innerContent {
	padding: 11px 0px 8px 5px;
}
div.innerContent img {
	margin: 4px 15px 12px 15px;
	float: left;
}
div.innerContent .copyContent {
	margin: 0 0 0 15px;
}
div.innerContent p.innerCopy {
	color: #666666;
	line-height: 17px;
	margin: 0 20px 8px 0px;
}
div.innerContent p.innerLinks{
	line-height: 18px;
	margin: -1px 20px 10px 0px;
	float: left;
	width: 197px;
}