/* CSS Document */

a, a:visited
{
	color:#003300;
}

div.markerToolTip 
{
	text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    border: 1px solid #555;
    font-weight: bold;
    background: #fff;
    opacity: .80;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
}

.error-message
{
	color:#003300;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


