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


/*------------------------------
    page    - about -
-------------------------------*/


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

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	cursor:pointer;
	text-decoration: none;
	font-size: 85%;
	font-weight:bold;
	line-height:30px;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	.toggler-closed {
	color:#195297;
	background: url(list_01.png) no-repeat center center;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	padding-left: 25px;
	height: 30px;
	}
	.toggler-closed:hover {
	color: #006633;
	padding-left:25px;
	height:30px;
	background: url(list_02.png) no-repeat center center;
	margin-right: 20px;
	margin-left: 20px;
	}
	.toggler-opened {
	color:#195297;
	height:30px;
	background: url(list_03.png) no-repeat center center;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #3399FF;
	margin-left: 20px;
	padding-left: 25px;
	}
	.toggler-opened:hover {
	color: #006633;
	padding-left:25px;
	height:30px;
	background: url(list_04.png) no-repeat center center;
	margin-right: 20px;
	margin-left: 20px;
	}

	/* Container - default style */
	.toggler-c {

	}
	.toggler-c-closed {
	background:transparent;
	margin:-25px 0px 25px;
	padding: 20px;
	}
	.toggler-c-opened {
	padding: 20px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 25px;
	}

}

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

	.toggler-c {
}
	.toggler {
	display: none;
}

}


.toggler-1 p {
	line-height: 150%;
}
.toggler-1    .aboutH3 {
	margin-bottom: 10px;
	color: #000000;
	background-image: none;
	margin-top: 20px;
	font-size: 85%;
	font-weight: bold;
}

.toggler-1 ol {
	margin-top: 5px;
}
.toggler-1 li {
	list-style-type: decimal;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 40px;
}

.toggler-2  table {
	width: 510px;
	text-align: left;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.toggler-2  table .day  {
	width: 130px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.toggler-2  table .process  {
	text-align: center;
	letter-spacing: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.toggler-2  table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 0em;
}
.toggler-2  table td {
	padding: 3px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.toggler-3 img ,.toggler-4 img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

.toggler-4 table {
	width: 300px;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.toggler-4 .class {
	width: 100px;
}
.toggler-4 .number {
	width: 100px;
}
.toggler-4 .ratio {
	width: 100px;
}
.toggler-4  table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 0em;
}
.toggler-4  table td {
	padding: 3px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* ie6 ---------------------------------------------------------------------- */
