body {
    font-size: 12px;
}
html, body {
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
    width:100%;
	font-family: "ＭＳ ゴシック",sans-serif; 
}
#class .loading-indicator{
	font-size:12px;
	height:18px;
}

#header {
	background-color:#535353;
	color:#fff;
	text-align:left;
	line-height:43px;
	text-indent:10px;
	height:43px;
	position:relative;
}
#header img{
	float:right;
	position:absolute;
	top:0px;
	right:0px;
}
.loading-indicator {
	font-size:11px;
	background-image:url('../ext/resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:20px;
	height:18px;
	text-align:left;
}
#loading-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
	height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	text-align:center;
	height:auto;
}
#docs{
	background:#535353;
}
//* ツリー */
#api-tree a span {
    font-family:verdana,arial,tahoma,sans-serif;
    font-size:11px;
}
#api-tree .x-panel-body {
    background-color:white;
    position:relative;
    padding:0px;
    border:0px;
}
/* ツリー選択時 */
#api-tree .x-tree-selected {
    background:#DFE8F6;
}

#api-tree .x-tree-selected a span{
	background:transparent;
	color:#1E4176;
  font-weight:bold;
}


/* ツリー項目ごとのスタイル */
#api-tree .none span{
	color:#cccccc;
}
#api-tree .draft span{
	color:#000;
}
#api-tree .done span{
	color:#000;
	font-weight:bold;
}
#api-tree .external span{
	color:#000;
	font-weight:bold;
}
/* ツリー項目ごとのアイコン */

.icon-none {
	background-image: url(images/icon_none.gif) !important;
}
.icon-draft {
	background-image: url(images/icon_draft.gif) !important;
}
.icon-done {
	background-image: url(images/icon_done.gif) !important;
}
.icon-external {
	background-image: url(images/icon_external.gif) !important;
}



























