
/* GENERAL STYLE */
body {
     margin:            0 auto;
     padding:           50px 0 0 0;
     background:        #2b2b2b;                /* BODY BG */
     font-family:       Abel, Verdana, Arial;
     text-decoration:   none;
     text-align:        center;
}

html {
    overflow-y: scroll;
}

div, td {
    font-family: Abel,Verdana, Arial;
    color:#999;
    text-align:justify;
    vertical-align:top;
}

a:link{
	font-family: Abel,Verdana, Arial;
	font-weight:bold;
    color:              #ccc;
    text-decoration:    none;
}
a:active{
	font-weight:bold;
    color:              #ccc;
    text-decoration:    none;
}
a:visited{
	font-weight:bold;
    color:              #ccc;
    text-decoration:    none;
}
a:hover{
	font-weight:bold;
    color:              #3399ff;
    text-decoration:    none;
}

.highlight {
    color: yellow;
    opacity: 0.5;
}

@font-face {
  font-family: CreativeCommonsTTF;
  src: url("//mirrors.creativecommons.org/presskit/cc-icons.ttf");
}

.ccnotice {
    font-size: 10px;
}

.ccfont {
    font-family: CreativeCommonsTTF;
    font-size:15px;
}


/* TEXT-COLUMNS START PAGE */

table.text_col tr td {
    padding-right: 30px;
}


/* FORM-ELEMENTS */

input, select, option {
    padding: 2px;
    border : 1px solid white;
    border-radius: 3px;
    background: #999;
    color: #fff;
    margin-left:5px;
    height:24px;
}

select {
    height: 24px;
}



/* CONTENT BOXES */

#header_box {
    width: 1040px;
    color:#999;
    font-weight:normal;
    font-size:14pt;
    padding-bottom:2px;
    margin: 0 auto;
    border: 0px solid #fff;
    text-align:left;
}
#content_box {
    width: 1024px;
    margin: 0 auto;
    padding: 15px;
    min-height:600px;
    border: 2px solid #aaa;
    background: #444;
}
.logo_box{
    padding:0;
    margin:0;
    width:600px;
    display:inline;
    border:0px solid #fff;
    position:relative;
       top:2px;
       left:224px; /* 260 or 46px */
}
#footer_box {
    width: 1040px;
    color:#666;
    font-weight:bold;
    font-size:13px;
    text-align:center;
    padding:8px;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}



/* CONTENT BOX SUBELEMENTS */

#left_column_small {
    padding:10px; 
    width: 480px;
    font-size:12pt;
    vertical-align:top;
    text-align:justify;
    float:left;
}
#right_column_small{  
    padding:10px;
    width: 460px;
    font-size:12pt;
    vertical-align:top;
    text-align:justify;
    float:right;
}
#left_column {
    padding:10px;
    width: 500px;
    font-size:12pt;
    vertical-align:top;
    text-align:justify;
    float:left;
}
#right_column{
    padding:10px;
    width: 500px;
    font-size:12pt;
    vertical-align:top;
    text-align:justify;
    float:right;
}
#one_column{
    padding:10px;
    width:100%;
    font-size:12pt;
    vertical-align:top;
    text-align:justify;
    border:0px solid #fff;
}

.textbox{
    font-size:12pt;
    text-align:left;
    margin-left:14pt;
    margin-right:20pt;
    background:#333;
    padding:20pt;
    border:2px solid #ccc;
}

.stat_box {
    background:#505050;
    border-radius:5px;
    padding:10px;
    margin:15px;
}

.stat_box p{
    margin-left: 15pt;
    margin-right: 15pt;
}

.stat_box em{
    text-decoration: bold;
}

.stat_box table {
    width:80%; margin-left:5%;
    border: 1px;
}

.stat_box table tr:nth-child(even) { background:#454545; }
.stat_box table tr:nth-child(odd) { background:#404040; }
.stat_box table tr:first-child { background:#353535; }
.stat_box table tr:first-child td { text-align: center; }
.stat_box table td { font-size:15px; }
/*.stat_box table td:nth-child(2) { text-align:center; }*/

.stat_box table.structural {
    background: transparent;
    border: 0px;
    margin: 0px; padding:0px; spacing: 0px;
}
.stat_box table.structural tr {
    background: transparent;
    border: 0px;
    margin: 0px; padding:0px; spacing: 0px;
}
.stat_box table.structural td {
    background: transparent;
    border: 0px;
    margin: 0px; padding:0px; spacing: 0px;
}

.citation_bubble{
    position:fixed;
    left:2%;top:0px;
    width:96%;
    display:none;
    font-size:12pt;
    color:#dddddd;
    background:#505050;
    opacity:0.7;
    border-radius:5px;
    padding:10px;
}
.citation_bubble table{
    width:100%;
    border:0px;
}

table.country_list{
    border: 0px;
    background:transparent;
}

td.nr {
    text-align:right;
    padding-left:20px;
}

.world_selector {
    background:#707070;
    border-radius:8px;
    padding:3px 5px 3px 5px;
    margin:5px 10px 5px 10px;
}

.anp_frame {
    overflow:hidden;
    position: relative;
    padding: 0px;
    background: #202020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ffffff;
    margin-right: 7px;
    width:180px;
    height:120px;
    display:none;
    font-size:13px;
    text-align:left;
    vertical-align:middle;
}

.anp_frame:after { /* Speech-Bubble-like thingy to the right */
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 11px 9px 0;
    border-color: transparent #ffffff;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -9px;
    left: -11px;
    top: 50%;
}

.lang_frame {
    overflow:hidden;
    position: relative;
    padding: 0px;
    background: #202020;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ffffff;
    margin-right: 7px;
    width:180px;
    height:120px;
    display:none;
    font-size:13px;
    text-align:left;
    vertical-align:middle;
}

.lang_frame:after { /* Speech-Bubble-like thingy to the right */
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 9px 11px 9px 0;
    border-color: transparent #ffffff;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -9px;
    left: -11px;
    top: 50%;
}

table.anp_table tr:nth-child(even) { background:#404040; }
table.anp_table tr:first-child { background:#303030; }
table.anp_table tr:first-child td { text-align: center; }
table.anp_table td { text-align:right; font-size:15px; }
table.anp_table td:nth-child(2) { text-align:center; }

#tab_bar{
    vertical-align: middle;
}



/* headers and titles 26px */
.header {
    font-size: 14pt;
    color: #999;
    font-weight:bold;
    margin:14px;
    text-align:left;
}

.title {
	font-size: 20pt;
    color: #999;
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    margin-left:10pt;
    margin-bottom:5px;
    text-align:left;

}
.text{
    color:#999;
    text-align:left;
}
.publication{
    color:#999;
    text-align:left;
    font-size:12pt;
    margin-top:5px;
    margin-bottom:15px;
}


/* scrolling */
#scrollboxVertical{
    width:                  99%; 
    height:                 270px;
    background:             #fff;
    text-align:             center;
    overflow:               auto;
    padding:                0;
}
#scrollboxHorizontal{
    width:                  1022px; 
    height:                 210px;;
    background:             #fff;
    text-align:             center;
    overflow:               auto;
    padding:                0;
    border-left:            1px dashed #999;
    border-right:           1px dashed #999;
}


/* imgs */
.img_thumb{
    width:120px;
	border:1px solid #c1c1c1;
    vertical-align:middle;
}

.tab_icon{
    width:40px;
    height:40px;
    margin: 3px 7px 3px 7px;
    border: 0px;
    vertical-align:middle;
    border-radius: 5px;
    padding:4px;
}

.tab_icon:hover{
    background-color:#606060;
}


/* links */
.arrow_link{
	padding-left:       14px;
	padding-top:         0px;
	/*background:         url("../imgs/link_arrow_right.png") no-repeat -2px;*/
	}
	
.pdf_link{
    padding-left:       22px;
    padding-top:        2px;
    padding-bottom:     2px;
    background:         url("../imgs/pdf.png") no-repeat;
    }


/* persons */
.people{
    width:260px; height:350px;
    background:#505050;
    border-radius:5px;
    padding:15px;
    margin:10px;
    float:left;
}

.people img {
    height:230px;
}

.people a {
    color: inherit;
}

.pieTooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    background: #505050;
    border: 0 none;
    border-radius: 8px;
    box-shadow: -3px 3px 15px #888888;
    color: white;
    font: 12px sans-serif;
    padding: 5px;
    text-align: center;
}
