

/* Main Content */
body {
	margin: 50 20 20 20;
	background: #ffffff;
	font-family: 'Arial', sans-serif;
	color: #231f20;
}

.icon {
	background-repeat: no-repeat;
	background-position: center left 20px;
	margin: 10px 0px;
	padding: 20px 80px;
}
.important {
	background-image: url("../web/iconImportant.png");
	background-size: 45px;
	color: #00529B;
	background-color: #BDE5F8;
}
.warning {
	background-image: url("../web/iconWarning.png");
	background-size: 45px;
	color: #9F0000;
	background-color: #FECFCF;
}
.note {
	background-image: url("../web/iconNote.png");
	background-size: 45px;
	color: #208F00;
	background-color: #D3FED3;
}
.tip {
	background-image: url("../web/iconTip.png");
	background-size: 45px;
	color: #9F6000;
	background-color: #FEF1B3;
}
.onpage {
	background-image: url("../web/iconTOC.png");
	background-color: #D9E5F2;
}		

h1, h2, h3, h4 {
	font-weight:normal;
}

a:link, a:visited {
	color: #00a3e0;
	text-decoration: none;
}

a:hover {
	color: #006186;
	text-decoration: none;
}

body.index {
	margin: 0px;
}

body.tocmenu {
	margin: 0px;
	background: #D9DADC
}

li {
	padding: 3px;
}

table {
	color: #4b4d50;
}

figure {
	display: inline-block;
}

figcaption {
	text-align: center;
}

.regular {
	padding: 5 5 5 5;
	border-collapse: collapse;
}



.regular td, 
.regular th {
	border: 1px solid;
	border-color: #4b4d50;
	padding: 10 10 10 10;

}

.regular2 td, 
.regular2 th {
	border: 0px;
	padding: 10 10 10 10;
	color:#000000

}

.regular3 td, 
.regular3 th {
	border: 1px solid black;
	border-radius: 10px;
	padding: 15 20 15 20;
	border-collapse: collapse;
}

iframe {
	display: block;
}

caption { 
	display: table-caption;
	text-align: left;
	font-weight: 650;
}

img.large {
	width:100%;
	height:auto;
	max-width:800;
	min-width:300
}

img.medium {
	width:100%;
	height:auto;
	max-width:450;
	min-width:300
}

img.small {
	width:100%;
	height:auto;
	max-width:300;
	min-width:300
}

img.inline {
	display: float;
	width: 23px;
	height: auto;
}

div.content {
	max-width:800px;
	min-width:300px;
}

/* TOC Menu */
/* Base Styles */
#tocmenutitle {
	background: #D9DADC;
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	color: #231f20;
	padding: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#tocmenu,
#tocmenu ul,
#tocmenu li,
#tocmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.5;
	font-family: 'Arial', sans-serif;
	font-size: 1em;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#tocmenu {
	width: 100%;
}

#tocmenu > ul > li {
	background: #D9DADC;
}
#tocmenu > ul > li:hover {
	background: #00a3e0;
}
#tocmenu > ul > li > a {
	font-size: .9em;
	display: block;
	color: #231f20;
	border: none;
	padding: 5px 5px 5px 5px;
}
#tocmenu > ul > li > a > span {
	display: block;
	padding: 0px 25px 0px 0px;
}
#tocmenu > ul > li > a:hover {
	text-decoration: none;
}
#tocmenu > ul > li.active {
	border-bottom: none;
}
#tocmenu > ul > li.has-sub > a span {
	background: url(icon_plus.png) 96% center no-repeat;
}
#tocmenu > ul > li.has-sub.active > a span {
	background: url(icon_minus.png) 96% center no-repeat;
}

#tocmenu ul ul {
	display: none;
}
#tocmenu ul ul li {
	background: #D9DADC;
}
#tocmenu ul ul li:last-child {
	border-bottom: none;
}
#tocmenu ul ul a {
	padding: 5px 10px 5px 25px;
	display: block;
	color: #231f20;
	font-size: .9em;
	font-weight: normal;
}
#tocmenu ul ul a:before {
	content: '\00BB';
	position: absolute;
	left: 10px;
}
#tocmenu ul ul a:hover {
	background:  #4b4d50;
	color: #fff;
}