@media screen { /* To prevent PocketPC from loading the stylesheet */

    .error-box {
        background-color: rgb(238, 247, 249);
        padding: 1em;

    }
    .error-box fieldset {
        border: 0;
        font-size: 90%;
    }
    .error-box fieldset legend {
        font-size: large;
        margin-bottom: .5em;
    }

    body{
        background: url("gradiente-bg.png") repeat-x scroll left top transparent;
        color: #000;
        padding: 0 1em;
        margin: 0;
        font-size: 90%;
        font-family: Helvetica, Arial, Verdana, sans-serif, "MS sans serif"
    }

    #rightcolumn ul.menu { /* Simple menu of items */
        list-style: none;
        list-style-image: none;
        padding:0;
        margin:0;
    }
    .countrybox {
        display: block;
        float: left;
        width: 14em;
    }

    .terminated {
        color: #333;
        background-color: #E0E0E0;
    }

    #recentlist {
        float:right;
        width:140px;
        clear:right;
        margin-top: 1em;
    }

    /* button-like5 link */
    .test_button {
        background-color: #edf1e7;
        border: 2px outset #adc095;
        color: #455b6b;
        padding: 0.2em;
        margin-left: 2px;
        font-size: 80%;
        font-weight: bold;
        text-decoration: none!important;
        white-space: nowrap;
        zoom: 98%;
    }

    .test_button:active {
        color: black;
        border: 2px inset #adc095;
    }
    a.test_button:hover {
        color: #b20d00;
        background-color: #e4f1bc;
    }

    .upload_data .test_button {
        display: block;
        float: right;
        margin-right: 0.5em;
        /*width: 8em;*/
        text-align: center;
        white-space: nowrap;
    }

    /* button-like link v2 */
    .flat_button {
        background-color: #edf1e7;
        border: 1px solid #adc095;
        color: #455b6b;
        padding: 0.2em;
        margin-right: 2px;
        font-size: 80%;
        font-weight: bold;
        text-decoration: none!important;
        margin-left: 2px
    }
    .flat_button:active {
        color: black;
        border: 1px outset #ccc;
    }
    a.flat_button:hover {
        color: #b20d00 !important;
        background-color: #e4f1bc !important;
    }
    .upload_data .flat_button {
        display: block;
        float: right;
        margin-right: 0.5em;
        width: 8em;
        text-align: center;
    }

    .upload_data ul {
        margin: 0;
        padding: 0;
        list-style-image: none;
    }
    .upload_data li {
        background: #FAFAFA;
        margin: 0.5em 0;
        padding: 0.5em;
        list-style: none !important;
        border: 1px solid #D3D3D3;
    }
    .upload_data li .lefted {
        float: left;
    }
    .upload_data li span {
        height: 0.6em;
        display: block;
        margin-top: 0.4em;
        clear: both;
    }
    .upload_data li p.nr {
        height: 1.5em;
        width: 1em;
        text-align: center;
        padding:0 0.3em;
        border: 1px solid #ccc;
        font-weight: 700;
        margin: 0 0.2em 0 0;
        float: left;
    }
    .cleaner {
        clear: both;
    }

    /* Tabbed menus - as used on the front page */
    #tabbedmenu {
        float:left;
        width:100%;
        background: url("tab_bg.png") bottom repeat-x;
        font-size: 0.9em;
        line-height:normal;
    }
    #tabbedmenu ul {
        margin:0;
        padding:0px 10px 0 10px;
        list-style: none !important;
        list-style-image: none !important;
    }
    #tabbedmenu li {
        float:left;
        background:url("tab_left.png") no-repeat left top;
        border-bottom: 3px solid #315076;
        margin:0;
        padding:0 0 0 6px;
        white-space: nowrap;
    }
    #tabbedmenu a {
        display:block;
        text-decoration: none;
        font-weight: bold;
        color: black;
        background:url("tab_right.png") no-repeat right top;
        padding:3px 8px 2px 0px;
    }

    #tabbedmenu a:hover {
        text-decoration: none;
        background-color: transparent;
    }

    #tabbedmenu #currenttab {
        background-image:url("tab_left_on.png");
        border-bottom: 3px solid #cedc32;
    }

    #tabbedmenu #currenttab span, #tabbedmenu #currenttab a {
        display:block;
        text-decoration: none;
        font-weight: bold;
        background:url("tab_right_on.png") no-repeat right top;
        padding:3px 8px 2px 0px;
    }

    #tabbedmenuend { clear: left; }

    /* The second row of tabs on a page */
    #tabbedmenu-level-2 {
        float:left;
        width:100%;
        border-bottom: 1px solid #97AF79;
        font-size: 90%;
    }
    #tabbedmenu-level-2 ul {
        margin:0;
        padding:0px 10px 0 5px;
        list-style: none !important;
        line-height: 2em;
    }
    #tabbedmenu-level-2 li {
        float:left;
        border: 1px solid #97AF79; border-bottom: 0px solid #97AF79;
        margin:0 3px 0 0;
        padding:0px;
        white-space: nowrap;
    }
    #tabbedmenu-level-2 a {
        display: block;
        text-decoration: none;
        color: white;
        background-color: #97AF79;
        padding:0px 5px 0px 5px;
    }
    #tabbedmenu-level-2 a:hover {
        text-decoration: none;
    }
    #tabbedmenu-level-2 #currenttab-level-2 span, #tabbedmenu-level-2 #currenttab-level-2 a {
        display:block;
        text-decoration: none;
        color: #2A6495;
        background-color: white;
        padding:0px 5px 0px 5px;
    }
    #tabbedmenu-level-2 #currenttab-level-2 {
        border-bottom: 2px solid white;
    }

    /* Art 17 draft page - to be merged with the other styles */
    table.sortable {
        border: 1px solid #999;
    }
    form {
        margin:0;
    }
    fieldset {
        padding: 0 10px;
    }

    fieldset .fieldset_div {
        padding: 10px 0;
        border:1px solid #f0f0f0;
    }

    .sub_row td {
        background-color: #fbfbfb;
    }

    .row_first td{
        border-top: 1px solid #bbbbbb;
        /*border-bottom: 1px solid #dddddd;*/
        padding-bottom: 6px;
    }

    .row_last td{
        border-bottom: 1px solid white;
        border-bottom: 1px solid #bbbbbb;
    }
    td {
        border-right: 1px solid #dddddd;
        vertical-align: middle;
    }

    .filter_box {
        float:right;
    }


    .noticeable {
        background-color: #EDF1E7;
    }

    .paginator {
        background-color:#F0F4F5;
        border:1px solid #E0E7D7;
        padding:0.2em 0.4em;
        margin: 0.4em 0.4em;
    }

    .paginator .selected {
        font-weight:bold;
        border: 1px solid black;
        background-color:#FFF;
        padding: 0.2em 0.2em;
        text-decoration: none;
    //font-size: 1.1em;
    }

    .paginator .navigation {
        margin-left: 2em;
    }

    .paginator .navigation .prevpage{
        margin-right: 0.3em;
    }

    .paginator .navigation .nextpage{
        margin-left: 0.3em;
    }

    .paginator .matchescount{
        float: right;
    }
    .zip_content ul {
        list-style-position: inside;
        margin-left: 1em;
        background-color: #F6F6F6;
    }

    .zip_content {
        margin-left: 1em;
    }
    .not-button,
    .test_button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        white-space: nowrap;
        text-overflow: clip;
        margin: 0!important;
    }
    td .not-button,
    td .test_button {
        width: 66px;
    }
    .error-msg-lite {
        color: red;
    }

    .warning-msg-lite {
        color: yellow;
    }

    .info-msg-lite {
        color: royalblue;
    }

    div#menuribbon {
        background-color: #6197e9;
    }

    #menuribbon {
        font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
        width:100%;
        height: 2.5em;
        padding: 0;
        background: -moz-linear-gradient(center top , #4C7FD8 0%, #6BA3F1 100%) repeat scroll 0 0 transparent;
        border: 0;
        text-align: center;
    }

    #pagehead {
        color: #76A8FF;
        clear: both;
        height: 102px;
        background: none;
    }

    #pagehead a{
        all: unset;
    }

    a img {
        border: none;
    }

    #networktitle {
        color: #205C90;
        padding-left: 25px;
        padding-top: 20px;
        font-size: 200%;
        font-weight: bold;
        font-variant: small-caps;
    }
    #dropdowns, #dropdowns ul {
        padding: 0;
        margin: 5px 0 0;
        list-style: none;
    }

    #dropdowns li {
        float: left;
        position: relative;
        text-transform: uppercase;
        width: 10em;
        border-right: 1px dotted #ffffff;
        background-color: transparent;
        color: #fff;
        z-index: 11; /* Bug in IE6, IE7 */
        margin: 5px 0;
    }

    #dropdowns a:link, #dropdowns a:visited {
        display: block;
        text-decoration: none;
        padding: 0.1em 0.5em;
        color: #fff;
    }

    #dropdowns ul {
        display: none;
        position: absolute;
        top: 1.5em;
        left: 0;
        background-color: #eee;
    }

    #dropdowns li > ul { /* For Opera and Firefox */
        top: auto;
        left: auto;
    }

    #dropdowns ul li {
        float: none;
        border-right: 0 none transparent;
        border-bottom: 1px dotted #000;
        background-color: #eee;
        text-transform: none;
        margin: 0;
        padding: 0.1em 0;
        color: #fff;
    }

    #dropdowns li ul li a:link, #dropdowns li ul li a:visited {
        background: transparent url('arrow-normal.png') 3px center no-repeat;
        padding: 0.1em 0 0.1em 15px;
        color: #000;
    }
    #dropdowns li ul li a:hover {
        background-color: white;
    }

    #dropdowns li:hover ul, #dropdowns li.over ul {
        display: block;
    }
    #dropdowns li:hover ul li, #dropdowns li.over ul li{
        width: 20em;
    }

    /* The .operations is for the buttons to the right of the page */

    .operations {
        background-color: white;
        margin: 0;
    }
    .operations h2 {
        color: black;
        font-weight: bold;
        background-color: transparent;
        /*	font-family: Helvetica, Arial, Verdana, sans-serif; */
        font-size: 120%;
        padding-left: 10px;
    }

    .operations ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    .operations li {
        font-size:.75em;
        /*	font-family: Helvetica, Arial, Verdana, sans-serif; */
        font-weight: bold;
        line-height: 100%;
        white-space: nowrap;
    }

    .operations li a {
        display:block;
        font-weight: bold;
        color: #455b6b;
        text-decoration: none;
        background: url('button_right.gif') no-repeat;
        padding: 5px 0px 0px 10px;
        border-bottom: none;
        width: 170px;
        height: 22px;
    }
    .operations li a:hover {
        color: #b20d00;
        background-color: transparent;
    }
    .operations li a:active {
        color: #b20d00;
        background: url('button_right.gif') no-repeat;
    }

    .operations li.help a {
        background: url('button_right.gif') no-repeat;
    }
    .operations li.help a:active {
        background: url('button_right.gif') no-repeat;
    }
    /* The .operations is for the buttons to the right of the page */

    #operations {
        float:right;
        background-color: white;
        margin: 0;
    }
    #operations h2 {
        color: black;
        font-weight: bold;
        background-color: transparent;
        /*	font-family: Helvetica, Arial, Verdana, sans-serif; */
        font-size: 120%;
        padding-left: 10px;
    }

    #operations ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    #operations li {
        font-size:.75em;
        /*	font-family: Helvetica, Arial, Verdana, sans-serif; */
        font-weight: bold;
        line-height: 100%;
        white-space: nowrap;
    }

    #operations li a {
        display:block;
        font-weight: bold;
        color: #455b6b;
        text-decoration: none;
        background: url('button_right.gif') no-repeat;
        padding: 5px 0px 0px 10px;
        border-bottom: none;
        width: 170px;
        height: 22px;
    }
    #operations li a:hover {
        color: #b20d00;
        background-color: transparent;
    }
    #operations li a:active {
        color: #b20d00;
        background: url('button_right.gif') no-repeat;
    }

    #operations li.help a {
        background: url('button_right.gif') no-repeat;
    }
    #operations li.help a:active {
        background: url('button_right.gif') no-repeat;
    }



    .breadcrumbtrail {
        border-bottom : 0;
    }

    /* Footer */
    #pagefoot {
        clear: both;
        width: 100%;
        position: relative;
        margin: 0px auto;
        max-width: 80em;
        color: black;
        background-color: #E7E8E8;
        background: -moz-linear-gradient(center top , #E7E8E8 0%, #F7F7F7 100%) repeat scroll 0 0 transparent;
        padding: 1em 0em;
    }

    #pagefoot p {
        padding: 0.1em;
        margin:0 0.5em;
    }

    #container, #pagefoot{
        border: none;
    }

    #container {
        width: 100%;
        position: relative;
        margin: 15px auto 0;
        max-width: 80em;
        background-color: #fff;
        color: #333;
    }

    /* Tool ribbon start */

    #toolribbon {
        height: 30px;
        width: 100%;
        font-size: 80%;
        color:#315076;
        background-color: #ffffff;
        border-bottom: 2px solid #6f7072;
    }

    #toolribbon label {
        display:inline-block;
        height: 16px;
        padding: 3px 0 1px 0;
        vertical-align: middle;
    }

    #toolribbon img {
        vertical-align:middle;
    }

    #toolribbon a {
        display:inline-block;
        height: 16px;
        color: #315076;
        background-color: #ffffff;
        text-decoration: none;
        vertical-align: middle;
        padding: 3px 0.5em 1px 0.5em;
        border-right: 1px dotted #6f7072;
    }

    a#eealink {
        padding-left: 18px;
        background: url('eeaicon.gif') center left no-repeat;
    }

    a#loginlink {
        padding-left: 18px;
        background: url('login.gif') center left no-repeat;
    }

    a#logoutlink {
        padding-left: 18px;
        background: url('logout.gif') center left no-repeat;
    }

    a#printlink {
        padding: 3px 0.5em 1px 16px;
        background: url('print_icon.gif') center left no-repeat;
    }
    a#printlink span {
        display: none;
    }

    a#rsslink {
        padding: 3px 0.5em 1px 16px;
        background: url('rss_icon.gif') center left no-repeat;
    }
    a#rsslink span {
        display: none;
    }

    a#skiplink {
        display: none;
    }

    .fullscreen a#fullscreenlink {
        padding: 3px 0.5em 1px 16px;
        background: url('fullscreencollapse_icon.gif') center left no-repeat;
    }

    a#fullscreenlink {
        padding: 3px 0.5em 1px 16px;
        background: url('fullscreenexpand_icon.gif') center left no-repeat;
    }
    a#fullscreenlink span {
        display: none;
    }

    a#pagehelplink {
        padding-left: 18px;
        background: url('help_icon.gif') center left no-repeat;
    }

    #freesrchform, #toolribbon form {
        display: inline;
        padding: 0;
        margin: 0;
    }

    #toolribbon input {
        vertical-align:middle;
        margin: 0;
        padding: 0;
    }

    #lefttools {
        float:left;
        height: 20px;
        padding: 4px 0.5em;
        text-align:left;
        vertical-align: middle;
    }

    #righttools {
        float:right;
        width:60%;
        height: 20px;
        padding: 4px 0.5em;
        text-align:right;
    }

    #freesrchfld {
        font-size: 95%;
        width: 9em;
        height: 14px;
    }

    /* Tool ribbon end */

    /* Breadcrumb trail */

    .breadcrumbtrail {
        clear:left;
        padding: 3px 0px 10px 10px;
        font-size: 0.75em;
        font-family: verdana, arial, helvetica, sans-serif;
        color: #7d7d7d;
        /*border-bottom: 1px dotted rgb(143,167,113);*/
    }
    .breadcrumbitem {
        float: left;
        padding-right: 11px;
        margin-right: 3px;
        background-image: url(arrow-normal.png);
        background-repeat: no-repeat;
        background-position: 100% 2px;
    }
    .breadcrumbitemlast {
        display: inline;
    }

    .breadcrumbtrail a {
        font-weight: bold;
        color: #7d7d7d;
        text-decoration: none;
    }

    .breadcrumbtrail a:hover {
        font-weight: bold;
        color: black;
        text-decoration: underline;
    }

    .breadcrumbhead {
        float: left;
        margin-right: 3px;
    }

    .breadcrumbtail {
        font-size: 0.1px;
        float:right;
        width:1px;
    }

    .localnav h2 {
        color:#205C90;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 115%;
        font-style: normal;
        line-height: normal;
        padding-top: 0;
        margin: 10px 0px 6px 0px;
        font-weight: bold;
        text-align: left;
        text-decoration: none;

    }

    .localnav ul {
        list-style: none;
        list-style-image: none;
        padding-left: 0px;
        margin: 0px 0px 0.5em 0px;
        border-bottom: 1px dotted #76A8FF;
    }

    .localnav ul ul {
        margin: 0px 0px 0px 0px;
        border: none;
    }

    .localnav li {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        font-weight: bold;
        padding: 0;
        line-height: 100%;
        vertical-align: bottom;
        margin: 0px;
        border-top: 1px dotted #76A8FF;
    }

    .localnav li a {
        display:block;
        font-weight: bold;
        text-decoration: none;
        color:#495b6b;
        background: transparent url('lnav_menu.gif') top left no-repeat;
        padding: 3px 6px 3px 25px;
        border: none;
        margin: 0px;
    }

    .localnav li a:hover {
        background: rgb(185, 207, 226) url('lnav_menu_h.gif') top left no-repeat;
        color: black;
    }

    .localnav li li a {
        background: transparent url('lnav_submenu.gif') top left no-repeat;
        padding-left: 35px;

    }
    .localnav li li a:hover {
        background: rgb(222, 239, 242) url('lnav_submenu_h.gif') top left repeat-y;
        color: black;
    }

    .localnav form {
        text-align: center;
        padding-right: 40px;
    }

    #leftcolumn {
        position: absolute;
        left: 0px;
        width: 180px;
        margin: 0;
        padding: 10px;
    }

    #workarea h1 {
        padding: 0.2em 0em;
        margin: 0;
        font-size: 135%;
        background-color: transparent;
        color: #205C90;
    }

    #workarea h2 {
        font-size: 122%;
    }
    #workarea h3 {
        font-size: 115%;
    }
    #workarea h4 {
        font-size: 105%;
    }

    #workarea h2,
    #workarea h3,
    #workarea h4 {
        font-weight: bold;
        padding: 0.2em 0;
        color: #4F83DB;
        /*border-top: 1px solid rgb(224, 231, 215);
        background-color: rgb(240, 244, 245);*/
    }

    #workarea h1 a:link,
    #workarea h2 a:link,
    #workarea h3 a:link,
    #workarea h4 a:link,
    #workarea h5 a:link,
    #workarea h6 a:link {
        color: #000000;
        text-decoration: none;
        background: transparent url(headinglink.gif) right center no-repeat;
        padding-right: 11px;
    }

    /* Anchors */
    a:link {
        color: #2a6495;
    }

    a:visited {
        color: #8e004d;
    }

    a:hover {
        color: #2a6495;
    }

    a:active {
        color: #f5821f;
    }

    dt {
        font-weight: bold;
    }

    dd {
        line-height: 1.5em;
        margin-bottom: 1em;
    }

    abbr,
    acronym,
    .explain {
        text-decoration:none;
        border-bottom: 1px dotted black;
        color: black;
        background-color: transparent;
        cursor: help;
    }

    q {
        behavior:url('/styles/fixquotes.htc');
        font-family: Baskerville, Georgia, serif;
        font-size: 120%;
    }

    code {
        font-family: Monaco, "Courier New", Courier, monospace;
        /*	font-size: 110%; */
        color: black;
        background-color:  #eef7f9;
        padding: 0 0.1em;
    }

    pre {
        font-family: Monaco, "Courier New", Courier, monospace;
        font-size: 100%;
        padding: 1em;
        color: black;
        background-color:  #eef7f9;
        overflow: auto;
    }


    #workarea blockquote {
        width: 70%;
        font-family: Baskerville, Georgia, serif;
        margin: 2em auto;
        padding: 10px 10px 10px 30px;
        color: #000000;
        background: #eef7f9 url(open_quote.gif) 5px 5px no-repeat;
    }

    #workarea blockquote p.source {
        text-align:right;
    }

    #workarea .highlight-fragment {
        background-color: #B2FDE2;
    }

    /* Lists */

    #workarea ul {
        line-height: 1.5em;
        margin: 0.5em 0 0 1.5em;
        padding: 0;
        list-style-image: url(bullet.gif);
        list-style-type: square;
    }

    #workarea ol {
        line-height: 1.5em;
        margin: 0.5em 0 0 2.5em;
        padding: 0;
        list-style-image: none;
    }

    #logo {
        display:none;
    }

    .rightlinks {
        float:left;
        margin: 10px 40px 0 20px;
    }

    #sitetitle {
        /*color: white;*/
        padding-left: 25px;
        font-weight: bold;
        font-size: 120%;
    }
    #sitetagline {
        display: none;
    }

    #workarea {
        margin-left: 200px;
        min-height:450px;
        height:auto !important;
        height:450px;
        border-left: 1px dotted rgb(143,167,113);
        padding: 1em;
    }

    .threecolumns #workarea {
        margin-right: 200px;
        border-right: 1px dotted rgb(143,167,113);
    }
    .threecolumns #rightcolumn {
        display: block;
    }

    .fullscreen #workarea {
        margin-left: 0px;
        margin-right: 0px;
        border-left: none;
        border-right: none;
    }
    .fullscreen #leftcolumn {
        display: none;
    }

    #rightcolumn {
        background-color: white;
        float: right;
        width: 180px;
        margin: 0;
        padding: 10px;
    }

    .fullscreen #rightcolumn {
        display: none;
    }

    .fullscreen #container, .fullscreen #pagefoot {
        max-width: none;
    }

    /* Admonitions follow DocBook: caution, important, note, tip and warning
       plus system and error */

    .tip-msg, .note-msg,
    .important-msg, .caution-msg, .warning-msg,
    .error-msg {
        padding: 0.5em 0.5em 0.5em 30px;
        margin: 0.5em 2em;
        font-weight: bold;
    }
    .tip-msg strong, .note-msg strong,
    .important-msg strong, .caution-msg strong, .warning-msg strong {
        font-weight: bold;
    }

    .tip-msg p, .note-msg p,
    .important-msg p, .caution-msg p, .warning-msg p {
        font-weight: normal;
        margin: 0.2em 0;
        padding: 0.6em 2px 2px 0px;
    }

    #workarea .tip-msg ul, #workarea .note-msg ul,
    #workarea .important-msg ul, #workarea .caution-msg ul, #workarea .warning-msg ul {
        font-weight: normal;
        margin: 0.2em 0;
        padding: 0.6em 2px 2px 0px;
        list-style-type: none;
        list-style-image: none;
    }

    .system-msg {
        border: 2px dashed black;
        padding: 0.5em;
        margin: 0.5em 2em;
        font-weight: bold;
    }
    #workarea .system-msg ul {
        list-style-type: none;
        list-style-image: none;
        padding: 0;
        margin: 0;
    }

    .tip-msg {
        border: 1px dotted #6c8ec0;
        color: #315076;
        background: url('admonitions/tip_ea.gif') 3px 3px no-repeat;
    }

    .note-msg {
        border: 1px dashed black;
        background: url('admonitions/note_ea.gif') 3px 3px no-repeat;
    }

    .important-msg {
        border: 1px solid #aaaaaa;
        background: url('admonitions/important_ea.gif') 3px 3px no-repeat;
    }

    .caution-msg {
        border: 1px dashed black;
        background: url('admonitions/caution_ea.gif') 3px 3px no-repeat;
    }

    .warning-msg {
        border: 1px dashed red;
        background: url('admonitions/warning_ea.gif') 3px 3px no-repeat;
    }

    .error-msg {
        border: 2px dashed red;
        background: url('admonitions/error.gif') 5px 5px no-repeat;
        color: #800000;
        font-size: 110%;
        font-weight: bold;
    }

    .advice-msg, .advise-msg {
        padding: 0.2em;
        border: 1px solid #aaa;;
        background-color: #f7f7f7;
    }



}