.staff h1, h1.staff {
	padding-left: 5px;
	padding-top: 6px;
        background-color: #666666;
	height: 26px;
	margin: -1px -6px;
	font-size: 17px;
	color: #ffffff;
}

.staff h2, h2[name='staff'] {
	font-size: 17px;
	color: #666666;
}

.staff h2, h2.staff {
	font-size: 17px;
	color: #666666;
}

.staff h3, h3.staff {
    font-size: 15px;
    color: #666666;
}

.staff div.formButtonBar, div.formButtonBar[name='staff'] {
	padding: 3px;
	background-color: #666666;
	height: 30px;
	margin: -1px -6px;
	font-size: 22px;
	font-family: arial;
	color: #fff;
	text-align: right;
}

.staff div.formButtonBar, div.formButtonBar.staff {
	padding: 3px;
	background-color: #666666;
	height: 30px;
	margin: -1px -6px;
	font-size: 22px;
	font-family: arial;
	color: #fff;
	text-align: right;
}

.staff table.form th, table.form th[name='staff'] {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

table.form.staff td a {
    color: #039;
}

table.form.staff th {
    	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

table.formDataTable.staff tr:hover td {
    background-color: #AAA;
}

.staff tr.odd {
		background-color: #cccccc;
}

.staff tr.odd td.sorting_1,
.staff tr.odd td.sorting_2,
.staff tr.odd td.sorting_3,
.staff tr.odd td.sorting_4 {
		background-color: #afafaf;
}

.staff tr.even td.sorting_1,
.staff tr.even td.sorting_2,
.staff tr.even td.sorting_3,
.staff tr.even td.sorting_4 {
		background-color: #dedede;
}

// multiSelect.js container
.ms-container{
    background: transparent url('/themes/default/images/arrow.png') no-repeat 175px 83px;
}

.ms-container:after{
    content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
    background: #fff;
    border: 1px #ccc solid;
    float: left;
    border-radius: 4px;
}

.ms-selected{
    display:none;
}

.ms-container .ms-selectable{
    margin-right: 40px;
}

.ms-container ul{
    margin: 0;
    list-style-type: none;
}

.ms-container ul.ms-list{
    width: 170px;
    height: 200px;
    padding: 1px 0px;
    overflow-y: auto;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selected{
    border-bottom: 1px #eee solid;
    padding: 1px 10px;
    color: #555;
}

.ms-container .ms-selection li.ms-elem-selected{
    padding-left: 22px;
    color: #101010;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
    background-color: #eee;
    color: #aaa;
}

.ms-container .ms-optgroup-label{
    padding: 5px 0px 0px 20px;
    background: transparent url('/themes/default/images/plus.png') no-repeat 5px 10px;
    cursor: pointer;
    color: #999;
}

.ms-container .ms-optgroup-label.ms-collapse{
    background-image: url('/themes/default/images/minus.png');
}

.ms-container li.ms-elem-selectable:not(.disabled):hover,
.ms-container .ms-selection li:not(.disabled):hover{
    cursor: pointer;
    background-color: #eee;
    color: #000;
}

.ms-container .ms-selection li:not(.disabled):hover{
    background: #eee url('/themes/default/images/delete.png') no-repeat 3px 3px;
}
@media print {
	* {
		background-color: #fff;
	}
	html, body {
		height: auto;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #333 !important;
	}
	h1 {
		margin: 0 !important;
		border: solid 1px #999 !important;
		background-color: #fff !important;
	}
	h2 {
		margin-top: 10px;
		margin-bottom: 0;
	}
	input,
	select,
	textarea {
		font-size: 13px;
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	thead {
		display: table-header-group;
	}
	.contentWrapper {
		box-shadow: none;
	}
	#header {
		position: relative;
		text-align: center;
		height: 60px;
	}
	#headerLogo {
		position: relative;
		max-width: 920px;
		margin: 0 auto;
		padding: 5px 10px;
		left: 0;
		height: 50px;
	}
	#content {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		min-height: 0 !important;
	}
	#header .menuButton, #header .mobileMenu, .mobileHeaderSpacer, .programHeader, #subMenuButton, #navigationContainer,
	#filterDiv, button, .formButtonBar, #footer, .DataTables_sort_wrapper span, .ui-widget-header {
		display: none !important;
	}
	.formDataTable th, .formDataTable td {
		background: none;
		background-color: #fff !important;
		border: none;
		border-bottom: solid 1px #999;
	}
	.formDataTable th {
		border-top: solid 3px #999;
	}
	.ui-toolbar {
		border: none;
		border-bottom: solid 3px #999;
	}
	.dataTables_wrapper {
		margin-bottom: 0 !important;
	}
	.ui-corner-tl, .ui-corner-tr, .ui-corner-bl, .ui-corner-br {
		border-radius: 0 !important;
	}
	table.form th {
		color: #333 !important;
	}
}