body {
	font-family: "Trebuchet MS", sans-serif;
	margin: 10px 20px 20px 20px;
}

a.after {
	color: blue !important;
	font-family: helvetica;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

	/*a:hover {
		text-decoration: underline;
	}

	a:active {
		color: black;
	}

	a:visited {
		color: purple;
	}*/

a, a:visited, a:hover, a:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	transition: 0.5s color ease;
	text-decoration: none;
	color: blue ;
	font-size: 1.1em;
}

	a:hover {
		color: #81b3d2;
	}

	a.before:before, a.after:after {
		content: "";
		transition: 0.5s all ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
	}

	a.before:before {
		top: -0.25em;
	}

	a.after:after {
		bottom: -0.25em;
	}

	a.before:before, a.after:after {
		height: 5px;
		height: 0.15rem;
		width: 0;
		background: #91ef7f;
	}

	a.lnkstl:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	a.before:hover:before, a.after:hover:after {
		width: 100%;
	}

.demoHeaders {
	margin-top: 2em;
}

#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}

#icons {
	margin: 0;
	padding: 0;
}

	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}

	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}

.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}

select {
	width: 200px;
}

@media only screen and (min-width:320px) and (max-width:760px) {
	.ui-tabs .ui-tabs-nav li {
		list-style: none;
		float: left;
		position: relative;
		top: 0;
		width: 100%;
		margin: 3px .4em 0 0;
		border-bottom-width: 1px;
		padding: 0;
		white-space: unset;
	}

	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
		border: 1px solid #003eff;
		background: #193C7C;
		font-weight: normal;
		color: #fff;
	}
}

.Pd {
	padding: 20px 0px 0px 0px;
}

.logo > a {
	text-decoration: none;
	color: navy;
}

.logo > span {
	vertical-align: top;
        font-size: large; 
        font-family: Arial;
}

.xl > span {
	font-size: x-large; 
	font-family: Arial;
}
