@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {
	
	/* Toggler - default style */
	.toggler {
		font-family:Arial, Helvetica, sans-serif!important;
	   margin: 25px 0 25px 25px;
		cursor:pointer;
		text-decoration: none;
		font-size: 1.4em!important; 
		font-weight:bold!important;
		text-transform:uppercase!important;
		color:#222;
		line-height:1em;
		display: block;
		padding: 5px 0 0 5px;
		width: 735px;
		height: 36px
		
	}
	.toggler-closed {
		color:#6a4e36!important;
		padding-left:20px;
		background: url(../images/interface/eventtitle.gif) top left no-repeat;
	}
	.toggler-closed:hover {
		color: #222!important;
		padding-left:20px;
		background: url(../images/interface/eventtitle_ro.gif) top left no-repeat;
	}
	.toggler-opened {
		color:#6a4e36!important;
		padding-left:20px;
		background: url(../images/interface/eventtitle1.gif) top left no-repeat;
	}
	.toggler-opened:hover {
		color: #222!important;
		padding-left:20px;
		background: url(../images/interface/eventtitle1_ro.gif) top left no-repeat;
		
	}

	/* Container - default style */
	.toggler-c {
	font-size: 1.2em!important;
	width: 710px;
	padding: 25px 0 0 25px;
	}
	.toggler-c-closed {
/*	   margin:-25px 0px 25px 25px;
	   padding:20px;
*/	
		margin:-25px 0px 25px 25px;

}
	.toggler-c-opened {
		margin:-36px 0px 25px 25px;
   	   border:solid 1px #e4cb8e;
	   background-color: #333;
	   height: 100% auto;
	   overflow: hidden;

	}
	
	a.toggler { padding: 10px 10px 0 10px!important; }
	a.toggler:link { color: #5a422d!important; text-decoration:none!important; }
	a.toggler:visited { color: #5a422d!important; text-decoration:none!important; }
	a.toggler:hover { color: #222!important; text-decoration:none!important; }
	a.toggler:active { color: #5a422d!important; text-decoration:none!important; }
	h4.eventoggle { color: #ff6e04!important; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif!important; padding-bottom: 10px;
						font-style:normal!important; }


}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}

