﻿
/* Styles for basic forms   
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    font-size: 12px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

#ErrorText {
    display: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
    background-image: none !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #f00 !important;
}

.validation-summary-valid {
    display: none;
}


* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font: 12px/18px Tahoma, Verdana, sans-serif;
    height: 100%;
    background-color: #f9f9f9;
}


img {
    border: none;
}

input {
    vertical-align: middle;
}

    input[type="text"],
    input[type="password"] {
        background-image: url(images/BackgroundInput.png);
        background-repeat: repeat-x;
        font-size: 12px;
        padding: 0px 5px;
        border: 1px solid rgb(199, 199, 199);
        height: 19px;
        outline: none;
    }

#wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url(images/Wrapper-bg.png);
    background-repeat: repeat-y;
    background-position: center;
}


/* Header
-----------------------------------------------------------------------------*/
#headerWrapper {
    height: 99px;
}

    #headerWrapper #Header {
        height: 90px;
        width: 996px;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
        background-image: url(images/Header-bg.png);
        background-repeat: no-repeat;
        border-bottom: 1px dotted #929292;
    }


        #headerWrapper #Header #Phone {
            float: right;
            width: 155px;
            height: 25px;
            background-image: url(images/HeaderPhone.png);
            background-repeat: no-repeat;
            background-position: left;
            color: white;
            font-size: 14px;
            text-shadow: 1px 1px 0px #c8c8c8;
            padding: 6px 0px 0px 25px;
            margin-top: 46px;
        }


        #headerWrapper #Header #logo {
            float: left;
            height: 55px;
            width: 216px;
            background-image: url(images/logo.png);
            background-repeat: no-repeat;
            margin: 14px 0px 0px 20px;
        }



/* Middle
-----------------------------------------------------------------------------*/

#middle {
    width: 1000px;
    padding: 0 0 100px;
    height: 1%;
    position: relative;
    margin: 0px auto;
}

    #middle:after {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }


/* Footer
-----------------------------------------------------------------------------*/
#footerWrapper {
    margin: -68px auto 0;
    min-width: 1000px;
    height: 68px;
    position: relative;
}

    #footerWrapper #footer {
        width: 996px;
        margin: 0px auto;
        position: relative;
        height: 68px;
        background-image: url(images/Footer-bg.png);
        background-repeat: repeat-x;
    }

        #footerWrapper #footer #footerlogo {
            width: 165px;
            height: 23px;
            background-image: url(images/footer-logo.png);
            background-repeat: no-repeat;
            margin: 16px 0px 0px 47px;
            float: left;
            color: #bdbdbd;
            text-align: right;
            font-size: 11px;
            padding-top: 20px;
        }

        #footerWrapper #footer #maker {
            float: right;
            width: 242px;
            height: 29px;
            background-image: url(images/YourGroup.png);
            background-position: right 0px;
            background-repeat: no-repeat;
            margin: 23px 46px 0px 0px;
            padding-top: 4px;
        }

            #footerWrapper #footer #maker a {
                color: #bdbdbd;
                font-size: 11px;
            }

                #footerWrapper #footer #maker a:hover {
                    text-decoration: none;
                }


#TwoPixLeft {
    float: left;
    margin-left: 2px;
}

#LoginFormAndSlider {
    float: left;
    width: 996px;
    border-bottom: 1px dotted #929292;
    margin-top: 15px;
}

    #LoginFormAndSlider #Slider {
        float: right;
        width: 695px;
        position: relative;
        margin-right: 5px;
    }

        #LoginFormAndSlider #Slider .TopShadow {
            position: absolute;
            background-image: url(images/SliderTopShadow.png);
            background-repeat: no-repeat;
            background-position: center 0px;
            width: 692px;
            height: 13px;
        }

        #LoginFormAndSlider #Slider #conteiner {
            float: left;
            width: 652px;
            height: 6000px;
            margin-top: -932px;
        }

            #LoginFormAndSlider #Slider #conteiner img {
                float: left;
                width: 652px;
                height: 233px;
            }

        #LoginFormAndSlider #Slider #ConteinerImage {
            float: left;
            width: 652px;
            height: 232px;
            overflow: hidden;
            margin-left: 18px;
        }

        #LoginFormAndSlider #Slider #SliderShadowBottom {
            float: left;
            background-image: url(images/SliderBottomShadow.png);
            background-repeat: no-repeat;
            background-position: center 0px;
            width: 653px;
            height: 14px;
            margin-left: 18px;
        }

#LoginFormPlace {
    float: left;
    width: 290px;
}


    #LoginFormPlace #LoginForm {
        float: right;
        width: 250px;
        height: 146px;
        border-bottom: 2px solid #e8e8e8;
        background-color: #f8f8f8;
    }

        #LoginFormPlace #LoginForm table {
            float: left;
            margin: 20px 0px 0px 20px;
            width: 229px;
        }

            #LoginFormPlace #LoginForm table a:hover {
                text-decoration: none;
            }

            #LoginFormPlace #LoginForm table tr td:first-child {
                text-align: right;
                padding-right: 7px;
                font-size: 12px;
                color: #999898;
                width: 51px;
            }

.Title {
    background-image: url(images/Title-bg.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 100%;
    float: left;
}

    .Title .text {
        float: left;
        padding-left: 44px;
        padding-right: 100px;
        padding-top: 4px;
        color: white;
        text-shadow: 1px 1px 0px rgb(119, 119, 119);
        background-image: url(images/Title-bg-text.png);
        background-position: right;
        height: 21px;
        position: relative;
    }

#LoginIcon {
    position: absolute;
    background-image: url(images/LoginIcon.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 26px;
    top: -4px;
    left: 14px;
}

#LoginShadow {
    float: right;
    width: 253px;
    height: 17px;
    background-image: url(images/LoginShadow.png);
}

.button {
    border-radius: 2px;
    background-color: #488fde;
    border: 0px;
    color: white;
    padding: 5px 20px;
    box-shadow: 0px 1px 1px #5d5d5d;
    cursor: pointer;
    text-decoration: none;
}


.button,
.ui-button {
    border-radius: 2px !important;
    background-color: #488fde !important;
    border: 0px !important;
    color: white !important;
    padding: 5px 20px !important;
    box-shadow: 0px 1px 1px #5d5d5d !important;
    cursor: pointer !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    background-image: none !important;
    outline: none;
    width: auto !important;
    height: auto !important;
}

    .ui-button span {
        padding: 0px !important;
    }

    .button:hover,
    .ui-button:hover {
        background-color: #2b72c1 !important;
        box-shadow: 0px 1px 2px #5d5d5d !important;
    }

#LastNews {
    float: left;
    width: 996px;
    border-bottom: 1px dotted #929292;
}

#NewsWrapper {
    float: left;
    width: 960px;
    margin: 15px 0px 0px 19px;
}


#NewsIcon {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 14px;
    background-image: url(images/NewsIcon.png);
    background-repeat: no-repeat;
}


.NewsItem {
    float: left;
    width: 240px;
    height: 151px;
    background-image: url(images/MiniNews-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

#NewsWrapper .NewsItem:last-child {
    background-image: none !important;
}

.NewsItem .NewsTitle {
    float: left;
    width: 215px;
    padding: 10px 0px 5px 13px;
}

    .NewsItem .NewsTitle a {
        color: #1291ff;
        font-size: 14px;
        font-weight: bold;
    }

        .NewsItem .NewsTitle a:hover {
            text-decoration: none;
        }

.NewsItem .content {
    float: left;
    width: 195px;
    padding: 0px 0px 0px 13px;
    font-size: 12px;
    color: #999898;
}

.date {
    float: left;
    width: 35px;
    height: 45px;
    color: #cbcbcb;
    margin-top: 6px;
}

    .date .number {
        float: left;
        font-size: 25px;
        width: 31px;
        text-align: center;
    }

    .date .month {
        float: left;
        font-size: 14px;
        line-height: 15px;
        width: 31px;
        text-align: center;
        margin-top: 2px;
    }

    .date .year {
        float: left;
        font-size: 12px;
        line-height: 10px;
        width: 31px;
        text-align: center;
    }


#NewsWrapper .AllNews {
    float: right;
    margin: 5px 15px 5px 0px;
}

    #NewsWrapper .AllNews a {
        color: #1291ff;
    }

        #NewsWrapper .AllNews a:hover {
            text-decoration: none;
        }

#AdsMessegeAbout {
    float: left;
    width: 996px;
    min-width: 996px;
    border-bottom: 1px dotted #929292;
    padding: 15px 0px 20px 0px;
}

    #AdsMessegeAbout #Messege {
        float: left;
        width: 715px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

        #AdsMessegeAbout #Messege .content {
            float: left;
            width: 545px;
            padding: 20px 0px 0px 160px;
            background-image: url(images/MessegeContentBg.png);
            background-repeat: no-repeat;
            min-height: 155px;
            color: #999898;
            font-size: 12px;
        }

    #AdsMessegeAbout #About {
        float: left;
        width: 715px;
        margin-left: 20px;
    }

        #AdsMessegeAbout #About .content {
            float: left;
            width: 685px;
            padding: 15px 15px 10px 15px;
            font-size: 12px;
            color: #999898;
        }

    #AdsMessegeAbout #Ads {
        float: right;
        width: 230px;
        margin-right: 20px;
    }

#GLIcon {
    position: absolute;
    background-image: url(images/GLmessage.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    top: 7px;
    left: 15px;
}


#InfoIcon {
    position: absolute;
    background-image: url(images/InfoIcon.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    top: 4px;
    left: 15px;
}

#AdsIcon {
    position: absolute;
    background-image: url(images/AdsIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 3px;
    left: 12px;
}

#RegIcon {
    position: absolute;
    background-image: url(images/RegIcon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    top: 7px;
    left: 15px;
}

#AccountIcon {
    position: absolute;
    background-image: url(images/AccountIcon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    top: 7px;
    left: 15px;
}

#zkkTitleIcon {
    position: absolute;
    background-image: url(images/zkkTitleIcon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    top: 7px;
    left: 15px;
}

#HistoryTitleIcon {
    position: absolute;
    background-image: url(images/HistoryTitleIcon.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    top: 4px;
    left: 15px;
}



#GLIcon {
    position: absolute;
    background-image: url(images/GLmessage.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    top: 7px;
    left: 15px;
}


#InfoIcon {
    position: absolute;
    background-image: url(images/InfoIcon.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    top: 4px;
    left: 15px;
}

#AdsIcon {
    position: absolute;
    background-image: url(images/AdsIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 3px;
    left: 12px;
}

#ListIcon {
    position: absolute;
    background-image: url(images/ListIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 7px;
    left: 16px;
}

#DListIcon {
    position: absolute;
    background-image: url(images/DListIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 5px;
    left: 16px;
}

#AddDoctorIcon {
    position: absolute;
    background-image: url(images/AddDoctorIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 7px;
    left: 16px;
}

#JournalIcon {
    position: absolute;
    background-image: url(images/JournalIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 5px;
    left: 16px;
}

#NewsTitleIcon {
    position: absolute;
    background-image: url(images/NewsTitleIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 7px;
    left: 16px;
}

#DirectoryIcon {
    position: absolute;
    background-image: url(images/DirectoryIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 7px;
    left: 16px;
}


#MsgIcon {
    position: absolute;
    background-image: url(images/MsgIcon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    top: 8px;
    left: 16px;
}


#LeftColumnDoctor {
    float: left;
    width: 270px;
}

    #LeftColumnDoctor #Menu {
        float: right;
        width: 250px;
        border-bottom: 2px solid #e8e8e8;
        background-color: #f8f8f8;
        margin-top: 20px;
    }

        #LeftColumnDoctor #Menu ul {
            float: left;
            width: 100%;
        }

            #LeftColumnDoctor #Menu ul li {
                list-style: none;
                border-bottom: 1px solid #e1e1e1;
            }

                #LeftColumnDoctor #Menu ul li:last-child {
                    border-bottom: 0px solid #e1e1e1;
                }

                #LeftColumnDoctor #Menu ul li a {
                    display: block;
                    height: 22px;
                    text-decoration: none;
                    color: #999898;
                    padding-top: 3px;
                    padding-left: 32px;
                }

                #LeftColumnDoctor #Menu ul li:hover {
                    background-color: #eaeaea;
                }

.listPacient {
    background-image: url(images/ListPacient.png);
    background-repeat: no-repeat;
    background-position: 11px 7px;
}

.listDoctor {
    background-image: url(images/ListDoctor.png);
    background-repeat: no-repeat;
    background-position: 11px 6px;
}

.ZkkPacient {
    background-image: url(images/zkkIcon.png);
    background-repeat: no-repeat;
    background-position: 9px 5px;
}

.HistoryIconPacient {
    background-image: url(images/HistoryIconPacient.png);
    background-repeat: no-repeat;
    background-position: 10px 3px;
}



.MenuMsgIcon {
    background-image: url(images/MenuMsgIcon.png);
    background-repeat: no-repeat;
    background-position: 11px 7px;
}

.SpravMenu {
    background-image: url(images/SpravMenu.png);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

.AdsMenuIcon {
    background-image: url(images/AdsMenuIcon.png);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

.MainMessage {
    background-image: url(images/MainMessage.png);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

.SaitSetting {
    background-image: url(images/SaitSetting.png);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

.AddPacient {
    background-image: url(images/AddPacient.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

.RegJournal {
    background-image: url(images/Journal.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

.NewsMenu {
    background-image: url(images/NewsMenu.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

.AddDoctor {
    background-image: url(images/AddDoctor.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

.menuSetting {
    background-image: url(images/setting.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
}


.quit {
    background-image: url(images/Exit.png);
    background-repeat: no-repeat;
    background-position: 11px 7px;
}

#RightColumn {
    float: right;
    width: 700px;
    margin-left: 26px;
    margin-top: 20px;
}

    #RightColumn textarea {
        width: 300px;
        margin-left: 6px;
        resize: vertical;
        padding: 4px;
        font-family: Tahoma;
    }

.BigForm {
    float: left;
    width: 675px;
    background-color: #f8f8f8;
    border-bottom: 2px solid #e7e7e7;
}


.BigShadow {
    float: left;
    background-image: url(images/BigFormShadow.png);
    background-repeat: no-repeat;
    width: 677px;
    height: 23px;
}

.MiniLeft {
    float: left;
    width: 325px;
}

    .MiniLeft table {
        margin-left: 15px;
    }

.MiniRight {
    float: right;
    width: 325px;
}

    .MiniLeft table tr td:first-child,
    .MiniRight table tr td:first-child {
        width: 130px;
        padding-right: 17px;
        font-size: 12px;
        color: #999898;
        text-align: right;
    }


.RegTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #00aeef;
    border-bottom: 1px dotted #929292;
    padding: 5px 0px;
    margin: 10px 0px;
}

textarea {
    outline: none;
}

.PacientListItem {
    float: left;
    background-image: url(images/PacientList-bg.png);
    background-repeat: no-repeat;
    width: 625px;
    height: 56px;
    margin: 20px 0px 0px 27px;
    position: relative;
}



    .PacientListItem .Logo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 49px;
        height: 53px;
        background-color: white;
        border: 1px solid #9fcaee;
        box-shadow: 1px 1px 0px #858484;
        left: 9px;
        top: -10px;
        overflow: hidden;
    }

        .PacientListItem .Logo img {
            width: 100%;
        }

    .PacientListItem .UserLink {
        display: block;
        float: left;
        width: 335px;
        overflow: hidden;
        color: #8a8a8a;
        font-size: 16px;
        margin: 16px 0px 0px 80px;
        height: 20px;
    }

        .PacientListItem .UserLink:hover {
            text-decoration: none;
        }

    .PacientListItem .PacientListMenu {
        float: right;
        width: 210px;
        height: 51px;
        margin-top: 1px;
    }

        .PacientListItem .PacientListMenu ul {
            float: right;
        }

            .PacientListItem .PacientListMenu ul li {
                float: left;
                list-style: none;
                border-left: 2px solid #cacaca;
                width: 50px;
                height: 51px;
            }

                .PacientListItem .PacientListMenu ul li a {
                    display: block;
                    background-repeat: no-repeat;
                    background-position: center;
                    border-left: 1px solid #f8f8f8;
                }

                    .PacientListItem .PacientListMenu ul li a.pacientHistory {
                        background-image: url(images/HistoryIcon.png);
                        width: 49px;
                        height: 51px;
                    }

                    .PacientListItem .PacientListMenu ul li a.EditPacient {
                        background-image: url(images/EditPacient.png);
                        width: 46px;
                        height: 51px;
                    }

                    .PacientListItem .PacientListMenu ul li a.BlockUser {
                        background-image: url(images/BlockUser.png);
                        width: 46px;
                        height: 51px;
                    }

                    .PacientListItem .PacientListMenu ul li a.UnBlockUser {
                        background-image: url(images/UnBlockUser.png);
                        width: 46px;
                        height: 51px;
                    }

                    .PacientListItem .PacientListMenu ul li a.NewMsg {
                        background-image: url(images/NewMsgIcon.png);
                        width: 46px;
                        height: 51px;
                    }


                        .PacientListItem .PacientListMenu ul li a.NewMsg:hover {
                            background-image: url(images/NewMsgIconHover.png);
                            width: 46px;
                            height: 51px;
                        }

                    .PacientListItem .PacientListMenu ul li a.graf {
                        background-image: url(images/graf.png);
                        width: 46px;
                        height: 51px;
                    }

                    .PacientListItem .PacientListMenu ul li a.VewNews {
                        background-image: url(images/ViewPost.png);
                        width: 46px;
                        height: 51px;
                    }

                        .PacientListItem .PacientListMenu ul li a.VewNews:hover {
                            background-image: url(images/ViewPostHover.png);
                            width: 46px;
                            height: 51px;
                        }

                    .PacientListItem .PacientListMenu ul li a.DelNews {
                        background-image: url(images/DelNews.png);
                        width: 46px;
                        height: 51px;
                    }

                        .PacientListItem .PacientListMenu ul li a.DelNews:hover {
                            background-image: url(images/DelNewsHover.png);
                            width: 46px;
                            height: 51px;
                        }

                    .PacientListItem .PacientListMenu ul li a.ListPacientMenu {
                        background-image: url(images/ListPacientMenu.png);
                        width: 46px;
                        height: 51px;
                    }

                        .PacientListItem .PacientListMenu ul li a.ListPacientMenu:hover {
                            background-image: url(images/ListPacientMenuHover.png);
                            width: 46px;
                            height: 51px;
                        }

                    .PacientListItem .PacientListMenu ul li a.pacientHistory:hover {
                        background-image: url(images/HistoryIconHover.png);
                    }

                    .PacientListItem .PacientListMenu ul li a.EditPacient:hover {
                        background-image: url(images/EditPacientHover.png);
                    }

.DialogItem {
    float: left;
    background-image: url(images/MsgListBG.png);
    background-repeat: repeat-x;
    height: 86px;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

    .DialogItem .Avatar {
        float: left;
        width: 42px;
        border: 1px solid #c6c6c6;
        text-align: center;
        margin: 16px 30px;
        position: relative;
    }

        .DialogItem .Avatar .hidden {
            float: left;
            width: 42px;
            height: 46px;
            overflow: hidden;
        }

        .DialogItem .Avatar .CountNewMessege {
            position: absolute;
            background-image: url(images/CountNewMsg.png);
            background-repeat: no-repeat;
            width: 21px;
            height: 20px;
            color: white;
            text-align: center;
            font-size: 12px;
            top: 22px;
            left: -11px;
            padding-top: 1px;
        }

        .DialogItem .Avatar img {
            float: left;
            width: 100%;
        }

    .DialogItem .PreInfo {
        float: left;
        width: 540px;
        margin-top: 8px;
    }

        .DialogItem .PreInfo .AutorMsg {
            float: left;
            width: 540px;
            height: 20px;
            position: relative;
        }

            .DialogItem .PreInfo .AutorMsg a {
                color: #2bafd0;
                text-decoration: none;
                font-weight: bold;
                position: absolute;
                z-index: 1;
            }

                .DialogItem .PreInfo .AutorMsg a:hover {
                    text-decoration: underline;
                }


        .DialogItem .PreInfo .Text a {
            text-decoration: none;
            color: #909090;
        }

            .DialogItem .PreInfo .Text a:hover {
                text-decoration: underline;
            }

.DialogItemInner {
    float: left;
    width: 610px;
    margin: 20px 30px;
}

    .DialogItemInner table tr td {
        vertical-align: top;
        color: #909090;
    }

        .DialogItemInner table tr td:first-child {
            width: 130px;
            padding-right: 8px;
        }

#NewMessage {
    float: left;
    width: 665px;
    margin-left: 5px;
    border-bottom: 1px dotted #929292;
}

    #NewMessage #TitleNewMessege {
        float: left;
        width: 655px;
        color: #2bafd0;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 10px;
    }

    #NewMessage textarea {
        width: 645px;
    }

    #NewMessage .button {
        float: right;
        margin: 10px;
    }

.PacientInfo {
    float: left;
    width: 630px;
    height: 85px;
    background-image: url(images/MsgListBG.png);
    background-repeat: repeat-x;
    margin: 22px;
    position: relative;
}

    .PacientInfo .button {
        position: absolute;
        right: 6px;
        bottom: 10px;
        color: white;
    }

    .PacientInfo a {
        color: #2bafd0;
    }

.PacientInfo {
    float: left;
    width: 630px;
    height: 85px;
    background-image: url(images/MsgListBG.png);
    background-repeat: repeat-x;
    margin: 22px;
    position: relative;
}

.PersonInfo {
    float: left;
    margin-top: 10px;
    margin-bottom: -10px;
    width: 520px;
    color: rgb(17, 165, 59);
}



.PacientInfo .logo {
    float: left;
    border: 1px solid #cdcdcd;
    width: 42px;
    height: 48px;
    margin: 16px 30px 0px 16px;
    overflow: hidden;
}

    .PacientInfo .logo img {
        float: left;
        width: 100%;
    }

.PacientInfo .info {
    float: left;
    width: 520px;
    color: #909090;
    font-size: 11px;
    line-height: 15px;
}

    .PacientInfo .info .Name {
        float: left;
        width: 520px;
        color: #2bafd0;
        font-size: 14px;
        margin: 10px 0px 3px 0px;
    }



#HistoryList {
    float: left;
    width: 595px;
    min-height: 300px;
    margin-left: 57px;
}

    #HistoryList .HistoryItem {
        float: left;
        width: 595px;
        height: 85px;
        background-image: url(images/MsgListBG.png);
        background-repeat: repeat-x;
        position: relative;
        margin-bottom: 25px;
    }

        #HistoryList .HistoryItem .Icon {
            float: left;
            width: 44px;
            height: 45px;
            margin: 17px 40px 0px -22px;
            background-image: url(images/IB.png);
        }


    #HistoryList .ZkkItem {
        float: left;
        width: 595px;
        height: 85px;
        background-image: url(images/MsgListBG.png);
        background-repeat: repeat-x;
        position: relative;
        margin-bottom: 25px;
    }

        #HistoryList .ZkkItem .Icon {
            float: left;
            width: 44px;
            height: 45px;
            margin: 17px 40px 0px -22px;
            background-image: url(images/ZKK.png);
        }

        #HistoryList .HistoryItem span,
        #HistoryList .ZkkItem span {
            color: #909090;
        }

        #HistoryList .HistoryItem .info,
        #HistoryList .ZkkItem .info {
            line-height: 18px;
            float: left;
            margin-top: 6px;
        }

            #HistoryList .HistoryItem .info a,
            #HistoryList .ZkkItem .info a {
                color: black;
            }

                #HistoryList .HistoryItem .info a:hover,
                #HistoryList .ZkkItem .info a:hover {
                    text-decoration: none;
                }


.InfoLogo {
    float: left;
    background-color: white;
    padding: 3px;
    box-shadow: 0px 0px 3px black;
    width: 80px;
    height: 90px;
    margin: 10px 0px 0px 20px;
    overflow: hidden;
}

    .InfoLogo img {
        float: left;
        width: 100%;
    }

.TopDotted {
    float: left;
    border-top: 1px dotted #929292;
    width: 675px;
    margin-bottom: 20px;
    padding: 10px 0px;
}

    .TopDotted table {
        float: left;
        width: 550px;
        margin-left: 60px;
    }

        .TopDotted table textarea {
            margin: 0px !important;
            width: 420px !important;
        }

        .TopDotted table tr td:first-child {
            color: #7c7c7c;
            font-size: 12px;
            width: 95px;
            padding-right: 8px;
            text-align: right;
            vertical-align: top;
        }

    .TopDotted a {
        color: rgb(8, 117, 151);
        font-size: 12px;
        text-decoration: underline;
    }

        .TopDotted a:hover {
            text-decoration: none;
        }


/****************select*************************************/
.cusel {
    background-color: #f9f9f9;
    height: 18px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #e1e1e1;
    outline: none;
    margin-top: 1px;
}

.cuselFrameRight {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 18px;
    background-image: url(images/RowDown.png);
    border-left: 1px solid #e1e1e1;
}

.cuselText {
    height: 14px;
    padding: 2px 0 0 4px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font: 12px Tahoma;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    width: 85%;
}

.cusel span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 15px 2px 5px;
    zoom: 1;
    font-size: 12px;
    font-family: Tahoma;
}

    .cusel span:hover,
    .cusel .cuselOptHover {
        background: #969696;
        color: #fff;
    }

.cusel .cuselActive {
    background: #7a7a7a;
    color: #fff;
    cursor: default;
}

.cusel:hover {
    background-color: #f1f1f1;
    border: 1px solid #c7c7c7;
}

.cuselOpen {
    z-index: 999;
}


.cusel .cusel-scroll-wrap {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 100%;
    width: auto;
}

.cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    border: 1px solid #999;
}

.cusel .jScrollPaneTrack {
    height: 100%;
    position: absolute;
    top: 0;
    right: 4px;
}

.cusel .jScrollPaneDrag {
    position: absolute;
    background-position: -40px -26px;
    cursor: pointer;
    width: 15px !important;
    height: 27px !important;
    background-color: rgb(177, 177, 177);
    right: -4px;
}

.cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/****************select*************************************/


#FixetPanel {
    display: none;
    position: fixed;
    z-index: 600;
    top: 24px;
    margin-left: 34px;
    background-image: url(images/FixetPanel.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 91px;
    width: 944px;
}

    #FixetPanel table {
        float: left;
        background-color: white;
        line-height: 10px;
    }

#ZkkWrapper {
    float: right;
    width: 945px;
    background-color: #f8f8f8;
    margin-right: 19px;
    margin-top: 30px;
}

    #ZkkWrapper table,
    #FixetPanel table {
        width: 945px;
        float: left;
        border-top: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-collapse: collapse;
        font-size: 12px;
    }


        #ZkkWrapper table tr td,
        #FixetPanel table tr td {
            text-align: center;
            border-right: 1px solid #dadada;
            border-bottom: 1px solid #dadada;
            background-position: center;
            background-repeat: no-repeat;
            height: 30px;
            overflow: hidden;
        }

            #ZkkWrapper table tr td.timing,
            #FixetPanel table tr td.timing {
                background-image: url(images/timing_desctop.png);
                width: 209px;
            }

            #ZkkWrapper table tr td.dream,
            #FixetPanel table tr td.dream {
                background-image: url(images/dream_desctop.png);
                width: 145px;
            }

            #ZkkWrapper table tr td.health,
            #FixetPanel table tr td.health {
                background-image: url(images/health_desctop.png);
                width: 145px;
            }

            #ZkkWrapper table tr td.medication,
            #FixetPanel table tr td.medication {
                background-image: url(images/medication_desctop.png);
                width: 145px;
            }

            #ZkkWrapper table tr td.sugar,
            #FixetPanel table tr td.sugar {
                background-image: url(images/sugar_desctop.png);
                width: 40px;
            }

            #ZkkWrapper table tr td.pulse,
            #FixetPanel table tr td.pulse {
                background-image: url(images/pulse_desctop.png);
                width: 40px;
            }

            #ZkkWrapper table tr td.up_pressure,
            #FixetPanel table tr td.up_pressure {
                background-image: url(images/up_pressure_desctop.png);
                width: 40px;
            }

            #ZkkWrapper table tr td.down_pressure,
            #FixetPanel table tr td.down_pressure {
                background-image: url(images/down_pressure_desctop.png);
                width: 40px;
            }

            #ZkkWrapper table tr td.weight,
            #FixetPanel table tr td.weight {
                background-image: url(images/weight_desctop.png);
                width: 40px;
            }

            #ZkkWrapper table tr td.temperature,
            #FixetPanel table tr td.temperature {
                background-image: url(images/temperature_desctop.png);
                width: 40px;
            }


.HidePlace {
    display: none;
    background-image: url(images/ShadowTd.png);
    background-repeat: repeat-x;
    overflow: hidden;
}


.HideTd {
    overflow: hidden;
}

.editablepatient,
.editabledoc {
    cursor: pointer;
}

    .editablepatient:hover,
    .editabledoc:hover {
        background-color: #d5e3ed !important;
    }

.ActiveTime {
    display: none;
}

.innerZkk {
    float: left;
    width: 890px;
    height: 31px;
    overflow: hidden;
}

    .innerZkk .form {
        height: 195px;
        margin-top: 5px;
        width: 890px;
        margin-left: 4px;
        text-align: left;
    }

        .innerZkk .form .bigelement {
            width: 206px;
            float: left;
            margin-left: 15px;
        }

            .innerZkk .form .bigelement span {
                float: left;
                display: block;
                width: 100%;
                text-align: center;
                background-repeat: no-repeat;
                height: 22px;
                padding-top: 4px;
            }

                .innerZkk .form .bigelement span.timing {
                    background-image: url(images/form_timing.png);
                    background-position: 40px 0px;
                }

                .innerZkk .form .bigelement span.dream {
                    position: relative;
                    background-image: url(images/form_dream.png);
                    background-position: 55px 4px;
                }

                .innerZkk .form .bigelement span.health {
                    background-image: url(images/form_health.png);
                    background-position: 33px 2px;
                }

                .innerZkk .form .bigelement span.medication {
                    background-image: url(images/form_medication.png);
                    background-position: 40px 4px;
                }


        .innerZkk .form .SmallElement {
            float: left;
            margin-left: 15px;
            width: 122px;
        }

            .innerZkk .form .SmallElement span {
                float: left;
                display: block;
                width: 100%;
                text-align: center;
                background-repeat: no-repeat;
                height: 27px;
                padding-top: 9px;
            }

                .innerZkk .form .SmallElement span.sugar {
                    background-image: url(images/form_sugar.png);
                    background-position: 12px 7px;
                }

                .innerZkk .form .SmallElement span.pulse {
                    background-image: url(images/form_pulse.png);
                    background-position: 12px;
                }

                .innerZkk .form .SmallElement span.up_pressure {
                    background-image: url(images/form_up_pressure.png);
                    padding-top: 3px;
                    height: 33px;
                    background-position: 7px 7px;
                    line-height: 14px;
                }

                .innerZkk .form .SmallElement span.down_pressure {
                    background-image: url(images/form_down_pressure.png);
                    padding-top: 3px;
                    height: 33px;
                    background-position: 7px 7px;
                    line-height: 14px;
                }

                .innerZkk .form .SmallElement span.weight {
                    background-image: url(images/form_weight.png);
                    padding-top: 3px;
                    height: 33px;
                    background-position: 15px 5px;
                    line-height: 14px;
                }

                .innerZkk .form .SmallElement span.temperature {
                    background-image: url(images/form_temperature.png);
                    background-position: 0px 8px;
                }


            .innerZkk .form .SmallElement input {
                width: 108px;
            }

    .innerZkk textarea {
        border: 1px solid rgb(114, 114, 114);
        width: 198px;
        min-height: 60px !important;
        resize: none;
        padding: 3px;
        font-family: Tahoma;
    }

.DesctopZkkInfo {
    float: left;
    width: 360px;
    border-bottom: 1px dotted #929292;
    margin: 20px;
    padding-bottom: 10px;
}

    .DesctopZkkInfo table {
        float: left;
        width: 100%;
    }

        .DesctopZkkInfo table tr td:first-child {
            color: #a1a1a1;
            text-align: right;
            padding-right: 5px;
            width: 63px;
        }


.BigForm #DateWrapper {
    float: left;
    width: 390px;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
    color: rgb(97, 97, 97);
}

#loader {
    position: fixed;
    width: 100%;
    height: 0px;
    top: 0px;
    left: 0px;
    background-color: rgba(196, 196, 196, 0.51);
    z-index: 1005;
    background-image: url(images/ajax-loader-big.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#loaderInfo {
    color: black;
    font-size: 16px;
    position: fixed;
    top: 50%;
    width: 160px;
    margin: -30px 0px 0px -75px;
    left: 50%;
    display: none;
    z-index: 1006;
}

#blockScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(177, 177, 177, 0.28);
    display: none;
}

#Informer {
    position: fixed;
    width: 260px;
    min-height: 50px;
    background-color: #FFF;
    border: 1px solid rgb(70, 196, 243);
    margin-left: -130px;
    top: 40%;
    left: -500px;
    z-index: 1001;
}

    #Informer .content {
        float: left;
        width: 260px;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
    }

    #Informer .button {
        float: right;
        margin: 5px;
    }

    #Informer .header {
        padding: 5px 0px;
        width: 260px;
        text-align: center;
        float: left;
        border-bottom: 1px solid rgb(70, 196, 243);
        font-weight: bold;
        font-size: 14px;
        background-color: #488fde;
        color: white;
        margin-bottom: 10px;
    }

#SettingPatient {
    float: left;
    width: 100%;
}

    #SettingPatient table {
        float: left;
        width: 290px;
        margin: 30px 0px 0px 143px;
    }

        #SettingPatient table tr td:first-child {
            text-align: right;
            padding-right: 10px;
            width: 130px;
        }


#DesctopTimeLine {
    float: left;
    width: 15px;
    position: relative;
    height: 3222px;
    background-image: url(images/TimeLine-bg.png);
    background-position: center;
    background-repeat: repeat-y;
    margin-top: 30px;
    margin: 30px 0px 0px 8px;
}

    #DesctopTimeLine #TopShadowLine {
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url(images/TimeLineTopBG.png);
        width: 14px;
        height: 3px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #DesctopTimeLine #BottomShadowLine {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image: url(images/TimeLineBottomBG.png);
        width: 14px;
        height: 3px;
        background-position: center;
        background-repeat: no-repeat;
    }

.TimePointDesctop {
    position: absolute;
    background-color: rgb(187, 0, 0);
    background-repeat: no-repeat;
    width: 970px;
    height: 1px;
    top: 35px;
    left: 1px;
    background-position: -13px -6px;
    z-index: 5;
}

.HideTimeLineContainer {
    display: none;
    position: relative;
}

.TimeLineContainer {
    position: relative;
}

.TimePointDesctop .point {
    float: left;
    background-image: url(images/RedPoint.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-top: -6px;
}

.ViewPostHistory {
    display: block;
    position: absolute;
    background-image: url(images/ViewPost.png);
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 21px;
    font-size: 0px;
}

    .ViewPostHistory:hover {
        background-image: url(images/ViewPostHover.png);
    }

.EditPostHistory {
    display: block;
    position: absolute;
    background-image: url(images/EditZapis.png);
    background-repeat: no-repeat;
    right: 47px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    font-size: 0px;
}

    .EditPostHistory:hover {
        background-image: url(images/EditZapisHover.png);
    }


.SetButton {
    float: left;
    width: 675px;
    border-top: 1px dotted #929292;
}


#balon {
    display: none;
    position: absolute;
    height: 20px;
    background-image: url(images/Balon.png);
    background-position: 0px -17px;
    background-repeat: no-repeat;
    z-index: 500;
}

    #balon .inner {
        background-image: url(images/Balon.png);
        margin-left: 8px;
        background-repeat: no-repeat;
        background-position: top right;
        height: 16px;
        padding-right: 10px;
        line-height: 12px;
        color: white;
        font-size: 10px;
    }


.PacientListMenu a {
    font-size: 0px;
}

#srthnsdrtn {
    position: fixed;
    font-size: 25px;
}

#ZkkWrapperInnerAdd {
    float: left;
    width: 100%;
    border-top: 1px dotted #929292;
    padding-top: 20px;
}

    #ZkkWrapperInnerAdd .InnerTitle {
        float: left;
        width: 320px;
        padding-left: 14px;
        font-size: 14px;
        color: #555555;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    #ZkkWrapperInnerAdd #left {
        float: left;
        width: 330px;
    }

        #ZkkWrapperInnerAdd #left textarea {
            width: 215px;
            min-height: 51px;
            margin-left: 45px;
        }

        #ZkkWrapperInnerAdd #left #DoctorDream {
            float: left;
            background-image: url(images/dream_desctop.png);
            background-position: 15px top;
            background-repeat: no-repeat;
            border-bottom: 1px dotted #929292;
            padding-bottom: 10px;
        }

        #ZkkWrapperInnerAdd #left #DoctorMedications {
            float: left;
            background-image: url(images/medication_desctop.png);
            background-position: 15px top;
            background-repeat: no-repeat;
            border-bottom: 1px dotted #929292;
            padding-bottom: 10px;
        }

        #ZkkWrapperInnerAdd #left #DoctorSchedule {
            float: left;
            background-image: url(images/timing_desctop.png);
            background-position: 15px top;
            background-repeat: no-repeat;
            border-bottom: 1px dotted #929292;
            padding-bottom: 10px;
        }

        #ZkkWrapperInnerAdd #left #DoctorHealth {
            float: left;
            background-image: url(images/health_desctop.png);
            background-position: 15px top;
            background-repeat: no-repeat;
            border-bottom: 1px dotted #929292;
            padding-bottom: 10px;
        }

    #ZkkWrapperInnerAdd #right {
        float: right;
        width: 330px;
    }

        #ZkkWrapperInnerAdd #right input[type='text'] {
            width: 70px;
            margin-left: 30px;
        }

        #ZkkWrapperInnerAdd #right .InnerTitle {
            padding-left: 0px;
        }

        #ZkkWrapperInnerAdd #right #DoctorPulse {
            float: left;
            width: 320px;
            background-image: url(images/pulse_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }

        #ZkkWrapperInnerAdd #right #DoctorPressureHi {
            float: left;
            width: 320px;
            background-image: url(images/up_pressure_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }

        #ZkkWrapperInnerAdd #right #DoctorPressureLow {
            float: left;
            width: 320px;
            background-image: url(images/down_pressure_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }

        #ZkkWrapperInnerAdd #right #DoctorSugar {
            float: left;
            width: 320px;
            background-image: url(images/sugar_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }

        #ZkkWrapperInnerAdd #right #DoctorWeight {
            float: left;
            width: 320px;
            background-image: url(images/weight_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }

        #ZkkWrapperInnerAdd #right #DoctorTemperetura {
            float: left;
            width: 320px;
            background-image: url(images/temperature_desctop.png);
            background-position: 0px top;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }


.CustomRadio {
    display: none;
}

.CustomRadioDiv {
    float: left;
    background-image: url(images/CustomRadio.png);
    width: 14px;
    height: 14px;
    cursor: pointer;
}

    .CustomRadioDiv.Active {
        background-image: url(images/CustomRadioActive.png);
    }

.CustomRadioInfo {
    float: left;
    padding-left: 5px;
    line-height: 12px;
    margin-left: 25px;
    color: #2bafd0;
}

#FullText {
    max-width: 400px;
    background-color: rgb(240, 240, 240);
    z-index: 500;
    position: absolute;
    padding: 5px;
    border: 1px solid #999898;
    display: none;
}


.AdminListNews {
    float: left;
    width: 600px;
}


    .AdminListNews .itemlist {
        float: left;
        width: 600px;
    }

.dateNews {
    clear: left;
    float: left;
    color: #9c9c9c;
    font-size: 12px;
    margin-left: 20px;
}

#NewsWapper {
    float: left;
    width: 650px;
    margin-left: 20px;
}

    #NewsWapper #TitleNews {
        float: left;
        width: 640px;
        margin: 15px 0px;
        font-size: 14px;
        color: #7a7a7a;
        font-weight: bold;
    }

    #NewsWapper #date {
        float: left;
        width: 640px;
        margin-top: -10px;
        font-size: 9px;
        color: #a5a5a5;
        margin-bottom: 10px;
    }

    #NewsWapper img {
        float: left;
        max-width: 450px;
        margin: 0px 20px 10px 0px;
    }


#AllNewsWrapper {
    float: left;
    width: 650px;
}

.AllNewsItem {
    float: left;
    margin: 10px;
    width: 630px;
    border-bottom: 1px dashed #999898;
    padding-bottom: 10px;
}

.AllNewsTitle {
    float: left;
    width: 630px;
    margin-bottom: 10px;
}

.AllNewsDate {
    font-size: 10px;
    color: #acacac;
    float: left;
    width: 630px;
    margin-top: -10px;
}

.AllNewsTitle a {
    font-size: 14px;
    font-weight: bold;
    color: #535353;
}

    .AllNewsTitle a:hover {
        text-decoration: none;
    }

#Paging {
    float: left;
    margin-bottom: 10px;
    margin: 0px 0px 25px 155px;
}

    #Paging span {
        display: block;
        float: left;
        width: 25px;
        height: 22px;
        border: 1px solid #7da2ca;
        border-radius: 2px;
        background-color: #8bb0da;
        margin-right: 4px;
        color: white;
        text-align: center;
        padding-top: 3px;
    }

        #Paging span a {
            display: block;
            float: left;
            width: 25px;
            height: 22px;
            background-color: #9ccbff;
            margin-right: 4px;
            color: white;
            text-decoration: none;
            text-align: center;
            padding-top: 3px;
            margin-top: -3px;
        }

            #Paging span a:hover {
                background-color: #80bbfb;
            }


.to_top {
    width: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    opacity: 0.5;
    display: none;
    background-color: rgba(162, 155, 155, 0.5);
}

    .to_top:hover {
        opacity: 1;
        background-color: rgba(189, 189, 189, 0.74);
    }

.to_top_panel {
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #4D7285;
    padding-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

.to_top_button {
    text-align: left;
    line-height: 8px;
    margin-left: 15px;
    font-family: tahoma, arial, verdana, sans-serif;
    font-weight: bold;
}

#Tabs {
    float: left;
    width: 100%;
    background-image: url(images/TabsWrapper-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: hidden;
    height: 34px;
}


    #Tabs .button {
        float: left;
        margin-top: 7px;
        margin-left: 10px;
    }


        #Tabs .button:hover {
            background-color: #2b72c1 !important;
        }


#ListType,
#ListAnyType {
    float: left;
    background-color: #f2f2f2;
    border: 1px solid #bababa;
    width: 300px;
    margin: 30px 0px 0px 25px;
}

    #ListType span,
    #ListAnyType span {
        float: left;
        display: block;
        width: 238px;
        padding: 3px 0px 3px 7px;
        background-color: #fcfcfc;
        border: 1px solid #d0d0d0;
        margin-left: 10px;
        border-bottom: 0px;
        cursor: pointer;
    }

        #ListType span:last-child,
        #ListAnyType span:last-child {
            border-bottom: 1px solid #d0d0d0;
        }

        #ListType span:hover, #ListAnyType span:hover {
            background-color: #f3f7ff;
        }


.NewTypeButton {
    float: left;
    background-image: url(images/NewTypeButton.png);
    cursor: pointer;
    width: 34px;
    height: 34px;
    border: 0px;
    font-size: 0px;
    margin-top: 8px;
}

    .NewTypeButton:hover {
        box-shadow: 0px 0px 5px gray;
    }

#textType,
#textSubtype {
    float: left;
    margin: 17px 10px 12px 10px;
    width: 225px;
}

.editAnalysisType, .editAnalysisSubtype {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(images/EditType.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    font-size: 0px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #cecece;
    border-bottom: 0px;
    margin-left: 9px;
}

    .editAnalysisType:last-child,
    .editAnalysisSubtype:last-child {
        border-bottom: 1px solid #cecece;
        margin-bottom: 20px;
    }

    .editAnalysisType:hover,
    .editAnalysisSubtype:hover {
        background-color: #e4f2ff;
    }

#adHtml {
    width: 650px !important;
    height: 150px;
    margin: 10px;
}

.ErrorPage {
    float: left;
    width: 996px;
    text-align: center;
}

    .ErrorPage .ErrorTitle {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }

    .ErrorPage .ErrorNumber {
        float: left;
        width: 100%;
        font-size: 215px;
        line-height: 190px;
    }

    .ErrorPage .ErrorDescription {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

#adPrewiev {
    float: left;
    width: 230px;
    margin-top: 20px;
}

.saveAnalysisType,
.saveAnalysisSubtype,
.cancelAnalysisType,
.cancelAnalysisSubtype {
    width: 20px;
    height: 20px;
    font-size: 0px;
    border: 0px;
    margin-left: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bdbdbd;
    background-color: white;
}

    .saveAnalysisType:hover,
    .saveAnalysisSubtype:hover,
    .cancelAnalysisType:hover,
    .cancelAnalysisSubtype:hover {
        background-color: #e8e8e8;
    }

.saveAnalysisType,
.saveAnalysisSubtype {
    background-image: url(images/saveAnalysisType.png);
}

.cancelAnalysisType,
.cancelAnalysisSubtype {
    background-image: url(images/cancelAnalysisType.png);
}

#placeholder {
    float: left;
    margin: 10px 37px;
}


.GraficTableProm {
    float: left;
    width: 190px;
    margin: 10px 37px;
}

    .GraficTableProm .headtable {
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
    }

    .GraficTableProm tr td {
        text-align: center;
    }

.legend {
    position: absolute;
    top: -140px;
    right: 50px;
    width: 140px;
}

#choices {
    float: left;
    margin-top: 10px;
    margin-left: 40px;
}

.InvisibleViewHistory {
    float: left;
    width: 44px;
    height: 45px;
    margin: 17px 40px 0px -84px;
    display: block;
}

.InvisibleViewDialog {
    position: absolute;
    width: 675px;
    height: 78px;
    z-index: 1;
    margin-top: 4px;
    top: 0px;
    left: 0px;
}

    .InvisibleViewDialog:hover {
        background-color: rgba(197, 218, 250, 0.25);
    }

.repeatDream {
    position: absolute;
    font-size: 0px;
    border: 0px;
    width: 20px;
    height: 20px;
    right: 1px;
    background-image: url(images/repeatDream.png);
    background-color: #fbfbfb;
    top: 4px;
    cursor: pointer;
    opacity: 0.3;
    background-repeat: no-repeat;
}

    .repeatDream:hover {
        opacity: 1;
    }

#dreamRepeatPanel {
    position: fixed;
    width: 286px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-left: -143px;
    margin-top: -80px;
    display: none;
    background-color: white;
    box-shadow: 0px 0px 5px gray;
    z-index: 50;
}

    #dreamRepeatPanel table {
        float: left;
        width: 273px;
        margin: 10px 0px 20px 10px;
    }

        #dreamRepeatPanel table tr td:first-child {
            text-align: right;
            padding-right: 10px;
            font-weight: bold;
        }

.PanelHead {
    color: white;
    background-color: rgb(101, 121, 228);
    text-align: center;
    float: left;
    padding: 5px 0px;
    width: 286px;
}

#dreamRepeatPanel .button {
    margin-left: 15px;
    padding: 5px 16px;
}

.oddColor {
    background-color: rgb(240, 240, 240);
}

.evenColor {
    background-color: #f7f7f7;
}

.heightNumber {
    height: 20px !important;
}

#FixedInfo {
    position: fixed;
    top: 0px;
    margin-left: 34px;
    width: 945px;
    height: 25px;
    background-color: rgb(77, 177, 38);
    color: rgb(255, 255, 255);
    z-index: 1;
}

#TimeFixed,
#NowDateFixed,
#NewMessageFixed {
    float: left;
    margin-left: 70px;
    margin-top: 2px;
}

#TimeFixed {
    font-size: 16px;
}

#NewMessageFixed {
    float: right;
    margin-right: 23px;
}

    #NewMessageFixed a {
        color: white;
    }

        #NewMessageFixed a:hover {
            text-decoration: none;
        }

.NewMessageMig {
    background-image: url(images/NewMsgAlert.gif);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 25px;
}

#table {
    clear: left;
    float: left;
    width: 600px;
    text-align: center;
    border: 1px solid gray;
    border-bottom: 0px;
    border-right: 0px;
    border-collapse: collapse;
    margin-left: 40px;
    background-color: white;
    margin-top: 40px;
}

    #table tr td {
        padding: 5px;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
    }


        #table tr td:first-child {
            width: 120px;
            background-color: #ebebeb !important;
        }

#DirectoriesLinks {
    float: left;
    width: 600px;
    background-color: white;
    border: 1px solid gray;
    margin: 36px;
    border-bottom: 0px;
}

    #DirectoriesLinks a {
        float: left;
        display: block;
        padding: 5px;
        width: 590px;
        height: 20px;
        text-decoration: none;
        border-bottom: 1px solid gray;
        color: black;
    }

        #DirectoriesLinks a:hover {
            background-color: #ededed;
        }

.activeanalysisTypes {
    background-color: rgb(218, 226, 241) !important;
}

.ZKKR {
    float: left;
    position: relative;
    font-size: 25px;
    line-height: 34px;
    padding-left: 25px;
    margin-left: 125px;
    margin-top: -15px;
}

    .ZKKR .big {
        position: absolute;
        font-size: 40px;
        left: 0px;
        color: #23be24;
    }

#show-add-medication-dialog {
    float: right;
    margin: 20px 10px;
}

#medication-list {
    float: left;
    width: 100%;
}

    #medication-list table {
        float: left;
        width: 607px;
        margin-left: 35px;
        border-collapse: collapse;
        border: 1px solid #D1D1D1;
        margin-bottom: 10px;
        background-color: white;
    }


        #medication-list table td {
            padding: 0px 5px;
        }

            #medication-list table td a {
                color: #2bafd0;
            }

            #medication-list table td:first-child {
                width: 120px;
                padding-right: 10px;
                text-align: right;
                font-weight: bold;
            }

        #medication-list table tr:first-child td {
            text-align: center;
            font-size: 14px;
            color: #006f8b;
            height: 35px;
            border-bottom: 1px solid #D1D1D1;
            background-color: #EEEEEE;
        }

#add-medication {
    padding: 5px 18px;
}

.editMedicament input {
    width: 21% !important;
    margin-right: 5px;
}


    .editMedicament input.button {
        padding: 2px !important;
    }

.ui-datepicker-header,
.ui-dialog .ui-widget-header {
    background-image: none;
    background-color: rgb(33, 187, 52);
    color: white !important;
}

.ui-dialog .ui-dialog-title {
    line-height: 22px;
    padding-left: 10px;
}

#add-medication-dialog table,
#edit-medication-dialog table {
    width: 100%;
}

    #add-medication-dialog table tr td:first-child,
    #edit-medication-dialog tr td:first-child {
        text-align: right;
        padding-right: 10px;
        height: 25px;
    }

#ui-datepicker-div {
    width: auto;
}

.ui-widget-header {
    background-image: none !important;
    background-color: rgb(33, 187, 52) !important;
}


#medicament,
#dosage,
#edit-medicament,
#edit-dosage {
    width: 315px;
}
