@font-face {
	font-family: 'bariol';
	src: url('fonts/bariol-regular.eot');
	src: url('fonts/bariol-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/bariol-regular.woff') format('woff'),
		url('fonts/bariol-regular.ttf') format('truetype'),
		url('fonts/bariol-regular.svg#BariolRegularRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bariol_bold';
	src: url('fonts/bariol_bold-webfont.eot');
	src: url('fonts/bariol_bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/bariol_bold-webfont.woff')
		format('woff'), url('fonts/bariol_bold-webfont.ttf')
		format('truetype'),
		url('fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bariol_light';
	src: url('fonts/bariol_light-webfont.eot');
	src: url('fonts/bariol_light-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/bariol_light-webfont.woff')
		format('woff'), url('fonts/bariol_light-webfont.ttf')
		format('truetype'),
		url('fonts/bariol_light-webfont.svg#bariol_lightlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bariolthin';
	src: url('fonts/bariol_thin-webfont.eot');
	src: url('fonts/bariol_thin-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/bariol_thin-webfont.woff')
		format('woff'), url('fonts/bariol_thin-webfont.ttf')
		format('truetype'), url('fonts/bariol_thin-webfont.svg#bariolthin')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: bariol;
	margin: 0;
	background: #3e3e3e;
	background : #e6e6e6;
}

#header {
	text-align: center;
	height: 110px;
	width: 100%;
	background-color: #94b36b;
}

#logo {
	width: 128px;
	height: 96px;
	background-image: url(images/sitelogo.jpg);
	display: inline-block;
	float: left;
	border: 1px solid white;
	border-radius: 15px;
	margin-left: 2em;
	margin-top: 5px;
}

#tools {
	display: inline-block;
	float: right;
	padding-top: 30px;
	margin-right: 2em;
}

.genericButton {
	background-color: #edad55;
	min-width: 8em;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	padding: 1em;
}

.greenButton {
	background-color: #66cd39;
	aborder: 2px solid green;
}

.blueButton {
	background-color: #11a1f1;
	aborder: 2px solid blue;
}

.dialog {
	background-color: #e6e6e6;
	border: 2px solid black;
	border-radius: 5px;
	padding: 2em;
	text-align: center;
	width: 400px;
	position: absolute;
}

legend {
	margin: 0.5em;
}

.genericInputField {
	background-color: #66cd39;
	min-width: 8em;
	border-radius: 5px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: white;
	font-size: 2em;
}

.banner {
	width: 80%;
	height: 400px;
	background-color: #0C5dA5;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	padding-top: 100px;
}

<!--
Pass Controls-->.controls {
	display: inline-block;
}

h1 {
	font-size: 1.2em;
	text-align: left;
}

#error {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-top: 2px;
	color: red;
	background-color: #ddd;
	border-radius: 3px;
	width: 100%;
}

#tabs {
	font-size: 0.8em;
}

#spinner {
	background-color: black;
	opacity: 0.5;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ta {
	width: 100%;
	min-height: 600px;
	height: 80%;
	font-family: "Lucida Console", Monaco, monospace !important;
	font-size: 10pt !important;
}

.swatch {
	height : 10px;
	width  : 100%;
	margin: 0;
	margin-top : 25px;
	
}

.swatch1 {
	background-color: #c1272d;
}

.swatch2 {
	background-color: #f7931e;
}

.swatch3 {
	background-color: #d9e021;
}

.swatch4 {
	background-color: #629bb5;
}

.swatch5 {
	background-color: #856baf;
}

.ui-corner-top {
	border-top-right-radius: 10px!important;
	border-top-left-radius : 0px!important;
}

.ui-tabs-anchor {
	font-variant:normal;
}

.ui-tabs-nav {
	margin : 0!important
}

.ui-widget {
	font-family : Play!important;
	font-size : 1em!important;
	color : black;
}

.links li {
	margin-top : 1em;;
}

a {
	color : #333;
}
}