#inner_content {
	position: relative;
	padding: 0;
	height: 400px;
	width: 100%;
	overflow: hidden;
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	text-align: left;
}

#inner_content .user1 {
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 160px;
}

#top_bar {
	text-align: left;
	position: relative;
	background: #528DAE;
	height: 28px;
	color: white;
}

#top_bar .title {
	position: absolute;
	left: 250px;
	top: 0px;
	border-left: 1px solid white;
	height: 28px;
}

#left_panel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 249px;
	height: 400px;
	overflow: auto;
	background: #B9D5E3;
}


#content_panel {
	position: absolute;
	left: 249px;
	top: 0px;
	width: 511px;
	height: 400px;
	overflow: auto;
}


.content_section {
	position: relative;
	padding: 20px 30px;
}



.divider{
	width:100%;
	height:10px;
}

.helpPanel {
	padding-right: 8px;
}

.question_text{
	font-weight: bold;
	color: #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	margin-left:10px;
	margin-top:10px;
}

.question_divider{
	width:100%;
	height:10px;
}

.answerText {
	color: #333333;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	margin-left:10px;
	margin-top:2px;
}

.answerText a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.indentList{
	border: none;
	width: 10px;
}

.nosymbol{
	width:10px;
	border:none;
}

.qt{
	color: #333333;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
}


A.question:link {
	color: #333333;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
}

A.question:visited {
	color: #333333;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
}

A.question:Hover {
	color: #cc0000;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
}

A.question {
	color: #cc0000;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
}
.highlight {
color: #cc0000;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
}
