/* 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:#000000;/*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 #ebebeb;
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color:#ebebeb;
}
TABLE.frame {
    padding: 0;
    margin: 0px;
    border: 1px solid #ebebeb;
	background-image: url("../images/ToolbarBG.gif"); 
	background-repeat:repeat-x;
    background-color:#ebebeb;
	/*width:100%;*/
}

TABLE.frame TH {    	
	height:20px;	
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;  
    border-bottom: 1px solid #ccc;
	vertical-align:middle;
	width:50%;
}

TABLE.frame TD {
    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    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: #ebebeb;}/*background-color must match the .rBoxH3 background-color*/
.rBoxBottom *{display:block;height: 1px;overflow: hidden;background-color: #ebebeb;}/*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:#ebebeb;margin-bottom: 20px}
.rBoxHeader{font-size: 100%;margin:0; padding: 0 0 0px; font-weight:bold; background: #ebebeb;color: #000;}/*background-color must match the .rBoxTop background-color*/
.rBoxBody{margin:0; line-height: 1.3;text-align: justify; background-color: #ebebeb;}/*background-color must match the .rBoxBottom background-color*/
#boxCloseCell{padding-right:5px; vertical-align:top}
#boxTitle{padding-left:5px; vertical-align:text-top;}
/***/

