﻿td.button {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom !important;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding: 7px;
}

td.doctorbutton {
    width: 50px;
    height: 24px;
    text-align: center;
    vertical-align: bottom !important;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding: 7px;
}

td.button2:hover{
	background-color:#D8D8D8;
}

td.button:hover{
	background-color:#D8D8D8;
}

td.navbutton:hover{
	background-color:#D8D8D8;
}

td.button2last:hover{
	background-color:#C0C0C0;
}

td.buttonlast:hover{
	background-color:#C0C0C0;
}

td.navbuttonlast:hover{
	background-color:#C0C0C0;
}




td.buttonlast {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom !important;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #D8D8D8;
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding: 7px;
}

td.button2 {
    width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: bottom !important;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding: 7px;
}

td.button2last {
    width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: bottom !important;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #D8D8D8;
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding: 7px;
}

table.buttonrow {
    width: 100%;
    table-layout: fixed;
    margin: 5px 0 !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
}

    table.buttonrow img {
        height: 70px !important;
    }

table.buttonrow2 {
    margin: 5px 0 !important;
    table-layout: fixed;
    -ms-hyphens: none !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
}

div.rowdata {
    font-size: 12px;
    line-height: 1;
}


iframe.totomenuiframe {
    width: 100% !important;
    height: 600px !important;
    overflow: hidden !important;
}

td.navbutton {
    width: 10px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding-top: 7px !important;
}

td.navbuttonlast {
    width: 10px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #D8D8D8;
    cursor: pointer;
    box-shadow: 0px 5px 5px #777777;
    padding-top: 7px !important;
}

td.buttonselected {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #D8D8D8;
    box-shadow: 0px 5px 5px #777777;
    padding-top: 7px !important;
}

td.button2selected {
    width: 120px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #D8D8D8;
    box-shadow: 0px 5px 5px #777777;
    padding-top: 7px !important;
}

