﻿/*Stat table*/
.stDigitCell
{
    text-align: right;
}    

.stTrObl
{
    text-align: left; 
    background-color: #cfe4f8; 
    font-weight: bold;
    cursor: pointer;
}

.stTrObl:hover
{
    text-align: left; 
    background-color: #b1d2f3; 
    font-weight: bold;
    cursor: pointer;
}

.stRegionNameBottomItog
{
    text-align: left; 
    background-color: #e0ebf6; 
    font-weight: bold;
}

.stRegionName
{
    text-align: left;     
}    

.stHiddenRow
{
    display: none;
}

.stItog
{
    background-color: #e0ebf6; 
    text-align: right; 
    font-weight: bold;
}

.stItogCentered
{
    background-color: #e0ebf6; 
    text-align: center; 
    font-weight: bold;
}

/*Blue Table*/

.BlueTableTable
{ 
    width: 940px;
	border: 1px solid #abb7c2;
	font-family: Arial;
	font-size: 8pt;
	color: #0d0d0d; 
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
 }

.BlueTableTdHeader
{ 
	border: 1px solid #abb7c2;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	background-color: #ebebeb;
 }

.BlueTableTdContent
{ 
	border: 1px solid #abb7c2;
	font-family: Arial;
	font-size: 8pt;
	color: #0d0d0d; 
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
 }

/*phone-table*/

.phone-table
{
    width: 100%;
    text-align: center; 
    border: solid 0px #e0e0e0;
    margin-bottom:15px;
    background-color: #FFF;
    /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
}

.phone-table a
{
    text-decoration:none;
    color: #1A60B8;
    font-size:11px;
}

.phone-table td
{
    text-align: left; 
    padding:5px;
    font-size:11px;
    border: solid 1px #e0e0e0;
}

.phone-table td nobr
{

    font-size:11px;

}

.phone-table thead
{
    text-align: center; 
    color: #000;
    background-color: #D0D0D0;
    text-transform: uppercase;
}


.phone-table th
{
    text-align: center; 
    color: #000;
    font-size:11px;
    font-weight: normal;
}

.phone-table thead tr:hover
{
    background-color: #D0D0D0;
}
.phone-table thead td
{
    background-color: #D0D0D0;
    border: solid 1px #C5C5C5;
}

.phone-table tr:hover
{
   background-color: #f5f5f5;
}





