
html, body {	
	width: 100%;	/* make the body expand to fill the visible window */
	padding: 0 0 0 0;
    margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
    background: url(images/bg2.gif) #E5E5D6;
}

body, p, table {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight: normal;
    line-height: 130%;
}

p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 1em;
}
/*
body {
    background: #E5E5D6;
}
*/
h1 {
    font-size: 14pt;
    font-weight: bold;
}

h1.scientificName {
    color: #CC0000;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0;
}

a {
    color: #CC0000;
    text-decoration: none;
}

.error
{
    color: red;
    font-weight: bold;
}

.dojoComboBoxOptions {
    text-align: left;
    width: auto;
}

/*
a:visited {
    color: #333333;
    text-decoration: none;
    border-bottom: solid 1px #333333;
}
*/

a:hover {
    color: #CC0000;
    text-decoration: none;
    border-bottom: solid 1px #CC0000;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

* html #main {
    height: 100%;
}

#main {
    position: relative;
    width: 964px; /*850px*/
    text-align: left; /* to realign your text */
    margin: 0 auto;
    padding: 0px 10px;
    min-height: 100%;
    border: 0px solid black;
    background: #E5E5D6;
}

#content {
    float: left;
    width: 480px; /*440px;*/
    border: none;
    margin: 0px;
    padding: 0px;
}

#map_top {
    float: right;
    width: 474px; /*400px;*/
    border: none;
    margin: 0px;
    padding: 0px;
}

#header {
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid white;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    background-image: url(images/pattern5.gif);
    background-position: bottom right;
    text-align: left;
}

#footer {
    position: relative;
    width: 964px; /*850px;*/
    clear: both;
    border: 1px solid white;
    margin: 0 auto;
    margin-top: -60px;
    /*margin-left: -1px;*/
    padding: 0px;
    background: #E5E5D6;
    text-align: left;
    height: 50px;
}

* html #footer { margin-top: -65px; }

#map {
    position: relative;
    height: 403px; /*340px;*/
    padding: 0px;
    border: none;
}

#tools {
    text-align: right;
}
/*
#legend {
    position: relative;
    min-height: 200px;
    display: none;
}
*/

#legend {
    position: relative;
    min-height: 50px;
    max-height: 2000px;
    overflow: auto;
    display: none;
}

#legend_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#legend_list li {
    float: left;
    width: 45%;
    margin: 0;
    padding: 5px;
}

/*
#layers {
    min-height: 20px;
    position: relative;
}
*/

#layers {
    position: relative;
    min-height: 50px;
    max-height: 2000px;
    overflow: auto;
}

#layer_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 8pt;
}
 
#layer_list li {
    float: left;
    width: 30%;
    margin: 0;
    padding: 5px;
}

.change_view {
    color: #CC0000;
    font-size: 10pt;
    cursor: pointer;
}

.loading {
    position: absolute;
    color: white;
    background: #553300;
    line-height: 3.0;
    left: 40%;
    top: 45%;
    width: 20%;
    height: 10%;
    opacity: 0.7;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: wait;
    z-index: 10;
}

div.credits {
    font-size: 8pt;
    line-height: 112%;
    text-align: left;
    float: left;
    margin: 5px;
}

img.footer_logo {
    float: right;
}
img.footer_logo_iba {
    float: left;
    margin-left: 5px;
}

div.findlocation {
    float: right;
    margin: 15px 5px;
    /*
     position: absolute;
     right: 10px;
     bottom: 10px;
     */
}

div.container {
    border: 1px solid white;
    margin: 0 0 10px 0;
    padding: 5px;
}
/*
.loading {
    color: white;
    background: red;
}
*/
#login_header {
    width: 100%;
    height: 40px;

    border: 1px solid white;
    margin: 10px 0px;
    padding: 5px;

    background: #E5E5D6;
    text-align: right;
}

/* map border */
div.mapborder {
    border: 1px solid white;
    margin: 0;
    padding: 0;
    background: #E4DFDF;
    color: #9E491C;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}

/*
div.mapborder:hover {
    color: #E4DFDF;
    background: #9E491C;
}
*/

table.birdlayers {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    text-align: left;
    font-size: 8pt;
}

table.birdlayers th {
    font-weight: bold;
}
/*
table.birdlayers caption {
    caption-side: top;
    font-weight: bold;
}*/

img.dojoComboBox {
    display: none;
}

/***** header styles *****/



#title_img {
    position: absolute;
    top: -5px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#header_nav {
    position: absolute;
   /*  height: 30px; */
    right: 0px;
    bottom: 0px;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: white;

    padding: 0;
    /*
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    */
    overflow: hidden;
    line-height: 160%;
    background-image: url(images/pattern5.gif);
    background-position: bottom right;
}

#header_nav ul {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

#header_nav ul li {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

#header_nav ul li a:link {
    text-decoration: none;
    color: black;
    background-color: none; /*#E5E5D6;*/

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;

    padding: 8px 0.7em;
    border: 0;
    margin: 0;
}

#header_nav ul li a:visited {
    text-decoration: none;
    color: black;
    background-color: none;/*#E5E5D6;*/

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;

    padding: 8px 0.7em;
    border: 0;
    margin: 0;
}

#header_nav ul li a.current {
    background-color: #9C9A64;
    color: white;
}

#header_nav ul li a.login {
    color: #CC3E24;
}

#header_nav ul li a.current:visited {
    background-color: #9C9A64;
    color: white;
}

#header_nav ul li a.login:visited {
    color: #CC3E24;
}
/*
#header_nav ul li a.logout {
    color: #CC0000;
}
*/
#header_nav ul li a:hover {
    text-decoration: none;
    color: white;
    background-color: #CC3E24;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;

    padding: 8px 0.7em;
    border: 0;
    margin: 0;
}

#header_nav ul li a.current:hover {
    background-color: #CC3E24;
    color: white;
}

#header_nav ul li a.login:hover {
    background-color: #CC3E24;
    color: white;
}

#title_img {
    margin: 5px;
}
/***** form table layout *****/

table.formtable {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 95%;
    table-layout: fixed;
}

td.left {
    text-align: left;
}

table.login {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 50%;
}

table.searchspecies {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 95%;
}

/***** button style 1 *****/

input.button_ba {
    text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-color: #9C9A64;
	border: 2px solid #FFFFFF;
	text-align: center;
	width: 60px;
	padding: 2px;
    /*margin-bottom: 1px;*/
    /* -moz-border-radius: 5px; */
    cursor: pointer;
    margin-bottom: 1px;
}

input.button_ba:hover {
    color: #000000;
    cursor: pointer;
}

.button_ba a {
    border: none;
    color: #FFFFFF;
}

.button_ba a:visited {
    border: none;
    color: #FFFFFF;
}

.button_ba a:hover {
    border:none;
	color: #000000;
}

div.button_ba {
    display: inline;
    text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-color: #9C9A64;
	border: 2px solid #FFFFFF;
	text-align: center;
	width: 60px;
	padding: 2px 1em;
    /* -moz-border-radius: 5px; */
}

/***** button style 2 *****/

.button_ba_2 a {
    border: none;
    color: #FFFFFF;
}

.button_ba_2 a:visited {
    border: none;
    color: #FFFFFF;
}

.button_ba_2 a:hover {
    border: none;
	color: #000000;
}

div.button_ba_2 {
    text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-color: #CC3E24;
	border: 2px solid #FFFFFF;
	text-align: center;
	width: 60px;
	padding: 2px;
    /* -moz-border-radius: 5px; */
}

/***** button style 1 : narrow *****/
input.button_ba_narrow {
    text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-color: #9C9A64;
	border: 2px solid #FFFFFF;
	text-align: center;
	width: 45px;
	padding: 2px;
    /*margin-bottom: 1px;*/
    /* -moz-border-radius: 5px; */
    cursor: pointer;
    margin-bottom: 1px;
}

/***** horizontal divider *****/

.hor_divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    width: 100%;
}

/*******************/

.dojoDialog {
	background : #E5E5D6;
	border : 1px solid #999;
	padding : 4px;
    width: 650px;
}

#birdlist {
    text-align: center;
    width: 700px; /*625px;*/
    height: 400px;
    overflow: auto;
    margin: 10px;
}

#ibalist {
    height: 416px;
    overflow: auto;
    margin: 0px;
}

table.birdlist {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    padding: 0px;
}

td.scientificname {
    font-style: italic;
}

input.login {
    width: 5em;
    margin-left: 5px;
    margin-right: 5px;
}

ul.links {
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   float: left;
   padding: 0.5em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   max-width: 33%;
}

ul.links_wide {
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   float: left;
   padding: 0.5em;
   margin-left: 0.5em;
   margin-right: 1em;
}

ul.listl {
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   float: left;
   padding: 0.5em;
   margin-left: 0.5em;
   margin-right: 1em;
   width: 40%;
}
ul.listr {
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   float: right;
   padding: 0.5em;
   margin-left: 0.5em;
   margin-right: 1em;
   width: 40%;
}

span.atlas_txt {
   color: /*red*/#cc0000;
}

td.centre_value {
   text-align: center;
}

table.atlasserlist {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    padding: 0px;
}
table.atlasserlist2 {
    text-align: left;
    border: none;
    margin: 0px;
    padding: 0px;
    margin-left:130px;
}
table.mystats {
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 5px;
    margin-left:150px;
    width: 320px;
}

table.fsites {
    border: none;
    padding: 4px;
}
span.dataentry_subheading {
    font-size: 10pt;
    font-weight: bold
}
div.clearfloat {
    position: relative;
    height: 1px;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 0;
}

div.endcolumns {
    position: relative;
    height: 1px;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 0;
    height: 60px;
}

div.expander {
    position: relative;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 0;
    height: 0px;
}

em {
    font-style: normal;
    font-weight: bold;
}

form {
    margin: 0px;
    padding: 0px;
}


.story p {
    font-size: 120%;
    line-height: 110%;
    text-indent: 1em; 
    margin-top: 0.5em; 
    margin-bottom: 1em; 
    font-family: "Times Roman", "Times New Roman", Garamond, serif;
}


/*
.story p {
    margin-top: 0.5em; 
    margin-bottom: 1em;
}
*/

p.caption {
   font-size: 70%;
   text-indent: 0em; 
   margin-top: 0.5em; 
   margin-bottom: 0.5em; 
   margin-right: 1em;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   color: gray;
   text-align: right;
}

#loginbox {
   font-size: 80%;
}


div.spacer {
    position: relative;
    width: 100%;
    height: 10px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img.help {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3.warning {
    color: blue
}
