<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input, textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

table {
    border-collapse: collapse;
}

table th, table td {
    vertical-align: top;
}

#branding {
	text-align: right;
	margin-top: 40px;
}

.inputtext, .textarea, .inputpassword {
	background-color: #F3F3F3;
}

.file {
	background: url('/images/icons/attach.png') no-repeat top left;
	padding-left: 18px;
}

/* ************************* */
/* Display table
/* ************************* */  

.displaytable {
	width: 100%;
	border-collapse: collapse;
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.displaytable th {
/*	color: white;
	background-color: #2e2e2e;*/
}

.displaytable td {
	/*background-color: #F7F2DF;*/
	background-color: white;
}

.displaytable th, .displaytable td {
	padding: 3px 6px;
	/*border: 1px solid #666666;*/
}

.displaytable th {
/*	background-color: #EEEEEE;
	border: 1px solid #666666;	*/
	border-bottom: 4px double #666666;
}

.displaytable th.sortable {
    cursor: pointer;	
}

/* ************************* */
/* Listing
/* ************************* */  

.listingtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.apply, .applyemail {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.applyemail {
	border: 1px solid black;
	padding: 5px 10px;
}

.apply a, .apply a:link, .apply a:visited{
	padding: 5px 20px 5px 20px;
	background: #983D3A;
	border: 1px #D45951 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.apply a:hover {
	text-decoration: none;
	border: 1px #575C5F solid;	
	background: #4C4D51;
}

/* ************************* */
/* Application / Questions
/* ************************* */  

.question {
    margin-left: 20px;
    margin-bottom: 10px;
}

.answer {
    margin-top: 6px;
    margin-left: 30px;
}

.qtable {
	width:100%;
}
.qtable td {
}

.qtable_q {
	padding: 4px;
	width:50%;
	text-align:right;
}

.qtable_h1 {
	text-align:center; 
	background-color:#666; 
	font-weight:bold;
	color: white;
}

/* ************************* */
/* Tables
/* ************************* */  

.formtable td, .formtable th {
    border: none;
    padding-bottom: 4px;
}

.formtable th {
    text-align: right;
	padding-top: 3px;
    padding-right: 12px;
    font-weight: normal;
    background-color: transparent;
    border-bottom-width: 0px;
	white-space: nowrap;
}

.formtable div.sectionhead {
	border-bottom: 1px solid #444444;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 3px 3px 0px 3px;
	background-color: #F0F0F8;
}

.formtable .fieldinfo {
	font-style: italic;
	color: #666666;
}

.formtable td.noinput {
	padding-top: 3px;
}

.sectionhead {
	border-bottom: 1px solid #444444;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 3px 3px 0px 3px;
	background-color: #F0F0F8;
}

.sectioninstruction {
	margin-bottom: 12px;
}

.errormsg {
	background-color: #ffbbbb;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.successmsg {
	background-color: #e9ffd3;
	padding: 4px 8px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.showtable th {
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
	font-weight: normal;
	color: #666666;
}

.showtable th, .showtable td {
	padding-bottom: 2px;
}

/* ************************* */
/* Email Thread Styles
/* ************************* */  

.msgtable th {
	text-align: left;
	font-weight: normal;
}

.msgtable {
	text-align: left;
}

.msgsubject {
}

.msgbodytd {
	border: 1px solid #888888;
	padding: 3px 6px;
	background-color: #FCF8F8;
}

.msgbody {
	width: 500px;
}

.msgactions {
	padding-left: 5px;
}

.msgsubject {
	margin-bottom: 10px;
	font-weight: bold;
}

.msgfrom, .msgdate, .replyfrom {
	margin-right: 10px;
	text-align: right;
}

.replysubmit {
	margin-top: 10px;
}

.vspacer {
	height: 10px;
}

.replyconfirm {
	font-weight: bold;
	font-style: italic;
}

/* ************************* */
/* Application Styles
/* ************************* */  

div.app_name {
	font-size: 18px;
}

div.jobdetail {
	padding: 3px 6px;
	border: 1px solid #666666;
	background-color: #F2F2F2;
	font-size: 12px;
}

#ascontainer a{
    color: #0366d6;
    text-decoration: underline;
}

/* ************************* */
/* Button Styles
/* ************************* */  

.buttons {
	display: inline;
}

.buttons a, .buttons button{
    margin:0 7px 0 0;
    border:1px solid #222;
    border-top:1px solid #bbb;
    border-left:1px solid #bbb;
    font-size:100%;
    line-height:120%;
    text-decoration:none !important;
    color:white !important;
    cursor:pointer;
    padding:2px 12px 3px 9px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 12px 0px 9px; /* IE6 */
}
.buttons button[type]{
    padding:2px 12px 2px 9px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 12px 0px 9px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons button, .buttons a {
	background-color: #983D3A;
}

.buttons button:hover, .buttons a:hover {
	background-color: #4C4D51;
}

/* ************************* */
/* Date Chooser Styles
/* ************************* */  

.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
.calendar .selectedday { background: #ddd; }
.calendar .today { font-weight: bold; color: #f00; }
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
.calendar a:hover { background: #bbb; }
.calendar table { border-collapse: collapse; font-size: 90%; }
.calendar tbody td { width: 20px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #aaa; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 95%; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
.calendaricon { cursor: pointer; }
.calendarlink, .calendaricon { margin: 0 3px; }</pre></body></html>