.form_error {
	font-weight: bold;
	color: #FF0000;
	}

.support_white {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin;
	}

.support_admin_white {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin;	
	}

.support_admin_gray {
	background-color: #F4F4F4;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border: thin;	
	}

.support_enclosing {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #23559C 1px solid;
	}

.open_ticket {
	color : #008000;
	}

.resolved_ticket {
	color: #CC9933;
	}

.closed_ticket {
	color: #FF0000;
	}

.low_ticket {
	color : #008000;
	}

.medium_ticket {
	color: #FF9900;
	}

.high_ticket {
	color: #FF0000;
	}

.faqcategories-title, .faqsubcategories-title {
	border: 1px solid;
	cursor: pointer;
	}
	
.faqcategories-title, .faqsubcategories-title, .faqquestions-title {
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
	cursor: hand;
	cursor: pointer;
	}

.faqsubcategories-title, .faqquestions-title, .faqquestions {
	margin: 3px 0 0 20px;
	}

.faqsubcategories-title {
	font-size: 90%;
	}

.faqquestions-title {
	font-weight: bold;
	}
	
.faqquestions {
	padding-left: 20px;
	border-top: 1px dotted;
	}

.faqsubcategories {
	margin-left: 20px;
	}

.iconspan {
	float: left;
	margin: 3px;
	margin-right: 5px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	}