/*
    Document   : infoisland
    Created on : June 16, 2007
    Author     : anw
    Description:
        Purpose of the stylesheet follows.
*/

/*  This style sheet holds all the various types of <a> tag classes & id's */

/* Top of page links */

a
    {
    text-decoration:underline;
    cursor:pointer;
    }

a.center
    {
    text-align: center;
    font-size:10pt;
    cursor:pointer;
    text-decoration:underline;
    }

.navbar
    {
    font-size: 12pt;
    padding-right: 10px;
    border:0px solid black;
    }

a:link
    {
    color:#785520;
    }

a:visited
    {
    color:#cba778;
    }

a.littleink
    {
    font-size: 8pt;
    }

/* Side menu links */
a.vert
    {
    /* border:2px solid #000000; */
    border:2px outset #c4c4c4;
    border-top:0px;
    font-size:12pt;
    font-weight:bold;
    padding-right:3px;
    margin-left:1px;
    width:97%;
    float:right;
    clear:both;
    background:#e4e4e4;
    text-decoration:none;
    }

a.vertact
    {
    border:0px;
    border-left:1px inset #c4c4c4;
    border-bottom:1px solid #c4c4c4;
    text-align:right;
    font-size:12pt;
    font-weight:bold;
    padding-right:3px;
    margin-left:0px;
    width:98%;
    float:right;
    clear:both;
    background:transparent;
    text-decoration:none;
    }

a.hdact
    {
    border:0px;
    border-left:1px inset #c4c4c4;
    border-bottom:1px solid #c4c4c4;
    text-align:right;

    /* Text characteristics */
    font-size:12pt;
    font-weight:bold;
    text-decoration:underline;
    color:blue;

    padding-right:3px;
    margin-left:0px;
    width:98%;
    float:right;
    clear:both;
    background:transparent;
    }

span.forumtag
    {
    font-size:12pt;
    padding-left:.5em;
    display:none;
    }

a.forumtag
    {
    font-size:12pt;
    margin-left:5px;
    text-decoration:underline;
    cursor:pointer;
    display:none;
    }

a.tbltxt
    {
    text-align:center;
    text-decoration:underline;
    cursor:pointer;
    }

a.userlinks
    {
    font-size:12pt;
    margin-left:5px;
    text-decoration:underline;
    cursor:pointer;
    }

/* Navigation links */

.maplnk
    {
    font-size:12pt;
    }

a#qlnk
    {
    color:wheat;
    }






