@charset "utf-8";
/* CSS Document */

/* htmltooltip - tooltip2 ertekei */

div.tooltip1 {
position: absolute; /*leave this and next 3 values alone*/
z-index: 1001;
left: -1000px;
top: -1000px;
background: #4e504f;  /*  #531e2a 272727 */
border: 1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: white;
padding: 5px;
width: auto; /*250px*/
}

div.htmltooltip {
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: url(../img/toolt_bg.png) repeat top left;
 /*background: #4e504f;  531e2a 272727 */
border: 2px solid #666;   /*  #e6e9eb  */
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color: white;
padding: 5px;
width: auto; /*250px*/
}

#tooltip2 {
	width: auto;
	height: auto;
	padding:10px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;    /* #c4a6a6 */
}

.ctrl {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#fff;
background-color:#000;
border:#666666 groove 1px;
}

.font1 {
	color: #fff;
	font-weight: bold;
}
.font2 {
	color: #666;
}
.font3 {
	color: #fff;
}

.font4 {
	color: #569CA9;
}

/* htmltooltip - tooltip2 ertekei vege */