/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   	margin:0 0 24px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:bold;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #BDD48A url('../../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../../images/togglerch.gif') center right no-repeat;
		border: solid 1px #ABABAB;
	}
	.toggler-opened {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #DDF8A2 url('../../images/togglero.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../../images/toggleroh.gif') center right no-repeat;
		border: solid 1px #ABABAB;
	}


	/* Toggler2 - default style */
	.toggler2 {
	   	margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:normal;
		line-height:20px;
		display: block;

	}
	.toggler2-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	a.toggler2-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler2-closed:hover {
		color: #000;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #fff url('../../images/togglerch.gif') center right no-repeat;
		border: solid 1px #ABABAB;
	}
	.toggler2-opened {
		color:#333;
		font-weight: bold;
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglero.gif') center right no-repeat;
		border: solid 1px #ABABAB;
		border-bottom: solid 0px #ABABAB;
	}
	.toggler2-opened:hover {
		color: #000;
		/*padding: 0px;*/
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #fff url('../../images/toggleroh.gif') center right no-repeat;
		border: solid 1px #ABABAB;
		border-bottom: solid 0px #ABABAB;
	}


	/* Toggler3 - default style */
	.toggler3 {
	   	margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:bold;
		line-height:20px;
		display: block;

	}
	.toggler3-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/filt_arrow.png') center right no-repeat;
		/*border: solid 1px white;*/
	}
	a.toggler3-closed {
			color:#ffffff;
			padding: 0px;
			margin: 0px;
			padding-left:20px;
			height:20px;
			background: #e8f4bc url('../../images/filt_arrow.png') center right no-repeat;
			/*border: solid 1px white;*/
		}
	.toggler3-opened {
		color:#333;
		font-weight: bold;
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/filt_arrow_close.png') center right no-repeat;
		/*border: solid 1px #ABABAB;*/
		border-bottom: solid 0px #ABABAB;
	}
	.toggler3-opened:hover {
		color: #000;
		/*padding: 0px;*/
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/filt_arrow_close.png') center right no-repeat;
		/*border: solid 1px #ABABAB;*/
		border-bottom: solid 0px #ABABAB;
	}


	/* Toggler4 - default style */
	.toggler4 {
	   	margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:normal;
		line-height:20px;
		display: block;
		background-color: #e8f4bc;

	}
	.toggler4-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/togglerc.gif') center right no-repeat;
		background-color: #E2FBA2;
		border: solid 1px white;
	}
	a.toggler4-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler4-closed:hover {
		color: #000;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/togglerch.gif') center right no-repeat;
		border: solid 1px #ABABAB;
	}
	.toggler4-opened {
		color:#333;
		font-weight: bold;
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/togglero.gif') center right no-repeat;
		border: solid 1px #ABABAB;
		border-bottom: solid 0px #ABABAB;
	}
	.toggler4-opened:hover {
		color: #000;
		/*padding: 0px;*/
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #e8f4bc url('../../images/toggleroh.gif') center right no-repeat;
		border: solid 1px #ABABAB;
		border-bottom: solid 0px #ABABAB;
	}


	/* Toggler5 - default style */
	.toggler5 {
	   	margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:normal;
		line-height:20px;
		display: block;
		background-color: #ffffff;

	}
	.toggler5-closed {
		color:#ffffff;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglerc.gif') center right no-repeat;
		background-color: #E2FBA2;
		border: solid 1px white;
	}
	a.toggler5-closed {
		color:#ffffff;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglerc.gif') left center no-repeat;
		/*border: solid 1px white;*/
	}
	.toggler5-closed:hover {
		color: #000;
		padding: 0px;
		margin: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglerc.gif') left center no-repeat;
		/*border: solid 1px #ABABAB;*/
	}
	.toggler5-opened {
		color:#333;
		font-weight: bold;
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/togglero.gif') center right no-repeat;
		/*border: solid 1px #ABABAB;*/
		/*border-bottom: solid 0px #ABABAB;*/
	}
	.toggler5-opened:hover {
		color: #000;
		/*padding: 0px;*/
		margin-top: 0px;
		padding-left:20px;
		height:20px;
		background: #ffffff url('../../images/toggleroh.gif') center right no-repeat;
/*		border: solid 1px #ABABAB;
		border-bottom: solid 0px #ABABAB;*/
	}






	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #ABABAB;
		margin:-25px 0px 25px 0px;
	   padding:5px;
	}
	.toggler-c-opened {
		margin:-25px 0px 25px 0px;
	   	padding:5px;
	   	margin-right: 1px;
	   	background:#DDF8A2;
	   	border:solid 1px #fff;
	}


/* Container2 - default style */
	.toggler2-c {
	}
	.toggler2-c-closed {
	   background:transparent;
	   border:solid 0px #ABABAB;
		margin:-15px 0px 15px 0px;
	   padding:5px;
	}
	.toggler2-c-opened {
		margin:-15px 0px 15px 0px;
	   padding:5px;
	   background:#ffffff;
	   border:solid 1px #ABABAB;
	}




	/* Container3 - default style */
/*	.toggler3-c {
	}
	.toggler3-c-closed {
	   background:transparent;
	   border:solid 0px #ABABAB;
		margin:-15px 0px 15px 0px;
	   padding:5px;
	}
	.toggler3-c-opened {
		margin:-15px 0px 15px 0px;
	   	padding:5px;
	   	background:#e8f4bc;
	   	/*border:solid 1px #ABABAB;
	}*/



	/* Container4 - default style */
	.toggler4-c {
	}
	.toggler4-c-closed {
	   background:transparent;
	   border:solid 0px #ABABAB;
		margin:-15px 0px 15px 0px;
	   padding:5px;
	}
	.toggler4-c-opened {
		margin:-15px 0px 15px 0px;
	   	padding:5px;
	   	background:#e8f4bc;
	   	border:solid 1px #ABABAB;
	}


	/* Container5 - default style */
	.toggler5-c {
	}
	.toggler5-c-closed {
	   background:transparent;
	   border:solid 0px #ABABAB;
		margin:-15px 0px 15px 0px;
	   padding:5px;
	}
	.toggler5-c-opened {
		margin:-15px 0px 15px 0px;
	   	padding:5px;
	   	background:#ffffff;
	   	border:solid 1px #ABABAB;
	}

}





/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
