/* 
    Document   : tooltip
    Created on : 2008-04-22, 09:39:38
    Author     : dtroszyn
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* CSS Document */

#info {
	position:fixed;
	width:200px;
	height:115px;
	z-index:5;
	left: 1px;
	top: 5px;
	color:#00FF00;
	background-color:#FFFFFF;
         }

.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: verdana; font-weight: bold; font-size: 6pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;}
#wiadomosc { width: 100px; border: 1px solid #333333; background-color: #ffffff; height:200px; margin: 0px 0px 0px 10px; padding : 4px;}

.tool_tip_table_gora {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	color: #000000;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
         
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-weight: bold;
	padding: 1px;
	background-color: #CCCCCC;

}
.tool_tip_table_dol {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 6px;
	border: solid 1px #CCCCCC;
}
.text_pod_toolpit {
	color: #006699;
	font-weight: bolder;
	cursor: help;
}
