/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

 /* Screen ------------------------------------------------------------------- */

@media projection, screen {

.toggler2 { margin: 5px 0 15px 0; cursor:pointer; text-decoration: none; font-size: 1em;
	font-weight: normal; line-height: 1.4em; display: block; border: solid 1px #ccc;  
	padding: 10px 0 10px 30px; background-color: #003762; color: #fff; }

.toggler2-closed { color: #fff; text-decoration: none; background: #003762 url(/images/icn_arrow_closed.gif) 10px 12px no-repeat; }
.toggler2-closed:hover { color: #fff; text-decoration: none; background: #003762 url(/images/icn_arrow_closed-hover.gif) 10px 12px no-repeat; }
.toggler2-opened { color: #fff;  background: #00adee url(/images/icn_arrow_open.gif) 10px 12px no-repeat; } 
.toggler2-opened:hover { color: #fff; text-decoration: none; background: #003762 url(/images/icn_arrow_open-hover.gif) 10px 12px no-repeat; }

/* Container */
.toggler2-c { margin-bottom: 25px; }
.toggler2-c-closed { margin:-14px 0 10px 0; background: #fff; border: solid 1px #a6aeb0; border-top: 0; padding: 10px; width: 551px; }
.toggler2-c-opened { margin:-14px 0 10px 0; background: #fff; border: solid 1px #a6aeb0; border-top: 0; padding: 10px; width: 551px; }

}

/* Print -------------------------------------------------------------------- */
@media print {

.toggler2-c { margin-bottom: 25px; }
.toggler2 { display: none; }
	
}
