﻿.ContentHeaderText
{
    border-bottom: 2px solid #95a5ae;
    color: #054296;
    font-family: "Open Sans" ,sans-serif;
    font-size: 22px;
    text-align: justify;
    text-shadow: 3px 3px 3px rgba(150, 150, 150, 1);
}
.tableView td
{
    padding-left: 10px;
    padding-right: 10px;
}
.tableView
{
    background-color: White;
    border: 1px solid silver;
    border-radius: 6px;
    -webkit-box-shadow: 1px 0px 8px 2px rgba(16, 0, 0, 0.67);
    -moz-box-shadow: 1px 0px 8px 2px rgba(16, 0, 0, 0.67);
    box-shadow: 1px 0px 8px 2px rgba(16, 0, 0, 0.67); /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.3) inset, 0 10px rgba(255, 255, 255, 0.2) inset, 0 10px 20px rgba(255, 255, 255, 0.25) inset, 0 -5px 30px rgba(0, 0, 0, 0.3) inset; */
    margin: 5px;
    padding: 8px;
    background: rgb(255,255,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 44%, rgba(225,225,225,1) 73%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(44%,rgba(241,241,241,1)), color-stop(73%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 73%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 73%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 73%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 73%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}
.divContacts
{
    text-align: justify;
    padding-left: 10px;
}
.divContacts table
{
    margin-left: 15px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #bebebe;
    text-align: left;
}

.divContacts table tr
{
    border: 1px solid #bebebe;
}

.divContacts table tr td
{
    border-left: 1px solid #bebebe;
    padding: 5px;
}

.ContentTable
{
    padding-left: 10px;
    color: #163049;
    font-family: 'Open Sans' ,sans-serif;
    font-size: 12px; /*width: 960px;*/
    text-align: justify;
    padding-top: 10px;
}
.ContentTable #text
{
    font-size: 22px; /*width: 960px;*/
    border-bottom: 2px solid #95A5AE;
}

.ContentTable table tr
{
    padding-top: 50px;
    padding-left: 100px;
    height: 50px;
    color: #054296;
    font-family: 'Open Sans' ,sans-serif;
    font-size: 15px;
    width: 250px;
    list-style: none outside none;
}

.ContentTable table tr td
{
    border-bottom: 2px dotted #95A5AE;
}

.ContentTable table tr td a, .tableClick
{
    text-decoration: none;
    cursor: pointer;
    color: #163049;
}

.ContentTable table tr td a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #1947A9;
    text-decoration: underline;
}
