/* ??????? ?? ???????????? */
body {
    font: normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    background-color: #669922;
    color: #555544;
}
table {
    font-size: 12px;
}
input {
    font: normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: 12px;
    padding: 1px;
}
a:link, a:visited { text-decoration: none;color: #80aa47; font-weight: bold }
a:hover { text-decoration: underline; color: #b4d983;}

/* ??????? ????? */
.topline {
    height: 26px;
    width: 100%;
    background-color: #114477;
    color: #8fc2f5;
    font: normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loginbutton  {
    border: 1px solid #8fc2f5;
    background-color: #114477;
    color: #8fc2f5;
    cursor: pointer;
}
.topline input {
    border: 0px;
}

/* ???? ?? ????????? ???? */
.mainbody {
    width: 80%;
    height: 100%;
    background-color: white;
    padding-top: 26px;
    vertical-align: top;
}
.mainbodyleft {
    width: 19px;
    background-image: url(/images/leftmidbg.jpg);
}
.mainbodyleft div, .mainbodyright div {
    width: 19px;
}
.mainbodyright {
    width: 19px;
    background-image: url(/images/rightmidbg.jpg);
}

.headline {
    background-color: #86ba24;
    height: 80px;
    color: white;
    font: normal bold 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: large;
    padding: 16px;
    border-bottom: 4px solid #557711;
}

.boxtitle {
   background-color: #86ba24;
   /*color: white;*/
   font-size:small ;
   width: 120px;
   height: 8px;
   padding: 4px;
   border-bottom: 2px solid #557711;
}


/* ???? ?? ?????? */
.menucontent {
    width: 160px;
    background-image: url(/images/menubg.jpg);
    padding: 4px;
    vertical-align: top;
}

#menutable a {
    font: normal bold 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: 12px;
    color: #555544;
    text-decoration: none;
}

/* ????? ?? ??????????? ?? ??????? */
.TableSQL {
    border-left: 1px solid #a6a69a;
    border-bottom: 1px solid #a6a69a;
    border-spacing: 0px;
}
.TableSQL td {
    border-right: 1px solid #a6a69a;
    border-top: 1px solid #a6a69a;
}
.TableSQL th {
    border-right: 1px solid #a6a69a;
    border-top: 1px solid #a6a69a;
}
.TableSQLG {
    border-left: 1px solid #a6a69a;
    border-bottom: 1px solid #a6a69a;
    border-spacing: 0px;
}
.TableSQLG td {
    border-right: 1px solid #a6a69a;
    border-top: 1px solid #a6a69a;
}
.TableSQLG th {
    border-right: 1px solid #a6a69a;
    border-top: 1px solid #a6a69a;
}
.TableSQLG > thead > tr > th:nth-child(3) {
	width: 500px;
}
.TableSQLG > tbody > tr > td:nth-child(3) {
	width: 500px;
}


/* ????? ??????? */
.submit {
    background-image: url(/images/buttonleft.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #86ba24;
    color: white;
    font: normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
    font-size: 12px;
    /*padding: 2px 2px 0px 2px;
    border-color: #557711;
    border-style: solid;
    border-width: 0px 0px 0px 0px; */
    padding-left: 7px;
    border: 0px solid #ffffff;
    height: 20px;
    cursor: pointer;
}
.submit_bottom {
    background-image: url(/images/buttonright.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    border: 0px solid #ff0000;
    height: 20px;
    font-size: 6px;
    width: 7px;
    padding: 0px;
    vertical-align: top;
}
.submit:hover {
    font-style: italic;
}

.tinymce-content p {
    padding: 0;
    margin: 2px 0;
}
