a {
	background: none;
	color: #265A87;
	text-decoration: underline;
}

a:hover {
	background: none;
	color: #337ab7;
	text-decoration: none;
}

a:active,
a:focus,
a:visited {
	background: none;
	text-decoration: none;
}

a:focus {
	outline: thin dotted #174896;
}

a.alwaysVisible:link, a.alwaysVisible:visited, a.alwaysVisible:hover, a.alwaysVisible:active {
	text-decoration: none;
}

a img {
	border: none;
}

strong {
	font-weight: 600;
}

.nounderline {
	text-decoration: none !important;
}

.cleanURL {
	background: none !important;
	color: #265A87 !important;
	font-size: 15px ;
	margin-right: 25px !important;
	min-width: 0px !important;
	text-decoration: underline !important;
}

.cleanURL:hover {
	color: #337ab7 !important;
	text-decoration: none !important;
}

hr {
	border: 1px solid #554646;
	border-radius: 0;
	border-width: 0 0 1px 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

p.hilight {
	font-weight: 700;
}

.titleBarTitle {
	background-color: #f5efe7;
	color : #554646;
	cursor: pointer;
	display: block !important;
	font-weight: normal;
	height: auto;
	/*line-height: 30px;*/
	margin-top: 10px;
	min-height: 30px;
	overflow: hidden;
	width: 99%;
}

.titleBarContent {
	font-weight: normal;
	padding : 5px;
	border-left : 1px solid #D5D1C3;
	border-right : 1px solid #D5D1C3;
	border-bottom : 1px solid #D5D1C3;
	margin-top : -1px;
	margin-bottom : 10px;
	width:99%;
}
.titleBarArrow {
	display: inline-block;
}

.titleBarText {
	background: none !important;
	line-height: normal;
	padding: 5px;
}

#information-content .titleBarText {
	background: none !important;
}

.titleBarArrow {
	float : right;
	height: auto;
	min-height: 30px;
    overflow: hidden;
    width: 30px;
}

.ui-icon-triangle-1-s,
.ui-icon-triangle-1-e {
	background-color: #554646;
	text-align: center;
}

.ui-icon-triangle-1-s::before {
	color: #ffffff;
	content: "\f077";
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	font-size: 18px;
	margin-top: 2.5px;
}

.ui-icon-triangle-1-e::before {
	color: #ffffff;
	content: "\f078";
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	font-size: 18px;
	margin-top: 2.5px;
}

.flexigrid th {
	padding: 0;
}

.border-0 {
	border: none !important;
}