/* Global styles */

a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

body {
    background: white;
    text-align: justify;
    font-family: arial,helvetica,sans-serif;
}

h1, h2, h3 {
    color: #8DC504;
    font-weight: bold;
}

select {
    border: 1px solid black;
}

td {
    padding-left: 8px;
    padding-right: 8px;
}

/* Section class styles */

.center {
    text-align: center;
}

.centerimg {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.download-button {
    margin-top: 0.1em;
    float: right;
    text-align: right;
}

.download-button a {
    border-bottom: 0;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    font-style: normal;
    color: #5F9002;
    background: #EEFFEE;
    padding: 2px 5px;
    border: 1px;
    border-style: solid;
    border-color: #000000;
}

.errorlist {
    color: red;
}

.ext-link {
	background: transparent url(../images/button/external.gif) no-repeat scroll right center;
    padding-right: 18px;
}

.firstcol {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 250px;
}

.hidden {
    display: none;
}

.list-button {
    padding-left: 15px;
    background: url(../images/button/right.gif) no-repeat scroll 0 50%;
}

.loading {
    padding-left: 5px;
}

.nolocation {
	background: url(../images/tab/tab_inactive.png) no-repeat 0 0;
}

.nostyle {
    padding-left: 20px;
    list-style: none;
}

.page-links {
    float: right;
    text-align: right;
}

.page-links a {
    border-bottom: 0;
}

.page {
    width: 2em;
}

.page-options-bottom {
    margin-top: 2px;
}

.results-per-page {
    float: left;
    text-align: left;
}

.row1 { background-color: #ECF5D6; }
.row2 { background-color: #FFFFFF; }

.rowtop {
    background-color: #AAD65E;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.rowtop-button {
    background-color: #98C3C1;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 5%;
}

.secondcol {
    text-align: left;
    vertical-align: top;
}

.section-title {
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
}

.section-title-float {
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1.4em;
    width: auto;
    background-color: #8DC504;
    font-style: italic;
    padding: 0.25em 0.5em;
    border: 1px;
    border-style: solid;
    border-color: #000000;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.select {
    width: 28px;
    text-align: center;
}

.smallmargin {
	margin: 4px;
}

.spacer {
    clear: both;
    height: 0.2em;
}

.zoom { float: right; }
.zoom img { border: 0; }

/* Section id styles */

#collabs {
    width: 100%;
}

#content {
    font-size: 85%;
}

#classification-message {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#footer {
    text-align: center;
    font-size: 80%;
    padding-bottom: 20px;
}

#infobutton {
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    font-style: normal;
    color: #5F9002;
    background: #F5F5F5;
    padding: 2px 5px;
    border: 1px;
    border-style: solid;
    border-color: #A0A0A0;
    cursor: pointer;
}

#layer-pic {
    padding-top: 25px;
    text-align: center;
    vertical-align: top;
}

#menu {
    height: 25px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    width: 100px;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
}

#menu ul li:hover {
    border-bottom: 0;
	background: url(../images/tab/tab_current.png) no-repeat 0 0;
}

#menu ul li a {
    height: 25px;
    width: 100px;
    vertical-align: middle;
    color: #2E8B57;
    display: table-cell;
    border-bottom: 0;
}

#menulocation {
	background: url(../images/tab/tab_selection.png) no-repeat 0 0;
}

#notify-alert {
    background-color: #800000;
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}

#notify-info {
    background-color: #699FCD;
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}

#notify-warn {
    background-color: #DDDD00;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}

#results {
    border: 1px solid #6495ED;
    width: 100%;
}

#results-layer {
    width: 100%;
}

#taxonomy_option ul {
    list-style: none;
    padding-left: 10px;
}
