html, body {
    margin:0;
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
    width:100%;
}

.api-title {
    font:normal 12px tahoma, arial, sans-serif;
    color:black;
    margin:5px;
}

.loading-indicator {
    font-size:11px;
    background-image:url('http://servis.forkup.org/images/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#doc-body .loading-indicator {
    font:bold 13px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
    position:absolute;
    top:35%;
    left:43%;
    color:#444;
    background-image:url(http://servis.forkup.org/images/default/shared/large-loading.gif);
    background-repeat: no-repeat;
    background-position:left 5px;
    padding:10px 10px 10px 38px;
	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 .loading-indicator{
	background:white;
	color:#444;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}

.time {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 14px;
	font-weight : normal;
	font-family : Tahoma,Verdana,Arial;
}

.b01 {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-weight : normal;
	font-family : Tahoma,Verdana,Arial;
}
.b01 a {
	color : #000000;
	text-decoration: none;
}
.b01 a:hover {
	color : #FF6603;
	text-decoration: none
}


.BL01 {
	color : #0066CC;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Verdana;
}
.BL01 a {
	color : #0066CC;
	text-decoration: none;
}
.BL01 a:hover {
	color : #333333;
	text-decoration: none
}

.BL02 {
	color : #0066CC;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Verdana;
}
.BL02 a {
	color : #0066CC;
	text-decoration: none;
}
.BL02 a:hover {
	color : #333333;
	text-decoration: none
}

.RE01 {
	color : #CC3300;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Verdana;
}
.RE01 a {
	color : #CC3300;
	text-decoration: none;
}
.RE01 a:hover {
	color : #0066CC;
	text-decoration: none
}