﻿/* CSS for Questions and QuestionList */

.qaItems {
	list-style: none;
	margin-left: 0;
	margin-top:30px;
}

.qaItems li {
	/*margin-bottom:7px;*/
}

.container {
	max-width: 610px;
	height: 45px; 
}

.sidebar {
	float: left;
	width: 407px;
	margin: 0;
	padding: 0;
}

.questionPanel {
	 width:310px;
	/* height: 43px; */
	 float: left;
	 padding-left: 3px; 
	/* position: relative;*/
}

.questionText 
{
	 width:50%; 
	 display:block; 
	 float:left;
}


.answerPanel 
{	
	display:block; 
	margin-left:15px;
	width:15%;
	float: left; 
	position: relative;
	overflow: hidden;	
}

.accessKey {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}

.positioner {
	position: absolute;
	top: 50%;
}

.alternatePositioner {
	position: relative;
	top: 50%;
}

.content {
	position: relative;
	top: -50%;
}

.explanation 
{
	height:43px;
	position: relative;
	/*width: 183px;*/
	width:30%; 
	float: right;
	display:block; 
}

.bgbar {
	height: 20px;
	font-size: 12px;
	background-color: #EAFAEA;
	font-weight: bold;
	color: #404040;
	margin: 0;
	margin-bottom: 5px;
	padding: 4px 4px 0 4px;
}