/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */
/* Screen ------------------------------------------------------------------- */
@media projection, screen {
	/* Toggler - default style */
	.toggler {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 0px 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff8dc;
	font-weight: bold;
	font-size: 130%;
	display: block;
}

	.toggler-closed {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('togglerc.gif') center right no-repeat;
	border: solid 1px white;
}

	.toggler-closed:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #a3afa4 url('togglerch.gif') center right no-repeat;
	border: solid 1px #e3e3e3;
}

	.toggler-opened {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('togglero.gif') center right no-repeat;
	border: solid 1px white;
}

	.toggler-opened:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #a3afa4 url('toggleroh.gif') no-repeat center right;
	border: solid 1px #e3e3e3;
}

.toggler-a {
	clear: both;
	margin: 0px 0.5em 0 -25px;
	font-family: "trebuchet ms", Verdana, sans-serif;
	cursor: pointer;
	color: rgb(80,80,80);
	font-weight: normal;
	font-size: 140%;
	padding-right: 0px;
}

	.toggler-a li {
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: auto;
	text-decoration: none;
	padding-right: 25px;
	margin-right: 60px;
	font-size: 70%;
	font-weight: normal;
}

	.toggler-a ul {
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: auto;
	text-decoration: none;
	padding-right: 25px;
	margin-right: 60px;
	font-size: 70%;
	font-weight: normal;
	
}

	a.toggler-a-closed {
	margin: 0px 0.5em 0 -25px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('togglerc.gif') no-repeat center right;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	padding-right: 25px;
	margin-right: 60px;
}

	a.toggler-a-closed:hover {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('togglerch.gif') no-repeat center right;
	text-decoration: none;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 100%;
	padding-right: 25px;
	margin-right: 60px;
}

	a.toggler-a-opened {
	font-family: "trebuchet ms", Verdana, sans-serif;
	background: url('togglero.gif') no-repeat center right;
	text-decoration: none;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 140%;
	padding-right: 25px;
	margin-right: 60px;
}

	a.toggler-a-opened:hover {
	font-family: "trebuchet ms", Verdana, sans-serif;
	background: url('toggleroh.gif') no-repeat center right;
	text-decoration: none;
	padding-right: 25px;
	margin-right: 60px;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 140%;
}

	.toggler-b {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0px 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff8dc;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	border: thin solid gray;
	background: #ffff9b;
}

	.toggler-b li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0px;
	cursor: pointer;
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	border: 0px none;
}

	a.toggler-b-closed {
	font-family: Arial, Helvetica, sans-serif;
	color: #467aa7;
	padding-left: 10px;
	background: transparent url('togglerc.gif') no-repeat center right;
	text-decoration: none;
}

	a.toggler-b-closed:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	background: transparent url('togglerch.gif') no-repeat center right;
	text-decoration: none;
}

	a.toggler-b-opened {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	background: black url('togglero.gif') no-repeat center right;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	font-style: normal;
}

	a.toggler-b-opened:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-left: 10px;
	background: black url('toggleroh.gif') no-repeat center right;
	text-decoration: none;
	font-style: normal;
}

.toggler-c {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 0px 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff8dc;
	font-size: 130%;
	display: block;
}

	a.toggler-c-closed {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('togglerc.gif') center right no-repeat;
	border: solid 1px white;
	text-decoration: none;
}

	a.toggler-c-closed:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('togglerch.gif') center right no-repeat;
	border: solid 1px #e3e3e3;
	text-decoration: none;
}

	a.toggler-c-opened {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff8dc;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('togglero.gif') center right no-repeat;
	border: solid 1px white;
	text-decoration: none;
}

	a.toggler-c-opened:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	padding-left: 20px;
	height: 20px;
	background: #637164 url('toggleroh.gif') no-repeat center right;
	border: solid 1px #e3e3e3;
	text-decoration: none;
}



}
/* Print -------------------------------------------------------------------- */
@media print {
	.toggler-c { margin-bottom: 25px; }

	.toggler { display: none; }

}
