#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	font-size:1.2em;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*Supported EnergyMatters classes*/

span
{
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}


span.headingBreak
{
	font-weight: bold;
	font-size: 130%;
}


span.errorInfo
{
	color: #ff0000;
}

span.formLabel
{
	float: left;
	width: 50%;
	font-weight: bold;
}

span.formInput
{
	width: 50%;
	margin-bottom: 5px;
}

	dl {
		width: 487px;
		/* margin: 0 0 20px 20px; */
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 12px;
		background: url(/common/fieldbox_footer.gif) no-repeat bottom left;
		}

	dt {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		height: 30px;
		font-size: 130%;
		color: #000;
		/* border-bottom: 1px solid #fff;*/
		background: url(/common/fieldbox_header.gif) no-repeat top left;
		}
	
	dd {
		/*margin: 0 0 0 10px;
		padding: 0 10px 10px 10px; */
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		color: #666;
		background: url(/common/fieldbox_middle.gif) /* no-repeat 0 3px */;
		}
/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider div {
	width:100%;	
}

.accessible_news_slider img {
	border: 0;
}

.accessible_news_slider ul {
	position: relative;
	list-style-type: none;
	overflow: hidden;
	
	/*height:160px;*/
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width:22%;
	background-image:none;
	/*height:160px;*/
	overflow: hidden;
}
