/* CSS Document */

.onDiv, .offDiv {
/*	border:1px solid #E39622;
*/	padding:0 5px 5px 0;
	margin:1px 10px;
	clear:both;
}
a.showLink, a.hideLink {
	float:left; 
	margin:6px 4px 0 0px;
	padding: 0 0px;
	font-size:9px;
	text-decoration:none;
	width:16px;
	text-align:center;
}
a.showLink {
	border:1px dotted #E4E4E4;
	background-color:#E39622;
	color:#FFF;
}
a.hideLink {
	border:1px dotted #e2b947;
	color:#e2b947;
}
a.showAll, a.hideAll {
	display:inline;
	float:left;
	width:109px;
	border:1px solid #FFCF9F;
	background-color:#EEEEEE;
	color:	color: #3E83C8;
	padding:8px;
	margin:0 5px 12px 0;
	text-align:center;
}
a.showLink:hover, a.hideLink:hover {
	border:1px dotted #E39622;
}
a.hideLink:hover {
	color:#E39622;
}
a.showLink:hover {
	color:#FFF;
}
a.realLink {
	text-decoration: underline; 
	color: #306CA9;
		cursor:pointer;
}
a.realLink:hover {
	text-decoration: underline; 
	color: #306CA9;
}

.faqTitle {
	font-size:1.3em;
	font-weight:bold;
	margin: 0 12px 6px 30px;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid  #FFE2C6;
	font-family:  Georgia, "Times New Roman", Times, serif;; 
	color: #3E83C8;
	cursor:pointer;
}
.onDiv .showLink {
	display:none;
}
.offDiv .hideLink {
	display:none;
}
.show-hide {
	font-size:1.0em;
	padding:3px 8px 3px 8px;
	background-color: #EEEEEE;
	margin-left: 30px;
	margin-right: 10px;
}
/*------- These links are shown with JS, hidden if JS is off ------ */
a.showLink, a.hideLink, a.hideAll, a.showAll {
	display:none;
}
