#itext_content .itext-link{
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#itext_content .itext-link:hover{
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.itext-tip, .itext-overtip {
    background-color: #EEE;
    FONT-WEIGHT:      normal; 
    COLOR:            black; 
    FONT-SIZE:        11px; 
    FONT-FAMILY:      Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
    position:         absolute; 
    visibility:       hidden;
    top:              20px;
    left:             90px; 
    width:            200px;
    text-align:       left;
    z-index: 100;
}
.itext-tip {
    border:           dotted 1px #000000;
    filter:           alpha(opacity=80);
    opacity:          0.80;
}

.itext-overtip {
    border:           solid 1px #000000;
    filter:           alpha(opacity=100);
    opacity:          1.0;
}

.itext-info-box{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000;
}

.itext-footer-box{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000;
	text-align: right;
	border-top: 1px solid #444;
	background-color: #AAA;
	padding: 1px 2px 1px 1px;
}
.itext-footer-box A{
	color: #000;
}

.itext-info-box H3, .itext-info-box H4, .itext-info-box H5{
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	color: #000;
}
.itext-info-box H3{
	font-size: 12px;
	border-bottom: 1px solid #666;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFA7;
}
.itext-info-box H4{
	padding: 4px 4px 4px 4px;
}
.itext-info-box H5{
	text-align: right;
}
.itext-info-box DIV{
	font-size: 10px;
}
.itext-delim{
	border-top: 1px solid #666;
}