/*
 * Author : Duan Zhiyan
 * Summary: MDM one help online style sheet.
 */
*{
	margin:0;	padding:0;
}

body{
	font-size:12px;
	background:#eff5f3;
	font-family : 'メイリオ', 'Meiryo','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Verdana , 'Osaka' , 'ＭＳ Ｐゴシック' ;
}

img {
	-ms-interpolation-mode: bicubic;
}

/* Main layout */
#wrap{
	width:1024px;
	margin:0 auto;
	float:left;
}
#top{
	height:70px;
	background:transparent url(images/title_1px.png) repeat-x;
}
#sidebar{
	float:left;
	width:260px;
	min-height:600px;
	background:#cbdeef;
	border-right:1px solid #51585e;
	position: relative;
}
#main{
	position:absolute;
	left:262px;
	top:71px;
	width:762px;
	overflow-x:hidden;
	background:#fff;
}

#content, #footer {
	float:left;
	width:720px;
	margin-left:20px;
	margin-right:20px;
}
#content{
	min-height:540px;
	border-bottom:1px solid #787a79;
}
#footer{
	clear:both;
	text-align:right;
	height:60px;
}
/* End main layout */

/* Top style */
#logo{
	float:left;
	width:348px;
	height:70px;
	background:url(images/logo.png) no-repeat;
}
#title{
	position: absolute;
	top: 40px;
	left: 325px;
	width: 600px;
	height: 18px;
	vertical-align: bottom;
	font-family: Verdana;
	font-weight: bold;
	font-size: 16pt;
}
#button{
}
#corporate, #product, #toppage{
	float:left;
	display:block;
	width:90px;
	height:30px;
	background:transparent url(images/buttom_normal.png) no-repeat left top;
}
#corporate, #product, #toppage{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding-top:10px;
}
#corporate:hover{
	background:transparent url(images/buttom_rollover.png) no-repeat left top;
}
#product{
	background:transparent url(images/buttom_normal.png) no-repeat left top;
}
#product:hover{
	background:transparent url(images/buttom_rollover.png) no-repeat left top;
}
#toppage{
	background:transparent url(images/buttom_normal.png) no-repeat left top;
}
#toppage:hover{
	background:transparent url(images/buttom_rollover.png) no-repeat left top;
}
#corporate:active, #product:active, #toppage:active{
	background:transparent url(images/buttom_click.png) no-repeat left top;
}
#rightlogo{
	float:right;
	width:270px;
	height:70px;
}
/* End top style */

/* Sidebar style */
.treelist{
	list-style:none;
}
.treelist a{
	display:block;
	color:#000;
	height:21px;
	padding-left:40px;
	text-decoration:none;
	padding-top:3px;
}
.treelist ul{
	list-style:none;
}

/* --------------------- for menu and submenu */
.treelist li.sel1 { background: transparent url(images/manu_select.png) repeat-x left top;}
.treelist li.nsel1 { background: transparent url(images/menu_normal.png) repeat-x left top;}
.treelist li.sel2 { background: #a8d7fd; }
.treelist li.nsel2 { background: #a8d7fd; }
.treelist li.sel3 { background: #ddf0fe; }
.treelist li.nsel3 { background: #ddf0fe; }
.treelist li.sel4 { background: #e5eff8; }
.treelist li.nsel4 { background: #e5eff8; }
.treelist li.sel5 { background: #e5eff8; }
.treelist li.nsel5 { background: #e5eff8; }

.treelist li.sel2 a{ padding-left:50px}
.treelist li.nsel2 a{ padding-left:50px}
.treelist li.sel3 a{  padding-left:60px}
.treelist li.nsel3 a{  padding-left:60px}
.treelist li.sel4 a{  padding-left:70px}
.treelist li.nsel4 a{  padding-left:70px}
.treelist li.sel5 a{  padding-left:80px}
.treelist li.nsel5 a{  padding-left:80px}
/* -------------------- */

/* End sidebar style */

/* Main style */
.contentbox{
	padding:8px 10px;
}
.contentbox h2, .contentbox h3{
	clear: both;
}
.contentbox h2 span{
	margin-top: 20px;
	display:block;
	float:left;
}

.contentbox h2 span.hleft{
	width:11px;
	height:24px;
	background:transparent url(images/deepgray_left.png) no-repeat left top;
}
.contentbox h2 span.hright{
	width:11px;
	height:24px;
	background:transparent url(images/deepgray_right.png) no-repeat left top;
}
.contentbox h2 span.hmiddle{
	font-size:16px;
	font-style:normal;
	width:670px;
	height:24px;
	background:transparent url(images/deepgray_1px.png) repeat-x left top;
}

.contentbox h3 span{
	margin-top: 20px;
	display:block;
	float:left;
}

.contentbox h3 span.hleft{
	width:11px;
	height:24px;
	background:transparent url(images/lightgray_left.png) no-repeat left top;
}
.contentbox h3 span.hright{
	width:11px;
	height:24px;
	background:transparent url(images/lightgray_right.png) no-repeat left top;
}
.contentbox h3 span.hmiddle{
	font-size:16px;
	font-style:normal;
	width:670px;
	height:24px;
	background:transparent url(images/lightgray_1px.png) repeat-x left top;
}
.contentbox p{
	clear:both;
	padding: 10px 30px 0 20px;
}
.contentbox blockquote{
	border: 1px solid #CCCCCC;
	margin: 10px 30px 0 40px;
	padding: 5px 10px;
}
.contentbox a {
	color: #333333;
	text-decoration:none;
}
.contentbox a:hover, a:active {
	color: #999999;
}

.contentbox a.internal{
	font-weight: bold;
}
.contentbox a.external{
	font-weight: bold;
}

.contentbox ul, .contentbox ol {
	clear:both;
	padding: 10px 20px 10px 30px;
}

.contentbox dl{
	clear:both;
	padding: 10px 30px 0 20px;
}

.contentbox dt{
	font-weight: bold;
}

.contentbox dd{
	padding: 5px 0 10px 20px;
}

.contentbox pre {
	margin: 10px 20px 0 20px;
	padding: 2px 10px;
	border: 1px solid #CCCCCC;
}

.screenshot {
	margin: 10px;
	border: 1px solid #CCCCCC;
}

.section {
	clear: both;
	margin-top: 10px;
	padding: 10px 30px 0 20px;
}

.section img {
	clear: both;
}

.howto {
	clear: both;
}

.howto_header span{
	font-weight: bold;
}
.howto_header span{
	margin-top: 20px;
	display:block;
	float:left;
}

.howto_header span.hleft{
	width:11px;
	height:24px;
	background:transparent url(images/lightgray_left.png) no-repeat left top;
}
.howto_header span.hright{
	width:11px;
	height:24px;
	background:transparent url(images/lightgray_right.png) no-repeat left top;
}
.howto_header span.hmiddle{
	font-size:16px;
	font-style:normal;
	width:670px;
	height:24px;
	background:transparent url(images/lightgray_1px.png) repeat-x left top;
}
.howto_description {
	clear: both;
	margin-top: 10px;
	padding: 10px 30px 0 20px;
}
.howto_steps {
	clear: both;
	margin-top: 0px;
	padding: 0px 30px 0 20px;
}
.howto_steps ol {
	padding: 10px 20px;
}

.howto_steps li {
	margin-top: 20px;
}

.property_table {
	margin: 20px;
	width: 660px;
	border-spacing: 0;
	border: 1px solid #A7A7A7;
}
.property_table th, .property_table td {
	border: 1px solid #A7A7A7;
	padding: 10px;
}
.property_table th {
	text-align: left;
	width: 150px;
	background: #D6D6D6;
}

.property_table2 {
	width: 90%;
	border-spacing: 0;
	border: 1px solid #A7A7A7;
}

.property_table2 th {
	width: 20%;
	background: #F6F6F6;
}

.sqltype_table {
	margin: 20px;
	width: 660px;
	border-spacing: 0;
	border: 1px solid #A7A7A7;
}
.sqltype_table th, .sqltype_table td {
	border: 1px solid #A7A7A7;
	padding: 10px;
}
.sqltype_table th {
	text-align: left;
	background: #D6D6D6;
}

.icon {
	vertical-align: text-bottom;
}


/******************************************
    for mapping functions' help
 ******************************************/

#properties_container table, #errors_container table, #topic_container table, #output_container table {
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
}

.functionlist_container {
	clear: both;
}
.functionlist_container table {
	margin-top: 10px;
	margin-left: 20px;
}

.functiontable {
	border-collapse: collapse;
	width: 650px;
}
.functiontable th {
	border: 1px solid;
	text-align: left;
	padding: 2px;
}
.functiontable td {
	border: 1px solid;
	padding: 2px;
	vertical-align: top;
}

.parametertable th {
	background-color: #eff;
}
.errorcodetable th {
	background-color: #ffc;
}
.sampletable th {
	background-color: #cfc;
}
.othertable {
	border-collapse: collapse;
	width: 650px;
}
.othertable th {
	background-color: #D6D6D6;
	border: 1px solid;
	text-align: left;
	padding: 2px;
}
.othertable td {
	border: 1px solid;
	padding: 2px;
	vertical-align: top;
}
.center td, .center th {
	text-align: center;
}

/*

.tabpre{
	border:1px solid #a7a7a7;
	margin:20px 20px 8px 30px;
	border-spacing:0;
}
.tabpre th, .tabpre td{
	padding:12px 20px;
	background:#a7a7a7;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.tabpre th.lastcol, .tabpre td.lastcol{
	padding:12px 20px;
	border-right:none;
}
.tabpre tr.lastrow td{
	border-bottom:none;
}
.tabpre td{
	background:#d6d6d6;
}
*/

/* End main style */
/* Footer style */
#footer p{
	color: #5d6361;
	padding:20px 20px 0 0;
}
/* End footer style*/
