.topic_heading {
	font-size: 22px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
	color: #000;
}

.topic_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:15px;
	color: #000;
}

.topic_subtitle {
	font-size: 17px;
	font-weight: bold;
	margin-bottom:15px;
}

.topic_subtitle2 {
	font-size: 15px;
	font-weight: bold;
	margin-top:25px;
	margin-bottom:15px;
}

.topic {
	margin-bottom:30px;
	font-size: 14px;
}

.topic_last {
	margin-bottom:0;
}

.topic_p {
	margin-bottom:15px;
}

.topic_p_last {
	margin-bottom:0;
}

.topic_ul_list {
}

.topic_ol_list_item, .topic_bullet_list_item {
	line-height:18px;
	margin:0;
	margin-bottom:15px;
}

.topic_list_item_first {
	margin-top:15px;
}

.topic_bullet_list {
	list-style:disc;
  padding: 0 0 0 40px;
}

.topic_ul_none_list {
	margin-top:15px;
}

.topic_ul_none_list_item {
	margin-bottom:15px;
}

.tag_kwd_bold {
/*	font-family: 'Courier New', 'Nimbus Mono L', monospace;*/
/*	font-family: 'Courier New', serif;*/
	font-weight: bold;
/*	color:#f3be58;*/
	color:blue;
}

.tag_kwd {
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
/*	color:#f3be58;*/
	color:blue;
}

.banner_box {
  border-style: groove solid;
  padding: 10px;
  }

.col {
	display:table-cell;
}

.leadws {
	display:table-cell;
}

.prev_page {
	float:left;
	margin:10px 0px 30px;
	}

.next_page {
	float:right;
	margin:10px 0px 30px;
	}

#show_source_btn {
	width: 25px;
	height: 179px;
	position:fixed; top:50%; left:0%;
	background-image: url(../../images/Show_Page_Source.png);
	z-index: 3011;
	}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 3010;
/*    z-index: 999999;*/
    
    /* Specify the width of your pageslide here */
		width: 800px; 
		height: 800px;
		overflow: auto;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#next_ver_btn {
	width: 25px;
	height: 174px;
	position:fixed; top:75%; left:0%;
	background-image: url(../../images/Show_Next_Ver.png);
	z-index: 3011;
	}

.left-point {
	padding: 0;
	border: 0;
	width: 55px;
	height: 25px;
	}

.banner_box {
  border-style: groove solid;
	border-color: #555;
  padding: 10px;
	color: #000;
	background-color: #ddd;
  }

.emphasis {
	color: #2b17ed;
}

.medium_emphasis {
	color: #2b17ed;
	font-style: italic;
}

.strong_emphasis {
	color: #2b17ed;
	font-weight: bold;
}

.weak_emphasis {
	color: #006040;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.code{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
	color: #000;
	background-color: #ddd;
}

.inline_code_bkg{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
	color: #000;
	background-color: #ddd;
}

.inline_code{
	font-family: 'Courier New', 'Nimbus Mono L', monospace;
/*	font-family: 'Courier New', serif;*/
	font-size: 13px;
}

.inline_syntax_bkg {
  font-style: italic;
	color:blue;
/*	color:#f3be58;*/
}

.syntax_keyword {
  font-style: italic;
	color:blue;
/*	color:#f3be58;*/
}

.syntax_literal {
	font-weight: bold;
	color:blue;
/*	color:#f3be58;*/
}

.syntax_delim {
	color:green;
}

