﻿.toggler {
	color: #EFCE22;
	margin: 0;
	padding: 2px 5px 2px 5px;
	background: #212121;
	border:  1px solid #4D4D4D;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    width: 500px;
    color: #FFFFFF;
    cursor: pointer;
}

.toggler:hover
{
    background: #212121 url('../_images/arrow_news.png') no-repeat right;
}

.toggler:active
{
    background: #212121 url('../_images/arrow_newsminus.png') no-repeat right;
}

.toggler a
{
    color: #FFFFFF;
}
 
.element 
{
    padding: 5px 5px 5px 5px;
    border-bottom: 0px solid #FF0000;    
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote 
{
    font-style: italic;
	padding:5px 0 5px 30px;
}

/* accordions */
#fxTarget, .fxTarget {
	position: absolute;
	display: block;
	visibility: hidden;
	width: 100px;
	border: 1px solid black;
	background-color: #f1f1f1;
	background: url(art/example-back.gif) center no-repeat;
	height: 100px;
}
dt.stretchtoggle 
{
    float:left; clear:left;   
	margin: 0px !important;
	padding: 3px 6px 0px 12px !important;
	border: solid 1px #FF0000 !important;
	color: #545454;
	width: 150px;
	height: 27px;
	background: #FFFFFF;
	cursor: pointer;
}

dt.stretchtoggle p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
dd.stretcher 
{
    width: 150px;
    border: solid 1px #00FF00;
	margin:0px !important;
	padding: 0px 0px 0px 8px !important;
}

.collapsePanel {
	width: 100%;
	height:0px;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:20px;
}
