/* ----- Accordion ------ */
.accordion {}
.accordion h2, .accordion h2.fa {display:block; color:#666; font-weight:normal; display:block; padding:15px 20px 15px 10px; border-top:1px dashed #ccc; margin:0; position:relative;}
.accordion h2.fa:hover {
	cursor: pointer;
	background:#D8E9F1;
}
.accordion .accordion-content {display:none; padding:0 10px;}

.accordion .fa {font:14px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif; padding-right:20px;}
.accordion .fa-chevron-right:before, .accordion .fa-chevron-down:before{
	font-family:fontAwesome;
	float:right;
	position:absolute;
	top:35%;
	right:10px;
	margin-left:20px;
}
.accordion .fa-chevron-down {background-color:#D8E9F1;}


/* ----- Date Circles ------ */
div.date {padding-left: 0px; margin-left: 0px;}
		
.date > span {
      display: -moz-inline-box;
      display: inline-block;
      width: 4em;
      height: 4em;
      line-height: 4em;
      border-radius: 100%;
      text-align: center;
      color: #fff;
      background-color: #098bb1;
	  	  padding-left: 0px;
		  margin-left: 0px;
		margin-top:0px;
	 }
	  
    .date-list > li > div {
      display: table-cell;
      vertical-align: top;
      padding-bottom: 17px;
      padding-bottom: 1.7rem;
	  padding-left: 0px;
      word-wrap: break-word; }

 
.date-list li:before {display: none;}
.date-list .description {width: 40em; padding-left: 10px; }
.date-list ul {margin-left: 0; padding-left: 0;}
.date-list ul li {margin-left: 0; padding-left: 0;}

ul.date-list > li {
margin: 0;}

/* ========== CSS From Pre-Framework HIMSS.org ============ */


#podcastRSSselect {
	margin: 0px 0px 20px 0px;
	background: #ebebeb;
	padding: 5px;
}
#podcastRSSselect label {
	font-weight: bold;
	margin-right: 10px;
	color: #005b75;
}
#podcastRSSselect select {
	font-size: 1rem;
}



 @media all and (min-width: 47em) {
.no-mobile {
	display: block;
}
}
.color-a {
	color: #028DB2;
}
.main-title {
	margin: .7em -12px 0.5em;
	padding: 0 12px;
	font-size: 1.5em;
	color: #005B75;
	line-height: 1.3em;
}
.subtitle {
	font-size: 1.5em;
	padding-bottom: 0.75em;
	letter-spacing: -0.1ex;
	color: #264156;
}
.subtitle-b {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #028DB2;
	position: relative;
	margin: 10px 0px 6px 0px;
}
.subtitle-b span {
	display: -moz-inline-box;
	display: inline-block;
   /*display: inline;*/
	zoom: 1;
	padding-right: 0.5em;
	background-color: white;
	position: relative;
	z-index: 2;
}
.subtitle-b:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.5em;
	position: absolute;
	top: 0.5em;
	background-color: #c8cccf;
	z-index: 1;
}
#more-button {
	background: #BCCCD4;
	height: 20px;
	width: 56px;
	float: right;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BCCCD4 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BCCCD4 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #BCCCD4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #BCCCD4));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BCCCD4 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #BCCCD4 100%);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	border: 1px solid #cccccc;
	margin: 0 1em 1em 0;
}
#more-button:hover {
	width: 56px;
}
.moreText {
	font: 12px/1.8 Helvetica, Arial, sans-serif;
	color: #6666;
	text-align: center
}

 @media all and (min-width: 55em) {
.main-title {
	margin-left: -27px;
	margin-right: -27px;
	padding: 0 27px;
}
.subtitle-b:after {
	
}
}
.more {
	text-decoration: none;
	display: block;
	float: right;
	height: 3em;
	line-height: 3em;
	padding: 0 1em;
	margin-top: 1em;
	font-weight: 700;
	color: white;
	background-color: #038ba7;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 1.1em;
}
.jt_alljobs a {
	display: block;
	float: right;
	height: 3em;
	line-height: 3em;
	padding: 0 2em 0 1.2em;
	margin-top: 1.5em;
	margin-right: 0;
	font-weight: 700;
	color: white;
	background-color: #038ba7;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 1.1em;
	text-decoration: none;
}
.wide-button {
/*	text-decoration: none;
	display: block;
	height: 3em;
	line-height: 3em;
	padding: 0 1em;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: white;
	background-color: #c76148;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 1.2em;
	width: 95%;
	text-align: center;*/
		display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	font-size: 1.2em;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #c76148;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more:hover, .jt_alljobs a:hover  {
	color: white;
	background-color: #799058;
}
.short-button {
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	font-size: 1.2em;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #c76148;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.short-button:hover, .wide-button:hover {
	color: #fff;
	background-color: #e1715b;
	background-image: none;
	text-decoration: none;
}
.more-green {
	display: block;
	float: right;
	height: 3em;
	line-height: 3em;
	padding: 0 1em;
	margin: 1em 0;
	font-weight: 700;
	color: white;
	background-color: #799058;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	font-size: 1.1em;
}
.more-green a {
	color: white;
	text-decoration: none;
}
.more-green:hover {
	color: white;
	background-color: #C8A64F;
	text-decoration: underline;
}
 @media all and (min-width: 55em) {
.more {
	padding: 0 27px;
	margin-right: -27px;
}

.vintage-2001 .more {
	padding: 0 27px;
	margin-right: -12px;
}

.more-green {
	padding: 0 27px;
	margin-right: -27px;
}
}
.content-box-a {
	padding: 18px 0;
	background-color: #eff0f4;
	position: relative;
}
.content-box-a:before {
	content: "";
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: -27px;
	bottom: 0;
	left: -50em;
	background-color: #eff0f4;
	z-index: 0;
}
.content-box-a > div, .content-box-a > h3 {
	position: relative;
	z-index: 1;
}
.content-box-b {
	padding: 18px 12px;
	border: 1px solid #a7a7a7;
	background: white url("http://himss.files.cms-plus.com/PageLayoutImages/pattern-circles.png") repeat 0 0;
}
.content-box-c {
	padding: 18px 12px;
	color: #464646;
	/*background-color: #028DB2;*/
	background-color: white;
}
.content-box-gray {
	padding: 12px 18px 12px 18px;
	margin: 24px 0 24px 0;
	background-color: #f9f2ea;
	overflow: hidden;
}

.content-box-gray-no-space {
	padding: 12px 18px 12px 18px;
	margin: 0 0 10px 0;
	background-color: #f9f2ea;
	overflow: hidden;
}

.content-box-gray span, content-box-gray-no-space span {
	width: 33%;
	float: left;
	color: #333333;
	font-size: 1.1em;
	font-weight: 700;
}
.content-box-gray span a, .content-box-gray-no-space span a {
	text-decoration: none;
}
.content-box-gray img, .content-box-gray-no-space img {
	width: 65%;
	float: left;
	margin-right: 2%;
}
.blue-bar {
	padding: 0;
	margin: 0;
	background-color: #bccad3;
	overflow: hidden;
	height: 12px;
}
.box {
	background: #ffffff;
	width: 100%;
	height: auto;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0;
	overflow: hidden;
	margin: 0 0 18px 0;
}
.content-box-a .subtitle, .content-box-b .subtitle, .content-box-c .subtitle {
	color: #264156;
	font-size: 1.2em;
	line-height: 1.2;
	padding-bottom: 0.6em;
}
.content-box-b .subtitle {
	font-weight: bold;
}
.content-box-c .subtitle {
	color: #005B75;
	font-size: 1.2em;
	line-height: 1.2;
	padding-bottom: 0.6em;
}
.content-box-c .formatted-content {
	color: #464646;
}
.content-box-c a {
	color: #005B75;
	text-decoration: none;
}
.content-box-c a:hover {
	text-decoration: underline;
	color: #028DB2;
}
.content-box-c a.more {
	color: #fff;
	text-decoration: none;
}
/*
.list > li {
	margin: 0 -12px;
	padding: 0 12px;
	border-color: #bbbbbb;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 0 0 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
  
.jt_job_list {
	margin: 0 -28px;
	border-color: #bbbbbb;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-top-width: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.jt_job {
	padding: 15px 50px;
	border-color: #bbbbbb;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 0 0 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.list > li:first-child {
	border-top-width: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
      */
.thumb-list > li a, .simple-list > li a {
	display: block;
	padding: 18px 0;
	color: #444;
}
.date-list > li {
	display: block;
	padding: 18px 15px;
	color: #444;
}
.simple-list-space > li > div {
	display: block;
	padding: 18px 0;
}

.thumb-info-div {
	margin-top: 10px;

}
/*
.vintage-2001 .list > li {
	border: none;
	
}	  */
.tabs-panes.vintage-2001 > li a {
	text-decoration: none;
	font-weight: 700;
	
}	
.content-col > div.thumb-info-div {
	float: left;
	border-color: #bbbbbb;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 0 0 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	margin: 10px 0;
	padding-bottom: 15px;
}

.info-right {
/*	float: left;*/
	margin: 0 5px;
}
.jt_job {
	display: block;
	color: #444;
}
.date-list > li a, .simple-list-space > li a {
	color: #0F2A3F;
	text-decoration: none;
}
.date-list > li a:hover h4, .thumb-list > li a:hover h4, .simple-list > li a:hover h4, .simple-list-space > li a:hover h4 {
	color: #007898;
	text-decoration: underline;
}
.date-list h4, .thumb-list h4, .simple-list h4, .simple-list-space h4 {
	font-size: 1.12em;
	line-height: 1.285;
	color: #0F2A3F;
}
.jt_job_position {
	font-size: 1.12em;
	line-height: 1.285;
	color: #028DB2;
	font-weight: 700;
}
.jt_job_position a {
	color: #0F2A3F;
	text-decoration: none;
}
.jt_job_position a:hover {
	color: #007898;
	text-decoration: underline;
}
.jt_job_location, .jt_job_company {
}
.thumb-list img {
	width: 90px;
	float: left;
}
.thumb-list .info {
	margin-left: 102px;
}
.date-list .date {
	float: left;
}
.date-list .date em, .date-list .date strong, .date-list .date i, .date-list .date b {
	display: block;
	text-align: center;
}
.date-list .date em, .date-list .date i {
	/*font-family: "Georgia", "Times New Roman", serif;*/
	font-size: 1.2em;
	color: #888888;
}
.date-list .date strong, .date-list .date b {
	font-size: 1.66em;
	line-height: 0.8;
	letter-spacing: -0.1ex;
	color: #c76248;
}
.date-list .info {
	margin-left: 2.5em;
	margin-top: 2px;
	margin-left:4px;
}
.intro-copy-land {
	margin: 10px 0 0 0;
}
.video-left-col-area {
	margin: 10px 0;
}
.video-left-col-area h4 {
	text-align: center;
	padding: 2px 0;
}
.video-left-col-area .video-summary {
	font-size: .9em;
	padding: 2px 0;
}
.community-updates-list > li {
	padding: 1em 0;
}
.community-updates-list > li:first-child {
	padding-top: 0;
}
.community-updates-list > li:last-child {
	padding-bottom: 0;
}
.community-updates-list > li + li {
	border-top: 1px solid #e4e4e4;
}
.community-updates-list h4 {
	color: #666;
}
.community-updates-list .date {
	color: #888;
	font-size: 0.9em;
	font-style: italic;
}

.member-name-list {
	/*float: right;*/
	font-weight: 700;
}


 @media all and (min-width: 30em) {
.thumb-list img {
	width: 120px;
	float: left;
}
.thumb-list .info {
	margin-left: 132px;
}
#mhimss-footer-ads {
	padding-top: 20px;
	width: 100%;
}
#mhimss-footer-ads li, #mhimss-footer-ads li:last-child {
	float: none;
	margin: 0 auto;
	text-align: center;
}
}
/* ------------------------------------ =tabs -- */

#home-tabs {
	width: 65%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.tabz1, .tabz2, .tabz3 {
	margin: 6px 0 0 0;
}
.tabz1 li, .tabz2 li, .tabz3 li {
	list-style: none;
	display: inline;
}
.tabz1 a, .tabz2 a {
	padding: 5px 5px;
	display: inline-block;
	font-size: 1.0em;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #b8cbd2;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	position: relative;
	top: 1px;
	z-index: 99;
}
.tabz3 a {
	padding: 5px 5px;
	display: inline-block;
	font-size: 1.0em;
	font-weight: 700;
	color: #656565;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #efefef;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	z-index: 99;
}
.tabz1 a.active, .tabz2 a.active {
	background-image: -ms-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ECECEC), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #ECECEC 0%, #FFFFFF 100%);
	color: #749834;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	top: 1px;
	z-index: 99;
}
.tabz3 a:active {
	background-image: -ms-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ECECEC), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #ECECEC 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #ECECEC 0%, #FFFFFF 100%);
	color: #a66551;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	z-index: 99;
}
#tabby1, #tabby2, #tabby3, #tabby4, #tabby5, #tabby6 {
	height: auto;
	border: 1px solid #999999;
	float: left;
	background: #ffffff;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
}
#tabby1 li, #tabby2 li, #tabby3 li, #tabby4 li, #tabby5 li, #tabby6 li {
	/*border-bottom: 1px #c8cccf solid;*/
	margin: 1em;
	/*padding-bottom: 1em;*/
}
#tabby1 li:last-child, #tabby2 li:last-child, #tabby3 li:last-child, #tabby4 li:last-child, #tabby5 li:last-child, #tabby6 li:last-child {
	border-bottom: 0;
	/*padding: 1em;*/
}
#tabby1 a, #tabby2 a, #tabby3 a, #tabby4 a, #tabby5 a, #tabby6 a {
	text-decoration: none;
}
#tabby1 img, #tabby2 img, #tabby3 img, #tabby4 img, #tabby5 img, #tabby6 img {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px #aeb2b5 solid;
}
@media all and (min-width: 55em) {
    /*
.list > li {
	margin: 0 -27px;
	padding: 0 27px;
}

#home-community > .list > li {
	margin: 10px -27px;
	padding: 0 27px;
	border: none;
	clear: both;
	float: left;
	height: auto;
}
#home-community > .thumb-list > li a {
	padding: 0;
	clear: both;	
}  */

#home-community li img{
	padding: 0 10px 10px 0;
	clear: both;	
	margin: 0;
	width: 120px;
	float: left;
}

#home-community h4 {
	margin: 0;
	padding: 0;
	clear: left;
}
#home-community li a {
	text-decoration: none;
}

#home-community li a:hover {
	color: #007898;
	text-decoration: underline;
}

#home-community .info {
	float: left;
}

.date-list .date b {
	font-size: 2em;
	line-height: 0.83;
}
.date-list .info {
	margin-left: 3.5em;
}
.date-list > li {
	padding: 18px 27px;
}
}
.search-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	padding: 0 0.5em 0 28px;
	height: 2em;
	line-height: 2em;
	border: none;
	background: #ebebeb url("http://himss.files.cms-plus.com/PageLayoutImages/icon-search.png") no-repeat 6px 50%;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.lt-ie8 .search-box {
	behavior: url("/files/JS/boxsizing.htc");
}
.search-box:focus {
	background-color: #e3e5e7;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.icon-social {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: 30px;
	color: transparent;
	background: url("http://himss.files.cms-plus.com/PageLayoutImages/icons-social.png") no-repeat 0 0;
}
.icon-social.icon-fb {
	background-position: 0 0;
}
.icon-social.icon-fb:hover {
	background-position: 0 -24px;
}
.icon-social.icon-tw {
	background-position: -24px 0;
}
.icon-social.icon-tw:hover {
	background-position: -24px -24px;
}
.icon-social.icon-li {
	background-position: -48px 0;
}
.icon-social.icon-li:hover {
	background-position: -48px -24px;
}
.icon-social.icon-yt {
	background-position: -72px 0;
}
.icon-social.icon-yt:hover {
	background-position: -72px -24px;
}
 @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 .icon-social {
 background-image: url("http://himss.files.cms-plus.com/PageLayoutImages/icons-social@2x.png");
 background-size: 96px 48px;
}
}

/* ------------------------------------ =tabs -- */

.tabs.enabled .pane {
	display: none;
}
.tabs.enabled .pane.active {
	display: block;
}
.tabs-nav.vintage-2004 {
	margin-right: -4px;
	margin-bottom: 1.5em;
}
.interior ul.tabs-nav.vintage-2004 {
	margin-bottom: 0;
	margin-left: 5px;
	margin-top: 2em;
	padding-bottom: 0;
}
.tabs-nav.vintage-2004 li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 6px;
	vertical-align: bottom;
	position: relative;
	list-style: none;
}
.lt-ie8 .tabs-nav.vintage-2004 li {
	behavior: url("/files/JS/boxsizing.htc");
}
.tabs-nav.vintage-2004 li a {
	display: block;
	padding: 0.75em 1.0em;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: 700;
	color: white;
	background-color: #038ba7;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
.tabs-nav.vintage-2004 li a:before {
	content: "";
	display: block;
	width: auto;
	height: 1.5em;
	position: absolute;
	left: 0;
	right: 2px;
	top: 100%;
	background-image: -webkit-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs-nav.vintage-2004 li a:hover {
	background-color: #799058;
}
.tabs-nav.vintage-2004 li a:hover:before {
	background-image: -webkit-linear-gradient(top, rgba(140, 159, 109, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(140, 159, 109, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(140, 159, 109, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(140, 159, 109, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(top, rgba(140, 159, 109, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs-nav.vintage-2004 li a.active {
	color: #005B75;
	background-color: white;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	-webkit-box-shadow: inset 0 0 0 0 #cccccc;
	-moz-box-shadow: inset 0 0 0 0 #cccccc;
	box-shadow: inset 0 0 0 0 #cccccc;
	text-shadow: none;
}
.tabs-nav.vintage-2004 li a.active:before {
	display: none;
}

#roadmap {
	margin-top: 24px;
}
#roadmap .tabs-nav.vintage-2004 li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 2px;
	vertical-align: bottom;
	position: relative;
	list-style: none;
}
#roadmap .tabs-nav.vintage-2004 li a:before {
	content: "";
	display: block;
	width: auto;
	height: 0.5em;
	position: absolute;
	left: 0;
	right: 2px;
	top: 100%;
	background-image: -webkit-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(top, rgba(3, 139, 167, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
#roadmap .tabs-nav.vintage-2004 li a {
	display: block;
	padding: 0.75em 0.3em;
	font-size: 0.9em;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: 700;
	color: white;
	background-color: #038ba7;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
#roadmap .tabs-nav.vintage-2004 li a.active {
	color: #005B75;
	background-color: white;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 60%);
	-webkit-box-shadow: inset 0 0 0 0 #cccccc;
	-moz-box-shadow: inset 0 0 0 0 #cccccc;
	box-shadow: inset 0 0 0 0 #cccccc;
	text-shadow: none;
}
.tabs-nav.vintage-2001 {
	position: relative;
	z-index: 5;
}
.tabs-nav.vintage-2001 li {
	display: block;
	list-style: none;
	float: left;
	margin-bottom: -1px;
	margin-right: -1px;
}
.tabs-nav.vintage-2001 li a {
	display: block;
	min-width: 5em;
	padding: 0.5em .65em;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
	color: #666;
	background-color: #ebebeb;
	text-align: center;
}
.tabs-nav.vintage-2001 li .active {
	border-bottom-color: #fff;
	color: #007898;
	background-color: #fff;
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0, rgba(0,0,0,0) 60%)
}
.tabs-nav.vintage-2001.color-2 li .active {
	color: #c76148;
}
.tabs-panes.vintage-2001 {
	padding: 1.5em 1em;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.tabs-nav.blocky {
	margin-right: -4px;
}
.tabs-nav.blocky li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 4px;
	vertical-align: bottom;
}
.lt-ie8 .tabs-nav.blocky li {
	behavior: url("/files/JS/boxsizing.htc");
}
.tabs-nav.blocky li a {
	display: block;
	padding: 0.75em 1em;
	font-weight: 700;
	color: white;
	background-color: #999999;
	-webkit-box-shadow: inset 0 -2px 4px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 -2px 4px -2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -2px 4px -2px rgba(0, 0, 0, 0.3);
}
.tabs-nav.blocky li a:hover {
	background-color: #a6a6a6;
}
.tabs-nav.blocky li a.active {
	background-color: #038ba7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tabs-nav.blocky + .tabs-panes {
	padding: 18px 12px;
	color: white;
	background-color: #038ba7;
}
.tabs-nav.blocky + .tabs-panes a {
	color: white;
	font-weight: 700;
}
/* with mobile accordions */

.tabs.mobile-accordion .tabs-nav {
	display: none;
}
.tabs-panes .accordion {
	display: block;
	clear: both;
	position: relative;
}
.tabs-panes .accordion:after {
	/*content: url('/files/PageLayoutImages/arrow-right.png');*/
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0.45em solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	/*margin-top: -18px;*/
	margin-top: -0.225em;
	-webkit-transform: scaleY(1.5);
	-moz-transform: scaleY(1.5);
	-ms-transform: scaleY(1.5);
	-o-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.tabs-panes .accordion.open:after {
	-webkit-transform: scaleY(1.5) rotate(180deg);
	-moz-transform: scaleY(1.5) rotate(180deg);
	-ms-transform: scaleY(1.5) rotate(180deg);
	-o-transform: scaleY(1.5) rotate(180deg);
	transform: scaleY(1.5) rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;/*margin-top: -22px;
  right: 16px;*/
}
.tabs.enabled .pane, .tabs.enabled .pane.active {
	display: none;
}
.tabs.enabled .pane.open {
	display: block;
	padding-bottom: 12px;
}




.vintage-2004 + .tabs-panes .accordion {
	height: 44px;
	line-height: 44px;
	margin: 0 -12px;
	padding: 0 12px;
	font-weight: 700;
	color: white;
	background-color: #038ba7;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}
#roadmap .tabs.enabled .pane.open {
	display: block;
	padding: 12px 0 12px 0;
}
 @media all and (max-width: 47em) {
.mobile-accordion .tabs-panes.vintage-2001 {
	border: none;
	padding: 0;
	margin-left: -12px;
	margin-right: -12px;
}
.mobile-accordion .tabs-panes.vintage-2001 .accordion {
	display: block;
	padding: 0.5em 12px;
	line-height: 1.5;
	border: solid #ccc;
	border-width: 1px 0;
	font-weight: 700;
	color: #666;
	background-color: #ebebeb;
}
.mobile-accordion .tabs-panes.vintage-2001 .accordion ~ .accordion {
	border-top: none;
}
.mobile-accordion .tabs-panes.vintage-2001 .accordion:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0.45em solid transparent;
	border-top-color: #007898;
	border-bottom-width: 0;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.225em;
	-webkit-transform: scaleY(1.5);
	-moz-transform: scaleY(1.5);
	-ms-transform: scaleY(1.5);
	-o-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.mobile-accordion .tabs-panes.vintage-2001 .accordion.open:after {
	border-top-width: 0;
	border-top-color: transparent;
	border-bottom-width: 0.4em;
	border-bottom-color: #007898;
}
.mobile-accordion .tabs-panes.vintage-2001 .pane {
	padding: 1.5em 12px;
}
.mobile-accordion .tabs-panes.vintage-2001 .pane:last-child {
	border-bottom: 1px solid #ccc;
}
}
 @media all and (min-width: 47em) {
.tabs.mobile-accordion .tabs-nav {
	display: block;
}
.tabs-panes .accordion {
	display: none;
}
.tabs.enabled .pane.open {
	display: none;
	padding-bottom: 0;
}
.tabs.enabled .pane.active {
	display: block;
}
#roadmap .tabs-nav.vintage-2004 li {
	width: 16.6%;
}
#roadmap .tabs-nav.vintage-2004 li a {
	min-height: 36px;
}
}
/* ------------------------------------ =grids -- */

.grid-item + .grid-item {
	margin-top: 36px;
}
 @media all and (min-width: 47em) {
.grid {
	display: block;
	padding: 0;
	margin-right: -3em;
	letter-spacing: -0.31em;
	word-spacing: -0.43em;
	text-rendering: optimizespeed;
}
.grid-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-inline-box;
	display: inline-block;
   /*display: inline;*/
	zoom: 1;
	padding: 0 3em 0 0;
	margin: 0;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-rendering: auto;
}
.lt-ie8 .grid-item {
	behavior: url("/files/JS/boxsizing.htc");
}
.grid-item + .grid-item {
	margin-top: 0;
}
.grid-2-1 {
	width: 50%;
}
}
/* ------------------------------------ =formatted -- */

.formatted-content {
	word-wrap: break-word; }
.formatted-content p, .formatted-content ol, .formatted-content ul {
	padding-bottom: 1.5em;
}
.formatted-content p:last-child, .formatted-content ol:last-child, .formatted-content ul:last-child {
	padding-bottom: 0;
}
.formatted-content ol, .formatted-content ul {
	
}
.formatted-content ul {
	list-style-type: none;
}
.formatted-content li {
	margin-bottom: 5px;
}
.formatted-content h1 {
	font-size: 2em;
	padding-bottom: 0.75em;
	color: #038ba7;
}
.formatted-content h2 {
	font-size: 1.6em;
	line-height: 1.8;
	padding-bottom: 0.9em;
	color: #0F2A3F;
}
.formatted-content h3 {
	font-size: 1.25em;
	line-height: 1;
	padding-bottom: .75em;
	color: #788f57;
/*color: #007898;*/}
.formatted-content h3 a {
	text-decoration: none;
}
.formatted-content h4 {
	font-size: 1.2em;
	line-height: 1.125;
	color: #038ba7;
}
.formatted-content h5 {
	font-size: 1.1em;
	line-height: 1.285;
	color: #799058;
}
.formatted-content h6 {
 font-size: 1.05em;
	line-height: 1.285;
	color: #038ba7;
}
.formatted-content img {
	max-width: 100%;
}
.left-thumb-image {
	float: left;
}
.thumb-info-div .left-thumb-image img {
	width: 90px !important;
	max-width:none;
}
.thumb-img {
	padding: 0px;
	margin-right: 10px;
}
/* ------------------------------------ =header -- */

#header-login, #header-login-popup, #header-utility .no-mobile, #header-utility .no-mobile + span {
	display: none;
}
#header {
	padding: 12px;
	position: relative;
}
#logo {
	width: 35%;
	float: left;
	padding-top: 3em;
}
#logo a, #logo img {
	display: block;
	max-width: 100%;
}
#header-utility {
	position: absolute;
	right: 12px;
	top: 12px;
	margin-left: 4px;
}
#header-utility a {
	color: #007898;
	text-decoration: none;
}
#header-utility a:hover {
	color: #799058;
	text-decoration: underline;
}
#header-utility span {
	display: -moz-inline-box;
	display: inline-block;
   /*display: inline;*/
	zoom: 1;
	padding: 0 .5em;
	color: #c8cccf;
}
#header-search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 65%;
	max-width: 24em;
	float: right;
	padding: 3.5em 0 1em 45px;
}
.lt-ie8 #header-search {
	behavior: url("/files/JS/boxsizing.htc");
}
#header-search input {
	float: right;
}


#header-search > div{
	background-color:#ebebeb;
	float:right;
	width:100%;
}
#headerSearchInput {
	width:70%;	
	background:none;
	padding: 0 5px;
	float:left!important;
}
#headerSearchSubmit {
	border:none;
	outline:none;
	background: #ebebeb url("http://himss.files.cms-plus.com/PageLayoutImages/icon-search.png") no-repeat 6px 50%;
	width:32px;
	height:16px;
	margin-top:5px;
	text-indent:-9999px;
	cursor:pointer;
}

#header-social {
	clear: right;
	text-align: right;
}
#header-social li {
	display: -moz-inline-box;
	display: inline-block;
   /*display: inline;*/
	zoom: 1;
}
#header-social li + li {
	margin-left: 1em;
}
.left li, .right li {
	padding-bottom: 0.5em;
}
.left li a, .right li a{
	text-decoration: none;
	font-weight: 700;
}
.left h3, .right h3 {
	font-size: 1.25em;
	color: #749834;
}
 @media all and (min-width: 47em) {
#header-utility .no-mobile, #header-utility .no-mobile + span {
	display: -moz-inline-box;
	display: inline-block;
   /*display: inline;*/
	zoom: 1;
}
#header {
	z-index: 4;
}

#header-search, #header-social {
	float: right;
	clear: none;
	padding-top: 3em;
}
#header-login {
	display: block;
	clear: right;
	margin-top: .5em !important;
	height: 1.8em;
	line-height: 1.8em;
	text-align: right;	
}

#header-login-popup {
	position: absolute;
	right: 9em;
	bottom: -9px;
	padding: 12px 12px 27px;
	border: 1px solid #c8cccf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #eff0f4;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
#header-login-popup.active {
	display: block;
}
#header-login-popup:before, #header-login-popup:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 14px;
	left: 100%;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #eff0f4;
	border-style: solid;
}
#header-login-popup:before {
	border-left-color: #c8cccf;
	border-width: 14px 0 14px 14px;
	top: 12px;
}
#header-login-popup input {
	padding: 0 12px;
	height: 2.5em;
	line-height: 2.5em;
	border: none;
	background-color: white;
}
#header-login-popup input[type="text"], #header-login-popup input[type="password"] {
	width: 12em;
}
#header-login-popup input[type="submit"] {
	font-weight: 700;
	color: white;
	background-color: #028DB2;
	cursor: pointer;
}
#header-login-popup a {
	position: absolute;
	right: 5em;
	bottom: 0;
	font-size: 0.916em;
	line-height: 27px;
	font-style: italic;
}

#logout {
	clear: right;
	text-align: right;	
	line-height: 3.5em;
	margin-bottom: -12px;
}


#header-utility {
	margin-left: 0;
}
}
 @media all and (min-width: 55em) {
#header {
	padding-left: 27px;
	padding-right: 27px;
}
#header-utility {
	right: 27px;
}
#header-search {
	margin-right: -27px;
}
}


/* ------------------------------------ =home -- */

#home-feature {
	display: none;
}
.home-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px 36px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#home-cta a {
	text-decoration: none;
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 1.33em;
	font-weight: 700;
	color: white;
	background-color: #7b4370;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
#home-cta a + a {
	margin-top: 18px;
	background-color: #038ba7;
	text-decoration: none;
}
#home-cta a + a:hover {
	background-color: #03a0c0;
	text-decoration: none;
}
#home-cta a + a + a {
	background-color: #264156;
	text-decoration: none;
}
#home-cta a + a + a:hover {
	background-color: #2e4e68;
	text-decoration: none;
}
#home-cta a:hover {
	background-color: #8c4c7f;
	text-decoration: none;
}
#home-misc .grid-item {
	vertical-align: middle;
}
#home-misc .content-box-b {
	position: relative;
	z-index: 1;
}
#home-jobs .subtitle span {
	display: block;
	font-size: 0.7em;
	color: #888888;
}

#mhimss-feature {
	display: block;
	max-width: 100%;
	background-color: #97c5d2;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#mhimss-feature span {
	width: 90%;
	float: left;
	margin: 0 0 27px 27px;
}
#mhimss-feature h2 {
	color: #333333;
	font-size: 1.5em;
	line-height: 1;
	padding: 0.75em 0 1.0em 0;
}
 @media all and (min-width: 47em) {
#home-feature {
	display: block;
}
#home-feature, #home-intro, #home-news, #home-misc, #home-community {
	width: 65%;
	float: left;
	clear: left;
}
#home-closing {
	width: 65%;
	float: left;
	clear: left;
	margin-top: 1em;
}

#mhimss-gray {
	width: auto;
	float: none;
	clear: left;
}
#mhimss-tabs, #mhimss-image-buttons, #mhimss-closing {
	width: 100%;
	float: none;
	clear: left;
}
/*
.left {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.right {
	width: 48%;
	float: left;
	position: relative;
}
*/
#home-cta, #home-events, #home-ad1, #home-jobs, #home-ad2, #home-resources, #right-events, #right-tabs {
	width: 35%;
	margin-left: 65%;
}
#right-subscribe {
	margin-bottom: 20px;
	margin-top: 20px;
}

#home-feature .slideshow {
	position: relative;
	border: 1px solid #c8cccf;
}
#home-feature .tabs-nav {
	width: 50%;
	margin-right: -1px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
#home-feature .tabs-nav li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding-right: 1px;
}

#home-feature .tabs-nav li a, #home-feature .tabs-nav li img {
	display: block;
	max-width: 100%;
}
#home-feature .tabs-nav li a, .tabs-nav li a {
	padding-bottom: 15px;
}
#home-feature .image {
	display: block;
	height: 252px;
	width: 50%;
	float: right;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#home-feature .info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 252px;
	overflow: hidden;
	padding: 18px 12px;
}

#home-feature .info h2 {
	color: #264156;
	font-size: 2em;
	line-height: 1;
	padding-bottom: 0.75em;
}
#home-news .tabs-nav li {
	width: 20%;
}
#home-news .tabs-nav li a, #formatted-content.tabs-nav li a, #roadmap .tab-nav li a {
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
}
#roadmap {
	width: 100%;
	float: left;
	clear: left;
}
#roadmap .tabs-nav li {
	width: 16.6%;
}
#mhimss-feature {
	width: 100%;
	float: left;
	margin: 0;
}
#mhimss-feature span {
	width: 45%;
	float: left;
	margin: 0 5% 27px 5%;
}
#mhimss-feature img {
	
	float: left;
	max-width: 54%;

}
#mhimss-logo-area {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}
#mhimss-logo-area .left {
	width: 476px;
	height: 50px;
	float: left;
	margin: 0 auto;
}
#mhimss-logo-area .right {
	width: 148px;
	height: 50px;
	float: left;
	margin: 0 auto;
}
#mhimss-footer-ads {
	width: auto;
	float: left;
	padding: 0 0 0 27px;
	margin: 0;
}
#mhimss-footer-ads li {
	float: left;
	padding-right: 10px;
}
#mhimss-footer-ads li:last-child {
	float: left;
	margin-right: 0;
}

.mhimss-image-buttons {
	width: 100%;
	margin: 0;
	padding: 0;
}
}
 @media all and (min-width: 55em) {
.home-item {
	padding-left: 27px;
	padding-right: 27px;
}
#home-feature .tabs-nav, #home-feature .info, #tab-area .tabs-nav {
	width: 44%;
}
#home-feature .image, #tab-area .image {
	width: 56%;
}
}

#home-community > li {
	margin: 10px 0

}



/* ------------------------------------ =landing -- */

.landing-feature {
	min-height: 216px;
	padding-bottom:10px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #efefef;
}
.landing-feature .image {
	display: block;
	float: right;
	max-width: 54%;
	margin-left: 12px;
}
.landing-feature .image img {
	display: block;
	max-width: 100%;
}
.landing-feature .info {
	padding: 18px 0 0 0;
}
.landing-feature .info h2 {
	font-size: 1.66em;
	line-height: 1.2;
	padding-bottom: 0.6em;
	color: #005B75;
}
.landing-feature .info p {
	color: #264156;
	padding-bottom: 1em;
}
.landing-feature .info a {
	font-weight: 700;
	color: #005B75;
	text-decoration: none;
	margin-bottom: 1em;
}
.landing-feature .info a:hover {
	font-weight: 700;
	color: #007898;
	text-decoration: underline;
}
.landing-feature .info a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 0.45em solid transparent;
	border-right-width: 0;
	border-left-color: #005B75;
	margin-left: 0.5em;
}
.landing-search input {
	width: 100%;
}
.landing-search + div {
	margin-top: 18px !important;
}
 @media all and (min-width: 55em) {
.landing-feature {
	
	padding-left: 27px;
	padding-right: 27px;
}
.landing-search form {
	width: 243px;
	float: right;
	margin-right: -27px;
}
}
/* calloutboxes */

h2.centerboxarea {
	padding-bottom: 5px;
	margin: 40px 0px 5px 0px;
	color: #005B75;
	font-size: 1.3em;
}
.centerBoxes {
	width: 200px;
	padding: 10px;
	color: #635D5D;
	background: #ebebeb;
	margin-bottom: 10px;
	border: 5px double #fff;
	float: left;
	height: 180px;
}
.centerBoxes-large {
	width: 170px;
	padding: 10px;
	color: #635D5D;
	background: #ebebeb;
	margin-bottom: 10px;
	border: 5px double #fff;
	float: left;
	height: 275px;
}
.centerBoxes h3, .centerBoxes-large h3 {
	color: #005B75;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}
.centerBoxes p, .centerBoxes-large p {
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
}
.centerBoxes-large ol {
	margin-left: 17px;
	padding-left: 5px;
}
/* rightcolumn callout */
.rightColCallout {
	background-image: url(http://himss.files.cms-plus.com/images/sideCol.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px 0px 35px 0px;
	margin: 0px;
	width: 303px;
}
.rightColCalloutInside {
	padding: 0px 5px 0px 0px;
	margin: 10px 20px 0px 15px;
	font-size: 11px;
	width: 280px;
}
.rightColCalloutInside p {
	margin: 0px 15px 25px 0px;
}
.rightColCalloutInside p.bottomrow {
	margin: 0px 15px 10px 0px;
}
.rightColCalloutInside img {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}
/* ------------------------------------ =content -- */

#involvedCalls {
	width: 140px;
	float: right;
	padding: 5px;
	margin: 10px 0px 0px 10px;
	border: 1px solid #ccc;
}
#involvedCalls span {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #005b75;
}
#involvedCalls .btns {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#involvedCalls .btns img {
	margin: 0px;
	padding: 0px;
}

.content-col > div.top-right-int-banner + div {
	margin-top: 20px;
}





#mhimss-tabs, #mhimss-closing {
	margin: 0 27px 27px 27px;
}
#mhimss-tabs .left, #mhimss-tabs .right {
	width: 100%;
	margin-bottom: 20px;
}
@media all and (min-width: 47em) {

#mhimss-tabs {
	width: auto;
	float: none;
}


#mhimss-tabs .left {
	width: 48%;
	margin-right: 4%;
}
#mhimss-tabs .right {
	float: left;
	width: 48%;
}
}
 @media all and (min-width: 55em) {

}

/*Content Styles*/

.content-date {
/*	color: #028DB2;*/
	font-weight: 500;
	margin: 0 0 1em 0;
}
.content-contact {
	border-top: 1px solid #C8CCCF;
	border-bottom: 1px solid #C8CCCF;
	padding: 3px 0;
	margin: 1em 0;
}
.content-contact {
	border-top: 1px solid #C8CCCF;
	border-bottom: 1px solid #C8CCCF;
	background-color: #edf6f8;
	padding: 10px;
	margin: 1em 0;
}
.content-keywords {
	/*background-color: #EFEFEF;*/
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px;
	margin: 1.5em 0;
}
.content-summary-indent {
	margin: 0 5px;
}
ul.list-no-style {
	list-style: none;
	margin: 0 0 10px 0;
}
ul.list-no-style > li {
	list-style: none;
	margin: 10px 0 0 0;
}
ul.list-nor-space {
	list-style: none;
	margin: 0 0 5px 0;
}
ul.list-nor-space > li {
	list-style: none;
	margin: 8px 0 0 0;
}
.content-summary-indent {
	margin: 3px 0 8px 15px;
}
.content-logo-right {
	float: right;
	margin: 0 0 10px 10px;
}
.highlight-dark-blue {
	color: #0F2A3F;
	font-weight: 700;
}
.highlight-dark-teal {
	color: #005B75;
	font-weight: 700;
}
.highlight-med-teal {
	color: #007898;
	font-weight: 700;
}
.highlight-light-teal {
	color: #028DB2;
	font-weight: 700;
}
.highlight-dark-green {
	color: #799058;
	font-weight: 700;
}
.light-gray-italic {
	color: #888888;
	font-style: italic;
	font-size: .9em;
}
.event-detail-head {
	color: #028DB2;
	font-weight: 700;
	font-size: 1.3em;
	margin: .8em 0;
}
.event-sponsors {
	float: left;
	width: 165px;
	padding: 10px;
	text-align: center;
}
.event-list {
	margin: 0;
	padding: 0;
}
.event-list h4 {
	font-size: 1.3em;
	padding-top: 1.0em;
	clear: both;
}
.event-list .date-list .date b {
	font-size: 1.5em;
	line-height: 0.83;
}
.event-list .date-list .date {
	width: 50px;
	margin-right: 10px;
	height: auto;
	float: left;
}
.event-list .date-list .info {
	float: left;
	margin-left: 0;
	width: 85%;
	color: #333;
}
.event-list .date-list .date strong, .event-list .date-list .date b {
	color: #C76248;
	font-size: 1.2em;
	letter-spacing: -0.1ex;
	line-height: 0.8;
}
.event-list .date-list h4 {
	font-size: 1.1em;
	margin-top: 2px;
}
.event-list ul.date-list {
	margin-left: 0;
}
.event-list .date-list > li {
	padding: 8px 0;
}
ul.list-space {
	margin-left: 0;
}
.list-space > li {
	margin-left: 0;
	padding-bottom: .7em;
	list-style-type: none;
}
.sitemap > ul > li {
	list-style: none;
}
.sitemap > ul > li a {
	font-weight: 700;
	padding: 10px 0 0 0;
	display: block;
}
.sitemap > ul > li > ul a {
	list-style: disc;
	font-weight: normal;
	padding: 0;
	color: #444;
}
.sitemap > ul > li > ul a:hover {
	color: #799058;
}
.dotted-list {
	border-bottom: 1px dashed #999999;
}
li.dotted-list a {
	color: #005B75;
}
li.dotted-list a:hover {
	color: #799058;
}
.ui-button {
	white-space: nowrap;
}
.bottomatb {
	float: right;
	margin-top: 5px;
	margin-right: 0;
}
.mhimss-icon {
	clear: right;
}
.paragraph-space {
	clear: both;
	margin: 20px 0;
}
li.pane > div.formatted-content ul > li {
	margin: 8px 0;
}

.attach-link-area {
	margin: 30px 0 10px 0;
}
.attach-link-area h5 {
	margin-bottom:10px;	
}
.image-cap-left {
	float: left;
	margin: 0 20px 10px 0;
}
.image-left {
	margin: 2px 0;
}
.image-cap {
	text-align: center;
	font-size: .9em;
}
div.recordingButton a {
	background: #778E56;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	height: 25px;
	display: block;
	margin: 0 auto;
	float: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
div.recordingButton a img {
	vertical-align: middle;
	margin-right: 10px;
}

div.excerpt {margin-bottom:20px;}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
} 
.video-container iframe, .video-container object, .video-container embed {     
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.PressRoomBlogWidget ul, div.PressRoomBlogWidget ul li {list-style:none; margin-left:0px; padding-left:0px;}

/* login page boxes */
div.loginFormBox {float:left; width:190px; border:1px solid #ebebeb; padding:10px; display:inline;  }
div.loginFormBox h2 {margin-top:0px; width:230px;}
div.loginFormBox form label {width:70px; display:inline-block;}
div.loginFormBox h3 {color: #779150; font-size: 15px; margin-bottom: 8px; }

div.loginHelpBox {float:left; width:260px; border:1px solid #999; padding:10px; margin-top:0px; display:inline; position:relative;}
div.loginHelpBox h3 {
	font-size: 1.25em;
	line-height: 1;
	padding-bottom: .75em;
	color: #788f57;}
div.loginHelpBox p {margin-bottom:10px;}

/*added 2/11/2013 by Sarah Conner, dispay of org affiliate membership benefits matrix table*/

/* Organizational Table -- dark color #403ea3, light color #bdcada */
table.memberOrg {
	width: 529px;
	margin: 0px 0px 6px 0;
	border: 1px solid #403ea3;
}
table.memberOrg tr th {
	text-align: center;
	background: #bdcada;
	font-weight: bold;
	color: #403ea3;
	padding: 10px 5px 0px 5px;
	margin: 0;
	font-size: 12px
}
table.memberOrg tr th span {
	font-weight: normal;
	font-size: 11px;
}
table.memberOrg tr th.learn {
	text-align: left;
	font-weight: normal;
	padding: 0 5px 0 5px;
}
table.memberOrg tr td.left {
	text-align: left;
}
table.memberOrg tr {
}
table.memberOrg tr td {
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #bdcada;
	text-align: center;
	color: #403ea3;
}
table.memberOrg tr.section {
	background-color: #bdcada;
}
table.memberOrg tr td.dues {
	background-color: #403ea3;
	color: #fff;
	border-left: 1px solid #bdcada;
}
table.memberOrg tr td.dues_left {
	background-color: #403ea3;
	color: #fff;
	text-align: left;
	width: 260px;
}
table.memberOrg tr td.dues span {
	font-size: 11px;
	line-height: 12px;
}
table.memberOrg tr td.description {
	text-align: left;
	border-top: 1px solid #fff;
	color: #403ea3;
	line-height: 15px;
}
table.memberOrg tr td.description #sectionDetail1a_plus, table.memberOrg tr td.description #sectionDetail1_plus, table.memberOrg tr td.description #sectionDetail2_plus, table.memberOrg tr td.description #sectionDetail3_plus, table.memberOrg tr td.description #sectionDetail4_plus, table.memberOrg tr td.description #sectionDetail5_plus, table.memberOrg tr td.description #sectionDetail6_plus {
	background: transparent url(http://www.himss.org/images/plus_org.gif) 100% 50% no-repeat;
	padding: 0 18px 0 0;
}
table.memberOrg tr td.description #minus1a, table.memberOrg tr td.description #minus1, table.memberOrg tr td.description #minus2, table.memberOrg tr td.description #minus3, table.memberOrg tr td.description #minus4, table.memberOrg tr td.description #minus5, table.memberOrg tr td.description #minus6 {
	background: transparent url(http://www.himss.org/images/minus_org.gif) 100% 50% no-repeat;
	padding: 0 18px 0 0;
}
table.memberOrg tr td.col1 {
	text-align: left;
	width: 265px;
}
table.memberOrg tr td.col1 a {
	text-decoration: none;
}
table.memberOrg tr td.col1 a:hover {
	text-decoration: underline;
}
table.memberOrg tr th.learn a, table.memberOrg tr.section td.description a, table.memberOrg tr td.col1 a {
	color: #403ea3;
}
table.memberOrg div.sectionDetail {
	padding: 0;
	background: #fff;
	margin: 5px -5px -5px -5px;
}
table.memberOrg div.sectionDetail table.detail {
	margin: 0;
	padding: 0;
}
table.memberOrg div.sectionDetail table.detail tr td {
	margin: 0;
	padding: 5px;
	text-align: center;
}/**/
table.memberOrg div.sectionDetail table.detail tr td a {
	text-decoration: none;
}
table.memberOrg div.sectionDetail table.detail tr td a:hover {
	text-decoration: underline;
}
table.memberOrg div.sectionDetail table.detail tr td.col1 {
	text-align: left;
	width: 260px;
}
table.memberOrg div.sectionDetail table.detail tr td.col2 {
	width: 60px;
	padding-left: 10px;
}
html table.memberOrg div.sectionDetail table.detail tr td.col2 {
	width: 60px;
	padding-left: 8px;
}
/* todo: is the above block generated? revise */



.thumb-list img {
	width: 120px;
	float: left;
	position: absolute;
	margin-top: 15px;
}
.thumb-list .info {
	margin-left: 132px;
	margin-bottom: 20px;
}

.stBubble {
	width: 50%;
	height: 50%;
}
.sponsored-field {
	float: left;
	min-width: 50%;
	min-height: 50px;
}

.no-top {
	margin-top: 0;
	padding-top: 0;
}

ul.vintage-2001 > li.pane > .formatted-content ul {
	list-style: none;
	margin-left: 1em;
}

/* Community pages */

#btnSignIn { }
#btnSignIn p {  }
#btnSignIn a {border-radius: 15px; background-color: #F6A01A; color: #fff; padding: 5px 15px; text-decoration: none; font-weight: bold; }
#cmmtyLand {float: left; margin-right: 10px; }
#cmmtyLand1 {float: left; margin: 0px 10px 40px 0px; }
#cmmtyLand2 {float: left; margin: 0px 10px 65px 0px; padding: 0px;}
#signindivider {border-top: 1px dotted #ccc; padding-top: 20px; }

