
body {
    background-color: #E9E6C2;
    background-image: url('../img/bg_main.gif');
    background-repeat: repeat-x;
    font-family: Georgia,"Times New Roman",Times,serif;
}

button.hitech, mainHitechTable button {
    background-color: #FFF6F6;
    border-color: #FFF6F6;
}

center.hitechSearch {
    padding: 20px 20px 0 20px;
}

.hitechSearch {
    font-size:large;
    padding: 4px;
    width: 300px;
}

.hiHelpBar {
    font-size: smaller;
    padding-top: 10px;
}

.hiCatName {
    font-size: 13pt;
    margin-left: 5px;
    text-decoration: none;
}

.hiCatPlusSign, .hiCatMinusSign {
    text-decoration: none;
    border: 0;
}

.hiCatOption a {
    vertical-align: middle;
    text-decoration: none;
}

.hiCatOptionRemove {
    border: 0;
}

.hiOptionsPopupList ul {
    padding: 0 0 0 5px;
    margin: 0;
    list-style: none;
}

.hiOptionsPopupList li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hiOptionsPopupClose {
    margin-top: 5px;
    float: right;
}

.hiOrder {
    text-align: left;
    width: 95%;
    padding: 3px;
}

.hiOrders {
    width: 100%;
    height: 85%;
    padding: 3px;
    text-align: center;
}

#orderDisplayArea {
    width: 235px;
    height: 420px;
    margin: 15px;
    overflow: auto;
}

#orderTotalDisplay {
    width: 90%;
    text-align: right;
}

.hiOrderItemCost {
    float: right;
    text-align: right;
    margin: 4px;
}

.hiWeekSelectTableContainer {
    width: 100%;
}

.hiWeekSelectTableContainer tr {
    vertical-align: top;
}

.hiWeekSelect {
    width: 100%;
}

.hiWeekSelect tr th {
    padding: 5px;
}

.hiWeekSelect td {
    width: 40px;
    text-align: center;
    vertical-align: top;
}

.hiWeekSelectAddTime {
    position: absolute;
    width: 165px;
    margin-left: -55px;
    padding: 10px;
    text-align: right;
}

.hiWeekSelectAddTime span {
    margin-top: 10px;
} 

.hiWeekSelectAddTime table {
    width: 150px;
}

.hiWeekSelectAddTime td {
    border: 0;
    vertical-align: middle;
}

.hiCCNamePopup {
    position: absolute;
    padding: 5px;
    z-index: 20;
    width: 475px;
    text-align: left;
}

.hiOptionsPopup {
    position: absolute;
    margin-left: 250px;
    width: 250px;
    padding: 5px;
    z-index: 10;
}

.mainHitechTable select, .mainHitechTable input, .mainHitechTable textarea {
    color: 333;
    border: 1px solid #333;
    margin: 1px;
}

.mainHitechTable input {
    text-indent: 5px;
}

a.ltBrown {
    color: #003366;
}

