/*
styly pro obsah obou typu bublin 
 */
    
		div.bubbleText2 p,div.bubbleText p{
			padding:0px;
			margin:2px; 		
		}
    div.bubbleText2 ul,
		div.bubbleText ul,
		div.bubbleText2 ol,
		div.bubbleText ol{
			padding:0px;
			margin:0 25px;    
		}
    div.bubbleText2 ul li,
		div.bubbleText ul li{
      list-style-type: disc;

    }
    div.bubbleText2 h1,div.bubbleText2 h2,div.bubbleText2 h3,div.bubbleText2 h4,div.bubbleText2 h5,div.bubbleText2 h6,
    div.bubbleText h1,div.bubbleText h2,div.bubbleText h3,div.bubbleText h4,div.bubbleText h5,div.bubbleText h6
    {
      font-size:11px; 
      margin: 0px;
      padding: 0px;
      color:rgb(0,102,0);
      border: none; 
    }
    /*- tabulky -*/
		div.bubbleText2 table,
		div.bubbleText table{ border-collapse:collapse; font-size:100%; width:100%; border: none; }
		div.bubbleText2 table caption,
		div.bubbleText table caption{ padding: 0 0 3px; border-bottom: 4px solid #42698A; text-align: left; }
		div.bubbleText2 table th,
		div.bubbleText table th{ padding:5px 7px 3px; vertical-align:top; font-weight:bold; color:#000; text-align:left; }
		div.bubbleText2 table td,
		div.bubbleText table td{ padding:5px 7px 5px; vertical-align:top; border-bottom: 1px solid #D5DCE6; }
		div.bubbleText2 table tr.dark,
		div.bubbleText2 table tr.odd,
		div.bubbleText table tr.dark,
		div.bubbleText table tr.odd { background:#F7F7F7; }
		div.bubbleText2 table tr.light,
		div.bubbleText table tr.light  { color: #000; }		
		div.bubbleText2 table thead tr,
		div.bubbleText table thead tr{ background:#EFF1F5; }
		div.bubbleText2 table thead th,
		div.bubbleText table thead th{ border-bottom: 1px solid #D5DCE6; }
		div.bubbleText2 table tbody th,
		div.bubbleText table tbody th{ border-bottom: 1px solid #D5DCE6; background:#F7F7F7; }
/*
styly s postfixwm "2" znaci styly, ktere se aplikuji na bubliny volane php funkci BubbleInfo(id).(bubliny, ktere se zobrazuji nad nebo pod objektem)
*/ 
    div.bubbleAll2{
      border: 0px solid black; 
      position: absolute;
      visibility:visible;
      /*background-color:white;*/
      z-index: 5000;
    }
    div.bubbleAll2 div.bubbleArrow2{
      background-image: url(/images/bubbleInfo/arrowT.png);
      background-repeat: no-repeat;
      width: 11px;
      height: 7px;
      /*top:0px;*/
      position: absolute;
    }
    div.bubbleAll2 div.bubbleCornerLT2{
      background-image: url(/images/bubbleInfo/cornerLT.png);
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      top: 2px;
      left:0px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleLineT2{
      background-image: url(/images/bubbleInfo/lineT.png);
      background-repeat: repeat-x;
      height: 7px;
      top: 2px;
      left:7px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleCornerRT2{
      background-image: url(/images/bubbleInfo/cornerRT.png);
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      top: 2px;
      right:0px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleLineL2{
      background-image: url('/images/bubbleInfo/lineL.png');
      background-repeat: repeat-y;
      width: 7px;
      top: 9px;
      left:0px;
      position: absolute;
    }
    div.bubbleText2{
      background-color:white;
      top: 9px;
      left:7px;
      position: absolute;
      text-align:left;
      color:rgb(0,102,0);
      border: 0px solid black;
      padding:2px 2px 0px 2px; 
      font:normal 12px/1.35 Arial,Helvetica,sans-serif;     
    }
    div.bubbleAll2 div.bubbleLineR2{
      background-image: url('/images/bubbleInfo/lineR.png');
      background-repeat: repeat-y;
      width: 7px;
      top: 9px;
      right:0px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleCornerLB2{
      background-image: url('/images/bubbleInfo/cornerLB.png');
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      left:0px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleLineB2{
      background-image: url('/images/bubbleInfo/lineB.png');
      background-repeat: repeat-x;
      height: 7px;
      left:7px;
      position: absolute;
    }
    div.bubbleAll2 div.bubbleCornerRB2{
      background-image: url('/images/bubbleInfo/cornerRB.png');
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      right:0px;
      position: absolute;
    }
 
/*
styly bez zadneho postfixu znaci styly, ktere se aplikuji na bubliny volane php funkci BubbleInfo_h(id).(bubliny, ktere se zobrazuji vedle objektu - horizontalne)
*/   
    div.bubbleAll{
      border: 0px solid black; 
      position: absolute;
      visibility:visible;
      /*background-color:white;*/
      z-index: 5000;
    }
    div.bubbleAll div.bubbleArrow{
      background-image: url(/images/bubbleInfo/arrowL.png);
      background-repeat: no-repeat;
      width: 7px;
      height: 11px;
      position: absolute;
      left:0px;
    }
    div.bubbleAll div.bubbleCornerLT{
      background-image: url(/images/bubbleInfo/cornerLT.png);
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      top: 0px;
      left:2px;
      position: absolute;
    }
    div.bubbleAll div.bubbleLineT{
      background-image: url(/images/bubbleInfo/lineT.png);
      background-repeat: repeat-x;
      height: 7px;
      top: 0px;
      left:9px;
      position: absolute;
    }
    div.bubbleAll div.bubbleCornerRT{
      background-image: url(/images/bubbleInfo/cornerRT.png);
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      top: 0px;
      right:0px;
      position: absolute;
    }
    div.bubbleAll div.bubbleLineL{
      background-image: url('/images/bubbleInfo/lineL.png');
      background-repeat: repeat-y;
      width: 7px;
      top: 7px;
      left:2px;
      position: absolute;
    }
    div.bubbleText{
      background-color:white;
      top: 7px;
      left:9px;
      position: absolute;
      text-align:left;
      color:rgb(0,102,0);
      padding:2px 2px 0px 2px;
      font:normal 12px/1.35 Arial,Helvetica,sans-serif;
    }
    div.bubbleAll div.bubbleLineR{
      background-image: url('/images/bubbleInfo/lineR.png');
      background-repeat: repeat-y;
      width: 7px;
      top: 7px;
      right:0px;
      position: absolute;
    }
    div.bubbleAll div.bubbleCornerLB{
      background-image: url('/images/bubbleInfo/cornerLB.png');
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      left:2px;
      position: absolute;
    }
    div.bubbleAll div.bubbleLineB{
      background-image: url('/images/bubbleInfo/lineB.png');
      background-repeat: repeat-x;
      height: 7px;
      left:9px;
      position: absolute;
    }
    div.bubbleAll div.bubbleCornerRB{
      background-image: url('/images/bubbleInfo/cornerRB.png');
      background-repeat: no-repeat;
      width: 7px;
      height: 7px;
      right:0px;
      position: absolute;
    }
       