/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler, .toggler a {
	   margin:25px 0 25px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 0.75em;
		font-weight:bold;
		line-height:30px;
		/*display: block;*/
		z-index:100;
		background-color:#3399FF
	}
	.toggler-closed{
		color:#333;
		padding-left:0px;
		height:30px;
		background: transparent url('togglerc.gif') 100px no-repeat;
		border: solid 0px white;
		cursor:default;
	}
	.toggler-opened{
		color:#333;
		padding-left:0px;
		height:30px;
		background: transparent url('togglero.gif') 100px no-repeat;
		border: solid 0px white;
		cursor:default;
	}

	/* Container - default style */
	.toggler-c {
	   z-index:97;
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 0px #e3e3e3;
	   padding:20px 84px 20px 66px;
	   margin:-20px 0px 25px 0px;
	
	}

	 /* set top padding to 30px and 'top' to 0px to enable left/right
	    dashed border around toggle menu */
	.toggler-c-opened {
	   margin:0px 0px 25px 0px;
	   padding:0px 84px 20px 66px;
	   background:#efefef;
	   border-left: 1px dashed #777;
	   border-right: 1px dashed #777;
	   border-bottom: 1px dashed #777;
	   position:absolute;
	   left:0;
	   right:0;
	   top: 30px;
	}
}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }



/* New Look for HTML3 */

#ldnFooter ul { /* all lists */
                padding: 0;
                margin: 0;
                list-style: none;
                line-height: 1;
}
#ldnFooter{
position: relative;
height: 100px;
border-top: 1px solid #DEDEDB;
padding-top: 7px;
}
.divider #ldnFooter{
background: #fff;
}
.divider #ldnFooter ul li b{
font-size: 11px; 
}
