@charset "utf-8";

body {
	text-align:center;
	font-size:75%;
	}

div#productmenu{
    margin-left:10px;
}

div#center{
	width: 765px;
	border-left:#888 solid 1px;
	float:left;
	margin-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

div.item{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding: 5px 5px 2px 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px;
}
/*div.item_rules{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding: 5px 5px 2px 9px;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(/images/docs/small_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/
p.rules{
	margin: 0px;
	padding: 0px 0px 0px 13px;

}
div.source{
    margin-top:10px;
    margin-bottom:10px;
}

div.source textarea {
	height:3em;
	width:90%;
	margin: 0 auto;
	margin: 0 1em;
	font-size: x-small;
	background-color: #FFFFFF;
}

div.notes{
    text-align:left;
    margin:10px 60px 0 60px;
}

div#table{
    text-align:center;
}

div.explanation{
	text-align:left;
	margin:10px 5px 0 5px;
	border:solid 1px #888;
	background-color: #FFF5D0;
	padding-left: 5px;
}

ul{
    list-style:none;
}

div#sidebar_left{
	width:200px;
	margin-top: 25px;
	float:left;
	padding-bottom:1em;
	background-color: #EAEAEA;
}
#center {
	margin-top: 25px;
}
#sidebar_left .small_title_style {
	padding-left: 5px;
	font-weight: bold;
	color: #666666;
}
#container_api #sidebar_left .title_style {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding:0 0 3px 15px;
}

#center .api_title_img {
	background-image: url(/images/docs/title_obi_api.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 765px;
	padding: 0;
	margin: 0  0  20px 0;
	}
#center .api_title_img h2{
	color: #666666;
	font-size: 18px;
	height: 28px;
	padding-top: 5px 0  0 15px;
}


div#center table {
	font-size: small;
	color: #333333;
	width: auto;
	margin: 0 5px;
}

div#center table tr.head td {
	text-align: center;
	background-color: #E8E8E8;
		}

div#center table td {
	background-color: #F5F5F5;
	padding-left: 5px;
}

div#center table td table {
	font-size: small;
	margin: 0 20px;
}

div#center textarea {
    height: 3em;
}



/*#center .top_title {
	background-image: url(/images/docs/small_title.gif);
	height: 33px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}*/


#sidebar_left .api_list a:hover {
	background-color: #F5F5F5;
}
#sidebar_left .api_list .current_api {
	background-color: #FFFFFF;
	color: #666666;
}
#sidebar_left  .api_list li {
	list-style-image: url(/images/docs/content_relation_list.gif);
	padding: 0px;
	width: 135px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
