.h1_chaptertitle {
	line-height: 120%;
	color: #50575b;
	font-size: 160%;
	font-weight: bold;
	font-style: normal;
}
.h2_mainheading {
	color: #50575b;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #0495df;
}
.h2_mainheading_no_underline {
	color: #50575b;
	font-size: 135%;
	font-weight: bold;
	font-style: normal;
}

.h2_contentsPage{font-size:30px;color:#2A7884;font-weight:700;border-bottom:1px solid #2A7884;padding-bottom:10px}

.h3_subheading {
	color: #50575b;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #0495df;
}
.h3_subheading_no_underline {
	color: #50575b;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
}
.h4_minorheading_no_underline {
	color: #50575b;
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
}
.scope_box {
	padding: 10px;
	border: solid 5px #aad2df;
}
.reference_box {
	padding: 10px;
	border: solid 5px #a7e6c3;
}
.version_number {
	color: #50575b;
	font-size: 115%;
	font-style: normal;
}
.table_header {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background-color: #5c5c5c;
	text-align: left;
	vertical-align: text-top;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
	color: #000;
}

table {  font-size: 100%; vertical-align: top; width:100%;}
td { font-size: 100%; vertical-align: top; padding:10px; text-align:left; border-top:none !important;}
tr {  font-size: 100%; vertical-align: top; }
table p { margin: 0; padding-bottom: 10px; } 
.cont_table{width: 8%;}


.table_row_odd {
	font-size: 100%;
	text-align: left;
	vertical-align: text-top;
}
.table_row_even {
	font-size: 100%;
	background-color: #cbdaf5;
	text-align: left;
	vertical-align: text-top;
}
.outstanding {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.end_of_chapter {
	color: #50575b;
	font-weight: bold;
	text-align: center;
}
.to_follow {
	color: gray;
}
.tiny_text {
	font-size: 11px
}
.highlight {
	background: #FFFF40;
}

.table_row_even_bold { font-size: 100%; background-color: #cbdaf5; text-align: left; vertical-align: text-top; font-weight: bold;}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	/*scope box top margin........................................................................*/
  margin-top:20px;
}
/* new scope box ........................................................................*/
.well h2 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 22px;
	color:#000;
	font-weight:normal;
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 2px;
}
.table {
	font-size: 100%;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }


/*
.anchoring:before {
  content:"";
  display:block;
  height:170px; 
  margin:-170px 0 0; 
}

*/


