body, td{
	color: #464644;
	font-size: 11px;
	font-family: Arial, "Helvetica", Helvetica, sans-serif;
}
table, tr, td {
    padding: 0;
    margin: 0;
    
}
h1{
    font-weight: normal;
    font-size: 2.2em;
}
h2{
    font-weight: normal;
    font-size: 1.5em;
    margin: 40px 0;
}

#content .indicator {
    margin: auto;
    height: 14px;
    width: 10px;
    font-weight: bold;
}

#content .up {
    background: transparent url('../img/up.gif') no-repeat;
    color: transparent;
}

#content .down {
    background: transparent url('../img/down.gif') no-repeat;
    color: transparent;
}


/* tabs */
#tabbed h3{
	clear: both;
	font-size: 12px;
}
#tabbed h4{
	font-size: 11px;
}
.tab-nav{
    border-bottom: 2px solid #4A1527;
    clear: both;
    margin: 0px 0px 10px;
    padding: 0px;
}
    .tab-nav:after, /* clearfix */
    .chart-settings:after{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .tab-nav li{
        float: left;
        list-style-type: none;
        padding: 5px 0 0 0;
        margin: 0 2px 0 0;
    }
        .tab-nav li a{
            float: left;
            background: #9F9F9F; /* #f7f5f5; */
			color: #fff;
            padding: 0 5px 0 5px;
            text-decoration: none;
            	/* color: #566c7e; */
            line-height: 23px;
            outline: none;
            font-size: 11px;
			text-transform: uppercase;
        }
            .tab-nav li:hover{
            }
                .tab-nav li:hover a{
                    background: #C7C6D1;
                }
            .tab-nav li.ui-state-active a{
                font-weight: normal;
                color: #fff;
                background: #7F2343;
                cursor: default;
            }

/* general table rules */
.t-01, .t-02, .t-03{
    border-collapse: collapse;
    font-size: 11px;
}
	.t-01 
	{
	   font-size: 10px;
	}

/*
    trzecia tabelka
*/
.t-03{
    width: 290px;
}
    .t-03 thead{
        
    }
        .t-03 thead td{
            text-align: center;
            font-size: 1em;
            color: #566c7e;
            padding: 5px 5px;
            font-weight: bold;
        }
    .t-03 tbody{

    }
        .t-03 tbody td{
            text-align: center;
            padding: 6px 2px 4px 2px;
            border-bottom: 1px solid #f1f1f1;
            color: #566c7e;
        }
            .t-03 tbody tr.even{
                background: #f8f8f8;
            }
                .t-03 tbody tr:hover td{
                    background: #C7C6D1;
                    color: #000;
                }
        .t-03 tbody td.n{
            text-align: left;
        }

#simpleTooltip {
    max-width: 200px;
    font-size: 0.9em;
    padding: 7px;
    border: 1px solid #A6A7AB;
    background: #F2F3F5;
}

.abstractmore {
    width: 288px;
    text-align: right;
}
    .abstractmore a {
        text-decoration: none;
        color: #901E41;
        font-weight:bold;

     }
     
/* MERGE */
.mcnewsurgent { 
    color: #ad0057;
}

#tabbed
{
    clear:both;
}


#summary_volumes_abstract td.val{
    padding-left: 45px;    
}

#summary_volumes_abstract tr.line2 td{
    padding-top : 15px;
}

#summary_volumes_abstract tr.line3 td{
    padding-top : 5px;
}

#summary_volumes_abstract tr.line4 td{
    padding-top : 5px;
    padding-bottom: 10px;
}
