/* @override http://localhost:8888/faq/styles/LocalScreen.css */

/* Frequenty Asked Questions Page local styles */

/* @group Main Styles */

h2 {
	color: #2c5f8c;
	font-size: 20px;
}

#contentContainer {
	position: relative;
	margin: 30px;
}

/* @end Main Styles */

/* @group FAQ */

.note {
	color: #919191;
	line-height: 16px;
	font-size: 12px;
}

#faq p {
	text-align: justify;
}

#faq img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.796875) 0px 5px 15px;
}

.faq-toggle {
	color: #4880ac;
}

.faq-toggle:hover {
	cursor: pointer;
}

.faq-toggle:active {
	color: #345e7f;
}

.faq-toggle.active {
	color: #00325a;
}

.faq-content {
	width: 480px;
}

#accordion  {
  margin: 20px 0 0;
  max-width: 400px;
}

#accordion H2 {
    background: #6B7B95;
    color: white;
    cursor: pointer;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 3px 5px 1px;
}

#accordion .content {
    background-color: #F4F5F5;
}

#accordion .content p {
    margin: 0.5em 0;
    padding: 0 6px 8px 6px;
}

/* @end FAQ */

/* @group Ask a Question */

#questionForm {
	width: 400px;
	margin: auto;
}

#questionForm p {
/*	color: #919191; */
	text-align: justify;
}

#questionForm .group {
	margin-top: 20px;
	margin-bottom: 20px;
}

#questionForm .labelContainer {
	color: #515151;
	margin-bottom: 4px;
}

#questionForm #category {
	width: 108px;
}

#questionForm #questionTitle {
	width: 99.4%;
}

#questionForm textarea {
	width: 100%;
	height: 180px;
}

#questionForm #email {
	width: 200px;
}

#submitButton {
	width: 120px;
}

/* @end Ask a Question */