/****************** workflow import ********************************/ @import url("../WF/Include/wfCommon.css"); /**********************General****************************/ /* main title*/ .mainTitle {font-size: medium; font-weight: bold; color: #064A68; line-height:260%;} /* sub title*/ .subTitle {font-size: small; font-weight: bold; color: #064A68; line-height:160%;} /* error message */ .errorMsg {color: red} /* hidden element */ .hiddenEl{display:none} /* give to cursor HAND look (like in link) */ .clickMe{cursor:pointer;cursor:hand;text-decoration:underline;color: #0000aa} /* give to cursor HAND look for an img */ img.selectClickMe{cursor:pointer;cursor:hand;vertical-align:text-bottom} /*************************** icon text links ***************************/ .iconText{color:#016685;cursor:pointer;cursor:hand; text-decoration:none; font-family:verdana;font-size:x-small;} img.iconText{border:none;} /*BIG icons */ .iconTextBIG{color:#016685;cursor:pointer;cursor:hand; text-decoration:none; font-family:verdana;font-size:small;} img.iconTextBIG{border:none;} /* links */ :hover .iconText {font-weight:bold} /*************************** /icon text links **************************/ /*space between items in the tree*/ .hierarchicContainer{margin:10px 10px 10px 10px; color:#0000a0} /*for menu tree*/ .treeNode{cursor:pointer;cursor:hand;background-color:#ffffff;color: #0000aa; font-weight: normal} .treeNodeSelected{cursor:pointer;cursor:hand;background-color:#0000aa;color: #ffffff; font-weight: bold} /******************typical table********************************/ table.tableMain{border-color: #016685;border-style:solid;border-width:1px; font-size:12px;} table.tableMain td{border-style:solid;border-width:1px;} tr.headMarked td{background-color:#5898af; color: #ffffff; font-weight: bold; font-size:12px; cursor:pointer;cursor:hand;border-color: #016685;} tr.head td{background-color:#5898af; color: #ffffff; font-weight: bold; font-size:12px;border-color: #016685;} .odd {background-color:#ffffff;} .even {background-color:#EFF1F1;} td.centric {text-align: center; vertical-align: middle;} td.head {color: #013c55; font-weight: bold;} td.headMarked{color: #013c55; font-weight: bold;} tr.head td.sortTableOverCell{background-color:#016587;border-color: #016685;} tr.headMarked td.sortTableOverCell{background-color:#016587;border-color: #016685;} .tdSegments {text-align:right;padding-right:10px;} .tdSegmentsRTL {text-align:left;padding-left:10px;} /****************** /typical table********************************/ /****************** Hierarchic Tree **************************************/ /*space between items in the tree*/ .hierarchicContainer{margin:10px 10px 10px 10px; color:#0000a0} /*for menu tree*/ .treeNode{cursor:pointer;cursor:hand;background-color:#ffffff;color: #0000aa; font-weight: normal} .treeNodeSelected{cursor:pointer;cursor:hand;background-color:#0000aa;color: #ffffff; font-weight: bold} /* FOR THE OBJECTS TREE */ .bodyObjTree{margin:2px 2px 2px 2px;background-color:#ecf2f4;} .hierarchicContainerObjTree{margin:0px 0px 0px 5px;} .treeNodeObjTree{cursor:pointer;cursor:hand;background-color:#ecf2f4;color:#000000; font-weight: bold; font-size:11px} .treeNodeSelectedObjTree{cursor:pointer;cursor:hand;background-color:#000000;color:#FFCC33; font-weight: bold; font-size:11px} /*for fsbrowser files table*/ tr.treeNodeSelected td{color:#ffffff; font-weight: bold} /*for expression builder*/ .exprBldrExtraParam{background-color:#ffffff;color: #0000aa; font-weight: normal} /*iframe element*/ iframe.fraObjPicker{border:outset 2px #2b81a5} /****************** /Hierarchic Tree **************************************/ /****************** wizard **************************************/ /* table and sections */ table.wizMainTable {border:solid 1px #016685;} td.wizLeftPanimage {border:solid 1px #016685;} img.wizImage {} td.wizLeftPanroadmap {vertical-align:top;padding:6px;background-color:#f7f8f8;border:solid 1px #016685; font-family: tahoma,sans-serif;font-size:x-small;} span.wizStepDone {padding:0px 4px 0px 4px} span.wizStepCurrent {font-weight:bold;letter-spacing:3px;} span.wizStepWaiting {padding:0px 4px 0px 4px} td.wizTitleFullSection {padding:0 6px 0 6px;background-color:#016685;border:solid 1px #016685;} td.wizTitleFullSection td {font-family: tahoma,sans-serif;} td.wizTitleSection {color:#ffffff;font-weight:bold;} td.wizStepPositionSection {color:#ffffff;font-size:x-small;} td.wizDescriptionSection {padding:0 6px 0 6px;background-color:#f7f8f8;border:solid 1px #016685;} td.wizMainSection {vertical-align:top;padding:6px;border:solid 1px #016685;} td.wizButtonsSection {padding:0 6px 0 6px;background-color:#f7f8f8;border:solid 1px #016685;} /* buttons */ input.wizButtonhelp {border-width:1px;border-style:outset; font-size:11px;font-family: tahoma,sans-serif;font-weight:bold; background:#e8edf1;cursor:pointer;cursor:hand; color: #013c55;text-decoration: none;padding: 0 4 0 4;} input.wizButtoncancel {border-width:1px;border-style:outset;border-color:#016587; font-size:11px;font-family: tahoma,sans-serif;font-weight:bold; background:#e2edf1;cursor:pointer;cursor:hand; color: #2b81a5;text-decoration: none;padding: 0 4 0 4;} input.wizButtonback {border-width:1px;border-style:outset;border-color:#016587; font-size:11px;font-family: tahoma,sans-serif;font-weight:bold; background:#e2edf1;cursor:pointer;cursor:hand; color: #2b81a5;text-decoration: none;padding: 0 4 0 4;} input.wizButtonnext {border-width:1px;border-style:outset;border-color:e2edf1; font-size:11px;font-family: tahoma,sans-serif;font-weight:bold; background:#2b81a5;cursor:pointer;cursor:hand; color: #ffffff;text-decoration: none;padding: 0 4 0 4;} input.wizButtonfinish {border-width:1px;border-style:outset;border-color:e2edf1; font-size:11px;font-family: tahoma,sans-serif;font-weight:bold; background:#2b81a5;cursor:pointer;cursor:hand; color: #ffffff;text-decoration: none;padding: 0 4 0 4;} /****************** /wizard *************************************/