div.box {
    background-color:#FFFAE9;
    padding:15px;
    margin-bottom:10px;
    font-size:14px;
}

div.box2 {
    background-color:#DDD;
    padding: 0px 10px 10px 10px;  /*T R B L*/
    margin-bottom:10px;
}

div.box3 {
    background-color:#F3F3F3;
    padding:10px;
    margin-bottom:10px;
}

div.navbox {
    background-color:#FFFAE9;
    padding:7px;
    margin-bottom:10px;
    margin-top:2px;
    font-size:14px;
}

.warning {
    color:#F00;
}

div.errorblock {
    color:#467A21;
    font-weight:bold;
    font-size: 12pt;
    border: 2px #467A21 solid;
    padding:5px;
}

td.display_label {
    font-weight:bolder;
}

a:link, a:visited {
    color:#467A21;
    font-weight:bold;
}

a:hover {
    color:#333;
    text-decoration:none;
    font-weight:bold;
}


/* styles for pageable_list  row highlighting */
.even_row_css {
  background-color:#EEE;
}
.odd_row_css {
  background-color:#DDD;
}
.highlight_css {
  background-color:#D1E0C2;
}

