body {
    /**/
    background-color: white;/* #B0C0D0;*/
    color: #999999;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-size: 9pt;
    margin: 0px;

}

h1{
    font-size:9pt;
}

.normal{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-style: normal;
    color:black;
}


.normal1{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-style: normal;
    color: #21446D;
}

.title{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-weight: bold;
    color: #044368;
}

.strong{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-weight: bold;
}

.error{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-weight: bold;
    color: red;
}


.ok{
    font-size:9pt;
    font-family: 'Arial', 'Helvetica', 'Sans-serif';
    font-weight: bold;
    color: green;
}



.feedbackPanelERROR {
    color: red;
    list-style: circle;
    font-weight: bold;
}

.feedbackPanelINFO {
    color: green;
    list-style: circle;
    font-weight: bold;
}

img {
    border: none;
}


a.none {
    background: transparent;
    padding-right: 0px;
}

a.menu:link {
    text-decoration: underline;
    font-size:9pt;
    color: #FFFFFF;
}

a.menu:visited {
    text-decoration: underline;
    font-size:9pt;
    color: #FFFFFF;
}

a.menu:hover {
    text-decoration: underline;
    color: #999999;
    font-size:9pt;
}

a.menu:active {
    text-decoration: underline;
    color: #FFFFFF;
    font-size:9pt;
}

a.tag:link {
    text-decoration: none;
}

a.tag:visited {
    text-decoration: none;

}

a.tag:hover {
    text-decoration: underline;

}

a.tag:active {
    text-decoration: none;

}

a.menu1:link {
    text-decoration: underline;
    font-size:9pt;
    color: #21446D;
}

a.menu1:visited {
    text-decoration: underline;
    font-size:9pt;
    color: #21446D;
}

a.menu1:hover {
    text-decoration: underline;
    color: gray;
    font-size:9pt;
}

a.menu1:active {
    text-decoration: underline;
    color: #999999;
    font-size:9pt;
}

.link {
    text-decoration: underline;
    font-size:9pt;
    color: #21446D;
}


.descriptionResults {
    /*background: #eef5ff; */
    width:100%;
    border-top: #B0C0d0 1px solid;
    padding-top:10px;
    padding-bottom:10px;
    background:white;
}

.subDescriptionResults {
    /*background: #eef5ff;*/
    width:100%;
    border-top: #B0C0d0 1px solid;
}

a.normalFontLink:link {
    font-size:9pt;
}

a.normalFontLink:visited {
    font-size:9pt;
}

a.normalFontLink:hover {
    font-size:9pt;
}

a.normalFontLink:active {
    font-size:9pt;
}

.message_list {
    list-style: none;
    padding: 0px;
    overflow:auto;
}

.message_list li {
    padding: 0;
    background: white;
    border-bottom: #ebebeb 1px solid;
}


.message_list li:hover {
    color: gray;
    background: #f1f1f1;
}

.message_list li.active {
    background: #B0C0D0;/*#f1f1f1;*/
}

.message_head {
    padding: 0px 0px;
    cursor: pointer;
    position: relative;
    height: 10px;
    width:280px;
}

.message_body {
    padding: 0px 0px 0px;
    background-color: white;
    height:auto; /* 180px*/
    overflow:hidden;
    /*width:250px;*/
}

/* ----------------------------------------------------------------------------*/

.message_list_trad {
    list-style: none;
    padding: 0px;
    overflow:auto;
}

.message_list_trad li {
    padding: 0;
    border-bottom: #ebebeb 1px solid;
}

.message_list_trad li:hover {
    background: #ffffff;
}

.message_list_trad li.active {
    background: #ffffff;
}

.message_head_trad {
    padding: 0px 0px;
    cursor: pointer;
    position: relative;
    height: 10px;
}

.message_body_trad {
    padding: 0px 0px 0px;
    overflow:auto;
    width: 1000px;
}
/* ----------------------------------------------------------------------------*/

.message_list1 {
    list-style: none;
    margin: 1px;
    padding: 8px;
    width: 160px;
    overflow:auto;
    /*margin-bottom: 1px;
    margin-top: 1px;*/
}

.message_list1 li {
    padding: 0;
    background: white;
    /*border-bottom: #ebebeb 1px solid;
    border-top: #ebebeb 1px solid;*/
}

.message_head1 {
    padding: 0px 0px;
    position: relative;
    height: 20px;
    /*  border-bottom: 1px gray;
      margin-bottom: 1px;*/

}

.message_body1 {
    padding: 0px 0px 0px;
    background-color: white;
    height:150px;
    overflow: auto;
}
-->

.document_list {
    list-style: none;
    padding: 0;
    overflow:auto;
    width: 100%;
}

.document_list li {
    padding: 10px;
    border-bottom: 1px gray dotted;

}

.document_list li:hover {
    color: gray;

}

.document_list li.active {
    color:#666666;
}

.document_head {
    padding: 0px 0px;
    cursor: pointer;
    width: 100%;
}

.document_body {
    padding: 0px 0px 0px;
    overflow: auto;
    width:100%;
}


.top {
    position:relative;
}


#header {
    margin: 0 0 15px 0;

}


#footer {
    clear: both;
    background: #A2A2A2;
}


#container {
    clear: both;
    width:100%;
}

/*** Home page ***/
#logo, #simpleSearch {
    margin-bottom:10px;
    margin-top:30px;
}
#homePageFooter{
    clear: left;
    margin-top: 190px;
}
#options {
    margin-left:auto;
    margin-right:auto;
    width:600px;
    margin-top: 10px;
}
#searchLanguages, #resultsLanguages, #advancedSearchOptions {
    width: 33%;
    float: left;
    text-align: left;
}
ul.searchOtpions{
    list-style: none;
    padding: 0;
}
ul.searchOtpions li{
    clear: both;
}
ul.searchOtpions li div{
    float: right;
    width: 80px;
    height: 19px;
}
ul.searchOtpions li input {
    float:right;
    margin-right: 80px;
}
#advancedSearchOptions ul.searchOtpions li input {
    margin-right: 0px;
}
#advancedSearchOptions ul.searchOtpions li span{
    float: left;
    width: 130px;
}
#advancedSearch {
    margin-top: 15px;
}
#advancedSearch div {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}
#advancedSearch div select {
    margin-right: 10px;
}
#firstAdvancedSearch {
    margin-top: 10px;
}
#advancedSearchActions {
    margin-top: 10px;
    margin-bottom: 10px;
}
#groupLanguagesResult {
    float: left;
    width: 100%;
    width: 180px;
}
#groupLanguagesResult div {
    float: left;
    clear: left;
    width: 100%
}
#groupLanguagesResult div input {
    float: right;
    margin-right: 80px;
}
#groupLanguagesResult div label {
    float: right;
    width: 80px;
    text-align: left;
    color: black;
}



/*** Results Page ***/
#side-a {
    margin-bottom:10px;

    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#E6E6E6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x fixed;
    border:1px solid #D3D3D3;
    color:#555555;
    font-weight:normal;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

#side-b {
    float: left;
    width: 21%;
}

#content {
    float: left;
    /*width: 55%;*/
    border:1px solid #d9d9d9;
}

span.highlight {
    background-color: yellow;
}
#document-list {
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
}
#document-list .head{
    line-height: 20px;
    padding-left: 10px;
}
#document-list .list{
    margin-top: 5px;
}
#document-list ul {
    margin-bottom: 10px;
}
#navigator1 div {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    float: left;
}
#navigator1 {
    float: right;
}
#documentsTable {
    border-collapse: separate;
    border-spacing: 2px;
}
#documentsTable tbody tr td.header {
    background-color: #D5EAFF;
    text-align: right;
    padding-right: 5px
}
#documentsTable tbody tr td.content {
    background-color: #D5EAFF;
    padding-left: 5px;
}
#documentsTable .colHeader {
    width: 12%;
}
.document_list li {
    padding: 0;
    margin: 0;
}
.even-doc-row {
    /*background-color: #A2C4FF;*/
    background-color: #EEFFFF;
}

.odd-doc-row {
    /*background-color: #8BA7D9;*/
    background-color: #FFF3ED;
}
div.blockUI h1 {
    font-size: 30px;
    padding: 10px;
    font-family: Tahoma,Verdana,inherit
}


/*** playing around with facets ***/
#side-a input {
    display: none;
}
* html #side-a input { /* IE hack */
                       width: 0px;
                       height: 0px;
                       display: inline;
                       float: left;
}
#side-a .facetValuesContainer a label{
    display: block;
}
#side-a .facetValuesContainer div a {
    display: block;
    text-decoration: none;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
#side-a .facetValuesContainer div a:visited,  #side-a .facetValuesContainer div a:active{
    text-decoration: none;
}
#side-a .facetValuesContainer div a:hover{
    text-decoration: none;
    background-color: #aaa;
}
div.odd {
    /*background-color: #D8E1EA;*/
    background-color: white;
    border-bottom: 1px solid #bbb;
}

div.even {
    background-color: #EAEAE1;
    border-bottom: 1px solid #bbb;
}
div.selected {
    background-color: orange;
    border-bottom: 1px solid #bbb;
}
div.containing {
    background-color: rgba(217,118,26,0.5);
    border-bottom: 1px solid #bbb;
}
div.facetValuesContainer div.normal {
    /*    padding-top: 1px;
        padding-bottom: 1px;*/
}
* html div.containing { /* IE hack */
                        background-color: rgb(254,210,152); /* fallback color */
}
div.facetValuesContainer {
    border-top: 1px solid #bbb;
    height: 85px;
    overflow-y: auto;
}
div.facetValuesContainer span.facetFrequency {
    display: none;
}
div.containerTagCloud {
    border: 2px solid #bbddff;
    margin-top: 25px;
    margin-left: 10px;
}
div.containerTagCloud div{
    margin: 5px;
}
span#tagRestriction{
    font-size: 1.3em;
}
span#tagRestrictionLabel {
    color: #21446d;
    font-weight: bold;
}
img#removeTagRestriction{
    vertical-align: bottom;
}
.facets_list {
    list-style: none;
    padding: 0px;
    overflow-y: auto;
    margin: 0 0 10px;
    float: left;
    width: 200px;
}
.facets_list li {
    border: 2px solid #eeaa77;
    background-color: #dfefff;
    /*
    padding: 3px;
    width: 100%;
    */
}
div.addFacetContainer {
    /*float: left;
    width: 250px;*/
}
div.addFacetContent {
    border: 2px solid;
    margin: 10px;
}
div.availableFacetsContainer {
    margin:5px;
    height: 80px;
    overflow: auto;
}

span.addF {
    float: left;
    margin-right: 10px;
}
div.facetsContainer {
    overflow-x:auto;
    width: 100%;
}
div.facetsListContainer {
    margin-left: 10px;
    height: 140px;
}
div.moveUp {
    float:left;
    width: 16px;
    height: 16px;
    margin-bottom:2px;
}
div.moveDown {
    float:right;
    width: 16px;
    height: 16px;
}
div.remove {
    float:right;
    width: 16px;
    height: 16px;
    margin-right:10px;
}

div.moveFacet.over {
    cursor: pointer;
}

.facets_list li.over div.moveUp {
    background-image: url(../../images/arrow_left.gif);
    background-repeat: no-repeat;
}
.facets_list li.over div.moveDown {
    background-image: url(../../images/arrow_right.gif);
    background-repeat: no-repeat;
}
.facets_list li.over div.remove {
    background-image: url(../../images/window-close.gif);
    background-repeat: no-repeat;
}
/*** Document List ***/
div.doc-list-container {
    clear: left;
    float:left;
    width: 78%;
}
div#document-list ul {
    border: 2px solid #aaaaee;
}
.descriptionResults a, .traduction a, #side-a a.ui-state-default {
    text-decoration: none;
    color: Navy;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
#side-a a.ui-state-default {
    margin-bottom:3px;
    margin-left:3px;
    margin-top:3px;
}
.barTop {
    width:100%;
    border-top: #B0C0D0 1px solid;
    margin-top: 20px;
}

.traduction {
    display:none;
    background:#fffef5;
    border:1px solid #d9d9d9;
    width:auto;
}
.traduction ul.feedbackPanel{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.traduction ul.feedbackPanel li{
    list-style: none;
}

/*** bookmark tree view ***/
.folderSelected {
    background-color: lightBlue;
    color: black;
}

div.tree-node {
    margin-bottom: 5px;
}
div.tree-subtree {
    border-left: 1px dashed;
}
span.tree-content{
    width: 100%;
}
span.tree-content div.odd, span.tree-content div.even {
}
span.tree-content div.odd div {
    background-color: #eee;
}
span.tree-content div.even div {
    background-color: white;
}
div.bookmark-link-container{
    width: 100%;
    border-bottom: 1px solid;
}
div.bookmark-link {
    margin-left: 3px;
    margin-right: 3px;
}
div.bookmark-remove-button {
    text-align: right;
    margin-bottom: 4px;
    margin-right:5px;
}
a.remove-bookmark-folder-link {
    text-decoration: none;
}
a.remove-bookmark-folder-link img {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}
