body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url("images/background.png");
    background-repeat: repeat-x;
}

h1, h3{
    color: #fff;
}

h2{
    color: #e78f08;
}

a{
    text-decoration: none;
    color: #e78f08;
}

.login:hover{
    text-decoration: none;
    color: #e78f08;
}

img{
    border: none;
}

a:hover{
    text-decoration: underline;
}

legend{
    color: #e78f08;
}

#loginDiv{
    background-color: white;
    display: none;
    position: absolute;
    padding: 5px;
    border: solid #e78f08 1px;
}

#mainTable{
    margin: auto;
    width: 80%;
}

#popup{
    display: none;
    position: absolute;
    _position: absolute;
    top: 100px;
    left: 400px;
    background-image: url("images/background.png");
    background-repeat: repeat-x;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 10px;
}

#popupBackground{
    display: none;
    position: fixed;
    _position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background:#000000;
    border: 1px solid #cecece;
    z-index: 1;
}

.closePopup{
    float: right;
}

.topMenu{
    width: 25%;
    background-color: #fff;
    border: #e78f08 solid 1px;
    text-align: center;
}

.topMenu a{
    color: #e78f08;
    text-decoration: none;
}

.topMenuActive{
    background-color: #fff;
}

.topMenuActive a{
    color: #224488;
}

.leftMenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.leftMenu fieldset{
    padding: 5px;
}

.thSelect{
    -webkit-appearance: button;
    background-color: #e78f08;
    border: 0;
    color: #fff;
    font-size: 13px;
}

#contentTD{
    height: 750px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}

#subMenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#subMenu li{
    width: 150px;
    background-color: #fff;
    border: #e78f08 solid 1px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.tableList{
    width: 100%;
}

.tableList th{
    text-align: left;
    color: #fff;
    background-color: #e78f08;
}

.listrowHeader{
    text-align: left;
    color: #fff;
    background-color: #e78f08;
}

.listrow1{
    background-color: #fff;
}

.listrow0{
    background-color: #d7e1ef;
}

.listAction{
    width: 80px;
}

.receiptList{
    width: 500px;
}

.receiptList th{
    text-align: left;
    color: #fff;
    background-color: #e78f08;
}

.ingredientList th{
    text-align: left;
    color: #e78f08;
    background-color: #fff;
}

#receiptDetail{
    width: 300px;
    position: absolute;
}