<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@CHARSET "ISO-8859-1";*/

form {
	max-width:960px;
	margin:0 auto;
}

code {
	background-color: #222222;
	border-radius: 5px;
	color: #d9ef14;
	display: block;
	font-size: 12.5pt;
	margin: 10pt 0;
	padding: 10pt;
}

fieldset div {
	margin-bottom:1em;
	margin-left:0em;
	margin-right:0em;
	clear:both;
}

.ui-tabs-panel div {
	margin-bottom:1em;
	margin-left:0em;
	margin-right:0em;
	clear:both;
}

label {
	color: #00eeee;
	display:block;
	padding-top: 5px;
	padding-bottom: 4px;
	font-weight: bold;
}

label.noBreak {
	display:inline;
	margin-right:5px;
}

legend {
	color:#00EE00;
	font-size:1.5em;
	font-weight: bold;
}
legend span {
	width:10em;
	text-align:right;
}

input {
	padding:0.15em;
	max-width:100%;
	border:1px solid #00EE00;
	background:#000000;
	color: #00EE00;
	font-family: Segoe UI,Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	behavior:url(border-radius.htc);
}
input:hover, input:focus {
	border-color:#00EE00;
	background:#002200;
} 

select {
	padding:0.15em;
	border:1px solid #00EE00;
	background:#000000;
	color: #00EE00;
	font-family: Segoe UI,Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	behavior:url(border-radius.htc);		
}

select:hover, select:focus {
	border-color:#00EE00;
	background:#002200;
}

textarea {
	max-width:100%;
	border: 1px solid #00EE00;
	padding: 5px;
	background:#000000;
	color: #00EE00;
	font-family: Segoe UI,Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius: 0.4em;
	behavior:url(border-radius.htc);		
	}

textarea:hover, textarea:focus {
	border-color:#00EE00;
	background:#002200;
}

button#btnCiviName {margin-top:7px;}


#jobForm {
	padding:10px;
}

.bigButton {
	display:block; 
	width:100%; 
	padding 20px 0; 
	font-size: 14pt !important; 
	text-align:center;
}

.dialogTextarea {
	max-width:300px;
}

.imageData {
	word-wrap: break-word;
}


.skynetButton, .ui-widget .skynetButton, .navLink a:link, .navLink a:visited {
	background: #00eeee; 
	color: #000000;
	border: 2px solid #003300;
	padding: 3px 10px;
	font-family: Segoe UI,Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	border-radius: 0.3em;
	behavior:url(border-radius.htc);
	cursor: pointer;
	text-decoration: none;
}
.skynetButton a:link {
	color: #000;
}
.skynetButton:hover, .skynetButton:active, .skynetButton a:hover, .skynetButton:active, .navLink a:hover, .navLink a:active {
	background: #000000; 
	border: 2px solid #00eeee;
	color: #00ff00;
	text-decoration: none;
}

.dangerButton {
	background-color:red !important;
	border-color: red !important;
	color: black;
}

.disabledBtn, .ui-widget .disabledBtn {
	background: #006600 url() repeat-x; 
}

.fineprint {
	font-size:11pt;
}
.fineprint p {
	margin: 2pt;
}

.importantform {
	padding-left: 15px;
}
	.importantform label {
	
	}
	.importantform input {
		font-family: 'akzidenz_grotesk_Md_cond';
		border-radius: 8px;
		font-size: 40pt;

	}



.skynetCheckbox {
	background-color: #000000;
	background-image: url(images/icon_unchecked.png);
	background-repeat: no-repeat;
	display: inline-block;
	width:14px;
	height:14px;
	margin-right:1px;
}

.skynetCheckbox:hover {
	background-color: #002200;
}


.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.skynetTab {
	padding:10px !important;
}
</pre></body></html>