/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
		cursor:pointer;
		text-decoration: none;
		display: block;
	}
	.toggler-closed {
	margin-top:7px;
	margin-left:10px;
	background-image:url(../images/button-bg.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #ccc;
	color:#333;
	font-weight:lighter;

	max-width:252px;
	text-decoration:none;
	text-align:center;
	}
	.toggler-closed:hover {
	margin-top:7px;
	margin-left:10px;
	background-image:url(../images/button-bg-reverse.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #ccc;
	color:#333;
	font-weight:lighter;

	max-width:252px;
	text-decoration:none;
	text-align:center;
	}
	.toggler-opened {
	margin-top:7px;
	margin-left:10px;
	background-image:url(../images/button-bg.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #ccc;
	color:#333;
	font-weight:lighter;

	max-width:252px;
	text-decoration:none;
	text-align:center;
	}
	.toggler-opened:hover {
		margin-top:7px;
	margin-left:10px;
	background-image:url(../images/button-bg-reverse.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #ccc;
	color:#333;
	font-weight:lighter;

	max-width:252px;
	text-decoration:none;
	text-align:center;
	}

	/* Container - default style */
	.toggler-d {
	padding:20px;
	text-decoration:none;
	font-weight:bold;
	line-height:23px;
	}
	.toggler-d-closed {
	padding:20px;
	text-decoration:none;
	font-weight:bold;
	line-height:23px;	}
	.toggler-d-opened {
	padding:20px;
	text-decoration:none;
	font-weight:bold;
	line-height:23px;	}
	.toggler-c {
	padding-top:10px;
	padding-left:20px;
	line-height:23px;
	}
	.toggler-c-closed {
	padding-top:10px;
	padding-left:20px;
	line-height:23px;	}
	.toggler-c-opened {
	padding-top:10px;
	padding-left:20px;
	line-height:23px;
}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
