@charset "utf-8";
@import url(featured-links.css);
/* Use this stylesheet for site-specific CSS customisations */

div.record_details	{
/* font-size: small; */
text-align: justify;
text-indent: -25px;
padding-left: 25px;
}

span.record_details_heading {

font-weight: bold;
font-size-adjust:  0.6;
}

#content ul.messagelist {
margin:.0;padding:0 0 5px 0;
}

#content ul.messagelist li,#content ol li {
margin:.0 0 3px 0;
list-style-type: square;
margin: 0 0 3px;
padding: 4px 5px 4px 25px;
}

#content td+th {
border-bottom:1px solid #4d483c;
}

#content tr.row1 td+th {
    background: #EDF3FE;
}

#content tr.row2 td+th {
    background: white;
}

.formerror {
  border : solid;
  border-width : 1px;
  border-color : red;
  background-color : #FCC;
  color : black;
  font-weight : bold;
  font-size : 80%;
}
