/*tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}*/

html body, a, a:visited {
    color: #313131;
}


a:hover {
    border-bottom: 1px dotted #222222;
}

input, textarea, select {
    color            : #313131;
}

ol {
    padding: 0 0 30px 30px;
    line-height: 1.7em;
    list-style: decimal outside;
}

#footer, #footer a {
    color: white;
}

.ampd_heading, label, th, html h1, html h2, html h3, html h4, html h5, html h6  {
    color: #333333;
}


html body {
  font-family: Verdana,Arial,sans-serif;
  line-height: 1.5em;
  font-size: 14px;
}

strong, em {
    font-weight: bold;
}

body * {
    font-size: 1em;
}


hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

input, textarea, select {
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    background-color : #efefef;
    border           : 1px solid black;
}

select {
  margin-right     : 2px;
}



ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding-left: 10px;
  padding-top: 0px;
  /*background-image: url(../images/arrow.png) ;*/
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.ampd_heading {
	font-family:Verdana,Helvetica,Arial,Sans;
    font-size: 1.7em;
	font-weight:bold;
    margin: 6px 0;
    border-bottom: 1px solid #222222;
    padding-bottom: 5px;
    width: 93%
}

p {
    margin: .7em 0;
}

pre {
    margin: .7em 0 .7em 3em;
}

p a {
    font-weight: bold;
}

div.fieldWrapper {
    clear: left;
}

.fieldWrapper > label {
    clear: left;
    float: left;
    width: 10em;
    padding-left: 0;
    margin-bottom: 0.9em;
}

.fieldWrapper > ul li label {
    clear: none;
    float: none;
}

.fieldWrapper > ul li {
    padding-left: 0;
}

.fieldWrapper > ul, .fieldWrapper > p, .fieldWrapper > div {
    padding-left: 10em;
}

.fieldWrapper input, .fieldWrapper select, .fieldWrapper textarea, .fieldWrapper span {
    margin-bottom: 0.9em;
}

.fieldWrapper p {
    margin: -.9em 0 .9em 0;
}

.fieldWrapper p.help_text {
    margin: 0 0 .5em 0;
}

p.help_text {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}

fieldset > p.help_text {
    margin-top: -.5em;
    margin-bottom: 1em;
}

label {
    font-weight: bold;
    color: #222222;
    cursor: pointer;
}

input[type=submit] {
    margin-top: 10px;
    padding: 2px 4px;
}

.small {
    font-size: 0.75em;
    line-height: 1.2em;
}

a {
    font-size: small;
    text-decoration: none;
    font-weight: bold;
}


#email_msg {
    line-height: 1.4em;
    font-size: small;
}

ul.errorlist {
    clear:both;
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.errorlist li {
    color: #ad4848;
    font-weight: bold;
    font-size:0.95em;
    margin:0.3em 0;
    padding:0;
}

.error {
    color: red;
}

.success {
    color: #0033FF;
}

input.error {
    background-color: #FFDDDD;
    color: inherit;
}

input.success {
    background-color: #DDFFDD;
    color: inherit;
}

html fieldset { 
    border: 1px solid #333333;
    background-color: #F4F1E9;
    padding: 15px 5px 15px 15px;
    margin-bottom: 25px;
}

html legend {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
    background-color: #ebe4d3;
    border: 1px solid black;
    padding: 3px;
}

html h1, html h2, html h3, html h4, html h5, html h6 {
    font-weight: bold;
    margin: 10px 0 5px;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

div.clear {
    clear: both;
}

th { 
    font-weight: bold;
}

/*
table.display {
    border: 1px solid black;
}

table.display th {
    background: #345483;
    color: #222222;
    padding: 5px 0 5px 15px;
}

table.display td {
    padding: 5px 0 5px 15px;
    font-size: small;
}

table.display tr {
    background: #FAF9F9;
    border: 1px solid black;
    margin: 5px 0;
}

table.display tr.even {
    background: #E4E3E3;
}
*/
ul.messages li {
    color: red;
}
