* {
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
  text-align: left;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
  background-color: #d8bfd8;
  behavior: url('/static/v1a/css/csshover3.htc');
}

/* Default pop-open color */
.sectionheader {
  background-color:#CA9DE1;
}

/* Header section */
.header_shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: url('/static/v1a/images/clear-fade.png') repeat-x top;
  overflow:hidden;
  top: 75px;
  z-index: 0;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  z-index: 3;
  background-color: white;
}

.header_body {
	width: 900px;
  margin: 0px auto;
  padding-top: 5px;
  position: relative;
  background-color: white;
  height: 40px;
  z-index: 0;
}

.header_body_left {
  float: left;
  position: relative;
  width: 350px;
  z-index: 0;
}

.header_body_right {
  float: right;
  padding: 7px 0px 5px 0px;
  text-align: right;
  position: relative;
  z-index: 0;
}


/* Menu Bar Section */
.menu_bar {
  border-top: 1px solid #ddd; 
  border-bottom: 1px solid #000;
  background-color: #68228b;
  background-image: url('/static/images/grad_white.png');
  background-repeat: repeat-x;
  background-position: 0% 30%;
  z-index: 2;
}

.menu_bar_center {
  width: 900px;
  height: 28px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

ul#menu {
  color: #fff;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}

ul#menu li {
  display: inline;
  position: relative;
  margin-top: 2px;
  height: 26px;
  float: left;
}

ul#menu h2, ul#menu h3 {
  font-size: 100%;
  font-weight: normal;
  display: inline;
}

ul#menu li a, ul#menu li a:visited  {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 3px 10px 0px 10px;
  height: 22px;
}

ul#menu li a:hover {
  text-decoration: none;
  background-color: white;
  color: black;
  border-bottom: 2px solid #68228b;
}

ul#menu li.hovering div.menu_pop {
  display: block;
}

ul#menu li.spacer {
  width: 233px;
}

ul#menu li.mega a {
}

ul#menu li.mega a:hover {
  text-decoration: none;
  background-color: white;
  color: black;
}

ul#menu div.menu_pop {
  display: none;
  z-index:50;
}

ul#menu li.mega div.menu_pop {
  border: 2px solid #68228b;
  border-top: 0px;
  width: 200px;
  position: absolute;
  top: 27px;
  left: -2px;
  padding: 10px;
  background-image: url('/static/v1a/images/green-gradient.jpg') !important; 
  background-repeat: repeat-x;
  background-position: top;
  color: black;
  z-index: 5;
}

ul#menu li.mega div.menu_pop a {
  color: #68228b;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  border: 0px;
}
ul#menu li.mega div.menu_pop a:hover {
  color: white !important;
  text-decoration: none;
  background-color: #68228b;
  background-image: url('/static/images/grad_white.png');
  background-repeat: repeat-x;
  background-position: 0% 30%;
}

.header_body_code_sets {
  background-color: #f8f4f8;
  color: black;
  padding: 5px;
  display: none;
  position: absolute;
  top: 27px;
  left: 510px;
  z-index: 1000;
  border: 2px solid #68228b;
  width: 377px;
}

a.top-tags, a.top-tags:visited {
  font-size:9pt;
  color: black;
  text-decoration:none;
}
a.top-tags:hover, a.top-tags:active {
  color:#68228b;
  text-decoration:underline;
}

.header_search_options {
  background-color: #f8f4f8;
  color: black;
  padding: 5px;
  display: none;
  position: absolute;
  top: 27px;
  left: 511px;
  z-index: 1000;
  border: 2px solid #68228b;
  width: 376px;
}


/* Body Section */
.body_section {
  width: 100%;
/*  background-color: #f8f4f8;  */
  background-color: white;
  padding-top: 80px;
  min-height: 50px;
  border-bottom: 1px solid #888;
}

.body_content {
  background-color: white;
/*  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; */
  padding: 5px 15px 20px 15px;
  z-index: 0;
  width: 870px;
  margin: 0px auto;
}

.body_top {
}

.body_breadcrumbs {
  float: left;
  font-size: 9pt;
  margin: 3px 0px 10px 0px;
}

.body_breadcrumbs a, .body_breadcrumbs a:visited {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}
.body_breadcrumbs a:hover, .body_breadcrumbs a:hover {
  color: #68228b;
  text-decoration: underline;
}

.body_code_lists {
  float: right;
  margin: 3px 0px 10px 0px;
}


/* Footer Section */
.footer {
  min-height: 100px;
  z-index:1;
  background-color: #d8bfd8;
  padding: 15px 15px 10px 15px;
  font-size: 8pt;
  width: 900px;
  margin: 0px auto;
}

.footer_menu {
}


/* HTML Element Defaults */
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

th {
	vertical-align: bottom; 
	text-align: center;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
}

td {
	vertical-align: top; 
	text-align: left;
	padding: 3px;
}

p {
	margin-bottom: 10px;
	text-align: left;  
}

blockquote {
  margin: 0 30px 0 30px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333; /*#4d4d4d; /* #551a8b ; */
	font-weight: normal;
}

h1
{
	font-size: 24px;
	margin: 0;
	margin: 5px 0 15px 0;
  line-height: 125%;    
}

h2 {
	font-size: 20px;
	margin: 10px 0 10px 0;
  line-height: 125%;    
}

h3 {
	font-size: 17px;
  margin: 15px 0px 3px 0px;
  line-height: 125%;    
}

h4 {
	font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 100%;    
}

h5 {
	font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 100%;    
}

h6 {
	font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 100%;    
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;  
  padding: 0;  
}

:link, :visited { text-decoration: none; color: #68228b; }
:link:focus, :visited:focus { color: #68228b; }
:link:hover, :visited:hover { color: #68228b; text-decoration: underline; }
:link:active, :visited:active { color: #68228b; text-decoration: underline; }


ul {
  margin: 10px 30px; 
}
ol {
  margin: 10px 30px; 
}
li {
  line-height: 140%;
/*  padding-left: 30px */
}

blockquote {
  margin: 10px 30px;
}

input, select {
}

/* Other Page Elements */


/* not used:
.index_h1 {
  font-size: 14pt;
  display: inline;
  line-height: 160%;
  padding:0px;
  margin:0px;
}

.index_h1 a:link, .index_h1 a:visited {
  text-decoration: none;
	color: #68228b;
	font-weight: normal;
}

.index_h1 a:hover, .index_h1 a.active {
  text-decoration: underline;
}

.index_h1 h2, a:hover, h2 a.active {
  text-decoration: underline;
}
*/

.errors {
  background-image: url("/images/status-error.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 2px outset red;
  margin: 0 30px 0 30px;
  padding: 10px 15px 10px 65px;
  font-size: 100%;
  font-weight: bold;
}

.saveok {
  background-image: url("/images/status-ok.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 2px outset green;
  margin: 0 30px 0 30px;
  padding: 20px 15px 20px 65px;
  font-size: 125%;
  font-weight: bold;
}


.icd9_excludes {
  color: red; 
}

.icd9_includes {
  color: green; 
}

.icd9_codefirst {
  background: yellow; 
}

.icd9_useadd {
  background: aqua; 
}

.icd9_codealso {
  background: yellow; 
}

.icd10_excludes {
  color: red; 
}

.icd10_includes {
  color: green; 
}

.icd10_codefirst {
  background: yellow; 
}

.icd10_useadd {
  background: aqua; 
}

.icd10_codealso {
  background: yellow; 
}

table .code_table {
  width:95%;
  margin: 0px 0 0 0; 
  border: 1px solid #666666;
}

table.code_table  th{
  font-weight:bold;
  border:1px solid black;
}

table.code_table td {
  border:1px solid gray;
}

/* Begin: Used in charactercounter.js */
.minitext {
  font: normal 0.7em Arial, sans-serif;
  color: Black;
}

.disable {
  background-color: #CF110C;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
/* End: Used in charactercounter.js */


/* Start: Not sure if these are used: */
#searchboxhome {
}
#searchboxhome h2 {
}
#searchboxhome td {
/*  background-color:#d3baeb; */

  padding: 10px 10px 0 10px; 
  border: 1px solid #8d679f;
}
#searchtable{
  padding: 10px 10px 0 10px; 
  border: 1px solid #8d679f;
  background: #d3baeb url(/images/purple-title.png) repeat-x;
}
a.searchboxlink {
	color: black;
  font-size: 8pt;
}
a.searchboxlink:visited {
	color: black;
	text-decoration: none;
}
a.searchboxlink:hover a.searchboxlink:active {
	color: #68228b;
	text-decoration: underline;
  cursor: pointer;
}
/* End: Not Sure */


#blanket {
  background-color:#111;
  opacity: 0.3;
  filter:alpha(opacity=30);
  position:absolute;
  z-index: 9001;
  top:0px;
  left:0px;
  width:100%;
}

#popUpDiv {
  position:absolute;
  background-color:#fff;
  width:100px;
  height:75px;
  z-index: 9002; 
  text-align: center;
  vertical-align: middle;
}

#blanket_contact {
  background-color:#111;
  opacity: 0.3;
  filter:alpha(opacity=30);
  position:absolute;
  z-index: 9001;
}

#popUpDiv_contact {
  position:absolute;
  background: #d3baeb url(/images/purple-title.png) repeat-x;
  z-index: 9002; 
  text-align: center;
  border-top:    2px solid #ddd;
  border-left:   2px solid #ddd;
  border-bottom: 2px solid #444;
  border-right:  2px solid #444;
}

/* hide section until unhiden */
.hlinks {
  display: none; 
}

/* anti-phishers and poster-bots */
.bbait {
  display: none; 
}

.hang_indent {
  margin-left: 4em;
  text-indent: -4em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tdlt {
  text-align:left;
  vertical-align:top;
}

.tdct {
  text-align:center;
  vertical-align:top;
}

.tdrt {
  text-align:right;
  vertical-align:top;
}
.tdcm {
  text-align: center;
  vertical-align: middle;
	padding: 3px;
}

.tdl {
  text-align:left;
}

.tdr {
  text-align:right;
}

/* ChiroCode Knowledge Base Scope of Practice */
.CCState { color: navy; font-size: 18px; font-family: Verdana; font-weight: bold; font-stretch: condensed; line-height: 22px; }
.CCpagelink1 { color: black; font-size: 10pt; font-family: Verdana; line-height: 12pt; margin-left: 16pt; }
.CCpagelink2 { color: black; font-size: 10pt; font-family: Verdana; line-height: 12pt; margin-left: 32pt; }
.CCL1 { color: black; font-size: 12pt; font-family: Verdana; font-weight: bold; font-variant: small-caps; line-height: 16pt; padding-top: 4pt; padding-bottom: 6pt; border-top: 1pt solid black; }

.CCL2 { color: red; font-size: 14px; font-family: Verdana; font-weight: bold; line-height: 16px; list-style-type: upper-roman; }
.CCcomments { color: black; font-size: 10pt; font-family: Verdana; font-style: italic; line-height: 14pt; background-color: #dedede; margin-left: 32pt; padding-top: 4pt; padding-bottom: 4pt; padding-left: 8pt; }
.CCcodehdr { color: black; font-weight: bold; text-transform: uppercase; margin-left: 32pt; }
.CCcoderef { color: black; font-weight: normal; font-style: italic; margin-left: 48pt; }
.CCcodedesc { color: black; font-weight: bold; margin-left: 32pt; }
.CCcode1 { color: black; margin-left: 32pt; }
.CCcode2 { color: black; margin-left: 52pt; }
.CCcode3 { color: black; margin-left: 72pt; }
.CCcode4 { color: black; margin-left: 92pt; }
.CCcodelink { color: black; margin-left: 32pt; padding-bottom: 6pt; }/* begin Page */


.page_box_container {
  margin:0px auto;
  border:0px solid #ddd;
  width:870px;
}

.page_box {
  float:left;
  width:280px;
  margin-right:15px;
  line-height:160%;
  font-size:9pt;
}
.page_box_title {
  background-color: #c1d5b0;
  color: #444;
  /* background-image: url('/static/images/grad_white.png'); */
  background-repeat: repeat-x;
  background-position: 0% 30%;
  border:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:3px 5px 5px 5px;
  font-size:14pt;
  font-weight: normal;
  text-align: center;
}
.page_box_content {
  padding:10px 5px 10px 10px;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  background-image: url('/static/v1a/images/green-gradient.jpg');
  background-repeat: repeat-x;
}
.page_category {
  margin: 10px 0px 6px -5px;
  border-bottom: 1px solid #888;
  font-size:10pt;
  font-weight:bold;
  color: #333;
}
.page_category_first {
  margin-top: 0px;
}
.page_box_link {
  font-size:11pt;
  color: #68228b;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  display: block;
  border: 0px;
}
.page_box_icon {
  border:0px;
  margin-top:1px;
}
.page_box_link:hover {
  color: white !important;
  text-decoration: none;
  background-color: #68228b;
  background-image: url('/static/images/grad_white.png');
  background-repeat: repeat-x;
  background-position: 0% 30%;
}

.hilight {
  background-color: ##eeee00; /* not-so-bright yellow */
}