/* standard elements */
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #000000;
}
legend {
    font-weight: bold;
}
p {
    margin-top: 0.5em;
}
a img{
    border:0em;
}
input, select {
    font-size: 95%;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    background-color: #fff;
    color: #000;
    line-height: 2em;
    /*border-left:1px solid #bbb;
    border-top:1px solid #bbb;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    margin: 0em 0.3em;*/
    padding:0.1em 0.4em;
    cursor: pointer;
}
select {
    background-color: #fff;
    color: #000;
    line-height: 2.2em;
    border-left:1px solid #bbb;
    border-top:1px solid #bbb;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    padding:0.1em 0 0.1em 0.4em;
    margin: 0em 0.3em;
}
pre {
    border: 1px solid #d3d3d3;
    padding: 0.5em;
    background-color: #f2f2f2;
}
pre, code {
    font-size: 110%;
}
/* Table styles */
table {
    empty-cells: show;
}
table.bordered {
    border:3px solid #F3F3F3;
}
caption {
    text-align: left;
    text-transform: capitalize;
    padding-left: 1em;
    padding-bottom: 1px;
    border-bottom: 2px solid white;
    color: #666666;
}
caption span {
    font-weight: bold; 
}
th{
    background-color:#788893;
    color:#ffffff;
    padding: 0.3em 0.2em;
    border-top: 2px solid #ffffff;
    /*border-top: 2px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 2px solid white;*/
}
thead {
    height: 1.6em;
}
thead tr { 
    height: 2em;
}
thead td {
    border-bottom: 0px;
}
#content_info td {
    vertical-align:top;
}
/* End table styles */

@media screen{
    body {
        margin:0em;
        padding:0em;
        font-family: arial, helvetica, sans-serif;
        color:#666666;
        font-size: 95%;
    }

    h1{
        margin: 0;
        padding: 0.5em  0.2em;
        font-family: arial, sans-serif;
        font-size: 1.9em;
        font-weight: bold;
    }
    h1 img{
        vertical-align: middle;
    }
    h2{
        font-family: arial, sans-serif;
        font-size: 1.6em;
        font-weight: bold;
    }
    h3{
        font-family: arial, sans-serif;
        font-size: 1.3em;
    }

    a.but:hover {
        position: relative;
        left:1px;
    }

    #header {
    }
    #f_header {
        height:6px; 
        line-height:0.01em; 
        background-color:#eeeeee; /*#eeeff0*/ /*#edf1e4*/ /*#edf1e4*/ /*#d5d7bf*/
    }

    #nav1{
        position:relative;
        text-align:right;
        padding-right:0.5em;
        margin-bottom: 2px; 
        padding-bottom: 5px;
        padding-top: 4px;
        }
            #nav1 ul {
                display:inline;
                background-repeat: no-repeat;
                background-position: 0% 80%;
                list-style-type:none;
                margin-left:0.4em;
                padding-left:0;
            }
            #nav1 li {
                color:#ffffff; /* #ffffff*/ /*#ffffff*/ /*#66732d*/ /*#999999*/
                background-repeat: no-repeat;
                background-position: center right;
                padding:0em 0.4em 0em 0.4em;
                display:inline
            }
            #nav1 acronym {
                border-bottom: 0;
            }
            #nav1 a {
                font-family:arial, helvetica, sans-serif;
                font-size:0.7em;
                color:#ffffff; /*#ffffff*/ /*#ffffff*/ /*#66732d*/ /*#576226*/
                text-decoration:none;
                /*font-weight:bold;*/
            }
            #nav1 a:hover {
                text-decoration: underline;
            }

        #nav2{
            z-index: 300;
            line-height: 2.2em;
            padding-bottom:0.1em;
            background-color:#fafaf9;
            /*margin-top:1px;*/
        }
            #nav2 ul {
                background-repeat: no-repeat;
                background-position: 0% 70%;
                margin: 0 0 0 0.4em;
                list-style-type:none;
                display:block;
                padding:0em;
            }
            #nav2 li {
                background-repeat: no-repeat;
                background-position: 100% 70%;
                float:left;
            }
            #nav2 a {
                display:block;
                font-family: arial, helvetica, sans-serif;
                font-size:0.8em;
                color:#000000;
                text-decoration:none;
                font-weight:bold;
                padding:0em 0.5em;
            }
            #nav2 a.expandable_links {
                padding-right: 1.2em;
            }
            #nav2 a:visited {
            }

            /*dropdown menu*/
            #linkgroups {
            }
            #linkgroups li {
                z-index: 100;
                position:relative;
            }
            #linkgroups li div.dropdown {
                display: none;
                position: absolute;
                z-index: 200;
                top: 1.2em;
                left: 0em;
            }
            #linkgroups li ul {
                list-style: none;
                background: none;
                margin: 0;
                padding: 0;
                background-color: #dcebf4; /*#637785*/ /*#637048*/ /*#343434*/ /*#d3e189*/
                border: 5px solid #fafaf9;
                border-top: none;
            }
            #linkgroups>li>div.dropdown {
                top: auto;
                left: auto;
            }
            #linkgroups li:hover div.dropdown {
                display: block !important;
            }
            #linkgroups li.over div.dropdown {
                display: block !important;
            }
            #linkgroups li li {
                float:none;
                display:block;
                background: none;
                margin: 0;
                padding: 0;
            }
            #nav2 #linkgroups li li a {
                display:block;
                padding: 0 0 1px;
                line-height: 1.9em;
                width: 13em;
                margin: 0;
                background-color: #ffffff;
                font-weight: normal;
            }
            #linkgroups li li a span{
                display: block;
                padding: 0 1em;
            }

        #banner_logo{
            margin-top: 5px;
        }

        #logos {
            left:0.3em;
            top:5px;
        }
            #logos img{
                margin:0px;
                border:0em;
            }
        #logos img.only-logo {
            position: absolute;
            top: 35px;
            left: 30px;
        }
        #logos img.first-logo {
            margin: 0.2em 2px 2px 2px;
            float: left;
        }
        #logos img.second-logo {
            /*float: right;*/
            margin-top: 0.8em;
        }
        #banner{
            height: 7.7em;
            margin-left: 0em;
        }
        #site-title{
            line-height: 1.5em;
            position:absolute;
            left:16em;
            top:1.2em;
            /*width:30em;*/
            padding: 2.5em 0.3em 0.3em 0.3em;
            color:#ffffff;
            font-family:arial, sans-serif;
            font-weight:bold;
        }
        #ambassadeur-title{
            line-height: 1.5em;
            position:absolute;
            left:11em;
            top:1.2em;
            padding: 2.5em 0.3em 0.3em 0.3em;
            color:#ffffff;
            font-family:arial, sans-serif;
            font-weight:bold;
        }
        #title_content{
            font-size:1.6em;
        }
        #ambassadeur-title #title_content{
            font-size:3.1em;
        }
        #site-subtitle{
            position:absolute;
            left:16.1em;
            top:6.4em;
            /*width:20em;*/
            padding:0.2em;
            color:#fce1bf; /*#00520e;*/
            font-family: arial, sans-serif;
            font-weight: bold;
            white-space: nowrap;
        }
        #ambassadeur-subtitle{
            position:absolute;
            left:11.2em;
            top:6.4em;
            padding:0.2em;
            color:#ffffff;
            font-family: arial, sans-serif;
            font-weight: bold;
            white-space: nowrap;
        }
        #subtitle_content{
            font-size:1em;
        }
        #ambassadeur-subtitle #subtitle_content{
            font-size:1.3em;
        }

    /* user information */
    #user_id {
        position: relative;
        padding-left:1em;
        padding-top: 0.7em;
        font-size: 0.75em;
        width: 20em;
        float: left;
        z-index: 1000;
        color:white;
    }
    #log1 {
    }
    #log2 {
        /*background-color: #8a8c77;*/
        border: 0;
        padding:0.1em 0.5em;
        font-weight:bold;
        color: white;
    }
    #user_id a, #user_id a:visited {
        color: white;
    }
    /* change language links */
    #language {
        float:right;
        margin-right: 0.7em;
        white-space: nowrap !important;
        color: #333;
        /*padding: 0.3em 0.2em 0 0;*/
        position: relative;
        padding-top: 0.6em;
    }
    #language span {
        font-size:0.75em;
    }
    #language a {
        display: block;
        width: 20px;
        height: 23px;
        line-height: 23px;
        font-size: 11px !important;
        color: #000;
        text-decoration: none;
        text-transform: capitalize;
        text-align: center;
        font-weight: normal;
        float: left;
    }
    #language form{
        display:inline;
    }

    td#center_cell {
        vertical-align: top;
        padding-bottom:4em;
        background: #fff;
    }
    td#right_cell {
        width: 13em;
    }

    #content{
        border-top:0px solid #ffffff;
        margin-right: 1px;
        padding:0em;
        padding-top: 8px;
    }

    #content_table{
        width: 100%;
    }

    #location-bar{
        position:relative;
        right:0px;
        height:2.2em;
        color:#666666;
        font-size:0.8em;
        width: 74%;
        padding-left: 22px;
        /*margin-left: 1.3em;*/
        border-bottom: 1px solid #f1f4f7;
    }

    #width_forcer{
        width:0px;
    }

    #location-bar a{
        text-decoration: none;
    }

    #location-bar a:hover{
        color:#000;
    }

    #location1{
        position: relative;
        top: 0.3em;
        bottom: 0.3em;
        font-size:1.1em;
    }

    #location1 span {
        color: #999999;
        font-weight: normal;
        font-size: 105%;
        padding: 0px 2px;
    }

    #location_border_cover{
        position:absolute;
        left:-1px;
        right: 1px;
        top:0px;
        height:2.2em;
        width: 100%;
    }

    #content_info{
        font-size: 0.8em;
        background-color: #ffffff; /*#ffffff*/ /*#ffffff*/ /*#ffffff*/ /*#EDF1E3 */
        padding-top: 0em;
        padding-left: 1em;
        padding-right: 0.8em;
        overflow: auto;
    }

    td#left_cell1{
        height: 1px;
        width:11.5em;
    }
    td#left_cell2{
        width:11.5em;
        padding-top:1em;
    }

    #search{
        position:relative;
        float: right;
    }

        #search form{
            display: inline;
            margin-right:0.5em;
        }

            #search label{
                position:relative;
                color:#004499; /*#ffffff*/ /*#ffffff*/ /*#d3e188*/ /*#000000*/
                font-size:0.8em;
                color: #333;
            }

            #search input{
                position:relative;
                top:0em;
                font-size:0.75em;
                border:1px solid #666666; /*1px solid #7f9db9*/ /*1px solid #7f9db9*/ /*1px solid #999999*/ /*1px solid #7e8c37*/
                margin-right:0.7em;
                background-color:#ffffff; /* #ffffff*/ /* #ffffff*/ /*#ffffff*/ /*#7e8c37*/
            }
            #search #sub{
            }

            #search #query{
                width:11em;
                border: 1px solid #ccc;
                padding: 5px 5px 5px 25px;
                font-family: arial, helvetica, sans-serif;
                color: #444;
            }

    /* left portlets */
    .portlet_folder {
        display:block;
        padding:0em;
    }
    .portlet_folder div.portlet_folder_title {
        font-size:0.9em;
        font-weight: bold;
        padding:1.2em 0.7em 0.4em 0.8em;
    }
    .portlet_folder a {
        text-decoration: none;
    }
    .portlet_folder a:visited {
        color:#000000;
    }
    .portlet_folder .portlet_content ul {
        padding:0 1em 1em 1em;
        margin:0em;
    }
    .portlet_folder .portlet_content li {
        list-style-type: none;
        display:block;
        font-size:0.75em;
        border-bottom:1px dotted #ccc;
    }
    .portlet_folder .portlet_content a {
        display:block;
        padding:7px 1em 7px 0;
        background-color: transparent;
    }
    .portlet_folder .portlet_content a:hover {
        color:#000000;
        text-decoration: underline;
    }
    .portlet_folder .portlet_content a:visited {
        color: #000000;
    }

    #center_content {
        background: #ffffff;
        padding-bottom: 1em;
        /*width: 80%;*/
        min-height: 300px;
    }

    /* middle portlets */
    .middle-portlet{
        display: block;
        padding: 1em;
        background: #fafafa;
        border: 1px solid #e6dfdf;
        margin: 0em 1em 1em 1em;
    }
    .middle-portlet-footer{
        text-align: right;
        font-size: 0.9em;
        margin-right: 20px;
        padding-right: 16px;
    }
    .middle-portlet-footer a{
        text-decoration:none;
        color: #999999;
    }
    .middle-portlet-footer a:visited{
        color: #999999;
    }
    .middle-portlet h4 {
        color: #003333;
        font-size: 1.35em;
        margin: 0; padding: 0;
        font-weight: bold;
        line-height: 1.6em;
        border-bottom: 2px solid #ffffff;
        background-repeat: no-repeat;
        background-position: 5px 40%;
    }
    .middle-portlet h4 a {
        font-size: 0.7em;
        font-weight: normal;
    }
    .center-portlet-content{
        padding: 0em 2em;
    }
    .middle-portlet ul{
        list-style-type: none;
        margin-top: 0.5em;
        margin-bottom: 0em;
    }
    .middle-portlet li{
        margin: 0.4em 0em;
    }
    .center-portlet-content {
        margin: 0; padding: 0;
    }
    .center-portlet-content ul {
        margin: 0; padding: 0;
    }
    .release_date {
        font-size: 0.9em;
    }

    /* stories center portlets */
    .title_story {
        left: 0em;
        top: 0px;
        padding-left: 0px;
        padding-top:5px;
        padding-bottom:2px;
        margin-bottom: 7px;
        font-weight: bold;
        font-size: 1.65em;
    }
    .title_story a {
        text-decoration: none;
    }
    .release_story {
        height: 1em;
        padding: 0;
        color: #555555;
        font-size: 0.9em;
        text-align: left;
    }
    .content_story {
        margin-right: 2%;
        overflow: hidden;
        padding-top: 10px;
    }
    .content_story img {
        border: 1px solid #ccc;
        background: #fff;
        padding: 5px;
        margin-bottom: 1em;
        margin-right: 1em;
    }
    .content_story p {
        
    }
    .text_story {
        padding: 0.5em 0 1em 0;
        text-align: justify;
        color: #333333;
        line-height: 1.5em;
    }
    *:first-child+html .text_story p {margin: 0 0 0.5em 0; }
    .text_story p {
        margin: 0;
    }
    .bottom_border {
        margin-bottom: 1.2em;
        margin-top: 0.2em;
        clear: left;
    }

    /* footer styles */
    #copyright{
        color:#666666;
        font-size:0.75em;
        padding:1em 2.1em 1em 2em;
    }
    #footer{
        font-size:0.8em;
        padding:1em 0.5em 1em 14.5em;
        background-color:#ffffff;
        color:#555555;
    }
    #footer a{
        text-decoration: none;
        font-size:1em;
    }
    .horizlist{
        padding-bottom:0.5em;
    }
    .horizlist ul {
        background-repeat: no-repeat;
        background-position: 0% 80%;
        list-style-type:none;
        text-align:right;
        margin-left:0em;
        padding:0em;
        display:inline;
    }
    .horizlist li {
        background-repeat: no-repeat;
        background-position: 100% 80%;
        padding:0em 0.4em 0em 0.4em;
        display:inline;
    }
    .horizlist a {
        font-size:0.85em;
        color:#333333;
    }
    .horizlist a:hover {
        color:#777777;
        text-decoration:none;
    }

.portlet_content ul,
.portlet_folder_content ul  {
    margin:0;
    padding:0 1em 1em;
    list-style-type: none;
}
.portlet_content li,
.portlet_folder_content li {
    border-bottom:1px dotted #CCCCCC;
    display:block;
    font-size:0.75em;
    list-style-type:none;
    padding: 0.5em 0;
}
.portlet_content li a:hover,
.portlet_folder_content li a:hover {
    color: #000000;
    text-decoration: underline;
}
.text_story .text_story {
    padding: 0;
}
#folder_listing {
    clear: both;
    padding: 0 1.7em;
}
.folder-feeds {
    padding: 1em 1.7em 0 1.7em;
}
.contentstart {
    margin: 0; padding: 0; height: 0; overflow: hidden;
}}