.fieldError {
    font-size: 18px;
    color: #8A1F11;
}

/*
a:link, a:visited, a:hover {
  color: #2B4731;
}


a:active {
outline: none; /* prevents outline in webkit on active links but retains it for tab focus
  color:#2B4731;
}

a:hover {
  color: yellow;
}
*/
.title {
    margin:0;
    font-size: 1.2em;
    font-weight: bold;
    display: inline;
    color:#2B4731;
    text-decoration: underline;
}

.listItem  {
    margin:0;
    font-size: 1.0em;
    font-weight: bold;
    display: inline;
    color:#2B4731;
}

.paragraph {
    text-align: justify;
    font-size: 1.2em;
}


/* grails pagination css */
.paginateButtons {
/*    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; */
/*    border: 1px solid #ccc; */
    border-top: 0;
    color: #ffffff;
    font-size: 1.2em;
    overflow: hidden;
    padding: 10px 3px;
    font-weight: 600;
}
.paginateButtons a {
/*    background: #fff; */
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #ffffff;
    margin: 0 3px;
    padding: 2px 6px;
    font-weight: 600;
}
.paginateButtons span {
    padding: 2px 3px;
}
