@import url('/links/styles/global.css'); /* Import global stylesheet */

/*==[ Content ]===============================================================*/

#support #content .title { /* Override default title icon for support */
  background-image: url('../images/page-support.png') !important;
}
#content {
  padding: 2em 2em .5em 2em !important;
  width: auto !important;
  max-width: 750px;
  min-width: 480px;
}
#content .craig_full {
  width: auto !important;
  max-width: 750px;
  min-width: 550px;
}
#content .bold {
  font-weight: bold;
}
#content ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
#content li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 18px;
}
table.simple th,
table.simple td {
  line-height: 16px;
}
a.icon {
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 16px;
  text-decoration: none;
  background-image: url('../images/icon-link.png');
  background-repeat: no-repeat;
}
a.icon:hover {
  text-decoration: underline;
}
.link {
  background-image: url('../images/icon-link.png') !important;
}
.form {
  background-image: url('../images/icon-form.png') !important;
}
.portal {
  background-image: url('../images/icon-portal.png') !important;
}
.pdf {
  background-image: url('../images/icon-pdf.png') !important;
}
.pdf_secure {
  background-image: url('../images/icon-pdf-secure.png') !important;
}
.reader {
  background-image: url('../images/icon-reader.png') !important;
}
.flash {
  background-image: url('../images/icon-flash.png') !important;
}
.java {
  background-image: url('../images/icon-java.png') !important;
}
.office {
  background-image: url('../images/icon-office.png') !important;
}
.firefox {
  background-image: url('../images/icon-firefox.png') !important;
}