/* 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:540px;*/
}
.boxContentsFrame{
	/*border: 1px solid #CFE9EE;*/
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #446688;
    padding: 2px 3px 2px 3px;
    margin: 0px;
	background-color:#FFFFFF
}

.boxContentsFrameSpodaj{
	/*width:715px;*/
	height:32px;
	background-image:url(../../design/images/h1_ozadje_spodaj.gif);
	background-position:bottom;
	background-repeat: repeat-x	
}
TABLE.frame {
	padding: 0;
	margin: 0px;
	background-image:url(../../design/images/h1_ozadje.gif);
	background-repeat:no-repeat;
}

TABLE.frame TH {
	height:29px;
	font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
	vertical-align:middle;
	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;
}

/*** 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}
#boxTitle{padding-left:25px}
/***/

