@charset "utf-8";


.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 224px;
	height: 132px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
	position: absolute;
	background: #FFE9D2;
	visibility: hidden;
	width: 210px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	width: 222px;
	border-top-width: 0;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	float: left;
	display: block;
	font-weight: normal;
	color: black;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0;
	padding-right: 8.4px;
	padding-bottom: 0;
	padding-left: 8px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.fadecontenttoggler a:hover{
	color: white;
	background-color: #CCCCCC;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: #999999;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
	color: white;
	background-color: #666666;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: white;
	background-color: #CCCCCC;
}

