/* IE9 needs these */
img {
  border: 0px solid white;
}
body,
p {
  font-family: Arial, Helvetica, sans-serif;
}
#logo img {
  margin-right: 20px;
  padding-right: 20px;
}
#tyler-site-title,
#tyler-site-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
/* modernizr no-js styles */
.nojs-content {
  color: #333;
  font-size: 18px;
  height: 46px;
  display: none;
}
.no-js .nojs-content {
  display: inherit;
}
.no-js .portlet-container-wrapper,
.no-js #header-actions {
  display: none;
}
/* modernizr no-cookies styles*/
.nocookies-content,
.no-js .nocookies-content,
.cookies .nocookies-content {
  display: none;
}
.no-cookies .nocookies-content {
  color: #333;
  font-size: 18px;
  height: 46px;
  line-height: 2em;
  display: inherit;
}
.no-cookies .portlet-container-wrapper,
.no-cookies #header-actions {
  display: none;
}
/* defunctr browser detection styles */
.no-js .unsupported-browser,
.unsupported-browser {
  display: none;
}
/* separate style to prevent ie10 flashing browser recommendation */
.unsupported-browser {
  display: none;
}
.unsupported-browser h2,
.unsupported-browser h3,
.unsupported-browser h4,
.unsupported-browser p {
  padding-top: 1.5em;
}
.no-chrome .unsupported-browser,
.no-firefox .unsupported-browser,
.no-safari .unsupported-browser,
.no-ie .unsupported-browser {
  display: inline;
}
.chrome .unsupported-browser,
.firefox .unsupported-browser,
.safari .unsupported-browser,
.ie-gt-9 .unsupported-browser {
  display: none;
}
.no-firefox .portlet-container-wrapper,
.no-firefox #header-actions,
.no-chrome .portlet-container-wrapper,
.no-chrome #header-actions,
.no-safari .portlet-container-wrapper,
.no-safari #header-actions,
.no-ie-gt-9 .portlet-container-wrapper,
.no-ie-gt-9 #header-actions {
  display: none;
}
.chrome .portlet-container-wrapper,
.chrome #header-actions,
.firefox .portlet-container-wrapper,
.firefox #header-actions,
.safari .portlet-container-wrapper,
.safari #header-actions,
.ie-gt-9 .portlet-container-wrapper,
.ie-gt-9 #header-actions {
  display: inherit;
}
.no-cookies .portlet-container-wrapper,
.no-cookies #header-actions,
.no-cookies .portlet-container-wrapper,
.no-cookies #header-actions,
.no-cookies .portlet-container-wrapper,
.no-cookies #header-actions,
.no-cookies .portlet-container-wrapper,
.no-cookies #header-actions {
  display: none;
}
