
/* CSS Document for FAQ pages on bbt.com */


.nav a:visited {
	color:#1313a3;  /* so all links don't go gray after first click cuz our style sheet */
}

.mytopic{

	
	display:none;
	padding:0 5px 0 1px ;
margin:0;
	width:100%;
	

}
.mytopic a {
	 /* line-height:20pt;adds breathing room between question and answer -- creating too much space bewteen wrapping questions (js)*/
	display:block;
	margin:4px 0; padding:0;

}
.myanswer{
	display:none;
	overflow:auto;
	text-indent:0px;
	margin-left:2px;margin-top:-5px;


}
.myanswer li {margin-top:2px;margin-bottom:2px;}

.myanswer p {margin-top:0;}/* makes margins consistent between ei6 and firefox */
.nav {
	background-color:#f5f2f2;
	background: #e6e6e6 ; 
border:none;
	color:#000000; 
	cursor:pointer;
	
	line-height:12pt;
}
.nav a{display: block; text-decoration:none;
   border:1px solid #e7e5e5;
border:solid px #dedede;
background-color:#eeeeee;
padding-left:10px;font-size:11px!important;text-transform:uppercase;font-weight:bold; }

.nav a:link, .nav a:visited {color:#000; text-decoration:none; }
.nav a:hover {background-color:#eeeeee; color:#000; 
background-color:#e1e1e1;
border-color:#dbdbdb;
}
.plus {float:right; padding-top:3px; padding-right:6px;}
.minus{float:right; padding-top:3px; padding-right:6px;}
sup {text-decoration:none!important;}

.mytopic p a {display:inline;}/* NEEDED VERY IMPORTANT, KEEPS Inline links wrapping with text */


/* global table properties 

.standard-table {width:100%;margin:12px auto;}
.standard-table td, .standard-table{border:solid 1px #ccc;}
*/
.standard-table {width:100%;}
#faq-root a:visited {color:#1313a3;}
#faq-root a:hover{color:#990033;}
#faq-root .nav a:link,   #faq-root .nav a:visited {color:#595959!important;}

