@charset "utf-8";
/* CSS Document */

h3{
	color:#00689b;
}
h4{
	background:url(images/titleicon.png) no-repeat left center;
	color:#777;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
	padding-left:16px;
}

p{
	margin:1em 0;
}
p img{
	border:0 none !important;
}

ol{
	margin-bottom: 2em;
}
ol li{
	list-style:inside square;
}

ul.manual{
	background:#fff;
	left:10px;
	margin-right:40px;
	position:absolute;
	top:10px;
	width:180px;
}
.manual li{
	border-top:1px solid #dfdfdf;
	display:block;
	font-size:16px;
	font-weight:600;
}
#manual_ch li{
	background:#fff;
	display:block;
	font-size:14px;
	font-weight:400;
}
#manual_ch a{
	display:block;
}
#setting_sub a{
	background:url(images/prefix.png) no-repeat left center;
	padding-left:1em;
}
#sub_long a{
	background-image:url(images/prefix_long.png);
	background-position:left center;
}
#sub_last a{
	background-image:url(images/prefix_end.png);
}
/*.manual a:visited{background:url(images/chk.png) right 0 no-repeat; padding-right:2em;}*/

.content{
	background:#fff;
	min-height:1000px;
}
.content{/* for IE6 */
	_height:1170px;
}
#manu_body{
	background:#fff;
	left:200px;
	position:relative;
	top:0px;
	width:610px;
}
#manu_body img{
	border:1px solid #d2d2d2;
}
#manu_body ul{
	margin-bottom:10px;
}
#manu_body li{
	padding-left:14px;
}

th,td{
	padding:4px 10px;
	text-align:left;
	vertical-align:top;
}
table{
	margin-bottom:10px;
	width:600px;
}
tr{
	background:#fff;
}
.even{
	background:#f6f6f6;
	border-radius: 8px;
}

th img{
	border:0 none !important;
}

#ibtable th{
	font-family: monospace;
}