@charset "utf-8";

.tblTabs {
    border:0px;
    background-image:url('../images/darkbluegradient.gif');
    background-repeat:repeat-x;
}

.button {
    color: white;
    border:2px solid white;
    background-image:url('../images/darkbluegradient.gif');
    background-repeat:repeat-x;
}

.gridColumn {
    position: static;
    background-color: lightblue;
    border-bottom: 2px solid #a0a0a0;
    border-top: 2px solid #f0f0f0;
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sans-serif;
    font-size: 12px;
    color: #0c3da0;
    float:left;
    overflow-y: hidden;
    overflow-x: hidden;
    cursor:default;
}

.gridColumn-down {
/*    margin : 1px 1px 0 1px;*/
    padding-left: 3px;
    padding-top: 1px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 2px solid #a0a0a0;
    border-right: 0px solid #ffffff;
    border-left: 1px solid #a0a0a0;
/*    background-color : #add8e6;   */
    background-color : #99bfcc;
}

.jobSubToolBar {
    background-color:white;
}

.arrowMenu {
    font-family:sans-serif;
    font-size:12px;
}

.arrowMenu div {
    position: relative;
    float: left;
    height: 17px;
    color: white;
    padding: 5px;
}

.arrowMenu-selected {
    background-color: #fa243e;
    border-top:1px solid #942335;
    border-bottom:1px solid #942335;
}

.arrowMenu-disabled {
    background-color: #dcdbe3;
    border-top: 1px solid #7a7a7a;
    border-bottom:1px solid #7a7a7a;
}

.arrowMenu-active {
    background-color: gray;
    cursor: pointer;
    border-top: 1px solid #626463;
    border-bottom:1px solid #626463;
}

.arrowMenu-nextPrev {
    margin-left:5px;
    margin-top:5px;
    float:left;
}


.homeWelcome {
    width:100%;
    color:#084c8b;
    height:75px;
}

.headingJobOrder, .standardText {
    color:#084c8b;
}

/* items with common definition that only have colors different */
.cartWord{
    color: #084c8b;
}
