/* CSS Document /****************************************************************** @author: mohammed ahmed @date: 05.05.2007 @version: 1.2 @comments: mobox provides a friendly replacement to the popup box window. It add the window to the required page in the form of innerHtml. It can also be used to display another page contents. @licence: FREE. refernces are made where possible to third party code. *******************************************************************/ #overlayBG{ position: absolute; top: 0px; left: 0px; z-index:100; width: 100%; height: 100%; background-color:#F0F0F0;/*background-color must match the rBoxTop & rBoxBottom background-color*/ margin:0; padding:0; filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0; } #indicator { margin:0;padding:0; position: absolute; z-index:105; } #boxFrame { position: absolute; top: 0px; left: 0px; z-index:1000; margin:0; } #boxContents{ position:relative; height:100%; } .boxContentsFrame{ border: 1px solid #CFE9EE; font: normal xx-small Verdana, Arial, Helvetica, sans-serif; color: #446688; padding: 2px 3px 2px 3px; margin: 1px; background-color:#FFFFFF; } TABLE.frame { padding: 0; margin: 0px; border: 1px solid #CFE9EE; background-image:url(../img/ToolbarBG.gif); background-repeat:repeat-x; background-color:#CFE9EE; /*width:100%;*/ } TABLE.frame TH { height:29px; font: bold xx-small Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; color: #446688; border-bottom: 1px solid #ccc; vertical-align:middle; width:50%; padding-left:5px; padding-right:5px; } TABLE.frame TD { font: normal xx-small Verdana, Arial, Helvetica, sans-serif; color: #446688; padding: 2px 3px 2px 3px; margin: 1px; background-color:#FFFFFF; } /*** NIFTY **/ .rBoxTop,.rBoxBottom{display:block;background-color: #F0F0F0;} /*background-color must match the overlayBG background-color*/ .rBoxTop *{display:block;height: 1px;overflow: hidden;background-color: #FF6600;}/*background-color must match the .rBoxH3 background-color*/ .rBoxBottom *{display:block;height: 1px;overflow: hidden;background-color: #FFCC00;}/*background-color must match the .rBoxP background-color*/ .r1{margin: 0 5px;} .r2{margin: 0 3px;} .r3{margin: 0 2px;} .r4{margin: 0 1px;height: 2px;} .rBox{background-color:#FFCC00;margin-bottom: 20px} .rBoxHeader{font-size: 100%;margin:0; padding: 0 0 3px; font-weight:bold; background: #FF6600;color: #000;}/*background-color must match the .rBoxTop background-color*/ .rBoxBody{margin:0; padding: 5px 10px;line-height: 1.3;text-align: justify; background-color: #FFCC00;}/*background-color must match the .rBoxBottom background-color*/ #boxCloseCell{padding-right:5px; vertical-align:top} #boxTitle{padding-left:5px; vertical-align:text-top;} /***/