@charset "UTF-8";
a img, iframe {
	border: none
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%
}
#middlecontent form.cmxform ul li span.content, #middlecontentNoMenu form.cmxform ul li span.content, #middlecontentWMIBS form.cmxform ul li span.content {
	font-size: 1em
}
dd, dl, dt, form.cmxform ul, li, ol {
	margin: 0;
	padding: 0
}
form.cmxform ol li {
	border-bottom: 1px solid #e0e0e0
}
#middlecontent form.cmxform ol ol.leave li, #middlecontentWMIBS form.cmxform ol ol.leave li {
	border-bottom: 1px solid #e0e0e0
}
form.cmxform, form.cmxform fieldset {
	margin: 0;
	padding: 0;
	border: none
}
legend {
	padding: 0;
	margin: 0
}
span.content {
	line-height: 1.8;
	vertical-align: top;
	display: inline-block
}
form.cmxform input, form.cmxform select, form.cmxform textarea {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit
}

/*RJ*/
/*form.cmxform input.submit {
	font-size: 1.4em;
	border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	overflow: visible
}*/
form.cmxform input.submit {
    font-size: 1.4em;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
}
form.cmxform input.submit:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    box-shadow: none;
}

/*RJ added to style logout button*/
form.cmxform input.submitlogout {
    font-size: 14px;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
}
form.cmxform input.submitlogout:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    box-shadow: none;
}


/*RJ*/
/*form.cmxform input.skip {
	font-size: 1.4em;
	border: 1px solid #828282;
	background: #fff url(/images/back_btn_backer.jpg) repeat-x;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	overflow: visible;
	float: right
}*/
form.cmxform input.skip {
	font-size: 1.4em;
    border: #006394;
    background-color: #006394;
	/*background: #fff url(/images/back_btn_backer.jpg) repeat-x;*/
	padding: 5px 7px;
	/*font-weight: 700;*/
	color: #fff;
	overflow: visible;
	float: right
}
form.cmxform input.skip:hover {
    color: #fff;
    border: #0091ba;
    background-color: #0091ba;
    box-shadow: none;
}

/*RJ*/
/*form.cmxform input.submitright {
	font-size: 1.4em;
	border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	margin-left: 5px;
	overflow: visible
}*/
form.cmxform input.submitright {
    font-size: 1.4em;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
    margin-left: 5px;
}
form.cmxform input.submitright:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    box-shadow: none;
}


/*RJ */
form.cmxform input.submitonly {
	font-size: 1.4em;
/*	border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;*/
    border: #dd6611;
    background: #dd6611;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	margin-left: 425px;
	overflow: visible
}
form.cmxform input.submit2 {
	font-size: 1.4em;
	/*border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;*/
    border: #dd6611;
    background: #dd6611;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	margin-left: 5px;
	overflow: visible
}
form.cmxform input.submitspan {
	font-size: 1.4em;
/*	border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;*/
    border: #dd6611;
    background: #dd6611;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	margin-left: 10px;
	overflow: visible
}
form.cmxform input.wide {
	font-size: 1.4em;
/*	border: 1px solid #828282;
	background: #fff url(/images/submit_btn_backer.jpg) repeat-x;*/
       border: #dd6611;
    background: #dd6611;
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	margin-left: 275px;
	overflow: visible
}


/*RJ*/
/*form.cmxform input.back {
	background: #b7b7b7 url(/images/back_btn_backer.jpg) repeat-x;
	color: #000;
	margin-left: 275px;
	overflow: visible
}*/

form.cmxform input.back {
/*	background: #b7b7b7 url(/images/back_btn_backer.jpg) repeat-x;
	color: #000;
	margin-left: 275px;
	overflow: visible*/
    font-size: 1.4em;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
}

/*RJ*/
/*form.cmxform input.backleft {
	background: #bbb url(../../images/back_btn_backer.jpg) repeat-x;
	border: 1px solid #a8a8a8;
	color: #000;
	overflow: visible
}*/
form.cmxform input.backleft {
    font-size: 1.4em;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
}


/*RJ*/
/*form.cmxform input.backspan {
	background: #b7b7b7 url(/images/back_btn_backer.jpg) repeat-x;
	color: #000;
	margin-left: 10px;
	overflow: visible
}*/
form.cmxform input.backspan {
	background: #006394; /*url(/images/back_btn_backer.jpg) repeat-x;*/
	color: #fff;
	margin-left: 10px;
	overflow: visible
}

form.cmxform input.backspan:hover {
    color: #fff;
    border: #0091ba;
    background-color: #0091ba;
    box-shadow: none;
}



form.cmxform input.backwide {
	margin-left: 10px;
	background: #006394; /*url(/images/back_btn_backer.jpg) repeat-x;*/
	color: #fff;
	overflow: visible
}
form.cmxform input.stopcenter {
	margin-left: 275px;
	background: #be0000; /*url(/images/stop_btn_backer.jpg) repeat-x;*/
	color: #fff;
	overflow: visible
}
form.cmxform input.stop {
	margin-left: 10px;
	background: #be0000; /*url(/images/stop_btn_backer.jpg) repeat-x;*/
	color: #fff;
	overflow: visible
}


/*RJ*/
/*form.cmxform input.cancel {
	float: right;
	background: #be0100 url(stop_btn_backer.jpg) repeat-x;
	border: 1px solid #a8a8a8;
	color: #fff
}*/
form.cmxform input.cancel {
	font-size: 1.4em;
    border: #006394;
    background-color: #006394;
	/*background: #fff url(/images/back_btn_backer.jpg) repeat-x;*/
	padding: 5px 7px;
	/*font-weight: 700;*/
	color: #fff;
	overflow: visible;
	float: right
}

form.cmxform input.cancel:hover {
    color: #fff;
    border: #0091ba;
    background-color: #0091ba;
    box-shadow: none;
}





form.cmxform input.go {
	margin-left: 10px;
	background: #b7b7b7; /*url(/images/back_btn_backer.jpg) repeat-x;*/
	color: #fff;
	overflow: visible
}
form.cmxform input.newline {
	margin-left: 0
}
form.cmxform input.readonly {
	border: 0;
	font-weight: 700;
	background: #06C;
	color: #fff;
	padding: 3px
}
form.cmxform select {
	padding: 0
}
form.cmxform p {
	margin: 10px 0
}
form.cmxform ul li div.content {
	font-size: 1em
}
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden
}
form.cmxform fieldset {
	margin-bottom: 10px
}
form.cmxform legend {
	padding: 0;
	font-weight: 700;
	margin: 0
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: 700
}
form.cmxform label.spacer {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	margin-bottom: .5em
}
#middlecontent form.cmxform fieldset ol, #middlecontent form.cmxform fieldset ul, #middlecontentNoMenu form.cmxform fieldset ol, #middlecontentNoMenu form.cmxform fieldset ul, #middlecontentWMIBS form.cmxform fieldset ol, #middlecontentWMIBS form.cmxform fieldset ul {
	margin: 0;
	padding: 0
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 0;
	margin: 0
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	margin: 0;
	font-weight: 700
}
form.cmxform fieldset fieldset label {
	width: auto;
	font-weight: 400
}
form.cmxform em {
	font-weight: 700;
	font-style: normal;
	color: red
}
form.cmxform label {
	width: 175px
}
form.cmxform label.table {
	width: 275px
}
form.cmxform fieldset fieldset label {
	display: inline
}
form.cmxform fieldset fieldset label.conference {
	margin-left: 0;
	display: inline
}
form.cmxform fieldset fieldset label.radio {
	margin-left: 15px
}
form.cmxform fieldset fieldset label input {
	margin-right: 4px
}
form.cmxform fieldset fieldset label label {
	margin-left: 0;
	display: inline;
	margin-right: 7px
}
form.cmxform.wide fieldset fieldset label, form.cmxform.wide fieldset label {
	margin-left: 0
}
.block_inside {
	border: 1px solid #fff
}

/*RJ 08/15/19*/
#heading {
	/*background-color: #2a9de0;*/
    background-color: #0091BA;
	color: #fff;
	padding: 1px;
	margin-bottom: 1em
}
#heading h2 {
	margin: 5px 10px
}
/*RJ 08/20/19*/
/*#heading .block_inside {
	background: url(/images/heading_backer.jpg) repeat-x
}*/
#heading ul {
	list-style-type: none;
	padding: 10px;
	margin: 0;
	height: 10px
}
#heading ul li {
	display: inline;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	float: left;
	width: 160px;
	text-align: center;
	margin-top: -5px
}
.line2 {
	margin-left: 195px
}
.nested {
	margin-left: 178px;
	margin-top: 10px;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.6em
}
#middlecontent form.cmxform ol li ul li, #middlecontentNoMenu form.cmxform ol li ul li, #middlecontentWMIBS form.cmxform ol li ul li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc
}
#middlecontent form.cmxform fieldset #warning ul li, #middlecontent form.cmxform fieldset #warning.nested ul li, #middlecontentNoMenu form.cmxform fieldset #warning ul li, #middlecontentNoMenu form.cmxform fieldset #warning.nested ul li, #middlecontentWMIBS form.cmxform fieldset #warning ul li, #middlecontentWMIBS form.cmxform fieldset #warning.nested ul li {
	border-bottom: none
}
#middlecontent form.cmxform ol ol, #middlecontentNoMenu form.cmxform ol ol, #middlecontentWMIBS form.cmxform ol ol {
	font-size: 1em
}
#middlecontent form.cmxform ol ol li, #middlecontentNoMenu form.cmxform ol ol li, #middlecontentWMIBS form.cmxform ol ol li {
	border-bottom: none
}
#middlecontent p a.genbtn, #middlecontentNoMenu p a.genbtn, #middlecontentWMIBS p a.genbtn {
	font-size: 1 em;
	border: 1px solid #828282;
	background: #fff; /*url(/images/submit_btn_backer.jpg) repeat-x;*/
	padding: 5px 7px;
	font-weight: 700;
	color: #191919;
	text-decoration: none
}
#Nother, #Pother {
	margin-left: 185px
}
#middlecontent ul.seminars {
	list-style-type: none;
	margin: 0
}
li.seminar_block {
	border: 1px solid #A3A09E;
	margin-bottom: 1em;
	padding: 1px
}
li.seminar_block .block_inside {
	background: #fff; /*url(/images/seminar_detail_backer.jpg) repeat-x;*/
	overflow: hidden
}
li.seminar_block .block_inside.night {
	background: #9e9e9e; /*url(/images/seminar_detail_backer_night.jpg) repeat-x;*/
	color: #fff
}
li.seminar_block .block_inside_full {
	background: #fff; /*url(/images/seminar_full_backer.jpg) repeat-x;*/
	overflow: hidden;
	color: #aaa!important
}
ul.details {
	padding: 7px 0;
	overflow: hidden;
	width: 100%
}
ul.details li {
	border: none;
	display: inline;
	float: left;
	width: 161px;
	text-align: center
}
ul.details li.enroll {
	width: 100px;
	text-align: right
}
#middlecontent ul.seminars ul.confirm, #middlecontent ul.seminars ul.details {
	margin: 0
}
#middlecontent ul.details li h2 {
	font-size: 15px;
	line-height: inherit;
	text-align: center
}
ul.details li h2.seats {
	color: red;
	background: #FFC;
	padding: 5px 7px;
	border: 1px solid #999;
	width: 45px;
	margin: 0 auto
}
ul.details li small {
	font-size: 13px;
	line-height: 16px
}
div.greentxt {
	color: #090;
	font-weight: 700
}
div.redtxt {
	color: red;
	font-weight: 700
}
div.yellowtxt {
	color: #FF6;
	font-weight: 700
}
input.green {
	border: 1px solid #000;
	background: #74c044; /*url(/images/enroll_btn_backer.jpg) repeat-x;*/
	padding: 5px 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	width: 100px
}
input.green:focus, input.green:hover {
	/*background: url(/images/enroll_btn_backer.jpg) repeat-x*/
}
#middlecontent ul.confirm {
	list-style-type: none;
	padding: 0;
	margin: 0
}
#middlecontent ul.confirm li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0
}
.title {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 175px;
	font-weight: 700
}
#middlecontent ul#expheader {
	margin-left: 0;
	height: 20px;
	background: #333;
	padding: 5px 10px;
	margin-bottom: 0;
	list-style-type: none
}
#middlecontent ul#expheader li {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	position: relative;
	line-height: 20px;
	list-style-type: none;
	zoom: 1
}
#middlecontent ul#expheader li.title {
	width: 325px;
	line-height: 1.6em;
	margin: 0;
	text-align: left
}
#middlecontent ul#expheader li.dates {
	width: 150px;
	line-height: 1.6em;
	text-align: center
}
#middlecontent ol.documents {
	list-style-type: none;
	margin-left: 0;
	list-style-position: outside;
	vertical-align: bottom
}
#middlecontent ol.documents li {
	border-bottom: 1px solid #ccc;
	list-style-type: none
}
#middlecontent ol.documents li ul.expdetails {
	border: none;
	display: inline-block;
	margin: 10px;
	zoom: 1
}
#middlecontent ol.documents li ul.expdetails li {
	border: none;
	display: inline-block;
	margin: 0;
	border-bottom: none;
	list-style-type: none;
	padding: 0;
	vertical-align: bottom;
	zoom: 1
}
#middlecontent ol.documents li ul.expdetails li.title {
	width: 300px;
	line-height: 1.6em;
	margin-right: 30px
}
#middlecontent ol.documents li ul.expdetails li.titleshort {
	width: 300px;
	line-height: 1.6em;
	margin-right: 20px
}
#middlecontent ol.documents li ul.expdetails li.dates {
	width: 143px;
	line-height: 1.6em;
	vertical-align: bottom;
	text-align: center
}
ul.expdetails li.enroll {
	width: 100px;
	text-align: right;
	vertical-align: baseline
}
.expdetails input.submit {
	border: 1px solid #828282;
	font-size: 13px;
	background: #fff; /*url(/images/submit_btn_backer.jpg) repeat-x;*/
	font-weight: 700;
	padding: 3px 6px;
	color: #191919;
	display: inline;
	overflow: visible
}
.viewable {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em!important;
	margin: 0!important
}
.highlight {
	background: #CCC;
	border: 1px solid #333;
	padding: 10px
}

.PasswordReq { width:295px; float:right; padding:0 0 0 10px;}
.PasswordReq strong { font-size:12px;}

/*RJ added new*/
input.submit {
    font-size: 14px;
    border: #dd6611;
    background: #dd6611;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #fff;
    overflow: visible;
    border-radius: .25rem;
    line-height: 1.5;
}
input.submit:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
  
