/* CSS Document */

.sublink {
display:block;
width:130px;
height:15px;
padding:0px 0px 5px 0px;
font-family: Arial;
font-weight: bold;
font-size: 10pt;
color: #CC0000;
text-align:center;
}

.sublink a {
display:block;
width:130px;
height:15px;
background:#999999;
color: #CC0000;
text-decoration:none;
padding:2px 0px 4px 0px;
}

.sublink a:hover{
background-color: #CC0000;
color:#FFFFFF;
text-decoration:none;
}

.active {
display:block;
width:130px;
height:15px;
background:#CC0000;
color:#FFFFFF;
text-decoration:none;
padding:2px 0px 4px 5px;
font-family: Arial;
font-weight: bold;
font-size: 10pt;
text-align:center;
font-style:italic; 
}

.intro {
font-family:verdana;
font-weight:normal;
font-size:8pt;
color: #666666;
text-align:justify;
}

.instruction {
font-family:arial;
font-weight:normal;
font-size:8pt;
color: #999999;
}

.title {
font-family:Arial;
font-size:14pt;
font-weight:bold;
font-style:italic;
color: #666666;
line-height:30px;
}

.meter {
display:block;
background:url(images/meter.png) no-repeat;
line-height:18px;
width:700px;
background-position:top left;
height:20px;
}

.meter_textl {
display:block;
width:345px;
float:left;
font-weight:bold;
font-family:verdana;
font-size:7pt;
color:#FFFFFF;
text-align:left;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
}

.meter_textr {
display:block;
width:348px;
float:left;
font-weight:bold;
font-family:verdana;
font-size:7pt;
color:#FFFFFF;
text-align:right;
padding:0px 3px 0px 0px;
margin:0px 0px 0px 0px;
}

.balloonstyle{
position:absolute;
top: 100px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #CCCCCC;
font-family:verdana;
font-weight:normal;
font-size:8pt;
color: #666666;
text-align:justify;
line-height: 15px;
z-index: 100;
background-color: white;
width: 130px;
display: block;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

