body{
    margin: 0px;
    padding: 0px;
    /*}
    body
    {*/
    background: white;
/*    text-align: center;*/
    height: 100%;
}

ol
{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 30px;
    list-style-type: disc;
}



table {
    border: white none 0px;
    border-collapse: collapse;
    width: 100%;
}

.smallInput{
    width:30px;
}

.tableAuth{
    width: 500px;
    border: rgb(229,229,229) solid 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}
td {
    padding: 5px;
}

td.colWidth20 {
    width: 20%;
}

td.colTextCenter {
    text-align: center;
}
table.ExaminationsAnalyticTable{
    font-size: 14px;
    font-weight: bold;
}
/*a {
    text-decoration: underline;
    font: inherit;
    color: rgb(10,141,178);
}*/

a.ButtonText {
    font-family: Tahoma;
    font-size: 12px;
    color: rgb(0,0,0);
    text-decoration: none;
    font-weight: normal;
}

img {
    vertical-align: middle;
    border:0px;
}

h1 {
    font: normal 32px Georgia;
    text-align: left;
    color: rgb(13,54,71);
    margin-top:15px;
    margin-bottom: 10px;
    text-align: center;
}
h2 {
    font: normal 24px Georgia;
    text-align: left;
    color: rgb(13,54,71);
    margin-top:5px;
    margin-bottom: 5px;
    padding-top: 15px;
}

h2.Arial {
    font-family: Arial;
}
h3 {
    font: normal 18px Georgia;
    text-align: left;
    color: rgb(13,54,71);
    margin-top:5px;
    margin-bottom: 5px;
    padding-top: 15px;
}
hr{
    color: rgb(229,229,229);
    background-color: rgb(229,229,229);
    width:100%;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 1px;
    border: 0px;
}

/*p{
    margin-top: 15px;
}*/

input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    color: #000;
}

input.PinCode{
    width: 50px;
}

input.smallInput{
    width: 30px;
}

input.inputDateDate, input.inputDateMonth, input.inputDateYear {
    width: 20px;
}

input.inputDateYear {
    width: 35px;
}

/*input[type="button"], button {
    font-family: Arial;
    background-image: url("/images/Table/TableButton.png");
    background-repeat: repeat-x;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;

    border: 1px outset rgb(210,210,210);

}

input[type="button"]:hover, button:hover {
    background-image: url("/images/Table/TableButtonOver.png");
    border-color: rgb(180,180,180);
}*/

div.MainWrap{
    background: white;
    width: 100%;
    min-width: 1040px;
/*    max-width: 1040px;*/
    text-align: left;
    font: normal 14px Arial;
    color: rgb(70,69,69);
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

}
div.MainWrapReport {
    background: #63567A;
    width: 100%;
    min-width: 1040px;
/*    max-width: 1040px;*/
    text-align: left;
    font: normal 14px Arial;
    color: rgb(70,69,69);
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

}

/*************************** Text decoration ***********/
.ContactsPhone {
    font: normal 24px Arial;
    color: rgb(201,39,39);
    margin-top: 10px;
}
.SmallText {
    font: normal 12px Arial;
}
.SkypeICQ{
    margin-top: 15px;
}
.CallForum {
    margin-top: 15px;
    font: bold 16px Georgia;
    font-style: italic;
}
.VeryBigText {
    font-size: 24px;
}
.BuyText {
    font: italic 18px Georgia;
}
/*************************** End Text decoration ***********/


/*************************** Over Head ***********/
div.ProjectHeadText {
    color: rgb(147,147,147);
    width: 380px;
    margin-left: 50px;
    float:left;
    padding-top: 6px;
    text-align: left;
}

div.MyCabinet {
    text-align: right;
    max-width: 650px;
    /*  margin-left: auto;
    margin-right: auto;*/
    float: right;
    display: inline;
    height: 40px;

}

div.MyCabinetLeft {
    background: url("../images/MyCabinetBackgroundLeft.png");
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    overflow: visible;

}
div.MyCabinetMain {
    background: url("../images/MyCabinetBackgroundMain.png");
    background-repeat: repeat-x;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    padding-top: 6px;
    overflow: visible;
}

div.MyCabinetRight {
    background: url("../images/MyCabinetBackgroundRight.png");
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    margin-right: 40px;
    overflow: visible;
}

div.ShopStepActive {
    background: url("../images/shop/ShopStepActive.png");
    background-repeat: repeat-x;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: left;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    overflow: visible;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
div.ShopStepDirection {
    background: url("../images/shop/ShopStepDirection.png");
    background-repeat: repeat-x;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    float: left;
    padding-top: 6px;
    overflow: visible;
}
div.ShopStepPassive {
    background: url("../images/shop/ShopStepPassive.png");
    background-repeat: repeat-x;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: left;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    overflow: visible;
    font-weight: bold;
    font-size: 16px;
    color: black;
}
div.ShopStepEnd {
    float: none;
}
div.MyCabinetRight.nomenu{
    margin-right: 400px;
}
div.MyCabinetRight.Report{
    margin-right: 10px;
}

div.ForumLeft {
    background: url("../images/ForumBackgroundLeft.png");
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    overflow: visible;

}
div.ForumMain {
    background: url("../images/ForumBackgroundMain.png");
    background-repeat: repeat-x;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    padding-top: 6px;
    overflow: visible;
}

div.ForumRight {
    background: url("../images/ForumBackgroundRight.png");
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    float: right;
    overflow: visible;
}

a.MyCabinetLink {
    font-weight: bold;
    color: rgb(255,255,255);
    text-decoration: underline;

}

/*************************** End Over Head ***********/

/*************************** Menu And Logo ***********/
div.MenuBackground {
    position: relative;
    margin-left: 231px;
    min-width: 809px;
    height: 149px;
    min-height: 149px;
    max-height: 149px;
/*    background: url("../images/MenuBackground.png");
    background-repeat: no-repeat;*/
    padding-top: 10px;
    /*padding-left: 150px;*/
    font: normal 20px Arial;
    color: rgb(255,255,255);
    /*background: green;*/
}

div.MenuBackgroundLeft {
    position: relative;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 149px;
    min-height: 149px;
    max-height: 149px;
    background: url("../images/MenuBackgroundLeft.png");
    background-repeat: no-repeat;
    float: left;
}


div.MenuBackgroundCenter {
    position: relative;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    height: 149px;
    min-height: 149px;
    max-height: 149px;
    background: url("../images/MenuBackgroundCenter.png");
    background-repeat: repeat-x;
    font: normal 20px Arial;
    color: rgb(255,255,255);
    float: left;
    margin-top: -14px;
}


div.MenuBackgroundRight {
    position: relative;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 149px;
    min-height: 149px;
    max-height: 149px;
    background: url("../images/MenuBackgroundRight.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: -14px;
}

div.Menu {
    padding-top: 18px;
    padding-left: 10px;

}

div.Flags {
    height:15px;
    min-height: 15px;
    max-height: 15px;
    text-align: left;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;

}

.smallLink
{position:relative;
 top:-10px;
 padding:5px;
}

div.Lang {
    color: orange;/*rgb(207,177,107);*/
    text-align: left;
    font-size: 11px;
    float: left;
    padding-left: 8px;
}

img.Flag {
    text-align: right;
    width:20px;
    height:15px;
    border: solid black 1px;
}

div.LogoImage {
    /*position: absolute;*/
    margin-top: 30px;
    margin-left: 50px;
    /*    width: 195px;
    min-width: 195px;
    max-width: 195px;*/
    width: 181px;
    min-width: 181px;
    max-width: 181px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    clear: left;
    float: left;
    overflow: visible;

}

div.MainMenu {
    color: rgb(255,255,255);
    font: normal 24px Arial;
    clear: right;
    margin-right: 40px;
    margin-top: 55px;
    margin-left: 380px;
    padding-top: 10px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}

div.LeftMenu {
    clear: left;
    float: left;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    /*height: 400px;
    min-height: 400px;
    max-height: 400px;*/
    margin-left: 50px;
    margin-top: 0px;
    /*background:yellow;*/
}

div.PerformScreen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    background: url("../images/ButtonPerfomScreening.png");
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}
div:link.PerformScreen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningClicked.png");
}
div:hover.PerformScreen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningHighlighted.png");
}

div.PerformScreenen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    background: url("../images/ButtonPerfomScreening.en.png");
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}
div:link.PerformScreenen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningClicked.en.png");
}
div:hover.PerformScreenen {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningHighlighted.en.png");
}

div.PerformScreenru {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    background: url("../images/ButtonPerfomScreening.png");
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}
div:link.PerformScreenru {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningClicked.png");
}
div:hover.PerformScreenru {
    width: 161px;
    min-width: 161px;
    max-width: 161px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ButtonPerfomScreeningHighlighted.png");
}

div.PerformScreenText {
    width: 160px;
    max-width: 160px;
}

a.MainMenu{
    color: rgb(255,255,255);
}
/*************************** End Menu And Logo ***********/

/*************************** Content ***********/

div.MainContent {
    /*margin-left: 50px;*/
    margin-right: 40px;
    margin-top: 0px;
    padding: 0px;
    float: left;
    clear:right;
    width: calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    min-width: 620px;
    text-align: left;

}

div.MainContentCardiReport {
    margin-right: 20px;
    margin-top: -20px;
    padding: 0px;
    float: left;
    clear:right;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    min-width: 620px;
    text-align: left;

}

div.MainContentNoTemplate {
    /*margin-left: 50px;*/
    margin-right: 50px;
    margin-top: 40px;
    padding: 0px;
    float: left;
    clear:right;
    width: 620px;
    min-width: 620px;
    max-width: 620px;
    text-align: left;

}

div.MobileMainContent {
    /*margin-left: 50px;*/
    margin-right: 50px;
    margin-top: 0px;
    padding: 0px;
    float: left;
    clear:right;
    width: 950px;
    min-width: 950px;
    max-width: 950px;
    text-align: left;

}

div.MainOffset {
    width: 100%;
    height: 0px;
}

div.Navigation {
    padding-top: 35px;
    font-size: 12px;
    text-align: inherit;
}
a:hover.NavLink {
    text-decoration: underline;
    font: inherit;
    color: rgb(10,141,178);
}
a.NavLink {
    text-decoration: none;
    font: inherit;
    color: rgb(100,100,100);
}

div.Error{
    font: inherit;
    font-weight: bold;
    color: rgb(255,50,50);
}
div.Error{
    font: inherit;
    font-weight: bold;
    color: rgb(50,180,50);
}
/*************************** End Content ***********/

/*************************** Steps ***********/
div.StepsLeft {
    background: url("../images/StepsLeft.png");
    margin-top: 35px;
    margin-left: 40px;
    width:10px;
    min-width: 10px;
    max-width: 10px;
    height: 443px;
    max-height: 443px;
    min-height: 443px;
    clear: left;
    float: left;
}

div.promo {
    margin-left: 40px;

}

div.StepsRight {
    background: url("../images/StepsRight.png");
    margin-top: 35px;
    margin-left: 0px;
    width:10px;
    min-width: 10px;
    max-width: 10px;
    height: 443px;
    max-height: 443px;
    min-height: 443px;
    float: left;
    clear:right;
}

div.Steps {
    background: url("../images/Steps.png");
    background-repeat: repeat-x;
    margin-top: 35px;
    width:940px;
    min-width: 940px;
    max-width: 940px;
    height: 443px;
    max-height: 443px;
    min-height: 443px;
    float:left;
}


div.StepsOneImage {
    clear: left;
    float: left;
    margin-left: 80px;
    margin-top: 10px;
    width: 220px;
    /*height:215px;*/
    vertical-align: middle;
}
div.StepsTwoImage {
    float: left;
    margin-left: 100px;
    margin-top: 10px;
    width: 220px;

    vertical-align: middle;
    padding-top: 25px;
}
div.StepsThreeImage {
    float: left;
    margin-left: 80px;
    margin-top: 10px;
    width: 240px;

    vertical-align: middle;
    padding-top: 55px;
}
div.StepsOne {
    clear: left;
    float: left;
    margin-left: 20px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    font: normal 96px Georgia;
    color: rgb(208,19,19);
    margin-top: -20px;
}
div.StepsTwo {
    float: left;
    margin-left: 40px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    font: normal 96px Georgia;
    color: rgb(251,207,0);
    margin-top: -20px;
}
div.StepsThree {
    float: left;
    margin-left: 20px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    font: normal 96px Georgia;
    color: rgb(52,171,5);
    margin-top: -20px;
}
div.StepsOneText {
    float: left;
    margin-left: 0px;
    width: 220px;
    margin-top: -10px;
}
div.StepsTwoText {
    float: left;
    margin-left: 0px;
    width: 220px;
    margin-top: -10px;
}
div.StepsThreeText {
    float: left;
    margin-left: 0px;
    width: 240px;
    margin-top: -10px;
}

/*************************** End Steps ***********/

/*************************** Advances ***********/
div.AdvancesHeader{
    padding-top:0px;
    padding-bottom:10px;
    float:none;
    clear:both;
}
div.Advances{
    float:left;
    margin-left: 50px;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
}

div.Screamer{
    color: rgb(37,104,133);
    font: italic 92px Georgia;
    float: left;
    margin-top: 180px;
    margin-left: 15px;
    width:35px;
    max-width:35px;
    min-width:35px;
}

div.BuyInfo {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    margin-left: 0px;
    float:left;
}

/*************************** End Advances ***********/

/*************************** News Video and Footer ***********/
div.Delimeter {
    clear: both;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

div.NewsMainBlock {
    float:left;
    margin-left: 50px;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
}
div.VideoBlock {
    float:left;
    margin-left: 10px;
    width: 420px;
    min-width: 420px;
    max-width: 420px;
}

div.NewsDate {
    font-style: italic ;
    font-family: Georgia;
    color: rgb(161,161,161);
    margin-top: 15px;
    margin-bottom: 10px;
}

div.PubName{
    font-size: 18px;
}

div.RequestAndMap {
    float:left;
    margin-left: 50px;
    width: 220px;
}

div.Counters {
    float:left;
    margin-left: 30px;
    width: 690px;
}
div.Design {
    float:left;
    margin-left: 20px;
    width: 200px;
}
.FloatImg {
    float:left;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;

}

a.NewsHeader {
    font: normal 24px Arial;
    text-align: left;
    color: rgb(13,54,71);
}

div.Banner {
    float:left;
    font:bold 12px Arial;
    color:rgb(255,255,255);
    width:88px;
    height:31px;
    min-width:88px;
    min-height:31px;
    max-width:88px;
    max-height:31px;
    padding: 2px;
    display: inline;
    background-repeat:no-repeat;
    text-align: center;
    vertical-align: middle;
}
a.BannerLink {
    color:rgb(255,255,255);
    text-decoration: none;
}

div.Banner_1 {
    background-image: url('/images/Banner/banner_1.jpg');
}
div.Banner_2 {
    background-image: url('/images/Banner/banner_2.jpg');
}
div.Banner_3 {
    background-image: url('/images/Banner/banner_3.jpg');
}

/*************************** End News Video and Footer ***********/


/*************************** Cabinet ***********/
div.CabinetMenuItem {
    font: normal 18px Arial;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 320px;
    height:34px;
    min-width: 320px;
    min-height:34px;
    max-width: 320px;
    max-height:34px;
    padding-top: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-position: left;

    /*color: rgb(255,255,255);
    background-color: orange;
    background-image: url('/images/Buttons/LeftMenu.png');
    background-repeat: no-repeat;*/
}

/*div.CabinetMenuItemSelected {
font: normal 20px Arial;
text-decoration: none;
text-align: left;
vertical-align: middle;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
width: 320px;
height:46px;
min-width: 200px;
min-height:23px;
max-width: 200px;
max-height:23px;
padding-top: 7px;
background-position: left;

color: rgb(255,255,255);
background-image: url('/images/Buttons/LeftMenuOver.png');
background-repeat: no-repeat;
}*/
div.CabinetMenuItemImage {
    font: normal 18px Arial;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    width: 50px;
    height:46px;
    min-width: 50px;
    min-height:46px;
    max-width: 50px;
    max-height:46px;
    padding: 0px;
    background-position: left;
    float: left;

    /*
    background-color: green;
    color: rgb(255,255,255);
    background-image: url('/images/Buttons/LeftMenuOver.png');
    background-repeat: no-repeat;*/
}

a.CabinetMenuItemLink {
}

a.CabinetMenuItemLinkSelected {
    color: rgb(224,90,1);
}

a:hover.CabinetMenuItemLinkSelected {
}

div.CabinetMenuItemDelimiter {
    height:10px;
}

.tdCardiogramSended {
    /*background-color: rgb(250,249,131);*/
    background-color: rgb(252,249,221);
}

.tdCardiogramChecked {

    background-color: rgb(221,252,221);
}

div.CardiovisorCurrentUserName {
    padding-top: 25px;
    font-family: Arial;
    color: rgb(169,56,56);
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    font-size: 19px;

}
/*************************** End Cabinet ***********/


/*Имя текущего члена семьи color: rgb(169,56,56);
Серый rgb(147,147,147);
Серый 2 rgb(130,130,130);
Серый 3 rgb(92,92,92);
Кирпич заголовки таблицы rgb(186,64,0);

*/

a.selectFamilyMemberLink{
    color: rgb(147,147,147);
    border-bottom: 1px dashed rgb(147,147,147);
    text-decoration: none;
    font-size: 12px;
}

a.changeDateLink{
    color: rgb(147,147,147);
    border-bottom: 1px dashed rgb(147,147,147);
    text-decoration: none;
    font-size: 12px;
}

div.titleCross{
    float: right;
    text-align: right;

}

div.ImgContainer{
    margin-bottom: 1em;
}

div.frame-whole {
    background-image: url('/images/Cabinet/Cardiovisor/chooseFamilyMemberFormBackground.png');
    background-repeat: no-repeat;
    color: rgb(92,92,92);;
    position: relative;
    width: 354px;
    height: 146px;
}

div.frame-whole2 {
    background-image: url('/images/Cabinet/Cardiovisor/changeDateBackground.png');
    background-repeat: no-repeat;
    color: rgb(92,92,92);;
    position: relative;
    width: 644px;
    height: 146px;
}

div.frame-comment {
    background-image: url('/images/Cabinet/Cardiovisor/commentBackground.png');
    background-repeat: no-repeat;
    color: rgb(92,92,92);;
    position: relative;
    width: 354px;
    height: 207px;
    position: absolute;
    margin-left: -7px;
    margin-top: -35px;
    display: none;
    border-bottom: 1px solid #FFFFFF;
    z-index: 20;
}

div#ProfileHead {
    margin-top: 10px;
    margin-left: 0px;
    z-index: 4;
    font-size: 85%;
}

div#authBlock {
    position: absolute;
    margin-left: -7px;
    margin-top: -35px;
    display: none;
    border-bottom: 1px solid #FFFFFF;
    z-index: 20;
}

div#ProfileHead2 {
    margin-top: 10px;
    margin-left: 0px;
    z-index: 4;
    font-size: 85%;
}

div#authBlock2 {
    position: absolute;
    margin-left: -7px;
    margin-top: -35px;
    display: none;
    border-bottom: 1px solid #FFFFFF;
    z-index: 20;
}

div.authInnerContainer {
    margin: 25px;
}

div.hiddenCommentInnerContainer {
    overflow: scroll;
    width: 291px;
    height: 144px;
    text-align: left;

}

div.authInnerContainer table tr td {
    border-style: none;
    border-width: 0px;
    padding-top: 7px;
    font-size: 13px;
    text-align: left;
}

div.CardiogramDataHint {
    width: 285px;
    height: 124px;
    background-image: url('/images/Cabinet/Cardiovisor/hint.png');
}

div.CardiogramDataHintInner {
    margin-left: 30px;
    padding-top: 30px;
    margin-right: 55px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

div.CardiogramDataLegendContainer {
    width: 250px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    margin-left: 30px;
    margin-top: 10px;
}

div.CardiogramDataLegend {
    float: left;
    padding-top: 7px;
}

div.CardiogramDataLegendText{
    margin-left: 40px;
}

div.TotalExaminations {
    font-family: Arial;
    color: rgb(130,130,130);
    font-size: 16px;
    text-align: left;
    clear: both;
    font-weight: bold;
    margin-top: 10px;
}

div.ResultExaminations {
    font-family: Arial;
    color: rgb(0,0,0);
    font-size: 18px;
    text-align: left;
    clear: both;
    font-weight: bold;
    margin-top: 10px;

}

/*****************************************************/

.scrollable {
    position:relative;
    overflow:hidden;
    width: 400px; height:19px;
    float:left;

}

.scrollable .items {
    width:20000em;
    position:absolute;
}
.items div {
    float:left;
}

div.cursorTablePaging {
    width: 100%;
    height: 25px;
    background-color: rgb(244, 244, 244);
    text-align: center;

}

div.cursorTablePagesContainer {
    width: 100%;
    height: 19px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    padding-left:81px;

}

.cursorTablePagesDown {
    background-image: url('/images/Table/pagesDown.png');
    width: 29px;
    height: 19px;
    float:left;
    cursor: url;
}

.cursorTablePagesUp {
    background-image: url('/images/Table/pagesUp.png');
    width: 29px;
    height: 19px;
    float:left;
    cursor: url;
}

.cursorTablePage {
    background-image: url('/images/Table/pageBack.png');
    height:19px;
    padding-top: 2px;
    float:left;
    vertical-align: middle;
    width: 38px;
    background-repeat:repeat-x;
    margin-left: 1px;
    margin-right: 1px;
}

.PageHeader {
    font: normal 18px Arial;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}


/*****************************************************/

/********** Parcecg **********************************/
.PecgHeadTable {
    background-image: url("/images/Parcecg_header_back.png");
    background-repeat: repeat-x;
    width: 100%;
    border: none 0px;
    vertical-align: text-top;
    padding: 0px!important;
}

.CardiomapHeadTable {
    width: 100%;
    border: none 0px;
    vertical-align: text-top;
    padding: 0px!important;
}


/*****************************************************/
