html{
}

body {
    overflow: auto;
    font-family: arial, calibri;
    font-size: 10pt;
}


/********************************* graph *********************************/

#placeholderparent {
	width: 100%;
	height: 300px;
	overflow: hidden;

	background: #fafafa;
}

#placeholder {
	width: calc(100% - 40px);
	height: 300px;
	margin: auto;

	xbackground: #ddf;
}


/********************************* graph *********************************/

#resultcontainerparent {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #e5effd;
	overflow: hidden;
}

#resultcontainer {
	width: 100%;
	height: 20px;
	padding: 5px 0;
	background: #e5effd;
	overflow: hidden;
	
	max-width: 640px;
	margin: auto;
	padding: 6px 0 4px 0;
}

#resultc1, #resultc2, #resultc3 {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

#resultc1 {
	width: 70px;
	float: left;
}

#resultc2 {
	width: calc(100% - 140px);
	float: left;
	text-align: center;
	xfont-weight: bold;
	xbackground: #eee;
}

#resultc3 {
	xwidth: 65px; xpadding: 0 5px 0 0;
	float: right;
	text-align: right;
	xfont-weight: bold;
	
	width: 70px;
}


/********************************* data table *********************************/

#tabledata {
	width: 100%;
	max-width: 640px;
	margin: auto;

	width: 99%;
}

#tabledata th {
	padding: 3px 0 1px 0;
	height: 18px;
}

#tabledata td {
	padding: 0;
}

input.datavalue, input.datavalueoff {
    width: 80px; 
    text-align: center;
    
    width: calc(100% - 4px);
    border: 1px solid #fff;
    padding: 1px 0 1px 0;
    height: 18px;
}

input.datavalueoff {
    border: 1px solid #999;
    background-color: #eee;
    color: #666;
    cursor: default;
}

input.datavaluesm {
    width: 50px; 
    text-align: center;
    border: 0px solid #999;
    background-color: #fff;
    xcolor: #666;
    xcursor: default;
    height: 18px;
}


/********************************* others *********************************/

.action {
    font-weight: bold;
    background-color: #f42;
    color: #fff;
    font-size: 9pt;
    padding: 3px 7px 2px;
    position: relative; top: -1px;
}

.link {
    color: #22f;
    text-decoration: underline;
    cursor: pointer;
}