/*frameset.XZL: Styles to build the trainer frameset*/

HTML {
    height: 100%;
    width: 100%;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    overflow: hidden;

    background-color: #ffffe0;
}

BODY.fsetclass {
    height: 100%;
    width: 100%;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    overflow: hidden;

    font-family: sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;

    background-color: #e0e0e0;
}

IFRAME.hiddenclass {
    position: absolute;
    left: 0px;
    top: 0px;

    height: 1px;
    width: 1px;

    visibility: hidden;
}

IFRAME.appclass {
    height: 100%;
    width: 100%;
    position:absolute;

    border: 0px solid black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    background-color: white;
}

IFRAME.guiclass {
/*
    height: 0px;
    width: 100%;
    visibility: hidden;
*/
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: silver;
 }

TABLE.fsetclass  {
    height: 100%;
    width: 100%;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    overflow: hidden;

    background-color: #e0e0e0;
    color: white;
}

TABLE.logclass {
    /*display: none;*/
    background-color: white;
    color: black;
}

TD.fsetclass {
    height: 100%;
    width: 100%;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    vertical-align: top;
}

TD.appclass {
    height: auto;
}

TD.guiclass {
    height: 0px;
    background-color: silver;
}

TD.logclass {
    padding: 2px 2px 2px 2px;
}

INPUT.buttonclass {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    width: 60px;
}

DIV.fsetclass {
    width: 100%;
    height: 100%;

    border: 0px solid blue;
}

DIV.logclass {
    height: 100%;

    font-family: monospace;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    overflow: auto;
    vertical-align: top;
}

/*loading*/

BODY.bg_loading {
	background-image: url(jswidget/icons/hg-pages.gif);
	background-repeat: repeat-x;
	background-color: #5b5b5b;

	height: 100%;
    width: 100%;

    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    overflow: hidden;

    font-family: sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;

}

.loading-area {
	background-color: #FFFFFF;
	border: 2px solid #a7b5c2;
	border-bottom: 1px solid #a7b5c2;
	height: 190px;
	padding-top: 50px;
}

.bottom-left {
	background-image: url(jswidget/icons/bottom-left.gif);
	float: left;
	height: 35px;
	width: 10px;
}

.bottom-middle {
	background-image: url(jswidget/icons/bottom-middle.gif);
	float: left;
	height: 35px;
	width: 340px;
}

.bottom-right {
	background-image: url(jswidget/icons/bottom-right.gif);
	float: right;
	height: 35px;
	width: 10px;
}

.x1J {
	background-image: url(jswidget/icons/logo.gif);
	width: 63px;
	height: 35px;
}

/*eof*/

