* {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 9pt;
}
body {
    margin:0px;
    background-color: #EAEAEA;
    overflow: hidden;
}
p {
    font-size: 7pt;
}
.UARX-modal-container {
    background: #000000 url(img/shader.gif);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}

.UARX-win, .UARX-tools {
    position: absolute;
}

/* Frame borders */
.UARX-win-lt, .UARX-win-tm, .UARX-win-rt {
    height: 25px;
}
.UARX-win-lb, .UARX-win-bm, .UARX-win-rb {
    height: 7px;
}

/* Frame borders: Top Left, Middle and Right */
.UARX-win-lt {
    background: transparent url(img/left-top.png) no-repeat 0 0;
    width: 10px;
}

.UARX-win-tm {
    background: transparent url(img/top-middle.png) repeat-x 0 0;
    cursor: default;
    font-size: 7pt;
    font-weight: bold;
}
.UARX-win-rt {
    background: transparent url(img/right-top.png) no-repeat 0 0;
    width: 10px;
}

/* Frame borders: Bottom Left, Middle and Right */
.UARX-win-lb {
    background: transparent url(img/left-bottom.png) no-repeat 0 0;
    width: 10px;
}
.UARX-win-bm {
    background: transparent url(img/bottom-middle.png) repeat-x 0 0;
}
.UARX-win-rb {
    background: transparent url(img/right-bottom.png) no-repeat 0 0;
    width: 10px;
}

/* Frame borders: Left and Right */
.UARX-win-lm {
    background: transparent url(img/win-left.png) repeat-y 0 0;
    width: 10px;
}
.UARX-win-rm {
    background: transparent url(img/win-right.png) repeat-y 0 0;
    width: 10px;
}

/* Contents */
.UARX-container {
    width: 100%;
    height: 100%;
}

.UARX-win-contents, .UARX-tools-contents, .UARX-win-contents-tab, .UARX-tools-contents-tab {
    position: absolute;
    background-color: #FFFFFF;
    overflow: auto;
    opacity: 0.95;
}
.UARX-scroll-vertical {
	overflow-y: scroll;
}
.UARX-win-tabs,.UARX-tools-tabs {
    position: absolute;
 }
.UARX-win-contents, .UARX-win-contents-tab {
    left: 11px;
    right: 11px;
    top: 26px;
    bottom: 8px;
}
.UARX-win-contents-tab {
    top: 48px;
}
.UARX-win-tabs {
    top: 25px;
    height: 22px;
    right: 10px;
    left: 10px;
    background: white url(img/tab-container-bg.png) repeat-x;
    opacity: 0.87;
}
.UARX-tab, .UARX-tab-selected {
    position: absolute;
    font-size: 7pt;
    width: 84px;
    height: 21px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    left: 100px;
    background: url(img/tab-bg-sel.png);
    font-weight: bold;
    opacity: 0.6;
}
.UARX-tab-selected {
    left: 0px;
    height: 22px;
    cursor: default;
    opacity: 1;
}

.UARX-tools-contents, .UARX-tools-contents-tab {
    left: 8px;
    right: 8px;
    top: 13px;
    bottom: 8px;
}
.UARX-tools-contents-tab {
    top: 35px;
}
.UARX-tools-tabs {
    top: 13px;
    height: 22px;
}
.UARX-win-border {
    border: 1px solid #CCCCCC;
}

/* Buttons */
.UARX-win-min, .UARX-win-max, .UARX-win-close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.UARX-win-min-dis, .UARX-win-max-dis, .UARX-win-close-dis {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    cursor: default;
}
.UARX-win-min {
    right: 57px;
    background: transparent url(img/button-min.png) no-repeat 0 0;
}
.UARX-win-min-dis {
    right: 57px;
    background: transparent url(img/button-min-dis.png) no-repeat 0 0;
}
.UARX-win-max {
    right: 34px;
    background: transparent url(img/button-max.png) no-repeat 0 0;
}
.UARX-win-max-dis {
    right: 34px;
    background: transparent url(img/button-max-dis.png) no-repeat 0 0;
}
.UARX-win-close {
    right: 11px;
    background: transparent url(img/button-close.png) no-repeat 0 0;
}
.UARX-win-close-dis {
    right: 11px;
    background: transparent url(img/button-close-dis.png) no-repeat 0 0;
}

/* Menu classes */
#UARXMenu {
    position: absolute;
    width: 170px;
    height: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.UARX-menu-container {
    width: inherit;
    height: 100%;
}
/* Frame borders */
.UARX-tools-lt, .UARX-tools-tm, .UARX-tools-rt {
    height: 12px;
}
.UARX-tools-lb, .UARX-tools-bm, .UARX-tools-rb {
    height: 7px;
}
/* Frame borders: Top Left, Middle and Right */
.UARX-tools-lt {
    background: transparent url(img/tbox-top-left.png) no-repeat 0 0;
    width: 7px;
}
.UARX-tools-tm {
    background: transparent url(img/top-middle.png) repeat-x 0 0;
    cursor: default;
    font-size:7pt;
    font-weight:bold;
    padding-left:5px;
}
.UARX-tools-rt {
    background: transparent url(img/tbox-top-right.png) no-repeat 0 0;
    width: 7px;
}

/* Frame borders: Bottom Left, Middle and Right */
.UARX-tools-lb {
    background: transparent url(img/tbox-bottom-left.png) no-repeat 0 0;
    width: 7px;
}
.UARX-tools-bm {
    background: transparent url(img/bottom-middle.png) repeat-x 0 0;
}
.UARX-tools-rb {
    background: transparent url(img/tbox-bottom-right.png) no-repeat 0 0;
    width: 7px;
}

/* Frame borders: Left and Right */
.UARX-tools-lm {
    background: transparent url(img/tbox-left.png) repeat-y 0 0;
    width: 7px;
}
.UARX-tools-rm {
    background: transparent url(img/tbox-right.png) repeat-y 0 0;
    width: 7px;
}

/* Toolbox buttons */
.UARX-tools-min, .UARX-tools-max, .UARX-tools-close {
    width: 17px;
    height: 12px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.UARX-tools-min-dis, .UARX-tools-max-dis, .UARX-tools-close-dis {
    width: 17px;
    height: 12px;
    position: absolute;
    top: 0px;
    cursor: default;
}
.UARX-tools-close {
    right: 14px;
    background: transparent url(img/button-tools-close.png) no-repeat 0 0;
}
.UARX-tools-close-dis {
    right: 14px;
    background: transparent url(img/button-tools-close-dis.png) no-repeat 0 0;
}

/* Messagebox */
.UARX-msgbox {
    font-size: 9pt;
    padding: 10px 5px 5px 5px;
    cursor: default;
    line-height: 15px;
    text-align: justify;
}
.UARX-msgbox-buttons {
    padding: 12px 5px 5px 5px;
    text-align: center;
}
.UARX-information, .UARX-question {
    background: #0066CC url(img/title-shade.png) repeat-x;
}
.UARX-error, .UARX-warning {
    background: #FA4C32 url(img/title-shade.png) repeat-x;
}
.UARX-information-title, .UARX-error-title, .UARX-warning-title, .UARX-question-title {
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    color: white;
    cursor: default;
}
.UARX-error-icon, .UARX-information-icon, .UARX-warning-icon, .UARX-question-icon {
    width: 40px;
    height: 40px;
}
.UARX-information-icon {
    background: transparent url(icons/dialog-information.png) no-repeat center center;
}
.UARX-error-icon {
    background: transparent url(icons/dialog-error.png) no-repeat center center;
}
.UARX-warning-icon {
    background: transparent url(icons/dialog-warning.png) no-repeat center center;
}
.UARX-question-icon {
    background: transparent url(icons/dialog-question.png) no-repeat center center;
}
/* Buttons size */
input#button {
    width: 75px;
    height: 22px;
}
/* Loading box */
.UARX-loading {
    position: absolute;
    background: transparent url(img/shader.gif);
    width: auto;
    height: auto;
    z-index: 100;
}
.UARX-loading-image {
    background: transparent url(img/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}
.UARX-loading-message {
	line-height: 50px;
	padding: 3px;
	background-color: #606060;
	color: white;
	font-weight: bold;
	width: 200px;
	margin-top: 10%;
	text-align: center;
}
#uarx-debug {
    position: absolute;
    height:60px;
    width: auto;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #FFFFBB;
    border: 1px solid #FF3300;
    opacity: 0.85;
    padding: 5px;
    font-size: 10pt;
    overflow: auto;
    z-index: 100;
    color: #FF3300;
    font-family: Courier New;
}

F.standarWidth { width: 250px; }