/***************************************************************************************
 * Media Intel Services, LLC.
 * (Written for FanCorps.com)
 * Copyright (c) 2007, Media Intel Services, LLC.  
 * All Rights Reserved.
 *
 * This file and the source codes contained herein are the property
 * of Media Intel Services, LLC.  
 *
 * Media Intel Services, LLC.
 * http://www.mediaintelservices.com/
 * sales@mediaintelservices.com
 * 
 * FanCorps
 * http://www.fancorps.com
 * webmaster@fancorps.com
 *
 * File: /css/faq.css
 * 		
 * Revision 1.000	2/9/2008	jem
 *		Initial Release
 *
 ***************************************************************************************/
.faq_home_sidebar {
	height:100%;
	width:175px;
	float:left;
	background-color:#f1f1f1;
	border-right: 2px solid #ddd;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding:5px 0px 5px 10px;
	margin:5px;
	font-size:12px;
}
.faq_home_content {
	height:100%;
	width:500px;
	float:left;
	margin:0px;
	padding:5px;
	font-size:12px;
}
.faq_nav_cookie_crumb {
	background-color:#f1f1f1;
	border-bottom: 2px solid #ddd;
	padding:5px;
}
.faq_most_viewed_title_text {
	background-color:#f1f1f1;
	border-bottom: 2px solid #ddd;
	padding:5px;
	font-weight:bold;
}
a.header {
	color:white;
	text-decoration:underline;
}
a.header:hover {
	color:white;
	text-decoration:underline;
}
a.sidebar:hover {
	text-decoration:none;
}
td,a {
	font-size:12px
}
h2.faq_question {
	font-size:14px;
	margin:0px 3px 10px 0px
}
.faq_answer {
	margin:0px 3px 3px 10px
}
.faq_answer_date{
	font-style:italic;
	font-size:11px;
	color:#888
}
.faq_last_viewed {
	font-style:italic;
	font-size:11px;
	color:#888
}
.selected_faq {
	font-style:italic;
	font-weight:bold;
}


