/* Container Styles for FAQContainer - Updated January 16, 2009
--------------------------------------------------------------*/   

/** Container Styles **/
#faq-header { margin-bottom:20px; }

#faq-header span {
	color:#000000;
	font-size:1.7em;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}

#faq-footer { /* hides DNN footer in View (regular) mode while allowing edit buttons to be visible in Edit mode */
	height:1px; 
	position:relative; 
	top:-20px; 
	}
	
/** FAQ Styles **/
.faq-question {
	cursor:pointer;
	position:relative;
	}
	
	.faq-question div span {
		width:19px;
		height:16px;
		float:left;
		background:url(/Portals/4Checks/Skins/4Checks/images/global/results-nav-page-bg.gif) left top no-repeat;
		text-align:center;
		padding:1px 0 0;
		margin:1px 7px 0 0;
		font-weight:normal;
		color:#999;
		position:relative;
		}
		
	*:first-child+html .faq-question div span { margin-top:0; } /*IE-7 only fix*/
	
	.faq-question div:hover span {
		background-position:left bottom;
		color:#fff;
		position:relative;
		}
		
	#faq-content p {
		color:#25527e;
		border:none;
		font:bold 1.3em Arial, Helvetica, sans-serif;
		margin-bottom:0;
		position:relative;
		}
		
	#faq-content .faq-question div:hover p {
		text-decoration:underline;
		color:#2D86E2;
		position:relative;
		}
		
#faq-content div div span span > div { border-bottom:1px solid #e5e5e5; }

#faq-content .faq-answer p {
	color:#000;
	font-weight:normal;
	margin:0 0 0 26px;
	position:relative;
	}
	
	*:first-child+html #workspace-content #faq-content .faq-answer p a { font-size:1.1em; } /*IE-7 only fix*/
	
#workspace-content #faq-content .faq-answer ul {
	margin:7px 0 14px 66px;
	position:relative;
	}
	
	#workspace-content #faq-content .faq-answer li {
		list-style:disc;
		font-size:1.3em;
		margin:0 0 7px;
		position:relative;
		}
		
#faq-content a, #inquiry a{
	color:#5FB0FF;
	font-weight:bold;
}

.faq-question-static div span  
{
	width:19px; 
	height:16px; 
	float:left; 
	background:url(/Portals/4Checks/Skins/4Checks/images/global/results-nav-page-bg.gif) left bottom no-repeat; 
	text-align:center; 
	padding:1px 0 0; 
	margin:1px 7px 0 0; 
	font-weight:normal; 
	color:#fff; 
	position:relative; 
	} 
	
*:first-child+html .faq-question-static div span { margin-top:0; } /*IE-7 only fix*/ 

/* Check Prices Table Styles */
.faq-answer table{margin:5px 30px; font-size:1.3em;} 
.faq-answer td, .faq-answer th{padding:8px; margin:3px 0;border:1px solid #DFF3FF} 
.faq-answer th {background-color:#A7D6F5;} 
.faq-answer tr{background-color:#A7D6F5; } 
.faq-answer tr.tbl-odd{background-color:#CFEDFF; } 
