/*  11/14/09 12:10 PM  */
/*  Order: a:link, a:visited, a:hover, a:active */

  body, table, tr, th, td, input, textarea {
    font-size:8pt;
    font-family: verdana,arial;
    color:black;
    }
	
  body {
    width:100%;
    background-image: url('/code/icons/worldmap.gif');
    background-repeat: repeat;
    }

   /* used for trail breadcrumbs */
   .trail {
     background-color:#E8E8E8;
     border-bottom:1px solid #000000;
     padding:3px;
     }
	 
  #trail {background-color:lightgrey; border:1px solid #cdcdcd; padding:2px 2px 3px 3px;}
  #trail .homelink { background:transparent url('/code/icons/home.gif') left no-repeat; padding-left:20px;}
  

  .lgrey {background-color:lightgrey;}
  .pt7 {font-size:7pt;}


  a:link {
    color:blue;
    text-decoration:none;
    }
  
  a:visited {
    color:blue;
    text-decoration:none;
    }

  a:hover {
    color:red;
    text-decoration:underline;
    color:red;
    }

  a:active {
    color:blue;
    text-decoration:none;
    }




  a.nofmt {
    text-decoration:none;
    border-width: 0px;
    }

  a:hover.nofmt {
    text-decoration:none;
    border-width: 0px;
    }

  a.spcl {
    background-color:white;
    text-decoration:none;
    display: block;
    width: 100%;
    border-bottom: 0px;
    }

  a:hover.spcl {
    background-color:yellow;
    text-decoration:none;
    display: block;
    width: 100%;
    border-bottom: 0px;
    }

  a.cmdbar {
    background-color:gray;
    color: white;
    text-decoration:none;
    display: block;
    width: 100%;
    border-bottom: 0px;
    }

  a:hover.cmdbar {
    background-color:yellow;
    color: red;
    text-decoration:none;
    display: block;
    width: 100%;
    border-bottom: 0px;
    }

  .bigpict {
    border-style: outset;
    border-color: lightgrey;
    border-width: 2px;
    }

  #slidediv {
    position: absolute;
    visibility: hidden;
    background-color: tan;
    }

  #sstitle {
    background-color:gray;
    }

  .footdate {
    color:gray;
    font-size:7pt;
    font-style:italic;
    }

  .fixdiv {
    position:absolute;
    background-color:#D2B48C;
    width:300px;
    visibility:hidden;
    border:2px solid #000000;
    text-align:left;
    padding: 1em;
    }

  .comments {
    background-color: white;
    border-style: outset;
    border-color: lightgrey;
    border-width: 2px;
    }

  .copyright {
    font-size:7pt;
    color:#B0B0B0;
    }

  .copyright a:link {
    text-decoration:none;
    color:#B0B0B0;
    border-bottom:1px dotted #B0B0B0;
    }

  .copyright a:visited {
    color:#B0B0B0;
    border-bottom:1px dotted #B0B0B0;
    }

  .copyright a:hover {
    color:red;
    text-decoration: underline;
    border-bottom:0px dotted #B0B0B0;
    }


/*  9/22/09  */
a.extlink {
	background: transparent url(/code/icons/extlink.gif) right no-repeat; 
	padding-right: 10px;
	margin: 0 0.2em;
	text-decoration:none;
	}

a.pdflink {
	background: transparent url(http://frandyhome.com/code/icons/tinypdf.gif) right no-repeat; 
	padding-right: 15px;
	margin: 0 0.2em;
	text-decoration:none;
	}

