/*
 * @author Jon French
*/

    .copyTitle{
     padding:3px;
     font-size:14px;
     border-style:solid;
     border-width:0px;
     border-bottom-width:1px;
     font-weight:bold;
    }
    .copy{
     text-align:justify;
    }

    #fws_shield {
          position:absolute;
          left:5; 
          top:5;
          width:79px;
          height:94px;
    }

    #fws_header {
          position:absolute;
          left:90;
          top:5;
          width:640px;
          height:22px;
          background-color:black
    }

    #app_header {
          position:absolute;
          left:90;
          top:32;
          width:400px;
          height:22px;
    }

    .moreInfoHeader {
     border-style:dashed;
     border-width:0px;
     border-top-width:1px;
     border-bottom-width:1px;
     padding-left:2px;
     padding-top:2px;
     padding-bottom:2px;
     background-color:d8d7a6;
     font-weight:bold;
    }
    
    .moreInfoTitle {
        font-weight:bold;
    }

    .moreInfoCopy {
        margin-left:10px;
        text-align:justify
    }
            
    div.sideHeader {
     border-style:dashed;
     width:100%;
     border-width:0px;
     border-top-width:1px;
     border-bottom-width:1px;
     padding-top:2px;
     padding-bottom:2px;
     background-color:d8d7a6;
     font-weight:bold;
    }
    div.sideText {
     width:100%;
     padding:3px;
     padding-left:4px;
     padding-right:4px;
     padding-bottom:4px;
     font-size:11px;
    }

    .fws_title {
        color:white; 
        font-family:helvetica,arial,sans-serif;
        font-size:14pt;
    }

    .application_title {
        font-family:helvetica,arial,sans-serif;
        font-size:12pt;
        font-style:italic;
    }

    /* search page styles */
    .sectionHeader {
     padding:2px;
     font-weight:bold;
     margin-top:10px;
     background-color:#cedae2;
    }

    .boundaryBox {
         border-width:1px;
         border-style:solid;
         padding:3px;
         height:220px;
    }

    .sortBox {
         border-width:1px;
         border-style:solid;
         padding:3px;
    }
    /* end search page styles */

    /* Data source page styles */

    div.dsState {
        font-weight:bold;
        padding-bottom:5px;
    }
    div.dsSource {
        margin-left:12px;
    }
    div.dsSourceInfo {
        margin-left:24px;
        font-size:10px;
        padding-bottom:5px;
    }

    div.code {
        background-color:ebebeb;
        padding:5px;
    }

    /* end data source page styles */

/*-------------------------------------------------------------------------------------------------#
//#   Style 1                         _:_:_     Tag   Definitions          :                       #
//#-----------------------------------------------------------------------------------------------*/

    body {
        Font-size: 12px;
        font-family: arial,helvetica,sans-serif;
        COLOR: #000000;
        background-color: white;
        }

    th.search {
        background-color:cedae2;
        text-align:center;
        font-weight:bold;
        Font-size: 12px;
       }
    
    td {
        Font-size: 12px;
        font-family: arial,helvetica,sans-serif;
        COLOR: #000000;
       }

    td.search {
        background-color:e6edf2;
        Font-size: 12px;
        text-align:center;
       }

/*-------------------------------------------------------------------------------------------------#
//#                                   _:_:_     Class Definitions          :     A                 #
//#-----------------------------------------------------------------------------------------------*/


    A   {
        font-family: arial,helvetica,sans-serif;
        text-decoration:none;
        color:blue;
        }
    
    A:hover    {
        font-family: arial,helvetica,sans-serif;
        text-decoration:overline underline;
        color:blue;
        }
    
                             
    A:visited  {
        font-family: arial,helvetica,sans-serif;
        color:blue;
        }
    
    A.title{
        font-family: arial,helvetica,sans-serif;
        text-decoration:none;
        color:black;
        }
    
    A.title:hover    {
        font-family: arial,helvetica,sans-serif;
        text-decoration:overline underline;
        color:black;
        }
    
                             
    A.title:visited  {
        font-family: arial,helvetica,sans-serif;
        color:black;
        }

    A.external  {
        padding: 0 20px 0px 0px;
    	display:inline; 
	display:inline-block;
        background-repeat: no-repeat;
    	background-position: center right;
    	background-image: url(/web/images/external-link.gif);
    }

#hourglass {
    margin-left:300px;
    margin-top:0px;
    background-color:ebebeb;
    position:absolute;
    height:200;
    width:200;
    border-width:1px;
    border-style:solid;
    visibility:hidden;
}
