

button.greenmenubutton {cursor:pointer; vertical-align:top; font-family:arial; font-size:14px;  font-weight:bold; color:white; text-decoration:none; height:30px; margin-left:42px; margin-top:25px; width:400px; text-align:center; display: block; border:1px solid black; background-image: none; background-color:#108D0A; -moz-border-radius:5px; color:white;
 -webkit-border-radius:5px; border-radius:5px;}
button.greenmenubutton:hover{background-color:#15AC0D;}

button.greymenubutton {cursor:pointer; vertical-align:top;  font-family:arial; font-size:14px;font-weight:bold; color:white; text-decoration:none; height:30px; margin-left:42px; margin-top:10px; width:400px; text-align:center; display: block; border:1px solid black; background-image: none; background-color:#797B80; -moz-border-radius:5px; color:white;
 -webkit-border-radius:5px; border-radius:5px;}
button.greymenubutton:hover{background-color:#9A9CA0;}

button.bluemenubutton {cursor:pointer; vertical-align:top; font-family:arial; font-size:14px; font-weight:bold; color:white; text-decoration:none; height:30px; margin-left:42px; margin-top:10px; width:400px; text-align:center; display: block; border:1px solid black; background-image: none; background-color:#3F56C7; -moz-border-radius:5px; color:white;
 -webkit-border-radius:5px; border-radius:5px;}
button.bluemenubutton:hover{background-color:#798AD9;}

.smallSelect{color:#000000; font-family:arial; font-size:12px; padding:0px; height:19px; margin:0px;   background-color:#ffffff; border:1px solid #7F9DB9;}

.smallInput{color:#000000; font-family:arial; font-size:12px;  margin:0px; padding:0px;  height:17px; background-color:#ffffff; border:1px solid #7F9DB9;}

.bigcheck{font-size:15px; cursor:pointer; -ms-transform:scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5);  -o-transform: scale(1.5); padding: 10px;}

.bigfield {height:24px; font-size:14px; padding-left:1px; font-weight:bold; color:#263D8A; border:1px solid #999999;}

.requireError {
    border-color: red;
}

.bigselect{height:24px; font-size:14px; font-weight:bold; color:#263D8A}

div.bigdivfield{color:#263D8A;  font-family:arial; font-size:15px; width:301px; padding:2px 0px 0px 2px; height:20px;  background-color:#efefef; border:1px solid #999999; overflow:hidden; white-space:nowrap;}

div.payselect{font-size:15px; padding-left:5px; font-weight:bold; cursor:pointer;}
div.payselect:hover{text-decoration:underline;}

.invoiceLine td{
    border-top:2px solid black;
    border-bottom:2px solid #999999;
    padding:3px 0;
    background-color:#dddddd;
}

.chargeLine td{
    border-bottom:2px solid #999999;
    padding:3px 0;
    background-color:#dddddd;
}

.creditLine td{
    border-bottom:2px solid #999999;
    padding:3px 0;
    background-color:#C6F9C6;
}
