/*********************************************************************************/
/*                   JomiTech Components For PHP Stylesheet                      */
/*               Copyright © JomiTech 2007. All Rights Reserved.                 */
/*********************************************************************************/
@import "sitethemestyles.css";

.jtexpandpanel {
  border: solid 1px #5D7EB0;
  overflow: hidden;
  position: relative;
}

.jtexpandpanelcontrol {
  background: url(images/grid_dark_grad.gif);
  color: #515050;
  cursor: pointer;
  font-size: 9pt;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  padding-left: 3px;
  padding-top: 4px;
}

.jtexpandpanelline {
	border-bottom: solid 1px #5D7EB0;
  font-size: 0;
	height: 0;
  line-height: 0;
	overflow: hidden;
}

.jtexpandpanelcontent {
	height: 100%; /* Anchors don't work in the content if the content height is not the height of the panel */
}