
/* FAQ Table format */
#faq_list {
	clear: both;
}

.faq_header_row {
	background-color: #0B3E69;
}
.faq_header_row th {
	text-align: left;
	color: white;
}
.faq_header_row th a {
	text-decoration: none;
	color: white;
}
.faq_header_row th a:hover {
	color: #CFDBE6;	
}

.faq_row {
	
}
.faq_row a {
	text-decoration: none;
	color: black;
}
.faq_row_2 {
	background-color: #E1F4F5;
}
.faq_row:hover {
	background-color: #EAF59F;
}

/* FAQ Question view */
.faqQuestion {
	margin-left: 50px;
	margin-right: 50px;
}
.faqQuestion dt {
	font-weight: bold;
}
.faqQuestion dd {
	margin-top: 10px;
	margin-bottom: 20px;
}


#askForm form {
margin-top: 2em;
}
#askForm form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
#askForm form div.date{
margin-left: 0em;
}
#askForm label {
display: block;
clear: both;
float:left;
width: 140px;
padding-right: 20px;
}
#askForm input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
#askForm button {
	display: inline;
}
#askForm input, textarea {
clear: both;
display:block;
font-family: inherit;
border: solid thin grey;
}
#askForm select {
clear: both;
vertical-align: text-bottom;
font-family: inherit;
border: solid thin grey;
}
#askForm button {
border: solid thin grey;
}
#askForm option {
font-family: inherit;
padding: 0 0.3em;
}
#askForm input[type=submit] {
display: inline;
vertical-align: bottom;
}
#askForm div.required {
clear: both;
color:#222;
font-weight:bold;
}
#askForm div.optional {
clear: both;
color:#555;
}
#askForm div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

