.pCenter {
    /*text-align:center ;*/
}


.txtLabelBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.txtLabelErrorSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: Red;
}

.txtLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.txtCurrentSelection {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.txtCurrentSelectionBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.txtLabelReport {
    font: 8pt,'Trebuchet MS',helvetica,arial,verdana;
    color: #039;
    margin-top: 10px;
}


.txtError {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FF0000;
}

.txtWhite {
    color: #FFFFFF;
}

.txtTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
}

.frmListBox {
    /*margin-top: 7px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: 1px solid #99b7ce;
    width: 100%;
    background-color: #FFFFFF;
}

.frmTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: 1px solid #99b7ce;
    background-color: #FFFFFF;
}

.frmRadioButton {
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    /*border: 1px solid #99b7ce;*/
    width: 100%;
}

.frmRadioButtonBold {
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    width: 100%;
    background-color: #FFFFFF;
}

.frmCheckBox {
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    width: 100%;
}

.frmDropDownList {
    /*margin-bottom: 7px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: 1px solid #99b7ce;
}

.frmDropDownList2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: 1px solid #99b7ce;
}

.grid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 5px;
}

.gridalternate {
    background-color: #D1EEEE;
}

.gridheader {
    background-color: #ADEAEA;
}

.btnAction {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    /*font-weight: bold;*/
    /*color: #333333;*/
    height: 20px;
    /*background-color: ButtonFace;*/
    /*border: 1px solid #99b7ce;*/
    margin: 0;
    cursor: hand;
    width: 100%;
}

.btnActionRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    height: 20px;
    background-color: Red;
    border: 1px solid #99b7ce;
    margin: 0;
    cursor: hand;
    width: 100%;
}

.btnActionNoWidth {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    height: 20px;
    background-color: ButtonFace;
    border: 1px solid #99b7ce;
    margin: 0;
    cursor: hand;
}

.lnkSelectAll a, .lnkSelectAll a:visited, .lnkSelectAll a:active, .lnkSelectAll a:focus {
    padding: 0px 0px 0px 0px;
    font-size: 8pt;
    font-weight: bold;
    /*text-align: center;*/
    color: #e27911;
    text-decoration: none;
}

    .lnkSelectAll a:hover {
        color: #0052a5;
    }

.tblContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: 1px solid #99b7ce;
}

.tblHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid #99b7ce;
    background-color: #DAE9F3;
    /*text-align: center*/
}

.tblAltItem {
    background-color: #ebebeb;
}

.contentTableShort {
    border: 1px solid #6678b1;
    background-color: #C3D9FF;
    width: 649px;
}

    .contentTableShort td {
        /*background-color:#C3D9FF;*/
    }

.contentTableShortNoBg {
    border-top: 1px solid #6678b1;
    border-left: 1px solid #6678b1;
    border-right: 1px solid #6678b1;
    border-bottom: 1px solid #6678b1;
}

.varlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 11pt;
    color: Black;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: White !important;
    width: 407px;
}


/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. h4,*/
div, p, h1, h2, h3, h5, h6, dl, dt, dd, td, form, a, img, button {
    border-style: none;
    border-color: inherit;
    border-width: 2;
    height: 0px auto;
}



html, #page {
    /*height: 110%;    */
    /*    background-color:#99ccff;*/
    /* IE10 Consumer Preview */
    /* Mozilla Firefox */
    /* Opera */
    /* Webkit (Safari/Chrome 10) */
    /* Webkit (Chrome 11+) */
    /* W3C Markup, IE10 Release Preview */
    zoom: 1;
    /*background-image: linear-gradient(to top, #FFFFFF 0%, #99ccff 100%);*/
}

p {
    font-size: 8pt;
    margin-bottom: 10px;
}

    p.toplinks {
        margin-bottom: 20px;
    }

    p.menu {
        margin-left: 2px;
    }

    p.submenu {
        margin-left: 15px;
    }

div.menu {
    /*margin-bottom: 15px;*/
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    /*margin-bottom: 8px;*/
}

h2 {
    font-size: 11pt;
    /*font-weight: bold;*/
    /*margin-bottom: 15px;*/
}

    h2.menu {
        /*margin-bottom: 5px;*/
    }

h3 {
    font-size: 8pt;
    font-weight: bold;
    /*margin-bottom: 8px;*/
}

h4 {
    /*font-size: 11pt;
	color:#009966; -- 17 July 13*/
    /*font-weight: bold;*/
    /*margin-bottom: 15px;*/
    margin-left: 10px;
    margin: 5px 20px 0 10px;
    font-size: small;
    color: #009966;
}



body, #page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 0 0 8px 0;
    padding: 0;
    height: 100%;
    background-color: #FCFCFC;
}


ul {
    padding: 0px;
    list-style: none;
}
/* Start mv */

.banner {
    /*background-image: url(/en/development/desa/population/migration/images/events/ga2015.png);
    background-repeat: no-repeat;*/
    max-width: 100%;
    min-width: 393px;
    /*height: 175px;*/
    height: auto;
}

.banner-img {
    width: 100%;
}

#topnav {
    background-color: #070050;
    width: 100%;
    height: 20px;
    font-size: 1em;
    margin-bottom: 0.05em;
}

#topnav {
    background-color: #070050;
    width: 100%;
    height: 20px;
    font-size: 1em;
    margin-bottom: 0.05em;
}

#lowernav {
    background-color: #070050;
    max-width: 100%;
    min-width: 393px;
    height: 20px;
    font-size: 1em;
    margin-bottom: 0.05em;
}

#lowerbar {
    background-color: #acc8d7;
    float: left;
    width: 100%;
    min-width: 393px;
    margin-top: .1em;
    min-height: 35px;
    text-align: center;
    padding-top: 7px;
}

    #lowerbar span {
        font-size: 14pt;
        color: white;
        font-weight: 300;
    }

    #lowerbar .welcome a {
        text-decoration: none;
        color: yellow;
    }


/**************************************** Centerbox ****************************************/

#centerbox {
    max-width: 100%;
    min-width: 393px;
    height: auto;
    display: block;
    clear: both;
    background-color: #FCFCFC;
    /*padding-bottom: 50px;*/
    /*padding-top:.5em !important;*/
}

.centerboxtabletd {
    font-family: Arial;
    font-size: medium;
    /*width: 150px;*/
    /* IE10 Consumer Preview */
    /* Mozilla Firefox */
    /* Opera */
    /* Webkit (Safari/Chrome 10) */
    /* Webkit (Chrome 11+) */
    /* W3C Markup, IE10 Release Preview */
    zoom: 1;
    background-image: linear-gradient(to top, #FFFFFF 0%, #99ccff 100%);
}


.centerboxleft {
    float: left;
}


.centerboxleft0 {
    padding: .5em 0em .5em 1em;
    width: 13em;
    color: #235f91;
    border-bottom: 1px solid White;
    /*margin: .5em .0em 0em 0em;	*/
    font-family: @Arial Unicode MS;
    font-size: small;
    height: auto;
    text-decoration: none;
}

    .centerboxleft0:hover {
        color: yellow;
        background-color: #070050;
    }

        .centerboxleft0:hover a {
            color: yellow;
            background-color: #070050;
        }

    .centerboxleft0 a {
        /*padding:  .5em 0em .5em .5em;*/
        font-weight: bold;
        color: #235f91;
        margin: .5em .0em 0em 0em;
        font-family: @Arial Unicode MS;
        font-size: 11pt;
        height: auto;
        text-decoration: none;
    }

        .centerboxleft0 a::selection {
            /*background-color: #009966;*/
            background-color: green;
            color: White;
        }

        .centerboxleft0 a:hover {
            color: yellow;
        }



.yellow {
    background-color: yellow;
    color: yellow;
}

.red {
    background-color: red;
    color: yellow;
}

.centerboxleft0b {
    padding: .5em .5em .5em 1em;
    width: 150px;
    color: #235f91;
    margin: 0em 0em 0em 0em;
    font-family: @Arial Unicode MS;
    font-size: 11pt;
    list-style-image: url(../image/list-item.gif);
    height: auto;
    text-decoration: none;
}

    .centerboxleft0b a {
        color: #235f91;
        margin: .5em .0em 0em 0em;
        font-family: @Arial Unicode MS;
        font-size: small;
        height: auto;
        text-decoration: none;
    }

    .centerboxleft0b li {
        padding-bottom: .5px;
    }

.centerboxleft1 {
    /*width:14.2em;*/
    /*border-right:2px solid #009966;
	border-bottom:2px solid #009966;
	border-top:2px solid #009966;	*/
    margin: .3em 0em 0em 0em;
    /*background-color:#FCFCFC;*/
    padding-left: 0em;
    padding-bottom: .5em;
    font-family: Arial;
    font-size: small;
    /*font-weight:bold;*/
    height: auto;
    width: 192px;
}

.centerboxleft2 {
    width: 14em;
    border-right: 1px solid #009966;
    border-bottom: 1px solid #009966;
    border-top: 1px solid #009966;
    border-left: 1px solid #009966;
    /*background-color:#FCFCFC;*/
    margin: .3em .5em 0em 0em;
    font-family: Arial;
    font-size: small;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

.centerboxleft3div {
    padding: .5em 0em .5em 1em;
    width: 170px;
    color: #235f91;
    /*border-right:2px solid #009966;
	border-bottom:2px solid #009966;*/
    border-bottom: 1px solid White;
    margin: .5em .0em 0em 0em;
    /*background-color:#FCFCFC;*/
    /*padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;*/
    font-family: @Arial Unicode MS;
    font-size: small;
    /*font-weight:bold;*/
    height: auto;
    text-decoration: none;
}

.centerboxleft3 {
    padding: 0em 0em 0em 10px;
    width: 170px;
    color: #235f91;
    margin: 0em .0em 0em 0em;
    font-family: @Arial Unicode MS;
    font-size: 11pt;
    text-decoration: none;
    list-style-image: url(../image/list-item.gif);
    line-height: 1.3;
}

    .centerboxleft3 li a {
        list-style-image: url(../image/list-item.gif);
        padding: 0em 1px 0em .5em;
        margin-left: 0px;
        border: none;
        border-bottom: none;
        display: block;
        color: #006699;
        cursor: pointer;
    }

        .centerboxleft3 li a:hover {
            color: #070050;
        }


.centerboxleft h2, .centerboxright h2 {
    background-color: #B0C769;
    color: #333;
    padding: .1em 0em .05em .2em;
}

.centernews h2, .centerbreakleft h3, .centerbreakright h3 {
    background-color: #FFF2D0;
    padding: .1em 0em .05em .2em;
    border-bottom: 1px solid #FFC014;
    border-top: 1px solid #FFC014;
}

.centerboxleft1 ul, .centerboxright ul, .centerboxleft2 ul {
    margin-top: .5em;
    margin-bottom: .5em;
    width: 16em;
    color: #009966;
    padding-left: 0em;
}

    .centerboxleft1 ul li, .centerboxright ul li {
        background-position: 6px 7px;
        list-style-type: none;
        margin-top: .5em;
        margin-bottom: .5em;
        border-color: #009966;
        height: 5%;
        left: 0px;
        padding-top: .2em;
        padding-bottom: .2em;
        font-family: @Arial;
        font-size: small;
        font-weight: bold;
        top: 0px;
        width: 148px;
        /*padding-right: 0.2em;*/
        padding-top: 0em;
    }

        .centerboxleft1 ul li a, .centerboxright ul li a {
            color: #009966;
            padding-left: 0em;
        }

.centerboxleft1 tablist ul li a:hover {
    background-color: #070050;
    color: White;
}

.centerboxleft2 ul li {
    background-position: 6px 7px;
    list-style-type: none;
    margin-top: 0.5em;
    padding: 0em 0.2em .2em .8em;
    border-color: #009966;
    height: 5%;
    left: 0px;
    padding-top: .1em;
    padding-bottom: .1em;
    font-family: @Arial;
    font-size: small;
}

/* Centernews */

.centernews {
    width: 48em;
    padding: 0em .4em 0em .4em;
    float: left;
}

    .centernews p {
        padding-left: .4em;
    }

    .centernews h2 {
        color: #333333;
        padding-left: .2em;
    }

    .centernews h3 {
        margin: .6em 0em .3em 0em;
        padding-left: .3em;
    }

        .centernews h3 a {
            text-decoration: none;
        }

            .centernews h3 a:hover {
                text-decoration: underline;
            }

    .centernews ul, .centerbreakleft ul, .centerbreakright ul {
        margin: .4em 0em .7em 0.2em;
    }

.centerbreakright p, .centerbreakleft p {
    line-height: 1em !important;
}

.centernews ul li, .centerbreakleft ul li, .centerbreakright ul li {
    background-image: url(../images/bullet3.gif);
    background-repeat: no-repeat;
    list-style-type: none;
    background-position: .5em .7em;
    padding: .4em 0em 0em 1.6em;
    margin: 0em 0em 0em 0em;
}

.centerbreakleft {
    width: 22.5em;
    float: left;
    margin: 0em 1.5em 0em 0em;
}

    .centerbreakleft h3, .centerbreakright h3 {
        margin: 1.5em 0em .5em 0em;
    }

.centerbreakright {
    width: 22.5em;
    float: left;
    margin: 0em 0em 0em 1.5em;
}


/* Center right boxes */

.centerboxright1 {
    width: 14.5em;
    float: left;
    border-left: 1px solid #B0C769;
    border-bottom: 1px solid #B0C769;
    margin: 0em 0em 0em .5em;
    background-color: #FCFCFC;
}

.centerboxright2 {
    width: 14.5em;
    float: left;
    border-left: 1px solid #B0C769;
    border-bottom: 1px solid #B0C769;
    margin: 2em 0em 0em .5em;
    background-color: #FCFCFC;
}

.centerboxright1 h3 {
    background-image: url(../images/center_right_h4.gif);
    padding: .1em 0 .1em .3em;
    font-weight: 500;
}

/* linkbuttons and sublinks */
.linkbutton {
    text-decoration: none;
    margin: 100px .5px 0px 10px;
    background-color: #FCFCFC;
    padding-left: 20px;
    /*padding-bottom: 1px;*/
    font-family: Arial;
    font-size: small;
    /*font-weight: bold;*/
}

    .linkbutton:hover {
        background-color: #009966;
        color: White;
    }

.linkbuttonSubs {
    text-decoration: none;
    background-color: #FCFCFC;
    /*padding-bottom: 1px;*/
    font-family: Arial;
    font-size: small;
    /*font-weight: bold;*/
}

.tablehover:hover {
    background-color: #009966;
    color: White;
}


.leftmenutable {
    padding-left: 5px;
    margin: 0px .5px 0px 10px;
}

.sublinkbuttons {
    margin: 0em 2em 0em 2em;
    padding-left: 5px;
    padding-top: 0em;
    font-family: @Arial Unicode MS;
    font-size: small;
    font-weight: bold;
}

}


/*** Inside Population ***/


#bottombox {
    height: 10em;
}

    #bottombox h3 {
        border-top: 1px solid #B0C769;
        border-bottom: 1px solid #B0C769;
        background-color: #E3E3E3;
        padding-top: .2em;
        padding-bottom: .2em;
        padding-left: .2em;
        color: #333333;
    }

    #bottombox h4 {
        font-size: 99%;
        margin-top: .5em;
    }

    #bottombox p {
        margin-top: .2em;
        padding-right: 1em;
    }


    #bottombox ul {
        margin-left: 4.9em;
    }

        #bottombox ul li {
            float: left;
            list-style: none;
            width: 14em;
        }

/****************************************** Branding Bar *********************************************/

#brandbar {
    width: 100%;
    height: 21px;
    /*background-color: #C2C6CF;*/
    background-color: #C2C6CF;
    background-image: url(image/brandbarbkgd.jpg);
    background-repeat: repeat-x;
}

    #brandbar a {
        margin-top: .5em;
        vertical-align: middle;
        text-decoration: none;
    }


    #brandbar .unicon { /* *** latin conventions *** */
        /*padding-top: .2em;
	padding-right: .4em; */
    }

/* End mv */
#container {
    height: 100%;
    /*width: 1010px;*/
    max-width: 1045px;
    min-width: 393px;
    border: 5px solid #009966;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    background-color: White;
    border-bottom: 2px;
    border-top: 2px;
    border-left: 2px;
    border-right: 2px;
    border-color: #009966;
    border-style: solid;
    padding-bottom: 0;
    background-color: #FFF;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-right: auto;
    margin-left: auto;
    min-height: 850px;
    /* for firefox 3.6+ */
    /*text-align: left; /*Centering trick*/
    /*background:url('../image/background.gif') repeat-y 100% 0;*/
}

#header {
    padding: 0px;
    /*background-image: url('../image/un-logo.gif');
	background-position:right;
	background-repeat:no-repeat;*/
}

#footer {
    /*border-style:solid;
	border-width:1px;*/
    /* start mv
	margin: 0px 0px 10px 10px;
	clear:both;
    padding-top: 50px;
    * end - mv/
	/*padding: 5px;*/
    background-position: 0 -0.6em;
    font-size: 0.9em;
    /*padding-top:10em;*/
    text-align: center;
    clear: both;
    vertical-align: bottom;
    height: 21px;
    /*	background-color: #009966;
	color: White;*/
}

    #footer ul li {
        list-style: none;
        display: inline;
    }

    #footer p {
        color: black;
    }

    #footer a {
        color: black;
        text-decoration: none;
    }

*/ #main {
    /*border-style:solid;
	border-width:1px;*/
    float: left;
    /*width: 500px;*/
    width: 100%;
    margin: 0px 0px 0px 10px;
    height: auto;
    margin-left: 35px;
}

#main1 {
    width: 100%;
    height: auto;
}

#datas {
    float: left;
    width: 500px;
    margin: 0px 0px 0px 20px;
}

#extras {
    /*border-style:solid;
	border-width:1px;*/
    /*background: url('../image/vert_divider.gif')  no-repeat 0px;*/
    float: left;
    padding-left: 0px;
    width: 25%;
    height: auto;
}

#menuextras {
    vertical-align: top;
    text-align: justify;
    padding-top: 5px;
    padding-left: 3px;
    max-width: 900px;
}

    #menuextras h1 {
        /*margin-left: 10px;*/
        margin: 10px 20px 0 10px;
        font-size: large;
        /*font-weight:bold;*/
        text-transform: uppercase;
        color: #235f91;
    }

    #menuextras h2 {
        margin-left: 10px;
        margin: 5px 20px 0 10px;
        font-size: 11pt;
        color: #235f91;
        /*font-weight:bold;*/
    }

    #menuextras h3 {
        margin: 10px 20px 0 10px;
        font-size: 11pt;
        color: #235f91;
    }

    #menuextras h4 {
        margin: 10px 20px 0 10px;
        font-size: 11pt;
        color: maroon;
        /*font-weight:bold;*/
    }

    #menuextras h5 {
        margin: 10px 20px 0 10px;
        font-size: 11pt;
        font-style: italic;
        font-weight: 500;
    }

    #menuextras table {
        max-width: 100%;
        min-width: 250px;
        /*padding: .3em 1.75em 0em 1em;*/
        margin-left: 10px;
        border: none;
        border-bottom: none;
        display: block;
        vertical-align: top;
    }

    #menuextras tr {
        margin-left: 10px;
        margin: 10px 20px 0 10px;
        font-family: Arial;
        /*font-size: small; Aug10*/
        font-size: 11pt;
        /*line-height: 1em;*/
        line-height: 1;
        vertical-align: top;
        cursor: default;
    }

.menuextrastdhdr {
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
    text-align: center;
    max-width: 100%;
    background-color: green;
}

.menuextrastd {
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
}

.menuextrastr {
    margin-left: 10px;
    margin: 10px 20px 0 10px;
    font-family: Arial;
    font-size: 11pt;
    /*line-height: 1em;*/
    line-height: 1.5;
    vertical-align: top;
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
    /*font-style: italic;
   cursor: pointer;*/
}

.menuextrastra {
    text-decoration: none;
}

.menutrdetails {
    margin-left: 10px;
    margin: 10px 20px 0 10px;
    font-family: Arial;
    /*font-size: 90%;*/
    /*line-height: 1em;*/
    line-height: 1.5;
    vertical-align: top;
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
    text-align: left;
}

.menuextrash2 {
    margin-left: 10px;
    margin: 10px 20px 0 10px;
    font-size: 90%;
    color: #009966;
    /*font-weight:bold;*/
}

#menuextras p {
    margin-left: 10px;
    font-family: Arial;
    font-size: 11pt;
    line-height: 1.75em;
}

#menuextrasp {
    margin-left: 10px;
    margin: 10px 20px 0 10px;
    font-family: Arial;
    font-size: 12pt;
    line-height: 1.75em;
}

.bullets {
    margin-left: 60px;
    margin: 0px 20px 0 20px;
    font-family: Arial;
    font-size: 11pt;
    line-height: 1.75em;
    padding-left: 15px;
}

.AllAspTables {
    margin-left: 60px;
    margin: 0px 20px 0 20px;
    font-family: Arial;
    font-size: small;
    line-height: 1.75em;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
}

.summarytable {
    border-collapse: collapse;
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
    font: 0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
    color: #333;
    background-color: #C3D9FF;
    margin-bottom: 15px;
}

td.summary, th.summary {
    padding: 5px;
}

tbody th.summary, tbody td.summary {
    /*border-bottom: dotted 1px #333;*/
    /*border-top: dotted 1px #333;*/
    border-top: solid 1px #686868;
    border-bottom: solid 1px #686868;
    height: auto;
}


tbody th.summary {
    white-space: nowrap;
}

.hor-minimalist-b {
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;*/
    font: 8pt 'Trebuchet MS',helvetica,arial,verdana;
    background: #fff;
    border-collapse: collapse;
}

    .hor-minimalist-b th {
        font: 11pt 'Trebuchet MS',helvetica,arial,verdana;
        /*font-size: 14px;
	font-weight: normal;*/
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    .hor-minimalist-b td {
        border-bottom: 1px solid #ccc;
        color: #669;
        padding: 6px 8px;
    }

    .hor-minimalist-b tbody tr:hover td {
        color: #009;
    }

.login {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #C3D9FF;
    /*padding: 5px 5px 5px 5px;*/
}

    .login td {
        padding: 8px 5px 5px 5px;
    }



/**************************       FOOTER          *************/

.footnotes {
    border-top: 1px dotted #e3e3e3;
    background-color: #FCFCFC;
    margin-top: 10em;
    font-size: 85%;
    color: #666;
}

#ordertable .footnotes ol li {
    margin-left: 5em;
}

/*#footer {
	background-position:0 -0.6em;
	font-size:0.9em;
	padding-top:10em;
	text-align:center;
	clear:both;
	vertical-align: bottom;
}

#footer ul li {	
	list-style:none;
	display:inline;
}
*/
.bullet {
    background-image: url(/en/development/desa/population/images/bullet3.gif);
    background-position: .667em .5em;
    background-repeat: no-repeat;
    margin: .1em 0em .7em 0em;
    padding-left: 1.8em !important;
}

.clear {
    height: 1px;
    line-height: 1px;
    clear: both;
    font-size: 1px;
}


#print {
    background-color: #F4F3F2;
    border: 1px solid #C4C4C4;
    float: right;
    margin: 1em 1.2em 5em 0;
    padding: 0.3em 0.3em 0.3em 0.6em;
    width: 4em;
}

    #print a {
        background: url("/en/development/desa/population/images/icons/print.gif") no-repeat scroll left center transparent;
        font-size: 90%;
        padding-left: 1.5em;
        text-decoration: none;
    }

.rights {
    background-color: #ccc !important;
    margin-top: 5em;
}

    .rights h2 {
        background-color: #fff !important;
    }

.schedtablecells {
    border-style: solid;
    font-size: smaller;
}

#tablist {
    padding-top: 5px;
    margin: 0;
    text-decoration: none;
    line-height: 1.75em;
    color: #006699;
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

    #tablist:hover {
        color: White;
    }


#tablist2 {
    padding: 0px 0;
    margin: 0;
    font: 12px Verdana;
    text-decoration: none;
    line-height: 1.75em;
    padding-bottom: 15px;
}

#tablist li {
    list-style: none;
    margin: 0;
    /*width:218px;*/
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
    line-height: normal;
    font-family: Verdana;
}

#menuLinks {
    /*background-color: #009966;*/
    background-color: #070050;
    /*color: #235f91;*/
}

    #menuLinks a:hover {
        /*background-color: #009966;*/
        background-color: #070050;
        /*color: #235f91;*/
    }


#tablist li:hover {
    list-style: none;
    margin: 0;
    /*width:186px;*/
    width: 14em;
    text-decoration: none;
    /*background-color: #009966;*/
    background-color: #070050;
    color: White;
}

#tablist2 li {
    list-style: none;
    margin: 0;
    /*width:180px;*/
    width: 180px;
    text-decoration: none;
    line-height: 1.2em;
}

#tablist li a {
    padding: .5em 0px 0em 1em;
    margin-left: 0px;
    border: none;
    border-bottom: none;
    display: block;
    text-decoration: none;
    line-height: 1em;
}

#tablist2 li a, #tablist2 table {
    padding: .5em .5px 0em .5em;
    margin-left: 0px;
    border: none;
    border-bottom: none;
    display: block;
    color: #006699;
}

    #tablist2 li a:hover {
        padding: .5em .5px 0em .5em;
        margin-left: 0px;
        border: none;
        border-bottom: none;
        display: block;
        color: White;
        /*background-color:#009966;*/
        background-color: #070050;
        text-decoration: none;
    }

#tablist3 {
    padding: .5em 3px 0em 1em;
    margin-left: 0px;
    border: none;
    border-bottom: none;
    display: block;
    color: #009966;
}

#tablist li a:link, #tablist li a:visited {
    color: #006699;
}

#li a:visited {
    color: #009966;
}

#tablist li a.current {
    color: #009966;
}

#tabcontentcontainer {
    max-width: 100%;
    min-width: 200px;
    vertical-align: top;
}

    #tabcontentcontainer a {
        color: #006699;
    }

.tabcontent {
    max-width: 100%;
    min-width: 200px;
    text-align: left;
    font-size: 11pt;
    vertical-align: top;
    padding-right: 10px;
    min-height: 850px;
}

    .tabcontent a {
        color: #006699;
        /*	font-size: 9px;*/
        font-size: 11pt;
    }

    .tabcontent li a:hover {
        cursor: pointer;
    }

    .tabcontent ul {
        margin: 3px 0px 3px 45px;
        line-height: .5cm;
        text-decoration: none;
    }

.tablecontentul {
    margin: 6px 6px 6px 10px !important;
    line-height: .5cm;
    text-decoration: none;
}

.tabcontent li {
    padding-bottom: 3px;
    list-style-type: circle;
}

.tablecontentul li {
    margin-left: 10px;
}

.tabcontent li a {
    text-decoration: none;
}

    .tabcontent li a:link, .tabcontent li a:visited, .tabcontent li a:hover {
        /*color: #99CCCC;*/
        color: #006699;
        line-height: 1.5em;
        margin-top: 3em;
        margin-bottom: 30em;     
    }

    .tabcontent li a:hover {        
        text-decoration: underline;
    }

.divwithprinter {
    padding-left: 0px;
    padding-top: 0;
    float: left;        
}

.divprinter {
    text-align: right;
    padding-right: 20px;    
    float: right;
    text-decoration: none;
}

    .divprinter a {
        text-decoration: none;
        color: #0c559a;
        font-weight: bold;
    }


.spacer {
    padding-top: 40px;
}
a.tab {
    background: #99CCCC;
}

    a.tab:active {
        background: #99CCCC;
    }

.style2 {
    width: 134px;
}

.style3 {
    width: 107px;
}

.style4 {
    width: 203px;
}

ul.tablist li ul {
    visibility: hidden;
}

ul.tablist li.submenu:hover ul {
    visibility: visible;
}

.style5 {
    font-family: Arial;
    font-size: medium; /*width: 150px;*/ /* IE10 Consumer Preview */
    ;
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #acc8d7 100%); /* Mozilla Firefox */
    ;
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #acc8d7 110%); /* Opera */
    ;
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #acc8d7 100%); /* Webkit (Safari/Chrome 10) */
    ;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #acc8d7)); /* Webkit (Chrome 11+) */
    ;
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #acc8d7 100%); /* W3C Markup, IE10 Release Preview */
    ;
    background-image: linear-gradient(to top, #FFFFFF 0%, #acc8d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acc8d7', endColorstr='#FFFFFF');
    width: 11em;
}

.sidesheaders2 {
    font-weight: bold;
    background-color: #acc8d7;
    border: 1px solid black;
    width: 780px;
    height: 35px;
}

.sidescolumns {
    text-align: center;
    border: 1px solid black;
    height: 35px;
}

.menuextrasides {
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
    font-size: 8pt;
}

    .menuextrasides ul {
        margin-left: 5px;
    }

.menuextrasides2 {
    border-width: 1px;
    border-color: #acc8d7;
    border-style: solid;
    font-size: 8pt;
    background-color: #acc8d7;
}

.remarkshdr {
    text-align: center;
    font-size: 11pt;
    color: #235f91;
    line-height: 1.5;
    width: 898px;
    cursor: default;
}

/* Style for our header texts
        * --------------------------------------- */
h1 {
    font-size: 4em;
    font-family: arial,helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

.h2 {
    font-size: 3em;
    font-family: arial,helvetica;
    margin: 0;
    padding: 0;
}

.intro p {
    color: #fff;
}

/* Centered texts in each section
        * --------------------------------------- */
.section {
    text-align: center;
}

/* Fixed header and footer.
        * --------------------------------------- */
#header { /*, #footer*/
    /*height: 50px;*/
    display: block;
    width: 100%;
    background: #070050;
    z-index: 10;
    color: #f2f2f2;
    padding: 20px 0 0 0;
}


#footer {
    bottom: 0px;
}


/* Bottom menu
        * --------------------------------------- */
#infoMenu {
    bottom: 80px;
}

    #infoMenu li a {
        color: #fff;
        z-index: 999;
    }

.calendario {
    width: 100% !important;
    height: auto;
}

.leftindent {
    padding-left: 15px;
}
