/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
/*
.smalltext
{
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.9em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}
*/

body, td, th, tr
{
line-height:normal;
}

.hint {
background-color:#eaf0f6;
line-height:10px;
color:#000000;
font-family:verdana;
font-size:11px;
width:auto;
border-top:1px solid  #000000;
border-right:1px solid  #000000;
border-bottom:3px solid  #000000;
border-left:3px solid  #000000;
z-index:1000;margin:0px;
padding:8px;position:absolute;
visibility:hidden;
}


