﻿body
{
    font-size: small;
    font-family: Tahoma;
    color: Black;
}

dt {font-weight:bold;}

a
{
    text-decoration: none;
}
a:link
{
    color: #000000;
}
/* unvisited link */
a:visited
{
    color: #000000;
}
/* visited link */
a:hover
{
    color: #000000;
    text-decoration: underline;
    /* background-color: #00993E; */
}
/* mouse over link */
a:active
{
    color: #C0C0C0;
}
/* selected link */

img {border:none;}

.FilePanel
{
    border-collapse: collapse;
    width:100%
}

.GlobalTable
{
    border-style: none;
    width:100%;
    background-color:#FFFFFF;
}

.RowBlue
{
    background-color: #B0C8FF;
    width: 50%;
    padding: 2px 0px 2px 8px;
}

.RowWhite
{
    background-color: #8AADFF;
    width: 50%;
    padding: 2px 0px 2px 8px;
}

.TopBarUp
{
    background-color: #96B151;
}

.TopBarBottom
{
    background-color: #CFD1A2;
    color: white;
}

.TopBarSeparator
{
    background: #FFFFFF;
    height:6px;
}

.SelectedLanguage
{
    font-weight: bold;
}

.IntroTable
{
    width: 100%;
    height: 100%;
    background-color: #d2e6c4;
}

.MainCell
{
    background-color: white;
    width: 100%;
    padding: 20px 20px 20px 60px;
}

.MenuCell
{
    /*background-color:#EDEBDF;*/
    background-color:#FFFFFF;
 /*   padding:5px;*/
}

.MenuItemHover,
.MenuItemHover a:link,
.MenuItemHover a:visited,
.MenuItemHover a:active
{ 
     background-color:#D0D2A2;    
     text-decoration : none;
}

.dynamicMenuItem,
.dynamicMenuItem a:link,
.dynamicMenuItem a:visited,
.dynamicMenuItem a:active,
.dynamicMenuItem td
{
    background-color:#96B151 !important;
    color:white !important;
}

a.LinkRedHover:hover 
{
     background-color:#D0D2A2;    
     color: white;  
     text-decoration : none;   
}

.PageHeader
{
    font-weight: bold;
    font-size: x-large;
}

.ListItemHeader
{
    font-weight:bold;
    font-size:large; 
}

.PersonName
{
    font-weight: bold;
    text-transform: capitalize;
}

.PersonPosition
{
}

.PersonContact
{
    font-size:0.85em;
    white-space: nowrap ;
}

ul.PersonResponsibility
{
    margin:0 0 0 130px;
}

.responsibilityEdit
{
}

.PersonImage
{
    float:left;
    border-right: #edebdf thin solid;
    border-top: #edebdf thin solid;
    border-left: #edebdf thin solid;
    border-bottom: #edebdf thin solid;
}


.GridTable
{
    border-right: #D0D2A2 medium solid;
    border-top: #D0D2A2 medium solid;
    border-left: #D0D2A2 medium solid;
    border-bottom: #D0D2A2 medium solid;
}

.GridTable TH
{
    background-color: #D0D2A2;
    text-align: left;
    vertical-align:top;
}

.GridTable TD
{
    border-top: #D0D2A2 1px solid;
    border-bottom: #D0D2A2 1px solid;
    border-right: none;
    border-left: none;
    vertical-align:top;
}

.GridTable TD.head
{
    background-color: #E2E3C7;
}

.CompaniesHeader
{
    background-color: Green;
    color: White;
    font-weight: bold;
    border:none;
}

table.CountryTable
{
    border: none;
}

table.CountryTable TD
{
    border: #edebdf 1px solid;
}

table.CountryTable TH
{
    background-color: #edebdf;
    text-align: left;
}

/* CompanyTable class must be declared AFTER CountryTable class */
table.CompanyTable 
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 0px;
    border: none;
}

table.CompanyTable td
{
    /*font-size: smaller;*/
    border: none;
}

table.CompanyTable th
{
    font-weight: bold;
    border: none;
    background-color: Transparent;
}



.DropDownMenu
{
    color: #164A18;
    font-weight:bold;
    padding-left: 5px;
    background-color:#E8E9D2;        
    
}

.DropDownPanel
{
    background-color:#E8E9D2;        
    border:solid 1px #EDEBDF;
}

.DropDownItem,
.DropDownItem a,
.DropDownItem a:hover,
.DropDownItem a:active,
.DropDownItem a:visited
{
    color: #164A18;
    font-weight:bold;
    padding-left: 5px;
    text-decoration : none;
}

.DropDownItemHover,
.DropDownItemHover a,
.DropDownItemHover a:hover,
.DropDownItemHover a:active,
.DropDownItemHover a:visited
{ 
    background-color:#D0D2A2;    
    color: white; 
    font-weight:bold;
    padding-left: 5px;
    text-decoration : none;
}

span.Asterisk
{
    color:#A50021;
    content: "*";
}

.SubscribeTable
{
    border: solid thin #edebdf;
}

.SubscribeTable TD
{
    border: none;
    vertical-align:top;
    padding:5px 15px 2px 5px;
}

.SubscribeTable TH
{
    border: none;
    font-weight:bold;
    text-align:left;
    padding:12px 5px 2px 5px;
    vertical-align:bottom;
}

.SubmitButton
{
    background-color:Green;
    color:White;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}

.margin15px
{
    margin:15px;
}

.ArchiveSearch
{
    background-color: #D2D4A8;
    border: solid thin #edebdf;
    padding:10px;
    text-align:center;
}


.PapersTable
{
    border:none;
}

.PapersTable TH
{
    font-weight:bold;
    text-align:left;
}

.PapersTable a:visited
{
    color: black;
}

.SubHeader
{
    font-weight: bold;
    background-color: #edebdf;
    padding: 4px;

}

.AttachmentRowClosed
{
    visibility: hidden;
    display:none;
}

.AttachmentRowOpened
{
    visibility: visible;
}

.menuitem
{
    background-color : #E2E3C7;
    padding-top:5px;
    padding-bottom:5px;
}

.menuitemcurrent
{
    background-color : #D0D2A2;
}

.menuitemhover
{
    background-color : #D0D2A2;
}

.photoDownload
{
    color: #1B693E;
}

.AttachmentDiv
{
    border: solid 1px black;
    background-color: White;
    padding: 10px;
    width: 450px;
    overflow: auto;
    z-index:1000;
}

.attachmentClip
{
    position:relative;
    left:-11px;
    top:1px;
    z-index:1;
}

.progressBar
{
    text-align:center;
    vertical-align:middle;
    width:100%;
}


/* for all browsers that understand min-width */
.width {min-width:980px; margin:0 auto;}

#header 
{
    clear:both;
    margin:5px 5px 0px 5px;
    overflow: auto;
} 

#logoLine
{
    overflow: hidden;
	width: 100%;
	margin-bottom:5px;
}

#logoLine #logo
{
    float:left;
    vertical-align:middle;
    padding:10px;
    background-color:#fff;
    height:75px;
    line-height:75px;
}

#logoLine #images
{
    text-align:right;
    /*padding-right:5px;
    background-color:#96B151;    */
}

#logoLine #images img
{
    border:solid 1px black;
    margin:9px 0px 8px 4px;
}

#langLine
{
    background-color: #CFD1A2;
    overflow: auto;
	width: 100%;
}

#langLine #motto
{
    padding:15px 0px 15px 10px;
}

#langLine #lang
{
    padding: 2px 10px 0px 0px;
    float:right;
    white-space:nowrap;
}

#langLine #lang img
{
    vertical-align:text-bottom;
    margin-bottom:5px;
}


table.latestDocs
{
    border:solid 1px #96B151;
    border-collapse:collapse;
    width:95%;
}

table.latestDocs tr.odd
{
    background-color: #E3E3C9;
}

table.latestDocs th
{
    padding:5px;
}

table.latestDocs td
{
    padding:5px 3px 5px 3px;
    border-right:solid 1px #96B151;
}

table.latestDocs th
{
    background-color:#96B151;
    font-weight:bold;
}

#hpouterdiv
{
    text-align:center;
}

#hpouterdiv img
{
    margin: 10px 0px 10px 5px;
}
