/* Flash messages
----------------------------------------------------------*/
div.flash 				{ margin: 10px 0 14px 0; }
div.flash.error 	{ color: #803134; }
div.flash.success { color: #286477; }
div.flash.notice 	{ color: #286477; }

div.errorExplanation {
	color: #803134;
}
div.errorExplanation h2 {
	display: none;
}
div.errorExplanation li {
	margin: 0 !important;
}




/* Trustees Only Sign In - /trustees_only/
----------------------------------------------------------*/
form.trustees_sign_in label {
  display: block;
  float: left;
  width: 80px;
  padding-top: 3px;
}
form.trustees_sign_in input {
  width: 180px;
}
form.trustees_sign_in .submit input {
  width: 55px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
form.trustees_sign_in p {
  padding-bottom: 4px !important;
}

/* Trustees Only My Account - /trustees_only/
----------------------------------------------------------*/
form.trustees_my_account table td {
	padding: 4px 20px 4px 0;
}
form.trustees_my_account table td.fields {
	width: 240px;
}
form.trustees_my_account table td.note {
	font-size: 11px;
	line-height: 1.3em;
	font-style: italic;
	color: #333;
}
form.trustees_my_account input {
  width: 180px;
}
form.trustees_my_account input.submit {
  width: auto;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
form.trustees_my_account p {
  padding-bottom: 4px !important;
}



.trustees .column {
  float: left;
  width: 50%;
}

.trustee_files {
  list-style-type: none;
  margin-left: 0;
}

h2.trustee_file_category {
  padding-bottom: 0;
  font-size: 1.083em;
  color: #4c4b4b;
}

.trustee_files li span {
  font-size: 0.8em;
}

.trustees .download_link {
  margin: 0;
  font-size: 1.5em;
}

.trustees .download_link span {
  display: block;
  margin: 0 0 5em 0;
  font-size: 0.555em;
}

.trustees .excel,
.trustees .pdf,
.trustees .plain_text,
.trustees .powerpoint,
.trustees .word,
.trustees .png_image,
.trustees .gif_image,
.trustees .jpeg_image {
  padding: 0 0 0 22px;
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.trustees .excel      { background-image: url(/images/icons/excel_file.png); }
.trustees .pdf        { background-image: url(/images/icons/pdf_file.png); }
.trustees .plain_text { background-image: url(/images/icons/plain_text_file.png); }
.trustees .powerpoint { background-image: url(/images/icons/powerpoint_file.png); }
.trustees .word       { background-image: url(/images/icons/word_file.png); }
.trustees .png_image, .trustees .gif_image, .trustees .jpeg_image { 
  background-image: url(/images/icons/image_file.png);
}
