/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	cursor:pointer;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 30px;
	background-color: #0099FF;
	line-height: 30px;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	.toggler-closed {
	color:#faaa32;
	padding-left:0px;
	background: url(/common/images/togglerc.gif) no-repeat right center;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	.toggler-closed:hover {
	color: #d31117;
	padding-left:0px;
	background: url(/common/images/togglerch.gif) no-repeat right center;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	}
	.toggler-opened {
	padding-left:0px;
	background: url(/common/images/togglero.gif) no-repeat right center;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #d31117;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;

	}
	.toggler-opened:hover {
	color: #faaa32;
	padding-left:0px;
	background: url(/common/images/toggleroh.gif) no-repeat right center;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	
	}

	/* Container - default style */
	.toggler-c {
	margin: 0px;
	padding: 0px;
	}
	.toggler-c-closed {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 0px;
	padding-left: 0px;
	}
	.toggler-c-opened {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	max-height:300px;
	overflow:auto;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#990000;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#fffffff;
	scrollbar-shadow-color:#ffffff;	
	}
	


}


/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
/*p {
	margin: 0px;
	padding: 0px;
}*/
.gallery_wrapper {
	padding: 20px 0px;
	clip: rect(auto,auto,auto,auto);
}


