#resume_rendered_html * {
  font-family: arial, helvetica;
  font-size: 12px;
}

#resume_rendered_html h1 {
  color: #33346C;
  font-size: 28px;
  margin: 0;
}

#content_disclaimer {
  padding: 1em;
  text-align: center;
  font-family: arial, helvetica;
  font-size: 12px;
}

.section_box h3 {
  margin: 0 0 5px 0;
  font: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 18px !important;
  color: #ffcc00;
}

.section_box hr {
  height: 1px;
  text-align: left;
  color: #CCC;
  border: none;
  margin: 0 auto 0 0;
  border-bottom: 1px solid #CCC;
}

.section_box {
  padding: 0 1em 1.5em 1em;
}

.section_box ul {
  margin: 0;
}

.section_box table.credits {
  border-collapse: collapse;
  padding: 0;
  margin: 5px 0 0 0;
  width: 60%;
}

.section_box table.credits td {
	color: #ccc;
  padding-right: 1em;
  padding-bottom: 0.5em;
  width: 33%;
}

.section_header {
  border-collapse: collapse;
}

.section_header th {
  border-bottom: 1px solid #CCC;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.resume_box {
  padding: 1em;
  background: #FAFAEF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #999;
}

.nconst_url {
  padding-bottom: 2px;
  border-bottom: 1px solid #999;
}

ul.resume_section_multi_list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.resume_section_multi_list li {
	color: #ccc;
  padding-top: 0.5em;
}

.image_preview {
  margin: 0 1em 0 0.5em;
  float: left;
}

.preview_section_tools {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

#resume_header {
  padding-bottom: 2em;
}

.faded {
  filter: alpha(opacity=30);
  opacity: 0.30;
  -moz-opacity: 0.30;
}

a.imglink {
  text-decoration: none;
  border: none;
}

img.linkimg {
  border: none;
  padding: 0;
  margin: 0;
}


