@import "dojotoolkit/dojox/grid/resources/Grid.css";
@import "dojotoolkit/dojox/grid/resources/nihiloGrid.css";
@import "dojotoolkit/dojox/grid/resources/tundraGrid.css";
@import "dojotoolkit/dijit/themes/nihilo/nihilo.css";
@import "dojotoolkit/dijit/themes/tundra/tundra.css";

.dojoxGrid table {
  margin: 0;
}


.tb_main {
    background-color : #FFFFFF;
    border-bottom-color : #0d3d00;
    border-bottom-style : ridge;
    border-bottom-width : 10px;
    border-left-color : #0d3d00;
    border-left-style : ridge;
    border-left-width : 10px;
    border-right-color : #0d3d00;
    border-right-style : ridge;
    border-right-width : 10px;
    border-spacing : 0;
    border-top-color : #0d3d00;
    border-top-style : ridge;
    border-top-width : 10px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    width : 840px;
  }


.tb_title {
    background-image : url('images/hair.png');
    border-bottom-width : 0;
    border-left-width : 0;
    border-right-width : 0;
    border-top-width : 0;
  }


.topmenu {
    font-family : Arial;
    font-size : 12px;
}

.pageheader {
    background-color : #660000;
    color : #ffffff;
    font-family : Arial;
    font-size : 16px;
    text-align : left;
    width : 100%;
  }

.general {
    background-color : #ffffff;
    color : #000000;
    font-family : 'DejaVu Serif', Serif;
    font-size : 12px;
    font-style : normal;
    text-align : justify;
    margin: 25px 25px 25px 25px;
  }

.general h1 {
    font-size : 16px;
    font-style : normal;
    font-weight : bold;
    text-align : center;
  }

.general h2 {
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
  }

.general h3 {
    font-size : 14px;
    font-style : italic;
  }

.animalinfo {
    background-color : #ffffff;
    color : #000000;
    font-family : 'DejaVu Serif', Serif;
    font-size : 12px;
    font-style : normal;
    text-align : justify;
    margin: 5px 5px 5px 5px;
  }

.animalinfo h1 {
    font-size : 18px;
    font-style : italic;
    font-weight : bold;
  }

.animalinfo h2 {
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
  }

.animalinfo h3 {
    font-size : 14px;
    font-style : italic;
  }

.caption {
    color : #000000;
    font-family :  'DejaVu Serif', 'Arial', Serif;
    font-size : 10px;
    font-style : italic;
    text-align : left;
  }

.title {
    color : #03104a;
    font-family : 'DejaVu Serif', Waree, 'Times New Roman';
    font-size : 26pt;
    font-weight : bold;
    text-align : center;
  }


.subtitle {
    color : #262626;
    font-family : Arial;
    font-size : 14pt;
    text-align : right;
  }

.contact {
    background-color : #eeffee;
    color : #000000;
    font-family : Arial;
    font-size : 10pt;
    text-align : left;
  }


.tb_footer {
    border-top-color : #660000;
    border-top-style : solid;
    border-top-width : 3px;
    font-family : Serif;
    font-size : 12px;
    text-align : center;
  }
