﻿div.headerPanel select
{
	margin-left:5px;
	width:200px;
	vertical-align:middle;
}
div.headerPanel button.stdButton
{
	margin:0;
	margin-left:2px;
	padding:0;
	width:35px;
}
div.faq
{
	float:left;
	background-color:White;
	border: solid 1px White;
	margin-bottom:1px;
	width:683px;
}
div.faq.expanded 
{
	background-color:#F5F5F7;
}
div.faqContent 
{
	height:auto;
}
div.faqContent div.faqAnswer
{
	height:0px;
} 
div.expanded div.faqContent div.faqAnswer
{
	height:auto;
}

div.faq h4 {width:645px;margin-bottom:5px;cursor:pointer;}
div.faq a.switchControl {float:left;margin:10px;width:14px;height:14px;}
div a.switchControl
{
	width:14px;
	height:14px;
	background:Transparent url("../../images/icons/expand.gif") Top Left;
}
div.expanded a.switchControl
{
	background:Transparent url("../../images/icons/contract.gif") Top Left;
}

div.faq div.faqContent
{
	width:645px;
	float:right;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}

#faqPager
{
	float:right;
	margin:0;
	padding:0;	
}
#faqPager ul 
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:2px;
	margin-right:10px;
}
#faqPager ul li
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#faqPager ul li a,
#faqPager ul li a:visited,
#faqPager ul li a:hover
{
	padding:0px 4px;
	height:8px;
	background-color:#E7E6EB;
	color:#452276;
	margin-left:4px;
	text-decoration:none;
}
#faqPager ul li a.active
{
	background-color:#452276;
	color:White;
}
