.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 10px;
	list-style: none;
}

.nav-link {
	display: block;
}

.nav-item {
	padding: 6px 12px;
	border: 1px solid #888;
	background-color: #FFF;
	text-align: center;
	background-image: none;
	margin-left: -1px;
}

.nav-item:hover {
	background-color: #DDD;
	cursor: pointer;
}

a.nav-link,
a.nav-link:link,
a.nav-link:visited,
a.nav-link:active {
	color: #000;
	text-decoration: none;
}

#itemMenu .disabled .nav-link,
#itemMenu .disabled .nav-link:link,
#itemMenu .disabled .nav-link:visited,
#itemMenu .disabled .nav-link:active {
	color: #888;
}

#itemMenu .disabled {
	background-color: #DDD;
	display: none;
}

#itemMenu .disabled:hover {
	cursor: not-allowed;
}

.usernameinuse {
	width: 15em;
	float: left;
	margin-left: 10px;
	color: #8B0000;
}

a.offsite:link,
.offsite {
	padding-right: 12px;
	background: transparent url("../images/aoutside.gif") no-repeat 100%;
	white-space: nowrap;
}

/*
LEGAL
=====
CSS Based on Mollio CSS/HTML Templates
Original CSS & Copyright: Daemon Pty Limited 1995-2006, http://www.daemon.com.au & http://www.mollio.org/
License: Released Under the "Common Public License 1.0", http://www.opensource.org/licenses/cpl.php
Version: 010306
*/

/* Styles for ZeroClipboard buttons */

#d_clip_button {
	text-align: center;
	background-color: #fff;
	vertical-align: -20%;
	display: inline;
}

#d_clip_button.zeroclipboard-is-hover {
	background-color: #eee;
}

#d_clip_button.zeroclipboard-is-active {
	background-color: #aaa;
}

/* THE BIG GUYS */

* {
	margin: 0;
	padding: 0
}

/* LINKS */

a,
a:link,
a:link,
a:link {
	background: transparent;
	text-decoration: none;
	color: #0366d6;
	cursor: pointer
}

a:link,
a:visited {
	color: #0366d6;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* FORMS */

input {
	margin: 2px 0
}

fieldset {
	border: none
}

label {
	display: block;
	padding: 5px 0;
}

label br {
	clear: left
}

/* FORMS - general classes */

input.f-submit,
button.f-submit,
button,
[type='button'],
[type='reset'],
[type='submit'],
.links a {
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cfd8dc;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	background-color: #eceff1;
	text-align: center;
	letter-spacing: .5px;
	border-radius: 2px;
	padding: 0 16px;
	text-transform: uppercase;
}

.links a:nth-of-type(1) {
	background-color: #0366d6;
	border-color: #0d47a1;
	color: #fff;
}

.links a:nth-of-type(1):hover {
	background-color: #003c8f;
	color: #fff;
}

.links a:nth-of-type(2) {
	background-color: #fff;
}

button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
.links a:hover {
	background: #fff8e1;
	color: #000;
}

input[type='text'],
select,
textarea {
	background-color: rgba(255, 255, 255, 0.9);
	width: auto;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #cfd8dc;
	border-radius: 2px;
}

select {
	height: 36px;
}

input[type="text"],
textarea {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

[for="ItemInfo5"] select,
[for="PickupLocation"] select {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.supply-method {
	padding: 0;
	margin-bottom: 1em;
}

.supply-method legend {
	padding-top: 5px;
	margin: 0;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */

form.f-wrap-1 {
	width: 100%;
	padding: .5em 0;
	background: #eceff1;
	border-top: 1px solid #cfd8dc;
	position: relative
}

form.f-wrap-1 fieldset {
	width: auto;
	margin: 0 1em
}

form.f-wrap-1 h3 {
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #c00
}

form.f-wrap-1 label {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff
}

/* hide from IE mac \*/

form.f-wrap-1 label {
	float: none
}

/* end hiding from IE5 mac */

form.f-wrap-1 label input,
form.f-wrap-1 label select {
	width: 15em;
	float: left;
	margin-left: 10px
}

form.f-wrap-1 label textarea,
#cke_message {
	width: 80%;
	float: left;
	margin-left: 10px
}

form.f-wrap-1 label strong {
	float: left;
	width: 8em;
	display: block;
	position: relative
}

form.f-wrap-1 label strong .req {
	color: #c00;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	left: -.4em;
	width: .3em;
	height: .3em
}

form.f-wrap-1 div.req {
	color: #666;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right
}

form.f-wrap-1 div.req strong {
	color: #c00;
}

form.f-wrap-1 label select {
	width: 15.5em
}

form.f-wrap-1 label textarea.f-comments {
	width: 20em
}

form.f-wrap-1 div.f-submit-wrap {
	padding: 5px 0 5px 8em;
	clear: left;
}

form.f-wrap-1 input.f-submit {
	margin: 0 0 0 10px
}

form.f-wrap-1 fieldset.f-checkbox-wrap,
form.f-wrap-1 fieldset.f-radio-wrap {
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em
}

form.f-wrap-1 fieldset.f-checkbox-wrap strong,
form.f-wrap-1 fieldset.f-radio-wrap strong {
	float: left;
	width: 8em;
	display: block;
	position: relative;
	padding-top: .3em
}

form.f-wrap-1 fieldset.f-checkbox-wrap fieldset,
form.f-wrap-1 fieldset.f-radio-wrap fieldset {
	float: left;
	width: 13em;
	margin: 3px 0 0 10px
}

form.f-wrap-1 fieldset.f-checkbox-wrap label,
form.f-wrap-1 fieldset.f-radio-wrap label {
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px
}

form.f-wrap-1 label input.f-checkbox,
form.f-wrap-1 label input.f-radio {
	width: auto;
	float: none;
	margin: 0;
	padding: 0
}

form.f-wrap-1 label span.errormsg {
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(../images/errormsg_bg.gif) no-repeat 0 0
}

form.f-wrap-1 label span.errormsg strong {
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
}

/* FORMS - f-wrap-2 - simple form, headings on top, form elements on bottom */

form.f-wrap-2 {
	width: 100%;
	padding: .5em 0;
	background: #eceff1;
	border-top: 1px solid #cfd8dc;
	position: relative
}

form.f-wrap-2 fieldset {
	width: auto;
	margin: 0 1em
}

form.f-wrap-2 h3 {
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #c00
}

form.f-wrap-2 label {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff
}

/* hide from IE mac \*/

form.f-wrap-2 label {
	float: none
}

/* end hiding from IE5 mac */

form.f-wrap-2 label input,
form.f-wrap-2 label textarea,
form.f-wrap-2 label select {
	float: left;
	margin-left: 10px
}

form.f-wrap-2 label strong {
	float: left;
	display: block;
	position: relative
}

form.f-wrap-2 label strong .req {
	color: #c00;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	left: -.4em;
	width: .3em;
	height: .3em
}

form.f-wrap-2 div.req {
	color: #666;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right
}

form.f-wrap-2 div.req strong {
	color: #c00;
}

form.f-wrap-2 label select {
	width: 15.5em
}

form.f-wrap-2 label textarea.f-comments {
	width: 20em
}

form.f-wrap-2 div.f-submit-wrap {
	padding: 5px 0 5px 8em
}

form.f-wrap-2 input.f-submit {
	margin: 0 0 0 10px
}

form.f-wrap-2 fieldset.f-checkbox-wrap,
form.f-wrap-2 fieldset.f-radio-wrap {
	clear: left;
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em
}

form.f-wrap-2 fieldset.f-checkbox-wrap strong,
form.f-wrap-2 fieldset.f-radio-wrap strong {
	float: left;
	width: 8em;
	display: block;
	position: relative;
	padding-top: .3em
}

form.f-wrap-2 fieldset.f-checkbox-wrap fieldset,
form.f-wrap-2 fieldset.f-radio-wrap fieldset {
	float: left;
	margin: 3px 0 0 10px
}

form.f-wrap-2 fieldset.f-checkbox-wrap label,
form.f-wrap-2 fieldset.f-radio-wrap label {
	float: left;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px
}

form.f-wrap-2 label input.f-checkbox,
form.f-wrap-2 label input.f-radio {
	width: auto;
	float: none;
	margin: 0;
	padding: 0
}

form.f-wrap-2 label span.errormsg {
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(../images/errormsg_bg.gif) no-repeat 0 0
}

form.f-wrap-2 label span.errormsg strong {
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
}

/* FORMS - f-wrap-request - simple form, headings on left, form elements on right */

form.f-wrap-request {
	width: 100%;
	padding: .5em 0;
	position: relative
}

form.f-wrap-request h3 {
	margin: 0 0 .6em;
	color: #c00
}

form.f-wrap-request h2,
fieldset legend {
	margin: 0;
	color: #000
}

form.f-wrap-request label {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff
}

/* hide from IE mac \*/

form.f-wrap-request label {
	float: none
}

/* end hiding from IE5 mac */

form.f-wrap-request label input,
form.f-wrap-request label textarea,
form.f-wrap-request label select {
	width: 35%;
	float: left;
	margin-left: 10px
}

form.f-wrap-request label strong {
	float: left;
	width: 60%;
	display: block;
	position: relative
}

form .note {
	color: #37474f;
	font-size: .8rem;
	font-weight: normal;
	display: block;
}

form.f-wrap-request label strong .req {
	color: #c00;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	left: -.4em;
	width: .3em;
	height: .3em
}

div.req {
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right
}

form {
	position: relative;
}

form h2 {
	margin-top: 0;
}

.req {
	color: #c00;
}

form.f-wrap-request label select {
	width: 15.5em
}

form.f-wrap-request label textarea.f-comments {
	width: 20em
}

form.f-wrap-request div.f-submit-wrap {
	padding: 5px 0 5px 8em
}

form.f-wrap-request input.f-submit,
button.f-submit {
	margin: 0 0 0 10px
}

form.f-wrap-request fieldset.f-checkbox-wrap,
form.f-wrap-request fieldset.f-radio-wrap {
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em
}

form.f-wrap-request fieldset.f-checkbox-wrap strong,
form.f-wrap-request fieldset.f-radio-wrap strong {
	float: left;
	width: 8em;
	display: block;
	position: relative;
	padding-top: .3em
}

form.f-wrap-request fieldset.f-checkbox-wrap fieldset,
form.f-wrap-request fieldset.f-radio-wrap fieldset {
	float: left;
	width: 13em;
	margin: 3px 0 0 10px
}

form.f-wrap-request fieldset.f-checkbox-wrap label,
form.f-wrap-request fieldset.f-radio-wrap label {
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px
}

form.f-wrap-request label input.f-checkbox,
form.f-wrap-request label input.f-radio {
	width: auto;
	float: none;
	margin: 0;
	padding: 0
}

form.f-wrap-request label span.errormsg {
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(../images/errormsg_bg.gif) no-repeat 0 0
}

form.f-wrap-request label span.errormsg strong {
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
}

/* FORMS - f-wrap-detail - simple form, headings on left, form elements on right */

form.f-wrap-detail {
	width: 100%;
	padding: .5em 0;
	background: #eceff1;
	border-top: 1px solid #cfd8dc;
	position: relative
}

form.f-wrap-detail fieldset {
	width: auto;
	margin: 0 1em
}

form.f-wrap-detail h3 {
	margin: 0 0 .6em;
	font: bold arial;
	color: #c00
}

form.f-wrap-detail h2,
fieldset legend {
	margin: .6em 0 .6em;
	font: bold arial;
	color: #000066
}

form.f-wrap-detail label {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff
}

/* hide from IE mac \*/

form.f-wrap-detail label {
	float: none
}

/* end hiding from IE5 mac */

form.f-wrap-detail label input,
form.f-wrap-detail label textarea,
form.f-wrap-detail label select {
	width: 35%;
	float: left;
	margin-left: 10px
}

form.f-wrap-detail label strong {
	float: left;
	width: 60%;
	display: block;
	position: relative
}

form.f-wrap-detail label strong .req {
	color: #c00;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	left: -.4em;
	width: .3em;
	height: .3em
}

form.f-wrap-detail div.req {
	color: #666;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right
}

form.f-wrap-detail div.req strong {
	color: #c00;
}

form.f-wrap-detail label select {
	width: 15.5em
}

form.f-wrap-detail label textarea.f-comments {
	width: 20em
}

form.f-wrap-detail div.f-submit-wrap {
	padding: 5px 0 5px 8em
}

form.f-wrap-detail input.f-submit {
	margin: 0 0 0 10px
}

form.f-wrap-detail fieldset.f-checkbox-wrap,
form.f-wrap-detail fieldset.f-radio-wrap {
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em
}

form.f-wrap-detail fieldset.f-checkbox-wrap strong,
form.f-wrap-detail fieldset.f-radio-wrap strong {
	float: left;
	width: 8em;
	display: block;
	position: relative;
	padding-top: .3em
}

form.f-wrap-detail fieldset.f-checkbox-wrap fieldset,
form.f-wrap-detail fieldset.f-radio-wrap fieldset {
	float: left;
	width: 13em;
	margin: 3px 0 0 10px
}

form.f-wrap-detail fieldset.f-checkbox-wrap label,
form.f-wrap-detail fieldset.f-radio-wrap label {
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px
}

form.f-wrap-detail label input.f-checkbox,
form.f-wrap-detail label input.f-radio {
	width: auto;
	float: none;
	margin: 0;
	padding: 0
}

form.f-wrap-detail label span.errormsg {
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(../images/errormsg_bg.gif) no-repeat 0 0
}

form.f-wrap-detail label span.errormsg strong {
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
}

/* TYPOGRAPHY */

p,
ul,
ol {
	margin: 0 0 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6,
fieldset legend {
	margin: 1.2em 0 .3em;
	color: #000;
	padding-bottom: .1em
}

.highlight {
	color: #E17000
}

.subdued {
	color: #555
}

.error {
	color: #c00;
	font-weight: bold
}

.success {
	color: #206000;
	font-weight: bold
}

.caption {
	color: #555;
}

.date {
	font: bold 82% arial;
	color: #bbb;
	display: block;
}

.disabledText {
	color: #555
}

.links .disabledText {
	display: none;
}

.links .call-number {
	margin-bottom: 1em;
}

/* LISTS */

ul {
	margin: .3em 0 1.5em 0;
	list-style-type: none
}

ul.related {
	margin-top: -1em
}

ol {
	margin: .5em .5em 1.5em
}

ol li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: decimal
}

li {
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
}

li.doc {
	background-position: 3px -500px
}

ul.nomarker li {
	background: none;
	padding-left: 0
}

dl {
	margin: 0 0 1em 0
}

dt {
	font-weight: bold;
	margin-top: 1.3em
}

dl dl {
	margin: 0 0 1.5em 30px
}

/* GENERAL */

img {
	border: none;
	height: auto;
	width: 22px;
}

hr {
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both
}

.clear {
	clear: both;
	position: relative;
	height: 0px;
}

/* LAYOUT - HEADER */

#header {
	background-color: #efefef;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 5px solid #000066;
	border-bottom: 5px solid #000066;
	margin: 0 0 25px;
	padding: 6px 0 0 2px
}

#header #site-name {
	margin: 0px 0 0 40px;
	padding: 3px;
	color: #000066;
	border: none
}

#header #title-name {
	margin: 0px 0 0 40px;
	padding: 3px;
	color: #000066;
	border: none
}

#header #title-name a {
	text-decoration: none;
	border: none
}

#header #user-name {
	margin: 0px 0 0 0;
	padding: 3px;
	color: #333333;
	border: none
}

/* NAV - top horizontal nav */

#nav,
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#nav {
	font-weight: bold;
	height: 2.5em;
	font: bold 125% arial;
	margin: 0 105px 0 20px
}

#nav li {
	position: relative;
	background: #FFFFFF;
	float: left;
	width: auto;
	display: block;
	margin: 0;
	border-bottom: 0px solid #666;
	background: url("../images/atlasbox.gif") no-repeat 100%;
	border-right: 0px solid #252525;
	padding: 0 2px 2px 0
}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #002c5f;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px 1px 1px 0px;
	border-color: #043767;
	display: block;
	padding: 4px 10px 2px
}

#nav a:hover {
	color: #3088BD
}

#nav li ul {
	border-left: 1px solid #000066;
	background: #efefef url("../images/featurebox_bg.gif") no-repeat 100% 100%;
	width: 18.8em;
	margin-top: 0px;
	position: absolute;
	font-weight: normal;
	left: -999em
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 10px;
	z-index: 99999
}

#nav li li {
	background: none;
	float: none;
	border: none;
	border: 1px solid #999;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
	padding-left: 0px
}

#nav li li.last {
	border-bottom: none
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited,
#nav li li a:hover {
	color: #002c5f;
	padding: 3px 10px 2px;
	width: 17em
}

#nav li li a:hover {
	color: #3088BD;
	font-weight: bold;
}

#nav li.active {
	background: #333399;
	border-bottom: 3px solid #333399
}

#nav li.active ul {
	border: none;
	background: #c00 url("../images/featurebox2_bg.gif") no-repeat 100% 100%
}

#nav li.active a:hover {
	color: #333FFF;
	font-weight: bold;
}

#nav li.active li {
	border: none;
	border-top: 1px solid #c15c5c;
	border-bottom: 1px solid #870000
}

#nav li.active li.last {
	border-bottom: none
}

#nav li.active li a:link,
#nav li.active li a:visited,
#nav li.active li a:hover,
#nav li.active li a:active {
	color: #fff
}

#nav li.active li a:hover {
	background: #666 url("../images/sprites.gif") repeat-x 0 99%;
	color: #333FFF;
	font-weight: bold;
}

#nav li.active li.active a:link,
#nav li.active li.active a:visited,
#nav li.active li.active a:hover,
#nav li.active li.active a:active {
	color: #fff;
	font-weight: bold;
	background: #666 url("../images/sprites.gif") repeat-x 0 99%
}

/* hide from IE mac */

#nav li {
	width: auto
}

/* end hiding from IE5 mac */

/* SEARCH */

#search {
	color: #000066;
	font-weight: bold;
	position: absolute;
	top: 35px;
	right: 10px
}

#search form {
	margin: 0
}

#search input.f-criteria {
	width: 8em;
	margin: 0 0 -1px;
	height: 1.6em
}

#search label {
	padding: 5px 0 0;
	display: inline
}

#search input.f-submit {
	width: auto;
	margin: 0 0 -.15em;
	height: 1.95em
}

#search #searchType input {
	margin: 0 0 -0.4em;
	height: 1.2em
}

#search #searchType label {
	font-weight: normal;
	padding: 0px 0 0 5px
}

/* POWERED BY - mollio logo in this case */

#poweredby {
	width: 96px;
	height: 63px;
	position: absolute;
	top: -102px;
	right: 0
}

#skip-to-content {
	text-align: center
}

/* LAYOUT - main body of page */

#wrap {
	min-width: 770px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}

#content-wrap {
	position: relative;
	width: 100%
}

#utility {
	position: absolute;
	top: 0;
	left: 25px;
	width: 165px;
	border-top: 0px solid #999;
	padding-bottom: 40px
}

#sidebar {
	position: absolute;
	top: 0;
	right: 25px;
	width: 20%;
	border-top: 5px solid #999;
	padding-top: 1px;
	padding-bottom: 40px
}

#content {
	margin: 0 50px
}

#content #breadcrumb {
	margin-top: -5px;
	font-weight: bold
}

#content #breadcrumb a:link,
#content #breadcrumb a:visited {
	text-decoration: none
}

#content #breadcrumb a:hover,
#content #breadcrumb a:active {
	text-decoration: underline
}

.featurebox {
	color: #333;
	padding: 15px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1 url("../images/featurebox_bg.gif") no-repeat 100% 100%
}

.featurebox p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.featurebox p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.featurebox a {
	font-weight: bold
}

.alertNone {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1
}

.alertNone p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.alertNone p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.alertNone a {
	font-weight: bold
}

.alertSystem {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1
}

.alertSystem p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.alertSystem p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.alertSystem a {
	font-weight: bold
}

.alertUser {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1
}

.alertUser p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.alertUser p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.alertUser a {
	font-weight: bold
}

.alertStatus {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1
}

.alertStatus p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.alertStatus p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.alertStatus a {
	font-weight: bold
}

.alertDeliveryLocation {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	margin: 0 0 1.5em;
	background: #eceff1
}

.alertDeliveryLocation p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

.alertDeliveryLocation p {
	border: none;
	margin: 0 0 0.5em;
	color: #444
}

.alertDeliveryLocation a {
	font-weight: bold
}

.thumbnail {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 9999;
	border: 1px solid #eee;
	float: right;
	width: 100px;
	padding: 5px;
	background: #fff
}

.thumbnail img {
	border: 1px solid #000
}

.pagination {
	background: #f2f2f2;
	color: #666;
	padding: 4px 2px 4px 7px;
	border: 1px solid #ddd;
	margin: 0 0 1.5em
}

.pagination p {
	position: relative;
	text-align: right
}

.pagination p a:link,
.pagination p a:visited,
.pagination p a:hover,
.pagination p a:active {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc
}

.pagination p a:hover {
	background: #c00;
	color: #fff
}

.pagination p span {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #ccc
}

.pagination * {
	margin: 0
}

.pagination h4 {
	margin-top: -1.45em;
	padding: 0;
	border: none
}

#resultslist-wrap {
	margin: 0 0 1.5em;
}

#resultslist-wrap dt,
#resultslist-wrap dl {
	margin: 0
}

#resultslist-wrap dt {
	font: bold 85% arial;
	padding: 3px 0
}

#resultslist-wrap li {
	padding: 0 0 1em;
	margin: 0 0 0 1.2em;
	font: bold 145% arial
}

#resultslist-wrap li dd {
	font: normal 73% arial
}

#resultslist-wrap li dl {
	margin: 0
}

#resultslist-wrap dd.filetype,
#resultslist-wrap dd.date {
	color: #999;
	display: inline;
	padding-right: .5em
}

#transactionMenu {
	border-top: 5px solid #999;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
	width: 100%
}

#transactionMenu a:link,
#transactionMenu a:visited {
	color: #c00;
	font-weight: bold;
	padding: .3em
}

#transactionMenu a:hover,
#transactionMenu a:active {
	background-color: #efefef
}

#transactionMenu .separator {
	color: #ccc;
	margin-left: 5px;
	margin-right: 5px
}

#transactionMenu .noActionMessage {
	color: #999;
	font-weight: normal;
	padding: .3em
}

/* TABLES */

.table1 {
	border: 2px solid #900;
	border-collapse: collapse;
	width: 100%
}

.table1 td {
	background: #fff url("../images/sprites.gif") repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #fff
}

.table1 th {
	text-align: left;
	border: 1px solid #fff
}

.table1 thead th {
	color: #CC3300;
	padding: 10px 6px
}

.table1 tbody th {
	color: #fff;
	background: #88b8db url("../images/sprites.gif") repeat-x 0 -1400px;
	padding: 6px
}

.table1 tbody th.sub {
	color: #000;
	background: #efefef url("../images/sprites.gif") repeat-x 0 -1500px;
	padding: 6px
}

/* TABLES - calendar */

.calendar {
	width: 200px;
}

.calendar td {
	text-align: center;
	border: 1px solid #ddd
}

.calendar th {
	text-align: center
}

.calendar thead th {
	padding: 3px 2px
}

.calendar tbody th {
	padding: 2px
}

.calendar tbody th.sub {
	padding: 2px
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */

a.morelink:link,
a.morelink:visited,
a.morelink:hover,
a.morelink:active {
	background: transparent url("../images/sprites.gif") no-repeat 5px -500px;
	padding-left: 21px
}

a.morelink:hover {
	background: transparent url("../images/sprites.gif") 5px -400px
}

.morelink span {
	position: absolute;
	left: -9999px;
	width: 900px
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */

ol.code {
	font-family: monospace;
	position: relative
}

ol.code li {
	color: #666;
	margin-bottom: 1px
}

ol.code code {
	color: #000;
	display: block
}

ol.code .cmt {
	color: #4077d2
}

li.tab0 code {
	padding-left: 4em
}

li.tab1 code {
	padding-left: 8em
}

li.tab2 code {
	padding-left: 12em
}

li.tab3 code {
	padding-left: 16em
}

li.tab4 code {
	padding-left: 20em
}

li.tab5 code {
	padding-left: 24em
}

ol.code li {
	background: #f3f3f3 url("../images/td_bg.gif") no-repeat 100% 100%
}

p.note {
	margin: 1em 0;
	border: 1px solid #cfd8dc;
	background: #eceff1;
	padding: 1em
}

/* LAYOUT TYPE B */

#type-b #content-wrap {
	background: transparent url("../images/content_wrap_bg.gif") repeat-y 30px 0
}

#type-b #content {
	margin: 0 23px 0 235px
}

/* LAYOUT TYPE C */

#type-c #content-wrap {
	background: transparent url("../images/content_wrap_bg.gif") repeat-y 30px 0
}

#type-c #content {
	margin: 0 25% 0 235px
}

/* LAYOUT TYPE D */

#type-d #content {
	margin: 0 25% 0 50px
}

/* LAYOUT TYPE E */

#type-e #content-wrap {
	background: transparent url("../images/content_wrap_e_bg.gif") repeat-y 100% 0
}

#type-e #utility {
	position: absolute;
	top: 0;
	left: auto;
	right: 25px;
	width: 165px;
	border-top: 5px solid #999
}

#type-e #content {
	margin: 0 243px 0 50px
}

/* SECONDARY NAVIGATION - vertical navigation */

#nav-secondary,
#nav-secondary ul {
	position: static
}

#nav-secondary,
#nav-secondary li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-secondary a,
#nav-secondary .nav-section {
	padding: 5px 0 5px 23px;
	background: #fff url("../images/sprites.gif") no-repeat 10px -695px;
	font: bold 96% arial;
	display: block
}

#nav-secondary a,
#nav-secondary a:link,
#nav-secondary a:visited,
#nav-secondary a:hover,
#nav-secondary a:active {
	text-decoration: none;
	cursor: pointer
}

#nav-secondary a:link {
	color: #000
}

#nav-secondary a:visited {
	color: #000
}

#nav-secondary a:hover {
	color: #c00;
	background: #fee url("../images/sprites.gif") no-repeat 10px -695px
}

#nav-secondary li.active a:link,
#nav-secondary li.active a:visited,
#nav-secondary li.active a:hover,
#nav-secondary li.active a:active,
#nav-secondary li.active .nav-section {
	color: #c00
}

#nav-secondary li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc
}

#nav-secondary .button-style {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold;
	color: #FFF;
	background: #A03000;
	text-decoration: none;
	margin: 0;
}

/* SECONDARY NAVIGATION - 2nd TIER */

#nav-secondary ul {
	margin: 0 0 1em 23px;
	padding: 0
}

#nav-secondary li.active li a,
#nav-secondary li.active li a:link,
#nav-secondary li.active li a:visited {
	background: #fff url("../images/sprites.gif") no-repeat 0 -798px;
	padding: 0 0 0 12px;
	font-weight: normal;
	width: auto;
	color: #000;
	width: 130px;
	display: block
}

#nav-secondary li.active li a:hover,
#nav-secondary li.active li a:active {
	color: #c00
}

#nav-secondary li.active li {
	border: none;
	margin: 0
}

#nav-secondary li.active li.active a:link,
#nav-secondary li.active li.active a:visited,
#nav-secondary li.active li.active a:hover,
#nav-secondary li.active li.active a:active {
	font-weight: bold
}

/* SECONDARY NAVIGATION - 3rd TIER */

#nav-secondary ul ul {
	margin: 0 0 1em 13px;
	padding: 0
}

#nav-secondary li.active li.active li a,
#nav-secondary li.active li.active li a:link,
#nav-secondary li.active li.active li a:visited {
	width: 117px
}

#nav-secondary li.active li.active li a:link,
#nav-secondary li.active li.active li a:visited,
#nav-secondary li.active li.active li a:hover,
#nav-secondary li.active li.active li a:active {
	font-weight: normal
}

#nav-secondary li.active li.active li.active a:link,
#nav-secondary li.active li.active li.active a:visited,
#nav-secondary li.active li.active li.active a:hover,
#nav-secondary li.active li.active li.active a:active {
	font-weight: bold
}

/* SECONDARY NAVIGATION - 4th TIER */

#nav-secondary ul ul ul {
	margin: 0 0 1em 13px;
	padding: 0
}

#nav-secondary li.active li.active li.active li a,
#nav-secondary li.active li.active li.active li a:link,
#nav-secondary li.active li.active li.active li a:visited {
	width: 104px
}

#nav-secondary li.active li.active li.active li a:link,
#nav-secondary li.active li.active li.active li a:visited,
#nav-secondary li.active li.active li.active li a:hover,
#nav-secondary li.active li.active li.active li a:active {
	font-weight: normal
}

#nav-secondary li.active li.active li.active li.active a:link,
#nav-secondary li.active li.active li.active li.active a:visited,
#nav-secondary li.active li.active li.active li.active a:hover,
#nav-secondary li.active li.active li.active li.active a:active {
	font-weight: bold
}

/* LAYOUT - FOOTER */

#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 30px;
	color: #555;
	font-size: 11px;
	text-align: left;
}

#footer p {
	margin: 0
}

#footer a:link {
	color: #555
}

/* DEFAULT TABLE */

.table1 {
	border: 2px solid #900;
	border-collapse: collapse;
	width: 100%
}

.table1 td {
	background: #fff url("../images/sprites.gif") repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #fff
}

.table1 th {
	text-align: left;
	border: 1px solid #fff
}

.table1 thead th {
	color: #CC3300;
	padding: 10px 6px
}

.table1 tbody th {
	color: #fff;
	background: #88b8db url("../images/sprites.gif") repeat-x 0 -1400px;
	padding: 6px
}

.table1 tbody th.sub {
	color: #000;
	background: #efefef url("../images/sprites.gif") repeat-x 0 -1500px;
	padding: 6px
}

.default-table {
	width: 100%
}

.default-table table {
	border-collapse: collapse !important;
	border: 1px solid #000066;
	margin-bottom: 20px !important;
}

.default-table tbody td,
th {
	vertical-align: top;
}

.default-table thead tr {
	background: #efefef;
	color: #000;
}

.default-table thead tr.row-header {
	background: #000066;
	color: #fff;
}

.default-table thead tr.row-headings {
	border-bottom: 1px solid #000066;
}

.default-table thead th {
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
}

.default-table tbody th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.default-table tbody tr.row-odd th {
	background: #efefef;
}

.default-table tbody tr.row-odd {
	background: #efefef;
}

/* .default-table tbody tr.row-hover {
	background: #fff8e1;
} */

.default-table tbody tr th {
	background: #ffffff;
}

.default-table tbody tr {
	background: #ffffff;
}

.default-table tfoot th,
tfoot td {
	border-top: 1px solid #000066;
	text-align: left;
	color: #000;
}

.default-table tfoot th {
	text-transform: uppercase;
	border: none;
}

.default-table tfoot td {
	padding: 10px 0 10px 10px;
}

.default-table a {
	text-decoration: underline;
}

/* INSTRUCTOR TABLE */

.instructor-table,
.instructor-table-nohover {
	width: 100%
}

.instructor-table table,
.instructor-table-nohover table {
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
}

.instructor-table tbody td,
th,
.instructor-table-nohover tbody td,
th {
	vertical-align: top;
}

.instructor-table thead tr,
.instructor-table-nohover thead tr {
	background: #eceff1;
	color: #000;
}

.instructor-table thead tr.row-header,
.instructor-table-nohover thead tr.row-header {
	background: #000066;
	color: #fff;
}

.instructor-table thead tr.row-headings,
.instructor-table-nohover thead tr.row-headings {
	border-bottom: 1px solid #000066;
}

.instructor-table thead th,
.instructor-table-nohover thead th {
	text-align: left;
	font-weight: bold;
}

.instructor-table thead th a,
.instructor-table-nohover thead th a {
	text-decoration: underline;
	color: #000000;
}

.instructor-table tbody th,
.instructor-table-nohover tbody th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.instructor-table tbody tr.row-odd th,
.instructor-table-nohover tbody tr.row-odd th {
	background: #eceff1;
}

.instructor-table tbody tr.row-odd,
.instructor-table-nohover tbody tr.row-odd {
	background: #eceff1;
}

.instructor-table tbody tr.row-hover,
.instructor-table tbody tr:hover {
	background: #fff8e1;
	cursor: pointer;
}

.instructor-table tbody tr th,
.instructor-table-nohover tbody tr th {
	background: #ffffff;
}

.instructor-table tbody tr,
.instructor-table-nohover tbody tr {
	background: #ffffff;
}

.instructor-table tfoot th,
tfoot td,
.instructor-table-nohover tfoot th,
tfoot td {
	border-top: 1px solid #000066;
	text-align: left;
	color: #000;
}

.instructor-table tfoot th,
.instructor-table-nohover tfoot th {
	text-transform: uppercase;
	border: 1px solid #000066;
}

.instructor-table tfoot td,
.instructor-table-nohover tfoot td {
	padding: 10px 0 10px 10px;
	border: 1px solid #000066;
}

.instructor-table a,
.instructor-table-nohover a {
	text-decoration: underline;
}

.reserve-restrictions {
	display: none;
}

.sort-options,
.batch-menu {
	padding-top: 1rem;
	margin-bottom: 1rem;
}

.sort-options {
	display: inline-block;
	width: 100%;
}

.EnableBatchEditing {
	float: right;
}

.batch-menu {
	display: block;
}

table caption {
	background: #263238;
	color: #fff;
	line-height: 32px;
	font-size: 24px;
	padding: .5rem 1rem;
	font-weight: 500;
	text-align: left;
}

/* INSTRUCTOR DIVS */

.course-information,
.item-information {
	margin: .5rem 0 1rem 0;
	width: 100%;
}

.course-title,
.item-title {
	display: block;
	line-height: 32px;
	font-size: 24px;
	font-weight: 500;
}

.item-details {
	display: block;
	font-size: 14px;
	font-style: italic;
}

.item-author {
	display: block;
	color: #37474f;
	font-size: 14px;
	margin-top: 1rem;
}

.small {
	font-size: .8rem;
}

.current-status {
	margin: 8px;
	background: #fff8e1;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 2px;
}

.current-status span {
	font-weight: bold;
}

.instructor .header {
	color: #fff;
	background: #000066;
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
	width: 99%;
}

.instructor .rowline {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000066;
	width: 99%;
}

.xlist-table {
	width: 100%
}

.xlist-table table {
	border-collapse: collapse !important;
	border: 1px solid #8B0000;
}

.xlist-table tbody td,
th {
	vertical-align: top;
}

.xlist-table thead tr {
	background: #FFF0F5;
	color: #000;
}

.xlist-table thead tr.row-header {
	background: #FFF0F5;
	color: #000;
}

.xlist-table thead tr.row-headings {
	border: 1px solid #8B0000;
}

.xlist-table thead th {
	border: 1px solid #8B0000;
	padding: 5px 5px;
	text-align: left;
	font-weight: bold;
}

.xlist-table thead th a {
	text-decoration: underline;
	color: #000000;
}

.xlist-table tbody th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.xlist-table tbody tr.row-odd th {
	background: #FFF0F5;
}

.xlist-table tbody tr.row-odd {
	background: #FFF0F5;
}

.xlist-table tbody tr th {
	background: #FFF0F5;
}

xlist-table tbody tr {
	background: #FFF0F5;
}

.xlist-table tfoot th,
tfoot td {
	border: 1px solid #8B0000;
	text-align: left;
	color: #000;
}

.xlist-table tfoot th {
	text-transform: uppercase;
	border: none;
}

.xlist-table tfoot td {
	padding: 10px 0 10px 10px;
}

.xlist-table a {
	text-decoration: underline;
}

/* STUDENT TABLE */

.student-table,
.student-table-nohover {
	width: 100%;
	padding-top: 1rem;
}

.student-table table,
.student-table-nohover table {
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
}

.student-table tbody td,
th,
.student-table-nohover tbody td,
th {
	vertical-align: top;
}

.student-table thead tr,
.student-table-nohover thead tr {
	background: #eceff1;
	color: #000;
}

.student-table thead tr.row-header,
.student-table-nohover thead tr.row-header {
	background: #000066;
	color: #fff;
}

.student-table thead tr.row-headings,
.student-table-nohover thead tr.row-headings,
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #d3d3d3;
}

.student-table thead th,
.student-table-nohover thead th {
	text-align: left;
	font-weight: bold;
}

.student-table thead th a,
.student-table-nohover thead th a {
	text-decoration: underline;
	color: #3300CC;
}

.student-table tbody th,
.student-table-nohover tbody th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.student-table tbody tr.row-odd th,
.student-table-nohover tbody tr.row-odd th {
	background: #eceff1;
}

.student-table tbody tr.row-odd,
.student-table-nohover tbody tr.row-odd {
	background: #eceff1;
}

.student-table tbody tr.row-hover,
.student-table tbody tr:hover {
	background: #fff8e1;
	cursor: pointer;
}

.student-table tbody tr th,
.student-table-nohover tbody tr th {
	background: #ffffff;
}

.student-table tbody tr,
.student-table-nohover tbody tr {
	background: #ffffff;
}

.student-table tfoot th,
tfoot td,
.student-table-nohover tfoot th,
tfoot td {
	border: 1px solid #000066;
	text-align: left;
	color: #000;
}

.student-table tfoot th,
.student-table-nohover tfoot th {
	text-transform: uppercase;
	border: 1px solid #000066;
}

.student-table tfoot td,
.student-table-nohover tfoot td {
	padding: 10px 0 10px 10px;
	border: 1px solid #000066;
}

.student-table a,
.student-table-nohover a {
	text-decoration: underline;
}

.student-table img {
	vertical-align: middle;
}

table thead th,
table tbody td,
table.dataTable thead th,
table.dataTable tbody td {
	padding: 1em;
}

.unread {
	font-size: .6rem;
	font-weight: 700;
	padding-right: 1em;
}

/* Student DIVS */

.student .header {
	background: #000066;
	color: #fff;
	padding-left: 5px;
	width: 100%;
}

.student .rowline {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000066;
	width: 100%;
}

#faq-toc li {
	font-weight: bold;
	padding-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
}

#faq-contents .faq-item {
	width: 100%;
	border-top: 5px solid #999;
	padding-top: 1px;
	padding-bottom: 10px
}

#faq-contents .faq-item-box {
	color: #333;
	padding: 0px 20px 20px;
	border-top: 1px solid #cfd8dc;
	background: #eceff1
}

#faq-contents .faq-item-box p,
.featurebox h1,
.featurebox h2,
.featurebox h3,
.featurebox h4,
.featurebox h5,
.featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #333399;
	color: #333399
}

#faq-contents .faq-item-box p {
	border: none;
	margin: 0 0 1em;
	color: #444
}

#faq-contents .faq-item-box a {
	font-weight: bold
}

#faq-contents li {
	font-weight: normal;
	padding-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
}

.ValidationError {
	font-weight: bold;
	color: #AC0000
}

/* Misc. Inline Styles Moved to CSS Ares 4.4.0.0 */

span.irf-menu-item-icon {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 20px;
}

span.item-icon {
	float: left;
	margin: 10px 10px 2px 5px;
	width: 20px;
	height: 100px;
}

span.item-title {
	font-weight: bold;
}

span.status-line {
	background-color: #E6F4FF;
}

div.item-text {
	margin-left: 25px;
}

div.view-edit-delete {
	margin: 2px 15px 2px 25px;
	padding: 3px;
	background-color: #E6E6FA;
	border: 1px solid #0000FF;
}

.float-left {
	float: left;
}

.hidden {
	display: none;
}

.offscreen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.item-import-course-details {
	display: flex;
	margin: 0;
	padding: 0;
}

.item-import-course-details span {
	width: 50%;
	float: left;
	border: 1px solid #263238;
	border-collapse: collapse !important;
}

.item-import-course-details div {
	padding-left: .5em;
}

.item-import-course-details .course-details-heading {
	background-color: #263238;
	color: #FFFFFF;
	font-weight: bold;
	padding: .5em;
}

#ImportItems input[type="text"] {
	display: inline-block;
	width: auto;
}
