@charset "utf-8";
/* CSS Document */

/* START CSS STILURI BORG NETWORK */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#FFFFCC;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
visibility: hidden;
}

.bntext1 {
font-family:Arial;
font-size:12px;
color:#999999;
font-weight:bold;
}
.bntext1 a:link {color:#999999 ;text-decoration: none}
.bntext1 a:visited {color:#999999; text-decoration: none}
.bntext1 a:active {color:#999999; text-decoration: none}
.bntext1 a:hover {color:#999999; text-decoration: none}

.bntext2 {
font-family:Arial;
font-size:12px;
color:#999999;
font-weight:bold
}
.bntext2 a:link {color:#666666 ;text-decoration: none}
.bntext2 a:visited {color:#666666; text-decoration: none}
.bntext2 a:active {color:#666666; text-decoration: none}
.bntext2 a:hover {color:#666666; text-decoration: underline; background-color:white}

/* END CSS STILURI BORG NETWORK */
