﻿body
{
    background-color: #CCCCCC;
}

h1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em 0 0.7em 0;
    padding: 0;
    color: #132D54;
}

h2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.0em 0 0.5em 0;
    padding: 0;
    color: #132D54;
}


h3
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0.2em 0.6em 0;
    padding: 0;
    color: #132D54;
}

h4
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 0.1em 0;
    padding: 0;
    color: #132D54;
}

p
{
    margin: 1.0em 0 1.5em 0;
}

sup
{
    vertical-align: 0.5em;
    line-height: 0;
    font-size: 100%;
    font-family: "Times New roman" , Georgia, serif;
}
sup.small
{
    font-size: 70%;
    font-weight: 200;
}

sub
{
    vertical-align: 0em;
    line-height: 0;
    font-size: 80%;
    font-family: "Times New roman" , Georgia, serif;
    font-weight: 200;
}

small
{
    font-size: .6em;
}

/* HEADER MENU */

#headermenu
{
    font-weight: normal;
    line-height: 1.6em;
    font-size: 1.0em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-left: 176px;
}

#headermenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#headermenu li
{
    margin: 0;
    padding: 0;
    height: 40px;
    float: left;
    border-left: solid 1px #5388D7;
}

#headermenu li .last
{
    border-right: solid 1px #5388D7;
}



#headermenu a
{
    display: block;
    margin: 0;
    height: 40px;
    padding: 3px 3px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 1.0em;
    font-family: Arial, Helvetica, Sans-Serif;
}

#headermenu a:hover
{
    color: white;
    background: #5388D7;
}


/* LEFT MENU */
#menu
{
    width: 176px; /* set width of menu */
    font-weight: normal;
    line-height: 1.6em;
    font-size: 1.0em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #132D54;
    text-indent: 10px;
}

#menu ul
{
    /* remove bullets and list indents */
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li
{
    margin: 0;
    padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2
{
    display: block;
    margin: 0;
    padding: 2px 3px;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 1.0em;
    font-family: Arial, Helvetica, Sans-Serif;
}

#menu h2
{
    color: #fff;
    background: #2f4a76;
    font-size: 1.0em;
    font-weight: bold;
}

#menu a
{
    color: #142D54;
    background: transparent;
    text-decoration: none;
}

#menu a:hover
{
    color: white;
    background: #5388D7;
}

#menu li
{
    /* make the list elements a containing block for the nested lists */
    position: relative;
}

#menu ul ul ul
{
    position: absolute;
    top: 0;
    left: 100%; /* to position them to the right of their containing block */
    width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
    display: block;
}

div#menu ul ul ul li
{
    background-color: #EAF4FF;
}

/* END MENU */



/* MEMBERSHIP FORM */
.red
{
    color: #ff0000;
}

table.membershipenquiry td, table.membershipenquiry th
{
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    text-align: left;
}

input.error
{
    border: 2px solid red;
}

.errortext
{
    font-size: 18px;
    font-weight: bold;
    color: Red;
}

.submittext
{
    font-size: 18px;
    font-weight: bold;
}

a.ref
{
    text-decoration: underline;
}

h2.standard
{
    background-color: #00AEDB;
    color: White;
    padding: 0.1em 1em;
    text-transform: uppercase;
}

h3.standard
{
    border-top: 0.5em solid #BFEBF6;
    padding-top: 0.3em;
}

h3.standard, h4.standard
{
    color: #00AEDB;
}

div.countrypage h2.contact, div.countrypage h2.authority, div.countrypage h2.offices, div.countrypage h2.proposals
{
    border-bottom: 1px solid #132D54;
}

div.countryinfo
{
    float: right;
    padding: 1em;
    background-color: #eee;
    width: 150px;
    font-size: 0.7em;
    color: #132D54;
}

div.countryinfo h2.info
{
    margin: 0.5em 0em 0.2em 0em;
}

div.countryinfo p
{
    margin: 0 0 0 0;
}

.linetable table
{
    font-size: .8em;
}

.linetable thead td
{
    color: #000;
    background-color: #D9F3FA;
    border-top: solid 2px #00AEDB;
    border-bottom: solid 2px #00AEDB;
    border-left: none;
    border-right: none;
    font-weight: bold;
    margin: 0;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}


.linetable tbody td
{
    color: #000;
    background-color: #F0FAFD;
    border-top: none;
    border-bottom: solid 2px #00AEDB;
    border-left: none;
    border-right: none;
    font-weight: normal;
    margin: 0;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}

.linetable tbody td.highlight
{
    color: #00AEDB;
    background-color: #F0FAFD;
    border-top: none;
    border-bottom: solid 2px #00AEDB;
    border-left: none;
    border-right: none;
    font-weight: bold;
    margin: 0;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}

.linetable tbody td.header
{
    color: #000;
    background-color: #D9F3FA;
    border-top: none;
    border-bottom: solid 2px #00AEDB;
    border-left: none;
    border-right: none;
    font-weight: bold;
    margin: 0;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
}


#CountryList td a
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    color: #132D54;
    text-decoration: underline;
}

blockquote
{
    font-size: .6em;
}



div.rainforest-countryinfo
{
    float: left;
    padding: 1em;
    background-color: #eee;
    width: 150px;
    font-size: 0.7em;
    color: #132D54;
}

div.rainforest-countryinfo h2.info
{
    margin: 0.5em 0em 0.2em 0em;
}

div.rainforest-countryinfo p
{
    margin: 0 0 0 0;
}

div.rainforest-flag
{
    float: left;
    padding: 1em;
    background-color: #FFF;
}

div.rainforest-map
{
    float: left;
    padding-right: 1em;
}

.rainforest-section
{
    font-size: 110%;
    border-bottom: 1px solid #132D54;
}

.external-link
{
    font-weight: normal;
    text-decoration: underline;
}

.NewsLetters
{
    margin-bottom: -2em;
}

.NewsLetter
{
    width: 100%;
    padding-left: 10px;
}

/*
.NewsLetter.alt
{
    background: #DEDEDE;
}
*/

.NewsLetter a
{
    color: #132D54;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.NewsLetter a:hover
{
    color: #132D54;
    font-weight: bold;
    text-decoration: underline;
}

.NewsLetter span.date
{
    color: #000;
    font-weight: normal;
    font-style: italic;
    font-size: 100.1%;
}

.NewsLetters hr
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.NewsLetters hr.first
{
    margin-top: 0em;
}

