/* attributes with preceeding underscores are an internet exploder hack */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background-color: #ebefc4; /* grayed light yellow */
    height: 100%;
}

body {
    background-color: #ebefc4; /* grayed light yellow */
    height: 100%;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    font-size: 10pt;
    /* Fix IE's incapability to resize point values */
    _font-size: 84%;
    text-align: center;
}

input, select {
    font-size: 120%;
}

#all {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 970px;
    min-height: 100%;
    height: auto;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #cc9;
    background-color: #fbffc0; /* light yellow */
}

#topleft {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 120px;
}

#topbar {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    height: 126px;
        width:970px;
        background-color: #329933;
        background-image: url(../images/banner_bg.gif);
        background-position: 0 0;
        background-repeat: repeat-x;
        overflow: hidden;
	margin:0;
	padding:0;
}

img.left_ginko {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

img.banner_photo {
    position: right;
    float: right;
    margin: 23px 22px 0 0;
    border: 1px solid #cc9;
    width: 104px;
}

#toptitle {
    display: block;
    position: right;
    left: 0;
    top: 0;
    height: 126px;
    width: auto;
}

#topmenu {
    display: block;
    width: auto;
    height: 2.0em;
    line-height: 2.0em;
    background-color: #b65a27;
    vertical-align: middle;
    border-width: 1px 0 1px 1px;
    border-color: #cc9;
    border-style: solid;
    font-size: 0.85em;
    font-size: 85%;
}

#topmenu a {
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #cc9;
    height: 2.0em;
    line-height: 2.0em;
    padding: 0 8px;
    text-decoration: none;
    color: #fff;
}

#topmenu a:link,
#topmenu a:active,
#topmenu a:visited {
    color: #fff;
}

#topmenu a:hover {
    background-color:#fff;
    color:#b65a27;
}

#topmenuadmin {
    display: block;
    width: auto;
    height: 2.0em;
    line-height: 2.0em;
    margin: 0 0 4px 0;
    padding: 0 4px;
    background-color: #b65a27;
    vertical-align: middle;
    border-width: 1px 0 1px 1px;
    border-color: #cc9;
    border-style: solid;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

#leftbar {
    float: left;
    clear: left;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #cc9;
}

#leftbar p {
    border: 0;
    padding: 0;
}

#leftmenu {
    display: block;
    position: relative;
    background-color: transparent;
    top: 0;
    width: 190px;
    text-align:left;
}

#fpen {
    display: block;
    background-color: #fbffc0; /* light yellow */
    width: 190px;
    text-align: center;
}

#fpenlogo {
    margin: 20px 0;
}

#leftmenu a {
    float: left;
    clear: left;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #329933;
/*    height: 2.2em;*/
    line-height: 1.4em;
    width: 178px;
    /* Compensate IE for padding */
    _width: 190px;
    background-color: #be8;
/*    overflow: hidden;*/
    margin: 0 0 1px 0;
    padding: 0 4px 0 8px;
    padding: 0.4em 4px 0.4em 8px;
    color: #060;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

#leftmenu a:hover {
    background-color: #329933;
    border-color: #060;
    color: #fff;
}

#mainbody {
    float: left;
    width: 770px;
    border-style: none;
    text-align: left;
    margin: 0 0 0 4px;
}

#mainbody a {
    color: #b65a27;
}

#mainbody a:hover {
    color: #e68a57;
}

#footer {
    clear: both;
    font-size: 80%;
    padding: 30px 0 0 0;
    height: 40px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    color: #46f;
    text-decoration: none;
}

h1 {
    font-size: 160%;
    line-height: 2em;
    font-weight: bold;
    color: #329933;
}

h2 {
    font-size: 140%;
    line-height: 2em;
    font-weight: bold;
    color: #329933;
}

h3 {
    font-size: 120%;
    line-height: 2em;
    font-weight: bold;
    color: #329933;
}

h4 {
    font-size: 100%;
    line-height: 2em;
    font-weight: bold;
}

h5 {
    font-size; 90%;
    line-height: 2em;
    font-weight: bold;
}

h6 {
    font-size: 80%;  
}

neggae {
    font-size: 80%;  
}

table {
    border-collapse: collapse;
/*    display: inline;*/
}

tr {
}

td {
    vertical-align: top;
    padding: 0 2px 1px 3px;
    font-size: 84%;
}

/* Start of admin pages table definitions */

td.action, td.edit, td.delete, td.show, td.hide, td.move {
    width: 20px;
}

td.calendar_date {
    width: 80px;
}

td.calendar_title {
    width: 400px;
}

td.faq_question {
    width: 200px;
}

td.faq_answer {
    width: 400px;
}

td.ifsanews_title {
    width: 400px;
}

td.ifsanews_file_name {
    width: 400px;
}

td.image_file_name {
    width: 400px;
}

td.doc_file_name {
    width: 400px;
}

td.link_title {
    width: 320px;
}

td.link_url {
    width: 320px;
}

td.news_date {
    width: 80px;
}

td.news_title {
    width: 400px;
}

td.page_title {
    width: 400px;
}

td.partner_shortname {
    width: 100px;
}

td.partner_name {
    width: 400px;
}

td.newsdate, td.calendardate {
    display: inline;
    width: 150px;
    font-size: smaller;
}

td.newstitle, td.calendartitle {
    display: inline;
    font-weight: bold;
}

td.partner_shortname {
}

td.partner_name, td.member_name {
    width: 400px;
}

td.member_country {
    width: 150px;
}

/* temporary only */
td.member_order {
    widht: 50px;
}

td.owner {
    width: 80px;
}

/* End of admin pages table definitions */

p {
    padding: 0.6em 0 0.6em 0;
    text-indent: 1em;
}

.noindent {
    text-indent: 0;
}

.indent {
    text-indent: 1em;
}

p.question {
    font-weight: bold;
    padding: 0 0 0.3em 0;
    text-indent: 0;
}

p.answer {
    padding: 0 0 0.6em 0;
}

a {
}

a.regionheaderlink {
    text-decoration: none;
}

a.memberlink {
    text-decoration: none;
}

input, textarea {
    font-family: monospace;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

select {
    font-family: monospace;
}

ul, ol {
    position: relative;
    margin: 0 0 0 2em;
    list-style-position: inside;
}

div.note {
    display: inline;
    font-size: 80%;
}

div.worldmap {
    display: block;
    position: relative;
    left: 23px;
    top: 4px;
    z-index: 23px;
}

div.worldmap.img, div.worldmap.a {
    display: block;
}

div.mapcontainer {
    display: inline;
    display: block;
    position: relative;
    width: 720px;
    text-align: left;
    text-align: center;
    overflow: hidden;
}

div.worldmap2 {
    display: block;
    z-index: 0;
}

div.worldmap2 img {
    display: block;
}

div.dot {
    background: transparent url("/images/dotsmall.png") top left no-repeat;
    position: absolute;
    width: 4px;
    height: 4px;
}

div.dot8 {
    background: transparent url("/images/dot8a.png") top left no-repeat;
    position: absolute;
    position: relative;
    width: 8px;
    height: 8px;
}

div.dot10 {
    display: block;
    background: transparent url("/images/dot10.png") top left no-repeat;
    position: relative;
    position: absolute;
    width: 10px;
    height: 10px;
}

/*
div.dot10 a:hover {
    background-position: -10px 0;
}

div.dot10 a:active {
    background-position: -20px 0;
}
*/

.calendardate {
    font-weight: bold;
}

table.calendar {
    border-style: solid;
    margin: 0;
    padding: 0;
    border-color: #000;
}

th.calendarhead {
    margin: 0;
    padding: 0;
    background-color: #be8;
}

tr.calendarrow {
    margin: 0;
    padding: 0;
}

td.calendarcell {
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: #000;
    border-bottom-width: 2px;
}

.txt_black {
    color: #000;
}

.bg_lightyellow {
    background-color: #fbffc0;
}

.txt_lightyellow {
    color: #fbffc0;
}

.bg_grayedlightyellow {
    background-color: #ebefc4;
}

.txt_grayedlightyellow {
    color: #ebefc4;
}

.txt_bg_brightyellow {
    background-color: #f6f908;
}

.txt_brightyellow {
    color: #f6f908;
}

.bg_oceanblue {
    background-color: #a1c1f4;
}

.txt_oceanblue {
    color: #a1c1f4;
}

.bg_continentgreen {
    background-color: #659854;
}

.txt_continentgreen {
    color: #659854;
}

.bg_bordergreen {
    background-color: #005c28;
}

.txt_bordergreen {
    color: #005c28;
}

.bg_brown {
    background-color: #b65a27;
}

.txt_brown {
    color: #b65a27;
}

.bg_lightgreen {
    background-color: #be8;
}

.txt_lightgreen {
    color: #be8;
}

.bg_darkgreen {
    background-color: #329933;
}

.txt_darkgreen {
    color: #329933;
}

.bg_brightred {
    background-color: #f00;
}

.txt_brightred {
    color: #f00;
}

.error, .warning {
    font-size: 110%;
    font-weight: bold;
    color: #ff0000;
}

.new {
    font-size: 110%;
    font-weight: bold;
    color: #329933;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

/* table needs to be specified, if not margins of table.someotherclass
  will not be overloaded!! */
table.table_center {
    margin: 0 auto 0 auto;
}

table.table_100 {
    width: 100%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatcenter {
    float: center;
}

.line1_5 {
    line-height: 1.5em;
}

.line2 {
    line-height: 2.0em;
}

.small {
    font-size: 80%;
}

.big {
    font-size: 120%;
}

.printsizetag {
    width: 50px;
    min-width: 50px;
}