@charset "utf-8";
/* CSS Document */

table.table_1 th{
	background-color:#597891;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:3px solid #e3e3e3;
	border-left:1px solid white;
}
table.table_1 th a{
	color:white;
	text-decoration:underline;
	
}
table.table_1 th.firstCol {
	background-color:white;
	border-bottom:3px solid white;
}

table.table_1 td {
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	border-left:1px solid white;
	text-align:center;
}
table.table_1 td.firstCol {
	color:#d71921;
	font-weight:bold;
	background-color:white;
	text-align:left;
}
table.table_1 th.firstCol a {
	color:#d71921;
	text-decoration:underline;
}
table.table_1 tr.odd_row td.firstCol {
	background-color:white;
	
}
table.table_1 tr.secondRow td {
	font-size:11px;
	color:#828282;
	padding-bottom:10px;
	padding-top:4px;
	text-align:center;
}
table.table_1 tr.odd td {
	background-color:#f2f2f2;
}

table.table_1 td.darkCol {
	background-color:#f3f5f7;
}
table.table_1 tr.odd_row td.darkCol {
	background-color:#e7e9eb;
}



table.table_2_container {

}

table.table_2_container td {
	vertical-align:top;
	padding-right:13px;
}

table.table_2 {
	
}
table.table_2 th{
	background-color:#597891;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	
	padding-left:10px;
	
	padding-right:50px;
	
	border-bottom:3px solid #e3e3e3;
	border-left:1px solid white;
}
table.table_2 td {
	text-align:left;
	padding-left:2px;
	padding-right:50px;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dashed #b2b2b2;
}
table.table_2 tr.lastRow td {
	border-bottom:3px solid #e3e3e3;
}



table.table_3 th{
	background-color:#597891;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	
	padding-left:33px;
	padding-right:33px;
	
	border-bottom:3px solid #e3e3e3;
	border-left:1px solid white;
}
table.table_3 td {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid white;
}
table.table_3 td.firstCol {
	text-align:left;
}
table.table_3 tr.odd_row td {
	background-color:#f2f2f2;
}







/* наше оформление */

table.common {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom:2px solid #faf4f1; /* #f2f2f2; */
}

table.common .rise {
	color: #059621;
}
table.common .fall {
	color: #C81414;
}
table.common tr.even td {
	background: #faf4f1; /* #f2f2f2; */
}

table.common th 
{
	background-color: #cd797c; /* #597891; */
	text-align: center;
	font-weight:bold;
	color: #ffffff;
	padding: 3px;
	border-bottom:1px solid white;
	border-left:1px solid white;
}

table.common td {
	/*border: 1px #e3e3e3 solid;*/
	vertical-align: top;
	padding: 3px;
	text-align: right;
}

table.left td {
	text-align: left;
}

table.center td {
	text-align: center;
}

table.no-pad td, table.no-pad th {
	padding: 0px;
	font-size: 9px;
}
table.common .left {
	text-align: left;
}

table.common .right {
	text-align: right;
}

table.common .center {
	text-align: center;
}

table.noborder td, table.noborder tr, table.noborder th, table.noborder {
    border: none;
}
table.nopadding td, table.nopadding th {
    padding: 0px;
}

/* календарь статистики */
table.sc {
	border-bottom:1px solid #cdd6de;
}

table.sc td {
	vertical-align: middle;
	border-bottom:1px solid #cdd6de;
	border-left:1px solid #cdd6de;
}
table.sc td.first {
	border-left:none;
	white-space:nowrap;
}
table.sc td p
{
    margin:6px 0px 0px 0px;
}
table.sc td p.first
{
    margin:0px 0px 0px 0px;
}

/* SUMMARY */

.summaryCategory
{
    text-align:center; border: none; font-size: 12px; font-weight: bold;
    color: #ffffff;font-family: Arial, Helvetica, sans-serif; background-color: #cc3333; text-transform: uppercase;
    margin-bottom:0px; margin-top:20px;
    padding: 5px 0px 4px 25px;
}

.summaryCaption
{
    color: #333230;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    /*background-color: #cc3333;*/
    border-bottom: 2px solid #cc3333;
    padding: 5px 0px 4px 25px;
    text-transform: uppercase;
    width: 100%;
}
        
table.summary
{
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    font-size: 11px;
    table-layout: auto;
}
.borderBotGray
{
    border-bottom: 1px solid #cccccc;
    border-top: 0px;
}
        
table.summary .rise
{
    color: #059621;
}
table.summary .fall
{
    color: #C81414;
}
table.summary tr.even td
{
    background: #dbdbdb; /* #f2f2f2; */
}
        

        
table.summary tr th
{
    background-color: #ffffff; /* #597891; */
    text-align: center;
    font-weight: normal;
    color: #000000;
    padding: 3px;
    border-bottom: 2px solid #d71920; /*borde-left:1px solid #d71920;*/
    font-size: 10px;
}


table.borderBotGray tr th
{
    border-bottom: 2px solid #cccccc;
    border-top: 0px;
}


        
table.summary tr th.first
{
    border-left: 0px solid #d71920;
}
        
table.summary td
{
    vertical-align: top;
    padding: 3px;
    text-align: center;
    /*font-size: 10px;*/
}
        
table.summary td.left, table.summary th.left
{
    text-align: left;
}
        
table.summary tr th.inner
{
    border-bottom: 1px solid white;
}
table.summary tr th.innerGray
{
    border-bottom-width: 1px;
    border-bottom-color: #888888;
}
table.summary tr td.header
{
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 3px;
}
        
table.summary tr.footer td
{
    border-bottom: 2px solid #d71920;
    border-top: 2px solid #d71920;
    text-align: left;
    font-weight: bold;
    text-align: center;
    padding: 1px;
}
table.summary tr.footer td.left
{
    text-align: left;
}