/* Title: CS_recording_style.css Description: subsidary style sheet for Conch. Soc. website 17 Nov. 2007 */
/* #vcRecordersTable{
        border-width:0px;
        width: auto;
        margin: auto;
        font-size: 10pt;
        }
        th{
        font-size: 10pt;
        }
        td.vc{
        padding:0;
        color:black;
        font-size:10pt;
        padding-left: 10px;
        text-align: left;
        font-weight: normal;
} */

#habitatsTable{   /*--------------Used for displaying the images of habitats-----------------*/
        width:100%;
        border:0;
        }
        th{      /*----------The images------------------------*/
        width: auto;
        font-weight: bold;
        font-size: 10pt;
        text-align:center;
        }
        td{      /*----------------The titles for the images--------------*/
        width: auto;
        font-weight: bold;
        font-size: 10pt;
        text-align:center;
        }
        caption{  /*------------Used as the opening paragraphs----------------------------*/
        font-size:11pt;
        text-align: left;
        }
/*---------------------------------------------Species List Table------------------------------------------*/

        #speciesList{
/*        background-color: #DCDCDC;        */
        width: auto;
        border:0;
        font-family: Arial, Helvetica, sans-serif;
        }
        col.speciesList{
        width: auto;
        font-style: italic;
        }
        th.speciesList{
        width: auto;
        font-style:normal;
        text-align: left;
        font-weight: normal;
        }
        td.speciesListItalic{ /*--------------Italic for names of species---------------*/
        width: auto;
        font-style: italic;
        font-weight: normal;
        font-size: 9pt;
        text-align: left;
        padding-left: 10px;
        }
        td.speciesListNormal{  /*-------------Normal as required----------------------*/
        width: auto;
        font-style: normal;
        font-weight: normal;
        font-size: 9pt;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        }
        td.speciesListPara{   /*-----------Used as first paragraph beside opening image------*/
        width: auto;
        font-style: normal;
        font-weight: normal;
        font-size: 11pt;
        text-align: left;
        }
        td.speciesListImageTitle{  /*-----------Title of image-----------------------------*/
        width: auto;
        font-style: normal;
        font-weight: bold;
        font-size: 9pt;
        text-align: center;
        }
        caption.speciesList{
        font-size:11pt;
        text-align: left;
        }
        p.paraLeft{  /* -- Used to place image + title of image to left when not in table. It works properly in Opera ONLY --*/
        float: left;
        clear: both;
        font-style: normal;
        font-weight: bold;
        font-size: 9pt;
        text-align: center;
        padding-right: 16px;
        }
        p.paraRight{  /*-- Used to place image + title of image to right when not in table -- */
        float: right;
        clear:both;
        font-style: normal;
        font-weight: bold;
        font-size: 9pt;
        text-align: center;
        padding-left: 16px;
        }
        #phpTable{             /*------------- used for the php pages -----------------*/
        border-width:0px;
        width: auto;
        margin: auto;
        font-size: 10pt;
        }
        th.php{
        font-size: 10pt;
        text-align: center;
        vertical-align: middle;
        }
        td.php{
        padding:0;
        color:black;
        font-size:10pt;
        text-align: left;
        font-weight: normal;
        }
        li.abstract{
        color:black;
        padding-bottom: 6px;
        font-size: 10pt;
        text-align: left;
        font-weight:normal;
        }