body {
    font-family: Arial, Helvetica, sans-serif;
}

button {
    border: 1px solid grey;
    background-color: lightgrey;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 20px;
}

#submit_button {
    width: 160px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
}

select {
    border: 1px solid grey;
    font-size: 12px;
}

select.input-select {
    width: 200px;
}


input {
    border: 1px solid grey;
    font-size: 12px;
}

textarea {
    border: 1px solid grey;
    font-size: 12px;
}

h2 {
    font-size: 16px;
    margin-left: 1em;
}

.error {
    font-size: 12px;
    color: red;
}

.page-header {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    vertical-align: middle;
    text-align: right;
    width: 900px;
}


.page {
    margin-top: 40px;
    width: 910px;
}

.page col#menu {
    width: 200px;
}

.page col#content {
    width: 720px;
}

.logo {
    text-align: left;
    cursor: default;
/*    position: absolute;*/
    left: 10px;
    top: 10px;
    float: left;
/*    z-index: 1;*/
}

.logo a {
    border: 0;
    margin: 0;
    padding: 0;
    color: white;
    background-color: transparent;
}

.restaurant-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding: 0;
}


.menu {
    list-style-image: url(img/bullet.png);
}

.menu a:link {      /* unvisited link */
    color: #000000;
    text-decoration: none;
}
.menu a:visited {   /* visited link */
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
.menu a:hover {
    color: #000000;
    text-decoration: underline;
}
.menu a:active 
{
    color: #000000;
}

/* selected link */

.menu li
{
    margin: 5px;
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    line-height: 13px;
}

#selected-menu-item
{
    list-style-image: url(img/bullet-sel.png);
    font-size: 12px;
    color: green;
    cursor: default;
}


.mainmenu {
    margin: 5px 5px 15px 0px;
}


.mainmenu a:link {      /* unvisited link */
    color: #000000;
    text-decoration: none;
}
.mainmenu a:visited {   /* visited link */
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
.mainmenu a:hover {
    color: #000000;
    text-decoration: underline;
}

.mainmenu a:active {
    color: #000000;
}


.mainmenu-item {
    margin: 5px;
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    line-height: 13px;

}

#mainmenu_selected_item {
    font-size: 12px;
    color: green;
    cursor: default;
}

.mainmenu-item-bullet {
/*    background-image: url(img/bullet.png);*/
    vertical-align: middle;
    float: left;
}

.mainmenu-item-text {
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 4px;
    padding-top: 1px;
}



table.menu {
    margin-top: 70px;
}

.menu-pane {
    padding-top: 20px;
    width: 200px;
/*    height: 100%;*/
    float: left;
}

.content-pane {
    border-left: 1px solid green;
    padding-left: 10px;
    margin-left: 200px;

    width: 700px;
}

.content-pane h1 {
    font-size: 24px;
    font-weight: normal;
}

p.description {
    font-size: 12px;
    font-family: Arial, "Helvetica", sans-serif;
    text-align: justify;
}

p.second-description {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 2em;
    font-size: 12px;
    font-family: Arial, "Helvetica", sans-serif;
    text-align: justify;
}

.pname {
    width: 180px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
    padding-top: 3px;
}

.subpname {
    width: 100px;
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
}

.control-label {
    font-size: 12px;
    text-align: left;
}

.formtable {
    margin-top: 20px;
}

.formtable-footer {
    width: 100%;
    text-align: right;
    margin-top: 50px;
    padding-bottom: 50px;
}

.formtable-footer-left {
    float: left;
}

.formtable-footer-right {
    float: right;
}

input.input-button {

    width: 150px;
    height: 20px;
    font-weight: bold;
    border: 1px solid #919191;
    /*  text-align: right;*/
}

input.input-text {

    width: 200px;
    border: 1px solid #919191;
    /*  text-align: right;*/
}

input.input-domain
{
    width: 160px;
    border: 1px solid #919191;
    /*  text-align: right;*/
}

input.input-checkbox {
    border: 1px solid #919191;
    vertical-align: middle;
}


.input-checkbox-label {
    font-size: 12px;
    vertical-align: top;
}

.const-url-part {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

.formtable textarea, .formtable TABLE select {

    border: 1px solid #919191;

}

div.paramblock {
    border-bottom: 1px solid #000080;
    padding: 10px 0px;
}

div.paramblock-last {
    padding-top: 10px;
}

.paramblock-title {
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 10px;
    background-color: #ffffff;
    position: relative;
    display: inline;
    top: -16px;
}

.paramblock-title-line {
    height: 18px;
    border-bottom: 1px solid black;
}

select.catselect{
    border: 4px solid #919191;

}

.hilight {
    margin: 5px 150px 5px 80px;
    padding: 5px 30px 5px 5px;
}

.hilight-block {
    width: 100%;
    margin-top: 10px;
}

.hilight-title {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 5px;
    margin-left: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid black
}

.hilight#weekdays {
    background-color: lightgrey;
}

.hilight#saturday {
    background-color: lightpink;
}

.hilight#sunday {
    background-color: lightcoral;
}

.hilight-table select {
    width: 100px;
    border: 1px solid green;
}

h2 {
    font-size: 16px;
}

div.notice-error {
    padding: 2em 4em;
    color: #ff0000;
}

div.notice-message {
    padding: 2em 4em;
    color: #267200;
}

dl {
    font-size: 12px;
}

dt {
    font-weight: bold;
}

dd {
    font-style: italic;
    margin-bottom: 1em;
}

#merchant_select_list_block {
    display: none;
    position: absolute;
}
