#page_container{
    width:100% !important;
}

h1.orange_heading {
    color: #ff883c;
    font-family: Arial, Helvetica, sans-serif;
}

.source_div_wrapper {
    width:100%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: auto;
}

.source_div_wrapper h1{
    color: #006052;
    font-family: Calibri, sans-serif
}

.source_div_wrapper table {
    border-collapse: collapse;
}

table.data-table {
    border: 1px solid #9bacbd !important;
    margin: 0;
    width: 100%;
}

table.data-table th {
     width:28%;
     border: 1px solid #9bacbd;
     background-color: #cfdff0 !important;
     color: #000;
     text-align: left;
     padding-left: 15px;
 }

table.data-table th.autowidth {
    padding: 2px 0;
    width:auto;
}

table.centerTds td, table.centerTds th{
    text-align: center !important;
    padding: 2px 5px !important;
    width:auto !important;
}

table.data-table td {
    padding: 2px 4px;
    border: 1px solid #c9d9ea;
    background-color: #f2fcff !important;
    font-family: Arial, Helvetica, sans-serif;
}

#page_content {
    background-color: #fff;
    /*background-image: url(data:image/gif;base64,R0lGODlhCAAIAJEAAMzMzP///////wAAACH5BAEHAAIALAAAAAAIAAgAAAINhG4nudroGJBRsYcxKAA7);*/
}


#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#tabs li {
    float: left;
    margin: 0 -15px 0 0;
}
#tabs a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid;
    border-bottom-color: #025487;
    opacity: .3;
    filter: alpha(opacity=30);
}
#tabs a:hover,  #tabs a:focus {
    border-bottom-color: #0280b5;
    color:#fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
#tabs a:focus {
    outline: 0;
}
#tabs #current {
    z-index: 3;
    border-bottom-color: #025487;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* ----------- */
.content {
    background: #fbfaf9;
    //border: 1px solid #94a59b;
    border: 1px solid #bbb;
    border-top: 3px solid #025487;
    padding: 2em;/*height: 220px;*/
    -webkit-box-shadow: 0 0.3em 0.5em -0.3em rgba(0,0,0,0.60);
    -moz-box-shadow: 0 0.3em 0.5em -0.3em rgba(0,0,0,0.60);
    box-shadow: 0 0.3em 0.5em -0.3em rgba(0,0,0,0.60);
}
.content h2,  .content h3,  .content p {
    margin: 0 0 15px 0;
}

.content a {
    display: block;
    text-decoration: none;
    color: #111;
    padding: 4px;
}

.content a:hover {
    text-decoration: none;
    color: #3d6a77;
}

img.spinner {
    width:32px;
    height:32px;
}

.report-header{
    margin-top:20px;
    display:inline-block;
    padding: 5px 25px;
    background-color: #0270a7;
    color: #fff;
    font-size: 12px;
}

.empty_div{
    background-color: #f2fcff;
    padding: 5px;
    text-align: center;
    border: 1px solid #bcbcd7;
    color: #444;
    width: 98%;
    margin: 0 auto;
}

h3.profile-h3{
    margin: 0 auto;
    border-bottom: none !important;
    margin-bottom: 2px !important;
    color: #bf5e5f;
}

.source_info{
    color: #444;
    background-color: #fff;
    float:right;
    border: 1px solid #499fc6;
    border-radius: 5px;
    padding: 3px 6px;
}

.source_info table th{
    padding: 0 3px;
    text-align: right;
}

.source_info table td{
    padding: 0 3px;
    text-align: left;
}

.source_info hr{
    width:95%;
    border: 1px solid #d4dddc;
}

.sub-caption2{
    color: #333;
}

.sub-caption{
    color: #025487;
    font-weight: bold;
    text-align: center;
}

ul.children{
    padding:0 6px;
    display: inline-block;
    border:1px solid #ddd;
    border-top: 3px solid #025487;
    margin: 15px 5px;
}

.children li{
    float:left;
    display:block;
    list-style-type: none;
    padding: 3px 7px;
    border-right: 1px solid #ddd;
}

.children li:last-child{
    border-right: none;
}

.children li a{
    color:#369;
}

.children li a:hover{
    color: #3586bb;
}

.children li a:visited{
    color: #369;
}

.hidbtn{
    display: none;
}