* {
    font-family: Arial, Helvetica;
    color: #000000;
}
body {
     padding: 0px;
     margin: 0px;
     background-color: #76A8E7;
 }
span {
    font-family: Tahoma;
    color: azure;
    font-size: 12px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border: 0px;
    font-weight: normal;
    font-style:normal;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
}
img {
    margin: 1px;
    padding: 0px;
    border: 0px;
    vertical-align: middle;
    text-align: center;
}
table {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
tr {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 6px;
}
td {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 6px;
}
pre {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
p {
    text-indent: 2.0em;
    text-align: justify;
}
div{
    width: 100%;
    position: relative;
    margin:0 auto;
    padding: 0px;
    top: 0px;
    overflow: hidden;
}
a {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 0;
    color: steelblue;
    white-space: nowrap;
}
a:hover {
    font-family: Arial, Helvetica;
    color: #8FBBF7;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 0;
    white-space: nowrap;
    cursor: pointer;
}
.client{
    width:100%;
    height:100%;
}
.clientWidth{
    width:100%;
}

.MenuButtonLeft {
    height: 24px;
    width: 8px;
    background-image: url('../img/button/MenuLeft.png');
    background-repeat: no-repeat;
}

.MenuButtonRight {
    height: 24px;
    width: 8px;
    background-image: url('../img/button/MenuRight.png');
    background-repeat: no-repeat;
}

.MenuButton {
    height: 24px;
    /*width: 80px;*/
    background-image: url('../img/button/MenuMiddle.png');
    background-color: #E89868;
    background-repeat: repeat-x;
    cursor: default;
    text-align: center;
    vertical-align: middle;
}

a.button {
    /*background-color: red;*/
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight:normal;
    font-style:normal;
    color: #FFE89E;
    font-style:normal;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border: 0px;
    position: relative;
    overflow: hidden;
    top: 0px;
    text-decoration: none;
    white-space: nowrap;
}
a.button:hover {
    /*background-color: red;*/
    font-family: Arial, Helvetica;
    color: #FFF5D6;
    font-size: 14px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border: 0px;
    font-weight:normal;
    font-style:normal;
    text-decoration: none;
    white-space: nowrap;
}

span.button {
    font-family: Arial, Helvetica;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border: 0px;
    font-weight:normal;
    font-style:normal;
    text-decoration: none;
    cursor: default;
}

.TabDiver {
    width: 7px;
}

.MenuDiver {
    width: 10px;
}

.TabPageMenuLeft {
    height: 24px;
    width: 6px;
    background-image: url('../img/tab/MenuLeft.png');
    background-repeat: no-repeat;
}

.TabPageMenuRight {
    height: 24px;
    width: 6px;
    background-image: url('../img/tab/MenuRight.png');
    background-repeat: no-repeat;
}

.TabPageMenuMiddle {
    height: 24px;
    background-image: url('../img/tab/MenuMiddle.png');
    background-color: #E89868;
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: middle;
}

.TabPageSetLeft {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageSetLeft.png');
    background-color: #E89868;
    background-repeat: no-repeat;
}

.TabPageSetRight {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageSetRight.png');
    background-color: #E89868;
    background-repeat: no-repeat;
}

.TabPage {
    height: 4px;
    background-image: url('../img/tab/Page.png');
    background-color: #E89868;
    background-repeat: repeat;
}

.TabPageTopLeft {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageTopLeft.png');
    background-repeat: no-repeat;
}

.TabPageTopRight {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageTopRight.png');
    background-repeat: no-repeat;
}

.TabPageTop {
    height: 4px;
    background-image: url('../img/tab/PageTop.png');
    background-repeat: repeat-x;
}

.TabPageRight {
    width: 4px;
    background-image: url('../img/tab/PageRight.png');
    background-repeat: repeat-y;
}

.TabPageLeft {
    width: 4px;
    background-image: url('../img/tab/PageLeft.png');
    background-repeat: repeat-y;
}

.TabPageBottomLeft {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageBottomLeft.png');
    background-repeat: no-repeat;
}

.TabPageBottomRight {
    height: 4px;
    width: 4px;
    background-image: url('../img/tab/PageBottomRight.png');
    background-repeat: no-repeat;
}

.TabPageBottom {
    height: 4px;
    background-image: url('../img/tab/PageBottom.png');
    background-repeat: repeat-x;
}

.clientForm {
    height: 200px;
    padding: 50px;
    background-color: #fffada;
}

.windowForm {
    padding: 40px;
}

.textForm {
    width: 600px;
    margin: 10px;
    text-align: center;
}

.globalForm {
    width: 600px;
}

.smallTextForm {
    width: 360px;
    margin: 5px;
    text-align: center;
}

body.client {
    background-color: #EDCB87;
    padding: 5px;
}

table.clientTable {
    width: 100%;
    background-color: red;
}

div.diverLine {
    width: 800px;
    height: 20px;
    background-image: url('/images/setX.png');
    horizontal-align: middle;
}

div.diverLineLeft {
    width: 800px;
    height: 20px;
    margin: 0px;
    background-image: url('/images/setX.png');
    align: left;
}

.diverColumn {
    width: 20px;
    height: 100%;
    background-image: url('/images/setY.png');
    background-repeat: repeat-y;
}

iframe.bottomiFrame{
    width:100%;
    height:62px;
}

iframe.clientFrame{
    width:100%;
    height:100%;
}

.list {
    font-family: Arial;
    color: #3A3940;
    font-size: 13px;
    padding: 0px;
    margin: 1px;
    border: 0px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    position: relative;
    white-space: normal;
}

td.list{
    vertical-align: middle;
    text-align: left;
    padding: 0px 0px 10px 10px;
    width: 100%;
}

td.subList{
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}

span.copying {
    font-family: Georgia;
    color: #a5caed;
    font-size: 11px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    border: 0px;
    font-weight: normal;
    font-style:normal;
    text-decoration: none;
    cursor: default;
    text-align: right;
}

.superTitle {
    font-family: Arial;
    color: #FFFFFF;
    font-size: 40px;
    padding: 0px;
    margin: 40px;
    border: 0px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.mainTitle {
    font-family: Arial;
    color: #3A3940;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.smallTitle {
    font-family: Arial;
    color: #3A3940;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

.title {
    font-family: Arial;
    color: #3A3940;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    position: relative;
    white-space: nowrap;
}

div.product {
    width: 100px;
    height: 125px;
    background-image: url('../img/object/Product.png');
    background-repeat: no-repeat;
}

div.productClient {
    width: 100%;
    height: 100%;
    top: 7px;
    left: -7px;
}

span.product {
    font-family: Arial;
    color: darksalmon;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    position: relative;
    white-space: normal;
}

.titleRightClient {
    height: 140px;
    width: 100%;
    vertical-align: middle;
}

.titleRight {
    width:100%;
    height:100%;
    background-image: url('../img/title_right.png');
    background-repeat: repeat;
    vertical-align: middle;
}

.bigLink {
    font-family: Arial;
    font-size: 22px;
}
.bigLink:hover {
    font-family: Arial;
    font-size: 22px;
}

label {
    display: block;
    font-size: .8rem;
}

label,
input {
    margin-top: 8px;
    font-size: 18px;
    width: 90%;
}

.form-control {
    font-size: 14px;
}

.btn {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #E89868;
    margin: 4px;
    height: 32px;
}

.btn:hover {
    background-color: #D88868;
}

.btn_event, .btn_event:hover {
  border-radius: 2px;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 500;
    font-family: -apple-system, Arial;
    background-color: #E89868;
    padding: 10px;
    margin: 10px;
    white-space: nowrap;
    text-align: center;
}

.btn_event:focus, .btn_event:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.btn_event:hover {
    background-color: #D88868;
}

a.btn_event:not([href]):not([tabindex]) {
  color: white;
}

.headerModal_h{
    font-size: 18px;
}