@charset "UTF-8";
/***********************************************/
/* contents-02.css                                */
/***********************************************/
/***********************************************/
/* contents section cell                       */
/***********************************************/
/***********************************************/
/* list                                        */
/***********************************************/
div.contents ol li, div.contents ul li{
	list-style-position: outside;
	margin-left: 30px;
}
div.contents dl{
	margin-left: 20px;
}
div.contents dl dt{
	margin: 10px 0px 0px;
}
/***********************************************/
/* table                                       */
/***********************************************/
div.contents table{
	margin: 5px 10px 10px;
}
div.contents td{
	padding: 0px 5px;
}
/***********************************************/
/* pre                                         */
/***********************************************/
div.contents pre{
	/*word-wrap: normal;*/
	line-height: 110%;
	font-size: small;
	border: 1px solid #CCCCCC;
	margin: 5px 2% 10px;
	padding: 5px 1%;
	width: 94%;
	overflow: auto;
}
/* only win IE start \*/
* html div.contents pre{
	overflow-x: scroll;
}
/* only win IE end */

/***********************************************/
/* file                                        */
/***********************************************/
div.contents .file_name{
	background-color: #CCFF99;
	border: 1px solid #999999;
	font-weight: normal;
	background-image: url(/files/systemo/images/parts/pats01/file-30-13-white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 5px 2% 0px;
	padding: 0px 1% 0px 10%;
	width: 85%;
}
div.contents pre.file_contents{
	border-top: none;
	margin-top: 0px;
	background-color: #FFFFDD;
}
/***********************************************/
/* pre command_line                            */
/***********************************************/
div.contents pre.command_line{
	background-color: #E6FFFF;
}
/***********************************************/
/* p section_doc                               */
/***********************************************/
div.contents p.section_doc{
	margin-left: 25px;
	margin-bottom: 10px;
}
/***********************************************/
/* p li_doc                               */
/***********************************************/
div.contents p.li_doc{
	margin-left: 10px;
	/*margin-bottom: 10px;*/
}
/***********************************************/
/* p list_doc                                  */
/***********************************************/
div.contents p.list_doc{
	margin-left: 15px;
	margin-bottom: 5px;
}
/***********************************************/
/* span annotation                             */
/***********************************************/
div.contents span.annotation{
	color: #990000;
	line-height: 110%;
}
div.contents span.annotation-left{
	color: #990000;
	line-height: 110%;
	background-image: url(/files/systemo/images/parts/pats01/annot-w-20-10-orange.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
div.contents span.annotation-right{
	color: #990000;
	line-height: 110%;
	background-image: url(/files/systemo/images/parts/pats01/annot-e-20-10-orange.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
div.contents span.annotation-right60{
	color: #990000;
	line-height: 110%;
	background-image: url(/files/systemo/images/parts/pats01/annot-e-20-10-orange.gif);
	background-repeat: no-repeat;
	background-position: 55px center;
	padding-left: 60px;
}
/***********************************************/
/* span code_highlight                         */
/***********************************************/
div.contents span.code_highlight{
	color: #0000FF;
	line-height: 110%;
}
/***********************************************/
/* span code_inp                              */
/***********************************************/
div.contents span.code_inp{
	color: #FF0000;
}
/***********************************************/
/* img screen_shot                             */
/***********************************************/
div.contents img.screen_shot{
	margin: 5px 2% 10px;
	border: 1px solid #CCCCCC;
}

