123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644 |
- /*
- * DON'T REMOVE THE FOLLOWING LICENSE
- * INFORMATION!
- * ----------------------------------
- * Copyright by
- * Global Cube Business Solutions
- * Author: Dennis Ritz
- * info@global-cube.de
- * 2007-2008
- * ----------------------------------
- */
- .-xerror {
- border:2px solid #ff0000;
- }
- #retrieveInput {
- position:absolute;
- display:none;
- top:0px;
- left:0px;
- margin:0px;
- padding:0px;
- width:100%;
- height:100%;
- background:url('img/MISModel/retrieveInputBG.png');
- border:0px dashed #FF0000;
- color:#ffffff;
- z-index:10;
- font-weight:bold;
- overflow:auto;
- }
- #retrieveInput form {
- position:relative;
- width:800px;
- margin:auto;
- margin-top:5px;
- margin-bottom:5px;
- z-index:10;
- border: 0px;
- }
- #retrieveInput form legend {
- position:absolute;
- top:0px;
- color:#ffffff;
- font-size:16pt;
- }
- #retrieveInput form legend img {
- width:24px;
- height:24px;
- margin-left:5px;
- margin-right:5px;
- }
- #retrieveInput form fieldset {
- padding:7px;
- padding-top:30px;
- }
- #retrieveInput form legend {
- position:absolute;
- }
- #retrieveInput table {
- position:relative;
- margin:0px;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- border-collapse:collapse;
- /*background:url('img/MISModel/retrieveInputBG.png');*/
- border:0px solid #EEEEEE;
- }
- #retrieveInput td.label {
- width:25%;
- }
- #retrieveInput input{
- width:99%;
- left:0px;
- }
- #retrieveInput textarea{
- width:99%;
- }
- #retrieveInput input.btn{
- width:auto;
- }
- tr.navContainer {
- width:100%;
- height:100%;
- z-index:0;
- margin:0px;
- }
- td.navContainer {
- width:100%;
- height:100%;
- z-index:0;
- margin:0px;
- vertical-align:top;
- }
- .treeContainer {
- margin:0px;
- position:absolute;
- left:0px;
- width:100%;
- top:0px;
- /*background:url("img/GUI/Tree/rootBG.png") repeat-y;*/
- bottom:0px;
- overflow:auto;
- overflow-x:hidden;
- border:0px solid #ff0000;
- }
- .tree {
- position:relative;
- margin:0px;
- width:100%;
- overflow:visible;
- }
- .tree .treeNodeListener {
- position:absolute;
- left:40px;
- top:0px;
- width:100%;
- height:100%;
- cursor:pointer;
- padding:0px;
- z-index:0;
- border:0px dashed #00FF00;
- }
- .tree .treeNode {
- position:relative;
- width:100%;
- }
- .tree .treeNodeLeaf {
- position:relative;
- width:100%;
- }
- .tree div.treeNode div.treeNodeValue {
- padding:1px;
- position:relative;
- /*font-weight:bold;*/
- z-index:0;
- border:0px solid #FF0000;
- }
- .tree div.treeNode div.treeNodeValue_active {
- padding:1px;
- position:relative;
- /*font-weight:bold;*/
- z-index:0;
- border:0px solid #FF0000;
- }
- .tree div.treeNodeLeaf div.treeNodeValue{
- padding:1px;
- position:relative;
- /*font-weight:bold;*/
- z-index:0;
- border:0px solid #00FF00;
- }
- .tree div.treeNodeLeaf div.treeNodeValue_active{
- padding:1px;
- position:relative;
- /*font-weight:bold;*/
- z-index:0;
- border:0px solid #00FF00;
-
- }
- .tree div.treeNodeSub div.treeNodeValue {
- padding:1px;
- background:transparent;
- font-weight:normal;
- }
- .tree div.treeNodeSub div.treeNodeValue_active {
- padding:1px;
- background:transparent;
- font-weight:normal;
- }
- .tree div.treeNodeSub .treeNodeLeaf div.treeNodeValue {
- padding:1px;
- background:transparent;
- font-weight:normal;
- }
- .tree div.treeNodeSub .treeNodeLeaf div.treeNodeValue_active {
- padding:1px;
- background:transparent;
- font-weight:normal;
- }
- .tree .treeNodeSub {
- margin:0px 0px 0px 22px;
- display:none;
- }
- .tree .contextMenu {
- display:none;
- }
- .tree a {
- padding:0px;
- top:0px;
- margin:-20px 0px 4px 24px;
- display:block;
- position:relative;
- cursor:pointer;
- z-index:1;
- border:0px dashed #00FF00;
- color:#000053;
- text-decoration:underline;
- }
- .tree img {
- border:0px;
- z-index:10;
- }
- .label {
- position:relative;
- padding:0px;
- border:0px solid #0000FF;
- vertical-align:top;
- }
- .label .icon {
- margin:0px;
- padding:0px;
- border:0px solid #0000FF;
- vertical-align:top;
- z-index:1;
- }
- .label .text {
- padding-left:7px;
- border:0px solid #0000FF;
- vertical-align:top;
- color:#000053;
- }
- .label_active {
- position:relative;
- padding:0px;
- border:0px solid #0000FF;
- vertical-align:top;
- }
- .label_active .icon {
- margin:0px;
- padding:0px;
- border:0px solid #0000FF;
- vertical-align:top;
- z-index:1;
- }
- .label_active .text {
- padding-left:7px;
- border:0px solid #0000FF;
- vertical-align:top;
- color:#AA5353;
- }
- .tree div.treeNodeValue_active .text {
- color:#FF0000;
- }
- .tree img.expander {
- position:relative;
- display:block;
- cursor:pointer;
- z-index:1;
- border:0px;
- margin:4px 2px 4px 2px;
- }
- .tree .treeDivider {
- position:absolute;
- width:100%;
- font-size:0px;
- height:2px;
- background: url("img/GUI/Tree/divider.png") no-repeat;
- }
-
- body, html {
- height:99.9%;
- max-height:99.9%;
- width:100%;
- margin:0px;
- padding:0px;
- background:url("img/MISModel/leftbarBG.png") repeat-y;
- overflow:hidden;
- font-family:Arial;
- font-size:10pt;
- /*color:#FAFAFA;*/
- color:#000053;
- }
- #head {
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:47px;
- /*background: url("img/MISModel/linedBlueBG.png") repeat;*/
- /*background:url("img/MISHead/headBG.png") repeat-y;*/
- border:0px;
- border:0px solid #010060;
- z-index:0;
- color:#FDFDFD;
- }
- #toolbar {
- position:absolute;
- top:47px;
- left:0px;
- width:100%;
- height:24px;
- background: url("img/MISModel/GreyBG.png") repeat;
- border:0px;
- border-top:1px solid #BBBBBB;
- border-bottom:1px solid #999999;
- z-index:0;
- }
- #leftToolbar {
- float:left;
- top:0px;
- width:260px;
- height:100%;
- color:#000053;
- cursor:pointer;
- }
- #mainToolbar {
- position:absolute;
- top:0px;
- left:260px;
- height:100%;
- color:#000053;
- cursor:pointer;
- overflow:hidden;
- }
- #rightToolbar {
- float:right;
- top:0px;
- left:260px;
- height:100%;
- color:#000053;
- cursor:pointer;
- }
- #leftbar {
- position:absolute;
- display:none;
- top:73px;
- left:0px;
- width:260px;
- height:100%;
- /*background: url("img/MISModel/leftbarBG.png") repeat-y;*/
- z-index:0;
- overflow:hidden;
- }
- #leftdivider {
- cursor:move;
- }
- #leftdivider {
- position:absolute;
- display:none;
- top:73px;
- left:260px;
- width:4px;
- height:100%;
- background:url("img/MISModel/verticalDivider.png") no-repeat;
- background-position:center;
- cursor:ew-resize;
- }
- #main {
- position:absolute;
- margin:0px;
- padding:0px;
- top:73px;
- left:254px;
- width:100%;
- height:100%;
- border:0px solid #FF0000;
- overflow:auto;
- }
- #content {
- position:relative;
- top:0px;
- margin:0px;
- padding:0px;
- width:100%;
- height:100%;
- background: transparent;
- border:0px dashed #FF0000;
- overflow:auto;
- }
- #content form {
- position:relative;
- top:0px;
- left:0px;
- margin:5px;
- padding:0px;
- z-index:0;
- border: 0px solid #FF0000;
- overflow:hidden;
- }
- #context form fieldset {
- position:relative;
- margin:0px;
- padding:0px;
- }
- #content table {
- position:relative;
- margin:0px;
- padding:0px;
- left:0px;
- top:0px;
- width:100%;
- height:0%;
- border-collapse:collapse;
- z-index:0;
- }
- #content td.label {
- width:25%;
- }
- #content input {
- width:99%;
- z-index:0;
- }
- #content input.btn {
- width:auto;
- }
- #footbar {
- position:absolute;
- display:block;
- bottom:0px;
- left:0px;
- width:100%;
- height:24px;
- background: url("img/MISModel/GreyBG.png") repeat;
- height:24px;
- border-top:1px solid #BBBBBB;
- }
- #leftFootbar {
- float:left;
- width:250px;
- height:100%;
- color:#000053;
- cursor:pointer;
- }
- #mainFootbar {
- float:left;
- top:0px;
- left:250px;
- height:100%;
- color:#000053;
- cursor:pointer;
- }
- #Model_publisher {
- float:right;
- padding:5px;
- top:5px;
- right:5px;
- height:100%;
- color:#000053;
- }
- #Model_config {
- float:right;
- padding:5px;
- top:5px;
- right:5px;
- height:100%;
- color:#000053;
- font-weight:bold;
- }
- #contextContainer {
- position:absolute;
- left:0px;
- top:0px;
- width:200px;
- height:auto;
- border:1px solid #A5A5A5;
- z-index:200000;
- display:none;
- background: url("img/MISModel/retrieveInputBG.png") repeat;
- }
- .contextContainer a {
- padding:0px;
- top:0px;
- display:block;
- position:relative;
- cursor:pointer;
- z-index:0;
- border:0px dashed #00FF00;
- color:#000053;
- }
- .contextContainer .label .text {
- color:#ffffdd;
- font-weight:bold;
- }
- .contextContainer .label img {
- border:0px solid #000000;
- }
- .contextContainer {
- display:none;
- }
- #contextContainer .contextContainer {
- display:block;
- }
- #contextContainer .contextMenuNodeListener {
- position:absolute;
- left:0px;
- top:0px;
- width:100%;
- z-index:0;
- cursor:pointer;
- padding:3px 0px 3px 0px;
- }
- #contextContainer .contextMenuNodeSub .contextMenuNodeListener {
- padding:3px;
- }
- #contextContainer .contextMenuNode {
- position:relative;
- width:100%;
- }
- #contextContainer .contextMenuNodeLeaf {
- position:relative;
- width:100%;
- }
- #contextContainer div.contextMenuNode div.contextMenuNodeValue {
- padding:3px;
- position:relative;
- z-index:0;
- }
- #contextContainer div.contextMenuNodeLeaf div.contextMenuNodeValue{
- padding:3px;
- position:relative;
- background:url("img/GUI/Tree/rootBG.png") repeat-y;
- z-index:0;
- }
- #contextContainer div.contextMenuNodeSub div.contextMenuNodeValue {
- padding:3px 3px 3px 3px;
- background:transparent;
- }
- #contextContainer div.contextMenuNodeSub .contextMenuNodeLeaf div.contextNodeValue {
- padding:3px 3px 3px 3px;
- background:transparent;
- }
- #contextContainer .contextMenuNodeSub {
- margin:0px 0px 0px 16px;
- }
- #contextContainer a {
- padding:0px 0px 0px 5px;
- position:relative;
- cursor:pointer;
- z-index:1;
- color:#ffffdd;
- }
- #contextContainer .contextMenuDivider {
- width:100%;
- font-size:0px;
- height:2px;
- background:url("img/GUI/Tree/divider.png") no-repeat;
- }
- #head .location {
- float:left;
- width:254px;
- margin:0px;
- padding:3px;
- padding-top:7px;
- font-style:italic;
- color:#000053;
- font-size:1.2em;
- border:0px solid #ff0000;
- font-weight:bold;
- }
- .location img {
- position:relative;
- margin:5px;
- }
- #head .title {
- float:left;
- margin:0px;
- padding:7px;
- font-style:italic;
- color:#000053;
- font-size:1.2em;
- border:0px solid #ff0000;
- font-weight:bold;
- }
- .title img {
- position:relative;
- margin:5px;
- }
- #userinfo {
- position:absolute;
- float:right;
- top:0px;
- right:0px;
- height:100%;
- padding-left:5px;
- padding-right:5px;
- color:#000053;
- cursor:pointer;
- font-size:1em;
- border-left:0px solid #999999;
- }
- #userinfo img{
- position:relative;
- cursor:pointer;
- z-index:1;
- cursor:pointer;
- }
- #userinfo div {
- display:inline;
- cursor:pointer;
- }
|