/* -------------------------------- BRIEFING STYLES --------------------------------*/
input.tableContentHighlighted, input.tableContentHighlightedBold {
	font-family: Verdana, sans;
	text-decoration: underline;
	font-size: 12px;
	color : #020102 ;
	background-color: transparent;
	text-align: left;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

input.tableContentHighlightedBold {
	font-weight: bold;
	text-decoration: none;
}

.tableContentHighlighted,.tableContentHighlightedBold {
	font-family: Verdana, sans;
	text-decoration: none;
	font-size: 12px;
	color : #020102;
}

.tableContentHighlightedBold {
	font-weight: bold;
}

/*If SCUF UI is enabled, rest of the properties come from SCUF.css
  Just font weight to bold is required on some pages (e.g. Setup News) to show highlighted case */
.tableContentHighlightedBoldSCUF {
	font-weight: bold;
}

.simpleBoldFont {
	 font-weight: bold;
}

.briefingHeader, .briefingHeaderBigger {
	font-family: Verdana, sans;
	font-size: 11px;
	font-weight: bold;
}

.briefingHeaderBigger {
	font-size: 13px;
}

.briefingSettings {
	font-family: Verdana, sans;
	font-size: 11px;
}
