@charset "utf-8";
/* CSS Document */

#askTextField {
	height: 22px;
	width: 400px;
	float: left;
	font-size: 16px;
}
#AskBTTN {
	margin-top: 0px;
	margin-left: 6px;
}
#EmailLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #060;
	float: left;
	margin-top: 16px;
	margin-left: 4px;
}
#askEmail {
	margin-top: 8px;
	float: left;
	clear: left;
}
#RecentQuestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #090;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
.QuestionLink {
	font-size: 12px;
	color: #663300;
    text-decoration: none;
}
.QuestionLink:hover {
	font-size: 12px;
	color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}
.DarkCell {
	background-color: #FFC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFD277;
	border-top-style: solid;
	border-bottom-color: #FFD277;
}
.LightCell {
	background-color: #FFF;
	padding: 4px;

}
.LightDateCell {
	background-color: #FFF;
	padding: 4px;
	border-left-style: solid;
    border-left-width: 1px;
	border-left-color: #FFD277;
	text-align: right;
}
.DarkDateCell {
	background-color: #FFC;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFD277;
	border-top-style: solid;
	border-bottom-color: #FFD277;
	border-left-style: solid;
	border-left-color: #FFD277;
	text-align: right;
}
#ProlougeDiv {
	font-size: 12px;
	width: 400px;
	margin-bottom: 10px;
}
#QuestionsTable {
	font-size: 12px;
	color: #663300;
}
