
.body
{
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin-top:0;
}


.jumpbox
{
  width: 300px; 
  height: 80px; 
  overflow:auto; 
  display:none;
  border: 1px solid #336;
  padding: 3px 7px 4px 6px;
}

.jumpbox a:link, .jumpbox a:visited
{
  text-decoration:none;
}

.jumpbox a:hover
{
  text-decoration:underline;
}


.rssbox
{
  width: 400px; 
  height: 60px; 
  overflow:auto; 
  display:none;
  border: 1px solid #336;
  padding: 3px 7px 4px 6px;
}

.txtbox
{
 width: 220px;
 height: 55px;
}

.msgbox
{
 width: 220px;
 height: 160px;
}

.inputfield
{
 font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;
 width: 220px; 
}


.markerinfo
{
 overflow:auto; 
 height: 250px;
}


.header
{
  padding: 2px 2px 2px 2px;
}

.img_fict
{
  display:inline;
  float:none;
}


.dataform
{
 font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;
 display:none;
}

span.tool {
  position: relative;   /* this is key */
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 125px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #FFFF33; /* #f7f7ee; */
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.link
{

}

.extlink
{
  background: transparent url(icons/ext.gif) no-repeat top right; margin-left: 2px; height: 12px; width: 12px; cursor: pointer; padding-left: 12px;
}

a.link {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	color : #005C9D;
	text-decoration : none;       
}

a.link:hover {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
	color : #005C9D;
	text-decoration : underline;
}

.link_info
{
  padding: 0 0 0 1em;
  color: #999;
  font-size: 85%;
  margin: -2px 0 0 0;
}

.link_info a:link, .link_info a:visited
{
  color: #999;
  text-decoration:underline;
}

.link_info a:hover
{
  color : #005C9D;
  text-decoration:underline;
}

.record_info
{
  padding: 0 0 0 1em;
  color: #999;
  font-size: 95%;
  margin: -2px 0 0 0;
}

.record_info a:link, .record_info a:visited
{
  text-decoration:underline;
}

.record_info a:hover
{
  color : #005C9D;
  text-decoration:underline;
}

.link_title
{
  font-size: 120%;
}

.link_title a:link, .link_title a:visited 
{
  color : #005C9D;
  text-decoration : none;    
}

.link_title a:hover
{
  color : #005C9D;
  text-decoration : none;    
}

.footer
{
  padding: 3px 7px 4px 6px;
  text-align:center;
  color: #999;
  font-size: 90%;
}

.footer a:link, .footer a:visited
{
  color: #999;
  text-decoration:underline;
}

.footer a:hover
{
  color : #005C9D;
  text-decoration:underline;
}

.footer_embed
{
  padding: 1px 2px 2px 2px;
  color: #999;
  font-size: 90%;
}

.footer_embed a:link, .footer_embed a:visited
{
  color: #999;
  text-decoration:underline;
}

.footer_embed a:hover
{
  color : #005C9D;
  text-decoration:underline;
}

.msgheader
{
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  width:100%;
  height:20px;
  color:#FFFFFF;
  background:#3399FF;
  text-align:right;
  font-size:110%;
}

.msgheader a:link, .msgheader a:visited, .msgheader a:hover
{
  font-size:110%;
  color:#000000;
  text-decoration:none;
}

.msgheader a:hover
{
  font-size:110%;
  color:#66FF33;
  text-decoration:none;
}


.msgbody
{
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:90%;
}

.msgheader a:link, .msgbody a:visited, .msgbody a:hover
{
  text-decoration:none;
}

.message_link
{
  font-size:110%;
}

.message_link a:link
{
  text-decoration:none;
}

.message_link a:visited, .message_link a:hover
{
  text-decoration:underline;
}

.baseFont
{
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
}

.special_link
{
  color:#000000;
}

.special_link a:link, .special_link a:visited
{
  color:#000000;
  text-decoration:none;
}

.special_link a:hover
{
  color:#0000FF;
  text-decoration:underline;
}


