/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

/* Toggler - default style */
.toggler {
	clear: both;
	height: 25x;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-left: 0px;
	display: block;
	cursor: pointer;
}


.toggler-closed {
	height: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #128FD1;
	background: #FFF url('/common/img/togglerc.gif') center left no-repeat;
}


.toggler-closed:hover {
	height: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #128FD1;
	background: #FFF url('/common/img/togglerch.gif') center left no-repeat;
}


.toggler-opened {
	height: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #128FD1;
	background: #FFF url('/common/img/togglero.gif') center left no-repeat;
}


	.toggler-opened:hover {
	height: 25px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #128FD1;
	background: #FFF url('/common/img/toggleroh.gif') center left no-repeat;
}



	/* Container - default style */
	.toggler-c {
	}


	.toggler-c-closed {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	background: transparent;
}


	.toggler-c-opened {
	padding: 0px;
	margin: 0px 0px 25px 0px;
}



}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c {
	margin-bottom: 25px;
}


	.toggler {
	display: none;
}



}
