/* CSS Reset and Defaults */
/* Reset - Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Micro Clearfix - Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
/* Clear */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Hide */
.hidden {
  display: none;
}

/* HTML5 Boilerplate: http://html5boilerplate.com/ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #37515a;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
::selection {
  background: #37515a;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* Body */
body {
  font: normal normal normal 100% Arial, sans-serif;
  background: #ffffff;
  color: #595959;
}

/* Base 960 Grid for Browsers that Don't Support @media */
.fc {
  margin-left: 0 !important;
}
.lc {
  margin-right: 0 !important;
}
.cs1,
.cs2,
.cs3,
.cs4,
.cs5,
.cs6,
.cs7,
.cs8,
.cs9,
.cs10,
.cs11,
.cs12 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}
.cs1 {
  width: 60px;
}
.cs2 {
  width: 140px;
}
.cs3 {
  width: 220px;
}
.cs4 {
  width: 300px;
}
.cs5 {
  width: 380px;
}
.cs6 {
  width: 460px;
}
.cs7 {
  width: 540px;
}
.cs8 {
  width: 620px;
}
.cs9 {
  width: 700px;
}
.cs10 {
  width: 780px;
}
.cs11 {
  width: 860px;
}
.cs12 {
  width: 940px;
}
.cs2 .cs1,
.cs3 .cs1,
.cs4 .cs1,
.cs5 .cs1,
.cs6 .cs1,
.cs7 .cs1,
.cs8 .cs1,
.cs9 .cs1,
.cs10 .cs1,
.cs11 .cs1,
.cs12 .cs1 {
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs3 .cs2,
.cs4 .cs2,
.cs5 .cs2,
.cs6 .cs2,
.cs7 .cs2,
.cs8 .cs2,
.cs9 .cs2,
.cs10 .cs2,
.cs11 .cs2,
.cs12 .cs2 {
  width: 140px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs4 .cs3,
.cs5 .cs3,
.cs6 .cs3,
.cs7 .cs3,
.cs8 .cs3,
.cs9 .cs3,
.cs10 .cs3,
.cs11 .cs3,
.cs12 .cs3 {
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs5 .cs4,
.cs6 .cs4,
.cs7 .cs4,
.cs8 .cs4,
.cs9 .cs4,
.cs10 .cs4,
.cs11 .cs4,
.cs12 .cs4 {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs6 .cs5,
.cs7 .cs5,
.cs8 .cs5,
.cs9 .cs5,
.cs10 .cs5,
.cs11 .cs5,
.cs12 .cs5 {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs7 .cs6,
.cs8 .cs6,
.cs9 .cs6,
.cs10 .cs6,
.cs11 .cs6,
.cs12 .cs6 {
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs8 .cs7,
.cs9 .cs7,
.cs10 .cs7,
.cs11 .cs7,
.cs12 .cs7 {
  width: 540px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs9 .cs8,
.cs10 .cs8,
.cs11 .cs8,
.cs12 .cs8 {
  width: 620px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs10 .cs9,
.cs11 .cs9,
.cs12 .cs9 {
  width: 700px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs11 .cs10,
.cs12 .cs10 {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
}
.cs12 .cs11 {
  width: 860px;
  margin-left: 10px;
  margin-right: 10px;
}

/* CSS3 Columns */
.c2 {
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.c3 {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.c4 {
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
.c5 {
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  column-count: 5;
  column-gap: 20px;
}
.c6 {
  -webkit-column-count: 6;
  -webkit-column-gap: 20px;
  -moz-column-count: 6;
  -moz-column-gap: 20px;
  column-count: 6;
  column-gap: 20px;
}
.c7 {
  -webkit-column-count: 7;
  -webkit-column-gap: 20px;
  -moz-column-count: 7;
  -moz-column-gap: 20px;
  column-count: 7;
  column-gap: 20px;
}
.c8 {
  -webkit-column-count: 8;
  -webkit-column-gap: 20px;
  -moz-column-count: 8;
  -moz-column-gap: 20px;
  column-count: 8;
  column-gap: 20px;
}
.c9 {
  -webkit-column-count: 9;
  -webkit-column-gap: 20px;
  -moz-column-count: 9;
  -moz-column-gap: 20px;
  column-count: 9;
  column-gap: 20px;
}
.c10 {
  -webkit-column-count: 10;
  -webkit-column-gap: 20px;
  -moz-column-count: 10;
  -moz-column-gap: 20px;
  column-count: 10;
  column-gap: 20px;
}
.c11 {
  -webkit-column-count: 11;
  -webkit-column-gap: 20px;
  -moz-column-count: 11;
  -moz-column-gap: 20px;
  column-count: 11;
  column-gap: 20px;
}
.c12 {
  -webkit-column-count: 12;
  -webkit-column-gap: 20px;
  -moz-column-count: 12;
  -moz-column-gap: 20px;
  column-count: 12;
  column-gap: 20px;
}

/* Page */
#page {
  margin: 1em auto;
  font-size: 0.8em;
  position: relative;
  width: 961px;
}

/* Sections */
h1 {
  font-weight: normal;
  font-size: 1.4em;
  color: #000000;
  margin: 0 0 0.3em 0;
}
h2 {
  font-weight: normal;
  font-size: 1.2em;
  color: #000000;
  margin: 0 0 0.3em 0;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.15em 0;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.1em 0;
}
h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
hgroup h1:first-child,
hgroup h2:first-child,
hgroup h3:first-child,
hgroup h4:first-child,
hgroup h5:first-child {
  margin-bottom: 0 !important;
}
hgroup h2 {
  color: #595959;
  font-size: 0.9em;
}
header {
  margin: 1em 0;
  border-bottom: 1px dotted #cccccc;
  padding: 0.5em 0;
}
header p {
  margin: 0 0 0.2em 0;
}
footer {
  font-size: 0.9em;
  margin: 1em 0;
  border-top: 1px dotted #cccccc;
  padding: 0.5em 0;
}
address {
  margin: 0 0 1.2em 0;
  line-height: 1.5em;
}

/* Grouping Content */
p {
  margin: 0 0 1.2em 0;
  line-height: 1.5em;
}
.list_explanation {
  margin: 0.5em 0;
}
hr {
  clear: both;
  display: block;
  overflow: hidden;
  border: none;
  border-top: 1px solid #d1d1d1;
  margin: 2em 0;
}
pre {
  margin: 0 0 1.2em 0;
  line-height: 1.5em;
  overflow: hidden;
}
blockquote {
  margin: 0 0.5em 1.2em 0.5em;
  border: 1px dotted #d1d1d1;
  padding: 0.5em;
  line-height: 1.5em;
  font-style: italic;
}
figure {
  margin: 0 0 1.2em 0;
  line-height: 1.5em;
}
figcaption {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  border-bottom: 1px dotted #d1d1d1;
  padding: 0 0 0.5em 0;
}

/* Text-Level */
em {
  font-style: italic;
  font-weight: bold;
  font-size: 1.05em;
}
strong {
  font-weight: bold;
  font-size: 1.05em;
}
small {
  font-size: 0.9em;
  font-weight: normal;
  color: #696969;
}
s {
  text-decoration: line-through;
  color: #b00000;
  background: #fffaf4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px #fffaf4;
  -moz-box-shadow: 0px 0px 4px 0px #fffaf4;
  box-shadow: 0px 0px 4px 2px #fffaf4;
}
cite {
  font-style: italic;
  padding: 0 0.2em;
}
q {
  font-style: italic;
}
dfn {
  border-bottom: 1px dotted #595959;
  cursor: help;
}
abbr {
  border-bottom: 1px dotted #595959;
  cursor: help;
}
data {
  font-family: Courier, monospace;
}
time {
  font-family: Courier, monospace;
}
code {
  font: normal normal normal 100% Courier, monospace;
  color: #cda869;
  background: #222222;
  padding: 0.2em 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: auto;
}
.code_inline {
  display: inline-block;
}
var {
  color: #000000;
  font: italic normal normal 1.2em Georgia, serif;
}
samp {
  font: normal normal normal 100% Courier, monospace;
  color: #333333;
  background: #ffffff;
  padding: 0.2em 0.4em;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
kbd {
  font: normal normal normal 100% Courier, monospace;
  color: #000000;
  background: #595959;
  padding: 0.2em 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  border: 1px solid #d1d1d1;
  background-color: #dddddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dddddd),
    to(#ffffff)
  ); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    #dddddd,
    #ffffff
  ); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #dddddd, #ffffff); /* IE10 */
  background-image: -o-linear-gradient(
    top,
    #dddddd,
    #ffffff
  ); /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #dddddd, #ffffff);
}
sub,
sup {
  font-size: 0.8em;
}
sub {
  position: relative;
  top: 0.2em;
}
sup {
  position: relative;
  top: -0.2em;
}
i {
  font-style: italic;
}
b {
  font-weight: bold;
}
u {
  text-decoration: none;
  border-bottom: 1px dotted #595959;
}
mark {
  background: #fffaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px #fffaaa;
  -moz-box-shadow: 0px 0px 4px 2px #fffaaa;
  box-shadow: 0px 0px 4px 2px #fffaaa;
  padding: 0 0.2em;
}

/* Edits */
ins {
  color: #205e04;
  background: #e9f5e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px #e9f5e9;
  -moz-box-shadow: 0px 0px 4px 2px #e9f5e9;
  box-shadow: 0px 0px 4px 2px #e9f5e9;
  text-decoration: none;
}
del {
  text-decoration: line-through;
  color: #b00000;
  background: #fffaf4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px #fffaf4;
  -moz-box-shadow: 0px 0px 4px 2px #fffaf4;
  box-shadow: 0px 0px 4px 2px #fffaf4;
}

/* Embedded */
img {
  display: inline-block;
}
embed {
  /* remove if unstyled */
}
object {
  /* remove if unstyled */
}
param {
  /* remove if unstyled */
}
video {
  /* remove if unstyled */
}
.fluid_media {
  width: 100%;
  display: block;
}
.fluid_media_logo {
  width: 100%;
  float: left;
  margin: -1em 0 5em 0;
}
/* Hyperlinks */
.link:link,
.link:visited {
  text-decoration: none;
  color: #3386d7;
  border-bottom: 1px solid #f1f1f1;
}
.link:hover,
.link:focus {
  text-decoration: none;
  color: #002138;
  border-bottom: 1px solid #002138;
}
.link_block:link,
.link_block:visited {
  text-decoration: none;
  color: #000000;
  background: #e1e1e1;
  display: block;
  margin: 0 0 1.5em 0;
  padding: 0.5em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.link_block:hover,
.link_block:focus {
  text-decoration: none;
  color: #ffffff;
  background: #595959;
  display: block;
  margin: 0 0 1.5em 0;
  padding: 0.5em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.link_block:hover h1,
.link_block:hover h2,
.link_block:hover h3,
.link_block:hover h4,
.link_block:hover h5,
.link_block:hover h6 {
  color: #ffffff;
}
.link_details {
  color: #575757;
  font-size: 0.9em;
  font-weight: normal;
}
.link:hover .link_details {
  color: #002138;
  font-size: 0.9em;
  font-weight: normal;
}
.link_teaser,
.link_teaser:visited {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0.8em 1em 0.8em;
  color: #000000;
  display: block;
  text-decoration: none;
}
.link_teaser:hover,
.link_teaser:focus {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0.8em 1em 0.8em;
  color: #000000;
  background: #e1e1e1;
  display: block;
}
.link_teaser .teaser_text {
  float: left;
  width: 400px;
  color: #595959;
}

.link_teaser .teaser_text_alt {
  float: left;
  width: 410px;
  color: #595959;
}

.link_teaser .teaser_img {
  float: left;
  width: 94px;
  margin: 0 20px 10px 0;
}
.link_teaser .teaser_img_alt {
  float: left;
  width: 94px;
  margin: 0 20px 10px 0;
}
.link_teaser .teaser_img_alt img {
  -webkit-box-shadow: 0px 0px 4px #888888;
  box-shadow: 0px 0px 4px #888888;
}
.link_title:link,
.link_title:visited {
  padding: 0.5em 0 0.5em 30px;
  color: #595959;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}
.link_title:hover,
.link_title:focus {
  padding: 0.5em 0 0.5em 30px;
  color: #000000;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}
.link_button:link,
.link_button:visited {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 1px #ffffff;
  display: inline-block;
}
.link_button:hover,
.link_button:focus {
  text-decoration: none;
  color: #ffffff;
  background: #595959;
  padding: 0.3em 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: -1px -1px 1px #222222;
  display: inline-block;
}
.link_resource,
.link_resource:visited {
  text-decoration: none;
  color: #3386d7;
  padding: 0.3em 0 0.3em 2.2em;
  display: block;
  overflow: hidden;
}
.link_resource:hover,
.link_resource:focus {
  text-decoration: none;
  color: #002138;
  padding: 0.3em 0 0.3em 2.2em;
  display: block;
  overflow: hidden;
}

/* Lists */
.ol_decimal {
  list-style: decimal;
  margin: 0 0 1.2em 2em;
}
.ol_decimal li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.ol_alpha {
  list-style: upper-alpha;
  margin: 0 0 1.2em 2em;
}
.ol_alpha li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.ol_roman {
  list-style: upper-roman;
  margin: 0 0 1.2em 2em;
}
.ol_roman li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.ul_plain {
  margin: 0 0 1.2em 0;
}
.ul_plain li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.ul_disc {
  list-style: disc;
  margin: 0 0 1.2em 0;
}
.ul_disc li {
  margin: 0.5em 0 0.5em 1.5em;
  line-height: 1.2em;
}
.ul_circle {
  list-style: circle;
  margin: 0 0 1.2em 0;
}
.ul_circle li {
  margin: 0.5em 0 0.5em 1.5em;
  line-height: 1.2em;
}
.ul_square {
  list-style: square;
  margin: 0 0 1.2em 0;
}
.ul_square li {
  margin: 0.5em 0 0.5em 1.5em;
  line-height: 1.2em;
}
.ul_divided {
  margin: 0 0 1.2em 0;
}
.ul_divided li {
  padding: 0.4em 0;
  line-height: 1.4em;
  border-bottom: 1px dotted #595959;
}
.ul_inline {
  margin: 0 0 1.2em 0;
}
.ul_inline li {
  display: inline;
  border-left: 1px dotted #595959;
  padding: 0 0.2em 0 0.5em;
  line-height: 1.5em;
  white-space: nowrap;
}
.ul_inline > li:first-child {
  border: none;
}
.dl {
  margin: 0 0 1.2em 0;
}
.dl dt {
  font-weight: bold;
  color: #444444;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.2em;
}
.dl dd {
  margin: 0.5em 0 0.5em 0;
  padding: 0 0 0 0.5em;
  line-height: 1.2em;
}

/* Tablular Data */
.table {
  margin: 0.2em 0 1.8em 0;
  width: 100%;
}
.table caption {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.2em 0;
}
.title_row {
  color: #eeeeee;
  background: #333333;
  border-top: 1px solid #d1d1d1;
}
.table th,
.table td {
  padding: 0.4em 0.8em;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.th_column {
  text-align: center;
  font-weight: bold;
}
.th_row {
  text-align: center;
  font-weight: bold;
}
tr {
  border-left: 1px solid #d1d1d1;
}
.table_row {
  background: #ffffff;
}
.table_row_alt {
  background: #f1f1f1;
}

/* Forms */
.form {
  margin: 0 0 1.5em 0;
}
.form legend {
  font-weight: normal;
  font-size: 1.1em;
  color: #000000;
  margin: 0 0 0.3em 0;
}
.form .form_errors {
  margin: 0 0 1.2em 0;
}
.form .form_errors li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.form .form_instructions {
  padding: 0.5em 0;
  font-style: italic;
}
.form fieldset {
  margin: 0 0 1.5em 0;
}
.form fieldset .form_instructions {
  padding: 0.2em 0 0.5em 0;
  color: #555555;
  font-style: italic;
}
.form em {
  color: #b40000;
  font-size: 0.9em;
}
.form .form_item {
  padding: 0.2em 0 0.2em 0;
}
.form .form_item_standout {
  padding: 0.2em 0 0.8em 0;
}
.form .form_item_related {
  padding: 0.2em 1em 0 0;
  float: left;
}
.form label {
  cursor: pointer;
}
.form .label {
  display: block;
}
.form .label_check {
  padding: 0 0.5em 0 0;
}
.form .label_check_sponsor {
  padding: 0 0.5em 0 0;
  color: #3386d7;
}
.form .label_radio {
  padding: 0 0.5em 0 0;
}
.form input {
  font: 100% arial, sans-serif;
}
.form .faxIDF {
  position: absolute;
  left: -3177px;
}
.form .textfield {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 99%;
}
.form .textarea {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 99%;
}
.form .textfield::-webkit-input-placeholder {
  color: #767676;
  font-weight: normal;
}
.form .textfield:-moz-placeholder {
  color: #767676;
  font-weight: normal;
}
.form .textfield:-ms-input-placeholder {
  color: #767676;
  font-weight: normal;
}
.form .select_box {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.1em;
  width: 90%;
}
.form .browse_file {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.1em;
}
.form .form_button {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.8em;
  border: 1px solid #bebebe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(top, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 0 #ffffff;
  cursor: pointer;
}
.form .textarea.input_active,
.form .textfield.input_active {
  -webkit-box-shadow: inset 0px 0px 5px #c7e1ff;
  -moz-box-shadow: inset 0px 0px 5px #c7e1ff;
  box-shadow: inset 0px 0px 5px #c7e1ff;
}
.form .form_actions {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.5em;
  text-align: right;
  border-top: 1px solid #d9d9d9;
}
.form .form_actions_plain {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.5em;
  text-align: right;
}
.form .form_list_sub {
  margin: 0 0 0 1.9em;
}
.form .month {
  width: 3em;
}
.form .day {
  width: 3em;
}
.form .year {
  width: 5em;
}
.form .city {
  width: 15em;
}
.form .state {
  width: 3em;
}
.form .zip {
  width: 5em;
}
.form .textfield.ccname {
  width: 99%;
}
.form .textfield.ccnum {
  width: 12em;
}
.form .textfield.ccv {
  width: 5em;
}
.form .order {
  width: 3em;
}
.form .member_id {
  width: 20em;
}

/* Table Forms */
.table_form {
  margin: 0;
}
.table_form legend {
  font-size: 1.2em;
  font-weight: bold;
}
.table_form .form_errors {
  margin: 0 0 1.2em 0;
}
.table_form .form_errors li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.table_form .form_instructions {
  padding: 0.5em 0;
  font-style: italic;
}
.table_form fieldset {
  margin: 0 0 1.5em 0;
}
.table_form fieldset .form_instructions {
  padding: 0.2em 0 0.5em 0;
  color: #555555;
  font-style: italic;
}
.table_form em {
  color: #b40000;
  font-size: 0.9em;
}
.table_form .form_item {
  padding: 0.2em 0 0.2em 0;
}
.table_form .form_item_standout {
  padding: 0.2em 0 0.8em 0;
}
.table_form .form_item_related {
  padding: 0.2em 1em 0 0;
  float: left;
}
.table_form label {
  cursor: pointer;
}
.table_form .label {
}
.table_form .label_check {
  padding: 0 0.5em 0 0;
}
.table_form .label_radio {
  padding: 0 0.5em 0 0;
}
.table_form input {
  font: 100% arial, sans-serif;
}
.table_form .textfield {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 10em;
}
.table_form .textarea {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 10em;
}
.table_form .select_box {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.1em;
  max-width: 90%;
}
.table_form .browse_file {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.1em;
}
.table_form .form_button {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.8em;
  border: 1px solid #bebebe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(top, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 0 #ffffff;
  cursor: pointer;
}
.table_form .textarea.input_active,
.table_form .textfield.input_active {
  -webkit-box-shadow: inset 0px 0px 5px #c7e1ff;
  -moz-box-shadow: inset 0px 0px 5px #c7e1ff;
  box-shadow: inset 0px 0px 5px #c7e1ff;
}
.table_form .form_actions {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.5em;
  text-align: right;
  border-top: 1px solid #999999;
}

/* Introduction */
.intro {
  font-size: 1.3em;
  color: #767676;
  margin: 1em 0;
}
.intro_sub {
  color: #767676;
}

/* Notices */
.notice {
  margin: 0 0 1.2em 0;
  border: 1px solid #777777;
  padding: 0.8em 1em 0 1em;
  background: #f1f1f1;
  color: #515151;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.notice h2 {
  font-size: 1.2em;
  color: #515151;
}
.notice_positive {
  margin: 0 0 1.2em 0;
  border: 1px solid #205e04;
  padding: 0.8em 1em 0 1em;
  background: #e9f5e9;
  color: #205e04;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.notice_positive h2 {
  font-size: 1.2em;
  color: #205e04;
}
.notice_negative {
  margin: 0 0 1.2em 0;
  border: 1px solid #b00000;
  padding: 0.8em 1em 0 1em;
  background: #fffaf4;
  color: #b00000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.notice_negative h2 {
  font-size: 1.2em;
  color: #b00000;
}
.notice_attention {
  margin: 0 0 1.2em 0;
  border: 1px solid #b09457;
  padding: 0.8em 1em 0 1em;
  background: #f8f4dc;
  color: #605130;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.notice_attention h2 {
  font-size: 1.2em;
  color: #605130;
}

/* Content */
.content {
  /* remove if unstyled */
}
.teaser:first-child {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.8em 0.8em 1em 0.8em;
  color: #000000;
}
.teaser {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.8em 0.8em 1em 0.8em;
  color: #000000;
  position: relative;
}
.teaser .teaser_text {
  float: left;
  color: #595959;
  font-size: 0.9em;
  width: 400px;
}

.teaser .teaser_img {
  float: left;
  width: 94px;
  margin: 0 20px 10px 0;
}
.teaser_2 .teaser_text {
  width: 480px;
}
.teaser_2 .teaser_img {
  width: 30px;
}
.teaser_3 {
  padding: 0.8em 0.8em 0.5em 0.8em;
  color: #000000;
}
.teaser_3 .teaser_text {
  float: right;
  width: 315px;
  color: #595959;
  font-size: 0.9em;
}

.teaser_3 .teaser_img {
  float: left;
  width: 30px;
}
.teaser .teaser_text h1,
.teaser .teaser_text p {
  margin: 0;
}

/* Pagination - Results */
#pagination {
  margin: 2em 0;
}
.pages {
  padding: 1em 0 1em 0;
  float: left;
  width: 50%;
}
.pages a:link,
.pages a:visited {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.4em;
  color: #686871;
  text-decoration: none;
  line-height: 1.8em;
  background: #e1e1e1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#e1e1e1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pages a:hover,
.pages a:focus {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.4em;
  background: #595959;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8em;
}
.pages a.current_page {
  background: #595959;
  color: #ffffff;
  border: 1px solid #595959;
}
.pages .forward_back:link,
.pages .forward_back:visited {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.3em;
  color: #595959;
  text-decoration: none;
  line-height: 1.8em;
  background: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1f1f1),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #f1f1f1, #d1d1d1);
  background-image: -moz-linear-gradient(top, #f1f1f1, #d1d1d1);
  background-image: -ms-linear-gradient(top, #f1f1f1, #d1d1d1);
  background-image: -o-linear-gradient(top, #f1f1f1, #d1d1d1);
  background-image: linear-gradient(top, #f1f1f1, #d1d1d1);
}
.pages .forward_back:hover,
.pages .forward_back:focus {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.3em;
  background: #595959;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8em;
}
.results {
  padding: 1em 0 1em 0;
  float: right;
  text-align: right;
  width: 48%;
}
.results a:link,
.results a:visited {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.4em;
  color: #595959;
  text-decoration: none;
  line-height: 1.8em;
  background: #e1e1e1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#e1e1e1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.results a:hover,
.results a:focus {
  border: 1px solid #bbbbbb;
  padding: 0.1em 0.4em;
  background: #595959;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8em;
}
.results a.current_results {
  background: #595959;
  color: #ffffff;
  border: 1px solid #595959;
}

/* Tabular Calendar */
.calendar_nav {
  background: #d9d9d9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9d9d9),
    to(#bfbfbf)
  );
  background-image: -webkit-linear-gradient(top, #d9d9d9, #bfbfbf);
  background-image: -moz-linear-gradient(top, #d9d9d9, #bfbfbf);
  background-image: -ms-linear-gradient(top, #d9d9d9, #bfbfbf);
  background-image: -o-linear-gradient(top, #d9d9d9, #bfbfbf);
  background-image: linear-gradient(top, #d9d9d9, #bfbfbf);
  color: #000000;
  margin: 1em 0 0 0;
  padding: 1em 0;
  font-size: 1em;
}
.current_date {
  float: left;
  width: 60%;
  padding: 0 2%;
}
.date {
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 1em;
}
.calendar_nav .link,
.calendar_nav .link:visited {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 1px #ffffff;
  display: inline-block;
}
.calendar_nav .link:hover,
.calendar_nav .link:focus {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d1d1d1),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -ms-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -o-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: linear-gradient(to bottom, #d1d1d1, #ffffff);
  text-shadow: -1px -1px 1px #ffffff;
  display: inline-block;
}
.calendar_view {
  float: right;
  width: 28%;
  text-align: right;
}
.month_toggle,
.month_toggle:visited {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 1px #ffffff;
  display: inline-block;
}
.month_toggle:hover,
.month_toggle:focus {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d1d1d1),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -ms-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -o-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: linear-gradient(to bottom, #d1d1d1, #ffffff);
  text-shadow: -1px -1px 1px #ffffff;
  display: inline-block;
}
.week_toggle,
.week_toggle:visited {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 1px #ffffff;
  display: inline-block;
}
.week_toggle:hover,
.week_toggle:focus {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d1d1d1),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -ms-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -o-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: linear-gradient(to bottom, #d1d1d1, #ffffff);
  text-shadow: -1px -1px 1px #ffffff;
  display: inline-block;
}
.list_toggle,
.list_toggle:visited {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(to bottom, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 1px #ffffff;
  display: inline-block;
}
.list_toggle:hover,
.list_toggle:focus {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  background-color: #d1d1d1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d1d1d1),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -ms-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: -o-linear-gradient(top, #d1d1d1, #ffffff);
  background-image: linear-gradient(to bottom, #d1d1d1, #ffffff);
  text-shadow: -1px -1px 1px #ffffff;
  display: inline-block;
}
.toggle_active {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin: 0 0.8em 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #767676;
  background: #767676;
  text-shadow: none;
  display: inline-block;
}
.calendar_table_month {
  margin: 0 0 1.8em 0;
  width: 100%;
}
.calendar_table_month .calendar_day_title {
  color: #eeeeee;
  background: #333333;
  border-top: 1px solid #d1d1d1;
}
.calendar_table_month .day_column {
  text-align: center;
  padding: 0.4em;
}
.calendar_table_month tr {
  border-left: 1px solid #d1d1d1;
}
.calendar_table_month th,
.calendar_table_month td {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 14%;
}
.calendar_table_month .calendar_row {
  background: #ffffff;
}
.calendar_table_month .calendar_day {
  overflow: hidden;
  height: 11em;
}
.calendar_table_month .calendar_day img {
  margin: 0.3em 0 0 0;
  -webkit-box-shadow: 0px 0px 3px 0px #595959;
  box-shadow: 0px 0px 3px 0px #595959;
}
.calendar_table_month .weekend,
.calendar_table_month .prev_next_month {
  background: #f8f8f8;
  color: #888888;
}
.calendar_table_month .calendar_day_current {
  background: #f1f1f1;
}
.calendar_table_month .calendar_date {
  text-align: right;
  padding: 0.2em;
}
.calendar_table_month .calendar_items {
  height: 10em;
  overflow-y: auto;
  padding: 0 0.4em;
}
.calendar_item .fluid_media {
  *width: 94px;
}
.calendar_table_month .calendar_item .link,
.calendar_table_month .calendar_item .link:visited {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_month .calendar_item .link:hover,
.calendar_table_month .calendar_item .link:focus {
  background: #595959;
  border: 1px solid #595959;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #ffffff;
}
.calendar_table_month .calendar_item .no_link {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_week {
  margin: 0 0 1.8em 0;
  width: 100%;
}
.calendar_table_week .calendar_month {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5em;
  background: #595959;
  color: #ffffff;
}
.calendar_table_week .calendar_day_title {
  color: #eeeeee;
  background: #333333;
  border-top: 1px solid #d1d1d1;
}
.calendar_table_week .day_column {
  text-align: center;
  padding: 0.4em;
}
.calendar_table_week tr {
  border-left: 1px solid #d1d1d1;
}
.calendar_table_week th,
.calendar_table_week td {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 12.5%;
}
.calendar_table_week .calendar_row {
  background: #ffffff;
}
.calendar_table_week .calendar_day {
  overflow: hidden;
}
.calendar_table_week .calendar_day img {
  margin: 0.3em 0 0 0;
  -webkit-box-shadow: 0px 0px 3px 0px #595959;
  box-shadow: 0px 0px 3px 0px #595959;
}
.calendar_table_week .day_time {
  vertical-align: top;
  padding: 0.4em 0;
}
.calendar_table_week .weekend,
.calendar_table_week .prev_next_month {
  background: #f8f8f8;
  color: #888888;
}
.calendar_table_week .calendar_day_current {
  background: #f1f1f1;
}
.calendar_table_week .calendar_date {
  text-align: right;
  padding: 0.2em;
}
.calendar_table_week .calendar_items {
  overflow-y: auto;
  padding: 0.4em;
}
.calendar_table_week .calendar_item .link,
.calendar_table_week .calendar_item .link:visited {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_week .calendar_item .link:hover,
.calendar_table_week .calendar_item .link:focus {
  background: #595959;
  border: 1px solid #595959;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #ffffff;
}
.calendar_table_week .calendar_item .no_link {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_list {
  margin: 0 0 1.8em 0;
  width: 100%;
}
.calendar_table_list .calendar_month {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5em;
  background: #595959;
  color: #ffffff;
}
.calendar_table_list .calendar_day_title {
  color: #eeeeee;
  background: #333333;
  border-top: 1px solid #d1d1d1;
}
.calendar_table_list .day_column {
  text-align: center;
  padding: 0.4em;
}
.calendar_table_list tr {
  border-left: 1px solid #d1d1d1;
}
.calendar_table_list th,
.calendar_table_list td {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.calendar_table_list .calendar_row {
  background: #ffffff;
}
.calendar_table_list .calendar_day {
  overflow: hidden;
}
.calendar_table_list .day_time {
  vertical-align: top;
  padding: 0.4em;
}
.calendar_table_list .weekend,
.calendar_table_list .prev_next_month {
  background: #f8f8f8;
  color: #888888;
}
.calendar_table_list .calendar_day_current {
  background: #f1f1f1;
}
.calendar_table_list .calendar_date {
  text-align: right;
  padding: 0.2em;
}
.calendar_table_list .calendar_items {
  overflow-y: auto;
  padding: 0.4em;
}
.calendar_table_list .calendar_item .link,
.calendar_table_list .calendar_item .link:visited {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_list .calendar_item .link:hover,
.calendar_table_list .calendar_item .link:focus {
  background: #595959;
  border: 1px solid #595959;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #ffffff;
}
.calendar_table_list .calendar_item .no_link {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 0.5em 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  display: block;
  color: #595959;
}
.calendar_table_list .calendar_item img {
  width: 30px;
  margin: 0.2em 0.6em 0.2em 0;
  -webkit-box-shadow: 0px 0px 3px 0px #595959;
  box-shadow: 0px 0px 3px 0px #595959;
  vertical-align: middle;
}

/* Masthead */

#site_tools {
  margin-top: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

#login {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}

#login .link:link,
#login .link:visited {
  text-decoration: none;
  color: #000000;
  border: none;
  padding: 0.3em 1em 0.5em 0;
  display: block;
}
#login .link:hover,
#login .link:focus {
  text-decoration: none;
  color: #000000;
  background: #d9d9d9;
  padding: 0.3em 1em 0.5em 0;
  display: block;
}
#login .menubar {
  width: 100%;
  position: relative;
  border: none;
  border-right: 1px solid #d9d9d9;
  margin: 0;
  z-index: 3;
}

#login .menubar .nav_list {
  list-style: none;
  z-index: 1;
  height: 2.1em;
}
#login .menubar .nav_list_item {
  display: block;
  float: none;
  border: none;
}
#login .menubar .nav_parent {
  background: none;
  color: #000000;
  text-decoration: none;
  padding: 0.4em 1.5em;
  line-height: 1.2em;
  display: block;
}
#login .menubar .nav_parent:hover,
#login .menubar .nav_parent:focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.4em 1.5em;
  line-height: 1.2em;
  display: block;
}
/* keyboard focus hover state */
#login .menubar .parent_keyboard_focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.4em 1.5em;
  line-height: 1.2em;
  display: block;
}
#login .menubar .nav_children {
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
  left: 0;
}
#site_search {
  text-align: right;
  padding: 0.2em 0;
}

#site_search label {
  display: block;
  color: #595959;
  font-size: 0.9em;
}
.search_form .textfield {
  font: 100% arial, sans-serif;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 70%;
}
.search_form .submit {
  font: 100% arial, sans-serif;
  padding: 0.3em 0.3em;
  border: 1px solid #bebebe;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #bebebe;
  color: #fff;
  cursor: pointer;
}

/* Menubar */
.menubar {
  width: 100%;
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  white-space: nowrap;
  z-index: 2;
}
.menubar .nav_list {
  list-style: none;
  height: 2.1em;
  *height: 2.8em;
}
.menubar .nav_list_item {
  display: inline;
  float: left;
  position: relative;
}

.menubar .nav_parent {
  background: none;
  color: #000000;
  text-decoration: none;
  padding: 0.8em 1.5em;
  line-height: 1.2em;
  display: block;
  cursor: default;
}
.menubar .nav_parent:link,
.menubar .nav_parent:visited {
  background: none;
  color: #000000;
  text-decoration: none;
  padding: 0.8em 1.5em;
  line-height: 1.2em;
  display: block;
  cursor: pointer;
}
.menubar .nav_parent:hover,
.menubar .nav_parent:focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.8em 1.5em;
  line-height: 1.2em;
  display: block;
}
/* keyboard focus hover state */
.menubar .parent_keyboard_focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.8em 1.5em;
  line-height: 1.2em;
  display: block;
}
.menubar .nav_list_item_sign_out {
  float: right;
  width: 6em;
  text-align: center;
}
/* Navigation - Pop-up for Horizontal Menubar */
.menubar .nav_children {
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 20em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.4em 0;
  z-index: 2;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 3px 5px #000000;
  -moz-box-shadow: 0px 3px 5px #000000;
  box-shadow: 0px 3px 5px #000000;
}

.menubar .nav_children li {
  width: 100%;
  overflow: hidden;
  display: block;
}
.menubar .nav_child:link,
.menubar .nav_child:visited {
  background: #f5f5f5;
  color: #000000;
  text-shadow: 0px 0px 2px #ffffff;
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  width: 100%;
}
.menubar .nav_child:hover,
.menubar .nav_child:focus {
  background: #6f6f6f;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  width: 100%;
}
/* keyboard focus hover state */
.menubar .child_keyboard_focus {
  background: #6f6f6f;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  width: 100%;
}
.menubar .nav_children .link_text,
.menubar .child_keyboard_focus .link_text {
  padding: 0 1em;
  display: block;
}

#mini_site_nav_list {
  margin: 0 100px 0 0;
}

/* Home Page */
#continuing_education {
  margin-top: 1em;
}
#ce_links {
  border-top: 1px solid #d9d9d9;
}
.ce_teaser {
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #d9d9d9;
}
.course_details {
  font-size: 0.9em;
  padding: 0.2em 0;
}
.course_credit {
  float: right;
  padding: 0.4em;
  color: #ffffff;
  background: #ff9a00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 0 1em;
  position: relative;
  top: 0.6em;
}
.ce {
  background: url(images/ce.png) left center no-repeat;
}
#find_architects {
  padding: 0.8em 0;
  border-bottom: 1px solid #d9d9d9;
}
#quick_links {
  margin: 0.8em 0;
}
.find {
  background: url(images/find.png) left center no-repeat;
}
.job {
  background: url(images/jobs.png) left center no-repeat;
}
.calendar {
  background: url(images/calendar.png) left center no-repeat;
}
.members {
  background: url(images/members.png) left center no-repeat;
}
.docs {
  background: url(images/docs.png) left center no-repeat;
}
.links {
  background: url(images/links.png) left center no-repeat;
}
.pubs {
  background: url(images/pubs.png) left center no-repeat;
}
.member {
  background: url(images/member.png) left center no-repeat;
}
/* Hilite */
#hilite_group {
  position: relative;
  top: -2em;
  z-index: 1;
}
#hilites {
  width: 560px;
  height: 284px;
  position: relative;
  float: left;
  overflow: hidden;
}

.hilite_imgs {
  width: 560px;
  height: 284px;
  position: relative;
  z-index: 0;
}

.hilite_img_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.hilite_imgs img {
  width: 100%;
}
.hilite_img_bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.hilite_content {
  width: 560px;
  position: absolute;
  bottom: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);*/ /* IE6–IE9 */
}

.hilite_link,
.hilite_link:visited {
  text-decoration: none;
}
#hilite_title {
  font-family: "times new roman", times, serif;
  font-size: 1.4em;
  padding: 0.6em 1em 0 0.8em;
  color: #ffffff;
}
#hilite_message {
  padding: 0 8em 1.2em 1.2em;
  color: #e1e1e1;
}
.hilite_control {
  width: 44px;
  height: 16px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#prev_control {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
}
#pause_play_control {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 17px;
  overflow: hidden;
  cursor: pointer;
}
#next_control {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
}
#prev_link,
#pause_play_link,
#next_link {
  display: block;
}
#more_hilites {
  background: #333;
}
#hilite_grid {
  width: 379px;
  height: 284px;
  position: relative;
  float: right;
  background: #fff;
}

#hilite_grid_calendar {
  width: 379px;
  height: 190px;
  position: relative;
  float: right;
}

.gs1 {
  position: absolute;
  top: 0;
  left: 0;
}
.gs2 {
  position: absolute;
  top: 0;
  left: 95px;
}
.gs3 {
  position: absolute;
  top: 0;
  left: 190px;
}
.gs4 {
  position: absolute;
  top: 0;
  left: 285px;
}
.gs5 {
  position: absolute;
  top: 95px;
  left: 0;
}
.gs6 {
  position: absolute;
  top: 95px;
  left: 95px;
}
.gs7 {
  position: absolute;
  top: 95px;
  left: 190px;
}
.gs8 {
  position: absolute;
  top: 95px;
  left: 285px;
}
.gs9 {
  position: absolute;
  top: 190px;
  left: 0;
}
.gs10 {
  position: absolute;
  top: 190px;
  left: 95px;
}
.gs11 {
  position: absolute;
  top: 190px;
  left: 190px;
}

/* Link Styles */
.gs1,
.gs2,
.gs3,
.gs4,
.gs5,
.gs6,
.gs7,
.gs8,
.gs9,
.gs10 {
  background: #444444;
  height: 94px;
  width: 94px;
  cursor: pointer;
}
.gs11 {
  cursor: pointer;
}

.mobile_event_banner {
  display: none;
}

/* Architect Search */
.form_section {
  padding: 0.8em 0.5em;
  border-top: 1px solid #d9d9d9;
}
.search_field {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f1f1f1;
  padding: 0.8em 0.5em;
}
#architect_search {
  margin: 2em 0 0 0;
}
#architect_search_results {
  margin: 0;
}
#updated_architects {
  margin: 2em 0 0 0;
}
#updated_architects_results {
  margin: 0;
}
.quick_list {
  margin: 0 0 1.2em 0;
  border-top: 1px solid #d9d9d9;
}
.quick_list li {
  margin: 0.5em 0;
  line-height: 1.2em;
}

/* Firm Detail */
#firm_portfolio {
  margin: 0 0 2em 0;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 8px 0;
}
#g1 {
  position: relative;
  left: 10px;
  cursor: pointer;
}
#g2 {
  position: absolute;
  top: 0;
  left: 327px;
  cursor: pointer;
}
#g3 {
  position: absolute;
  top: 0;
  left: 431px;
  cursor: pointer;
}
#g4 {
  position: absolute;
  top: 106px;
  left: 327px;
  cursor: pointer;
}
#g5 {
  position: absolute;
  top: 106px;
  left: 431px;
  cursor: pointer;
}
#g6 {
  position: absolute;
  top: 212px;
  left: 327px;
  cursor: pointer;
}
#g7 {
  position: absolute;
  top: 212px;
  left: 431px;
  cursor: pointer;
}
#description {
  margin: 0 0 3em 0;
}
#description p {
  font-size: 0.9em;
}
#additional_firm_info {
  font-size: 0.9em;
  margin: 3em 0 0 0;
}
#profile_pic {
  text-align: right;
}
#member_titles {
  margin: -1em 0 1em 0;
}
#g2 img,
#g3 img,
#g4 img,
#g5 img,
#g6 img,
#g7 img {
  width: 94px;
}

/* General Styles */
#general_info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
}
#general_info h1 {
  margin-bottom: 1em;
}
#general_info_alt {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0;
}
#general_info_alt h1 {
  margin-bottom: 1em;
}
#add_general_info {
  margin-top: 1em;
}
#web_info {
  padding: 1em;
}
#quick_contact {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
}
#sharing {
  margin: 2em 0 0 0;
}

#page_intro {
  margin: -25px 0 2em 0;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e9e9e9),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #e9e9e9, #d1d1d1);
  background-image: -moz-linear-gradient(top, #e9e9e9, #d1d1d1);
  background-image: -o-linear-gradient(top, #e9e9e9, #d1d1d1);
  background-image: linear-gradient(to bottom, #e9e9e9, #d1d1d1);
}
#page_intro_body {
  width: 540px;
  float: right;
}

#page_intro_body h1 {
  font-size: 1.6em;
  padding: 1.2em 40px 0.2em 20px;
}
#page_intro_body p {
  font-size: 1.2em;
  padding: 0 40px 1em 20px;
}
#page_intro_img {
  float: left;
  width: 380px;
}

.teaser_img img {
  -webkit-box-shadow: 0px 0px 1px 0px #000000;
  box-shadow: 0px 0px 1px 0px #000000;
}

/* Events */
#event_header {
  margin-top: -25px;
}
#event_header img {
  display: block;
}
#event_header .menubar {
  width: 100%;
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2em;
  background: #f1f1f1;
  font-size: 0.9em;
  z-index: 1;
}
#event_header .menubar .nav_list {
  list-style: none;
  z-index: 1;
  height: 2.1em;
}
#event_header .menubar .nav_list_item {
  display: inline;
  float: left;
  position: relative;
}

#event_header .menubar .nav_parent:link,
#event_header .menubar .nav_parent:visited {
  background: none;
  color: #595959;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.2em;
  display: block;
}
#event_header .menubar .nav_parent:hover,
#event_header .menubar .nav_parent:focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.2em;
  display: block;
}
/* keyboard focus hover state */
#event_header .menubar .parent_keyboard_focus {
  background: #e1e1e1;
  color: #000000;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.2em;
  display: block;
}
#event_title {
  font-size: 1.3em;
  margin: 0 0 1em 0;
}
#event_date {
  color: #000000;
  margin: 0 0 0.5em 0;
}
#register {
  font-weight: bold;
  margin: 1em 0;
}
#register_event {
  font-weight: bold;
  margin: 2em 0 1em 0;
}
#participants {
  background: #959595 url(images/people.jpg) left center no-repeat;
  color: #ffffff;
  padding: 0.4em 0.5em 0.4em 2em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#event_teaser {
  margin: -0.8em 0 0 0;
}
#event_date {
  margin: 2em 0 0 0;
}
.event_contact {
  margin: 1.3em 0 0 0;
}

/*Sponsors */
.committee_wrapper {
  margin-bottom: 3em;
}
#sponsors {
  margin: 1em 0 2em 0;
}
#all_sponsors {
}
/* .committee_wrapper .featured_sponsor .teaser_img {
width: 200px;
} */
/* .committee_wrapper .featured_sponsor .teaser_img img {
width: 200px;
height: 58px;
}*/
.committee_wrapper .featured_sponsor .teaser_text {
  display: inline;
  float: left;
  padding: 0.2em 1em;
}
.committee_wrapper .normal_sponsor .teaser_text {
  float: left;
}
.normal_sponsor ul {
  line-height: 1.5em;
}
#sponsoring_committee {
  margin: 1em 0 2em 0;
  font-style: italic;
}
#resources {
  margin: 2em 0 0 0;
}
#staff_links {
  margin: 2em 0 0 0;
}
.resource {
  border-top: 1px solid #d9d9d9;
  padding: 0.8em;
  font-size: 0.9em;
}
.resource:last-child {
  border-bottom: 1px solid #d9d9d9;
}
#misc_links {
  margin: 2em 0 0 0;
  border-top: 1px solid #d9d9d9;
  padding: 0.5em 0;
  font-size: 0.9em;
  color: #767676;
}
.gallery_thumb {
  float: left;
  margin: 0 6px;
  cursor: pointer;
}
#event_types {
  border-bottom: 1px solid #d9d9d9;
}
.event_section {
  margin: 0 4px;
  float: left;
}
.nav_tab,
.nav_tab:visited {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 0.5em;
  color: #767676;
  text-decoration: none;
  display: block;
}
.nav_tab:hover,
.nav_tab:focus {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 0.5em;
  color: #000000;
  text-decoration: none;
  background: #f1f1f1;
  display: block;
}
.nav_tab.active {
  color: #000000;
}

/* News */
#article_date {
  font-size: 0.9em;
  margin: -0.1em 0 2em 0;
}
#article_image_gallery {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0;
  margin: 0 0 2em 0;
}
.gallery_thumb img {
  -webkit-box-shadow: 0px 0px 4px #888888;
  box-shadow: 0px 0px 4px #888888;
}

/* Current News */
#current_news_teasers .first_teaser {
  border-top: 1px solid #d9d9d9;
}

/* Archive News */
.archive_teasers .first_teaser {
  border-top: 1px solid #d9d9d9;
}

/* ArCH */
#arch_description {
  padding-top: 1em;
}
.arch_name {
  color: #ff9a00;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.arch_subtitle {
  font-size: 0.8em;
  font-style: italic;
}
#arch_contributors {
  line-height: 1.7em;
  margin: 3em 0 3em 0;
}
#arch_contributors .cs12 {
  border-top: 1px solid #d9d9d9;
  padding-top: 1em;
}
#arch_contributors li {
  margin-top: 0.8em;
}
.arch_contrib_name {
  font-size: 0.8em;
  font-style: italic;
}
#brochure_link {
  font-weight: bold;
  margin: 2em 0;
}
.arch_join_title {
  font-size: 1.5em;
  color: #ff9a00;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.arch_join_subtitle {
  font-size: 0.9em;
  color: #9ea2a3;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 0em;
}
#arch_resources {
  border-top: 1px solid #d9d9d9;
  margin-top: 2em;
}
#foundation_vision {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
}
#foundation_mission {
  padding: 1em;
  margin-bottom: 1em;
}
.grant_amount {
  font-size: 0.9em;
  display: block;
  color: #333333;
}
.arch_history {
  padding: 1em 0;
}
.grant_deadline {
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.5em 0;
}
#grant_history {
  margin-top: 1.5em;
}
#foundation_guidelines h2 {
  padding-top: 1em;
}
/* Contract Docs */
.document {
  float: left;
  width: 70%;
}
.publication {
  float: left;
  width: 40%;
}
.publication_image img {
  float: left;
  width: 28%;
}
.publication_image_detail img {
  -webkit-box-shadow: 0px 0px 4px #888888;
  box-shadow: 0px 0px 4px #888888;
  margin: 0 0 1em 0;
}
.add_cart {
  float: right;
  width: 28%;
  text-align: right;
}
.doc_desc {
  padding: 0.2em 0 0 2.2em;
}
.price {
  padding: 0.4em 0 0.2em 2.2em;
}
.doc_price {
  font-weight: bold;
  color: #000000;
  padding: 0.2em 0 0 0;
}
.doc_qty {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 2em;
}
.add_button {
  font: 100% arial, sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0.2em 0.8em;
  border: 1px solid #bebebe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d1d1d1)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -ms-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: -o-linear-gradient(top, #ffffff, #d1d1d1);
  background-image: linear-gradient(top, #ffffff, #d1d1d1);
  text-shadow: 1px 1px 0 #ffffff;
  cursor: pointer;
}

/* Cart Preview */
#cart_preview {
  margin: 0 0 1.2em 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fffaf4;
  color: #000000;
}
.doc_item {
  padding: 0.5em 0.5em 0.2em 0.5em;
}
.doc_item.alt_row {
  background: #f2eae1;
  padding: 0.5em 0.5em 0.2em 0.5em;
}
.preview_item {
  float: left;
  width: 68%;
}
.preview_item_qty {
  float: right;
  width: 10%;
  font-weight: bold;
  text-align: right;
}
#preview_total {
  margin: 0.4em 0 0 0;
  border-top: 1px solid #d9d9d9;
  padding: 0.5em;
}
#total_item {
  float: left;
  width: 50%;
}
#total_amt {
  float: right;
  width: 40%;
  font-weight: bold;
  text-align: right;
}

/* Cart */
.cart_table {
  margin: 0.2em 0 0 0;
  width: 100%;
}
.cart_table .title_row {
  color: #eeeeee;
  background: #333333;
  border-top: 1px solid #d1d1d1;
}
.cart_table th,
.cart_table td {
  padding: 0.4em 0.8em;
  border-bottom: 1px solid #d1d1d1;
}
.cart_table .th_column {
  font-weight: bold;
  text-align: left;
}
.cart_table .th_column.total {
  font-weight: bold;
  text-align: right;
  color: #ffffff;
}
.cart_table .th_row {
  text-align: center;
  font-weight: bold;
}
.cart_table tr {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.cart_table .table_row {
  background: #ffffff;
}
.cart_table .table_row_alt {
  background: #f1f1f1;
}
.total {
  text-align: right;
  font-weight: bold;
  color: #000000;
}
.cart_qty {
  font: 100% arial, sans-serif;
  padding: 0.3em 0.1em;
  border: 1px solid #bebebe;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 2em;
}
#cart_footer {
  margin: 0 0 1.2em 0;
  padding: 0.8em;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fffaf4;
  color: #000000;
}
#cart_totals {
  float: right;
  width: 30%;
}
.total_title {
  float: left;
  width: 48%;
}
.dollar_amt {
  float: right;
  width: 48%;
  text-align: right;
  font-weight: bold;
}
#shipping {
  margin: 0.5em 0 0 0;
  border-top: 1px solid #d9d9d9;
  padding: 0.5em 0 0 0;
}
#total {
  font-size: 1.2em;
  margin: 0.5em 0 0 0;
  border-top: 1px solid #d9d9d9;
  padding: 0.5em 0 0 0;
}
#continue_shopping {
  margin: 0 1em 0 0;
  font-size: 0.9em;
}

/* Shared Cart Elements */
#cart_button,
.cart_button {
  text-align: right;
}

/* Checkout */
.form_item_highlight {
  background: #f1f1f1;
  font-weight: bold;
  padding: 0.5em 0;
  color: #000000;
}
#billing_info,
#shipping_info,
#payment_info,
#profile_info,
#profile_status {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f1f1f1;
}
.form_special {
  margin-top: 0.2em;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f1f1f1;
}
#billing_info fieldset,
#shipping_info fieldset,
#payment_info fieldset,
#profile_info fieldset,
.form_special fieldset {
  margin: 1em;
}
.form.checkout legend {
  font-size: 1.1em;
  color: #000000;
  font-weight: normal;
  padding: 0.5em 0.5em 0.5em 0;
}

/* Location */
#location_header {
  margin: -2em 0 2em 0;
}
#map {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.5em;
}
#map .link {
  padding: 0 0.5em;
}
#construction_report {
  margin: 1em 0 1.2em 0;
  border-top: 1px solid #b00000;
  border-bottom: 1px solid #b00000;
  padding: 0.8em 1em 0 1em;
  background: #fffaf4;
  color: #b00000;
}

/* Privacy Policies */
#policy_body {
  margin: 2em 0 0 0;
}

/* Site Map */
.site_map_group {
  margin: 2em 0 0 0;
}
.ul_temp {
  margin: 0 0 0 2em;
  list-style: square;
}

/* Thank You Pages */
#thank_you_body {
  margin: 2em 0 0 0;
}

/* About */
.goal_include {
  color: #76933d;
  font-size: 1.1em;
}
.goal_include_title {
  color: #76933d;
  font-size: 1.3em;
  font-weight: bold;
}
.goal_connect {
  color: #ff1016;
  font-size: 1.1em;
}
.goal_connect_title {
  color: #ff1016;
  font-size: 1.3em;
  font-weight: bold;
}
.goal_support {
  color: #1478c3;
  font-size: 1.1em;
}
.goal_support_title {
  color: #1478c3;
  font-size: 1.3em;
  font-weight: bold;
}
#goals {
  margin: 3em 0 5em 0;
}

/* Join */
#renew_membership_title {
  font-size: 1.3em;
  margin: 0 0 1em 0;
}
#renew_membership {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin-bottom: 2em;
}
#renew_membership h1 {
  margin-bottom: 1em;
}
#renew {
  font-weight: bold;
  margin: 1em 0;
}
#other_apps {
}

/* Submit Member News */
#submit_news_info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin-bottom: 2em;
}
#submit_news_info h1 {
  margin: 0 0 1em 0;
  font-size: 1.3em;
}

/* Featured Exhibitions */
#featured_exhibits_info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin-bottom: 2em;
}
#featured_exhibits_info h1 {
  font-size: 1.3em;
  margin: 0 0 1em 0;
  margin-bottom: 1em;
}

/* Post Job */
#post_job_info_title {
  font-size: 1.3em;
  margin: 0 0 1em 0;
}
#post_job_info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin-bottom: 2em;
}
#post_job_info h1 {
  margin-bottom: 1em;
}

/* Post Resume */
#post_resume_info_title {
  font-size: 1.3em;
  margin: 0 0 1em 0;
}
#post_resume_info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin-bottom: 2em;
}
#post_resume_info h1 {
  margin-bottom: 1em;
}

/* Become a Sponsor */
.event_date {
  font-size: 0.8em;
  font-style: italic;
}

/*Sponsor Event Detail */
#sponsorship_levels {
  margin-top: 3em;
}

#sponsorship_opportunities {
  line-height: 1.7em;
  margin: 0 0 3em 0;
}
/* All Sponsors */
.all_sponsors {
  margin-bottom: 1.5em;
}

/* Board */
.board_address {
  line-height: 1.2em;
  padding-top: 1em;
}
/* Continuing Education */
#related_links_ce {
  margin: 2em 0;
}

/* Member Management */
.label_simple {
  display: block;
}
#submit_button {
  text-align: right;
  margin: 0 1em 1em 0;
}
.label_example {
  font-size: 0.8em;
}
#profile_info .simple_label .member_img img {
  width: 100px;
  margin-bottom: 1em;
}
.example_logo {
  margin-top: 1.5em;
}
.example_logo img {
  margin-left: 1.5em;
}
.example_logo .label {
  margin-left: 1.5em;
}
.teaser .teaser_fields {
  color: #595959;
  font-size: 0.9em;
  float: left;
  width: 50%;
}
.delete_button {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* Site Search */
.site_search_results {
  margin-bottom: 2em;
}

/* Job Search */
.tar {
  float: right;
  text-align: right;
}
/*
.search_teasers .link_teaser .teaser_text {
float: right;
width: 560px;
color: #595959;
}
.search_teasers .link_teaser .teaser_img {
float: left;
width: 94px;
}
.search_teasers .first_teaser {
border-top: 1px solid #d9d9d9;
}
*/
/* Misc */
.footer_links {
  color: #767676;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.group_1 {
  float: left;
  width: 49%;
}
.group_2 {
  float: right;
  width: 49%;
}
.details {
  line-height: 1.2em;
}
.alt_row {
  background: #f1f1f1;
}
.group_section {
  margin: 0 0 2em 0;
}
.external_link:link,
.external_link:visited {
  font-size: 1.2em;
  text-decoration: none;
  color: #3386d7;
  border-bottom: 1px solid #f1f1f1;
}
.external_link:hover,
.external_link:focus {
  font-size: 1.2em;
  text-decoration: none;
  color: #002138;
  border-bottom: 1px solid #002138;
}
.image_header {
  margin: -2em 0 2em 0;
}
#calendar_search .form {
  margin: 0;
}
#calendar_search .textfield {
  width: 60%;
}
#calendar_search .form_section {
  padding: 0 40px 15px 20px;
  border: none;
}
.cards {
  font-size: 0.8em;
  margin: 0.5em 0;
}

#join_renew {
  font-size: 1.2em;
  padding: 0 40px 1em 20px;
}
#general_contact {
  margin: 1em 0;
}

/* Page Footer */
#page_footer {
  margin: 4em auto 2em auto;
  font-size: 0.7em;
  width: 960px;
}

#links_social {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#site_links {
  margin: 0.1em 0;
  padding: 0.5em 0;
  color: #767676;
}

#site_links .link {
  margin: 0 0.2em;
}
#site_links .link:first-child {
  margin-left: 0;
}
#social_networks {
  text-align: right;
  margin: 0.5em 0 0 0;
}

#social_networks_committee {
  text-align: right;
  display: inline;
  float: right;
  margin: 0.5em 0 0 0;
}
.social_icon {
  margin: 0 0 0 0.2em;
}
.committee_social {
  float: right;
  margin: -1.8em 0 0 0;
}

.social_icon_committee {
  margin: 0 0.2em 0 0;
  padding: 0.2em 0;
  display: inline;
}
#event_header .social_icon_committee img {
  display: inline;
}
#legals {
  font-size: 0.9em;
  color: #767676;
  margin: 0.4em 0;
}

#office_phone {
  text-align: right;
  font-size: 1.3em;
  color: #767676;
  margin: 0.2em 0;
}

/*************************** Gallery ***************************/
#gallery_detail {
  position: relative;
  margin: 1em 0 3em 0;
}
#gallery_image {
  padding: 2em 0 0 0;
  text-align: center;
  margin: 0 4em;
}
#gallery_previous {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
#gallery_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
#gallery_previous img,
#gallery_next img {
  position: absolute;
  top: 45%;
  left: 1.5em;
  width: 16px;
}
#gallery_caption {
  margin: 1em auto 0 auto;
  color: #888888;
}
#gallery_caption p {
  margin: 0;
}
.gallery_index {
  font-weight: bold;
  padding: 0 1em 0 0;
}
#gallery_loading {
  text-align: center;
  position: absolute;
  top: 300px;
  width: 100%;
}

/* HTML Content from CMS */
.html_content h2 {
  font-weight: normal;
  font-size: 1.2em;
  color: #000000;
  margin: 0 0 0.3em 0;
}
.html_content h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
  color: #000000;
}
.html_content p {
  margin: 0 0 1.2em 0;
  line-height: 1.5em;
}
.html_content p img {
  width: 100%;
  display: block;
}
.html_content a,
.html_content a:visited {
  text-decoration: none;
  color: #3386d7;
  border-bottom: 1px solid #f1f1f1;
}
.html_content a:hover,
.html_content a:focus {
  text-decoration: none;
  color: #002138;
  border-bottom: 1px solid #002138;
}
.html_content strong {
  font-weight: bold;
}
.html_content em {
  font-style: italic;
}
.html_content ol {
  list-style: decimal;
  margin: 0 0 1.2em 2em;
}
.html_content ol li {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.html_content ul {
  list-style: disc;
  margin: 0 0 1.2em 0;
}
.html_content ul li {
  margin: 0.5em 0 0.5em 1.5em;
  line-height: 1.2em;
}

/* Full Site View */
.full_view {
  display: none;
}
.full_view_link,
.full_view_link:visited {
  background: #767676;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
  margin: 1em;
}
.full_view_link:hover,
.full_view_link:focus {
  background: #595959;
}

/* Doc Upload Tool  - progress bar styles */
.progress_container {
  background: #999999;
  color: #ffffff;
  width: 100%;
  position: relative;
}
.progress_bar {
  background: #269f00;
  height: 100%;
  width: 0%;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
.progress_text {
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.4em 0.1em 0.4em;
  position: relative;
  z-index: 99;
}
.remove_file {
  float: right;
  background: #b40000;
  display: block;
  padding: 0 0.3em;
  border: 1px solid #ffffff;
  position: relative;
  top: -1px;
  right: -3px;
  font-size: 0.9em;
}

/* Committee Sponsors */
.sponsor_row {
  margin: 0 0 20px 0;
}
.sponsor_logo {
  width: 31%;
  margin: 0 0 0 2%;
  float: left;
  border: 1px solid #e6e7e8;
}
.sponsor_logo_img {
  border: 1px solid #e6e7e8;
}
.sponsor_logo:first-child {
  margin: 0 0 0 0;
}

/*************************** UI ***************************/
.ui-dialog h2 {
  margin: 0em 1em;
}
.ui-dialog p {
  margin: 0 1em 1em 1em;
}
.brand_dialog {
  display: inline;
  overflow: hidden;
}

.forgot_password {
  text-align: right;
  margin: 0;
  padding: 0 1.2em;
}

/*************************** UI Forms ***************************/
.ui-dialog .form {
  width: 100%;
  padding: 0;
  background: #ffffff;
  border: none;
}
.ui-dialog .form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.ui-dialog .form legend {
  font-size: 1em;
  font-weight: bold;
  margin: 0 1.0416%;
  padding: 0.5em 1em;
}
.ui-dialog .form .form_instructions {
  padding: 0.5em 1em;
  font-style: italic;
}
.ui-dialog .form fieldset .form_instructions {
  padding: 0.5em 1em;
  font-style: italic;
}
.ui-dialog .form .form_message {
  font-weight: bold;
}
.ui-dialog .form .form_warnings {
  margin: 1em;
  padding: 1em;
  color: #b40000;
  background: #f9eed3;
  font-size: 1.2em;
  border: none;
}
#main .ui-dialog .form .form_warnings p {
  margin: 0;
}
.ui-dialog .form .form_warnings ul {
  font-size: 0.8em;
}
.ui-dialog .form .form_warnings ul li {
  margin: 0.2em 0;
}
.ui-dialog .form em {
  color: #b40000;
}
.ui-dialog .form .form_list {
  list-style: none;
}
.ui-dialog .form .form_item {
  padding: 0.5em 1em;
  background: #ffffff;
}
.ui-dialog .form .form_item_alt {
  padding: 0.5em 1em;
  background: #eeeeee;
}
.ui-dialog .form .form_item_em {
  padding: 0.5em 1em;
  background: #f9f7de;
}
.ui-dialog .form .form_item_action {
  padding: 0.5em 1em;
  text-align: right;
}
.ui-dialog .form label {
  cursor: pointer;
}
.ui-dialog .form .label {
  display: block;
}
.ui-dialog .form .label_check {
  padding: 0 0.5em 0 0;
}
.ui-dialog .form input {
  font: normal normal normal 100% arial, sans-serif;
}
.ui-dialog .form .textfield {
  border: 1px solid #bfbfbf;
  display: block;
  font-size: 1.2em;
  width: 99%;
}
.ui-dialog .form .textarea {
  font: normal normal normal 100% arial, sans-serif;
  border: 1px solid #bfbfbf;
  display: block;
  font-size: 1.2em;
  width: 99%;
}
.ui-dialog .form .select {
  font: normal normal normal 100% arial, sans-serif;
  width: 99%;
}
.ui-dialog .form .browse_file {
  font: normal normal normal 100% arial, sans-serif;
  width: 99%;
}
.ui-dialog .form .button_submit {
  font: normal normal normal 100% arial, sans-serif;
  cursor: pointer;
}
.ui-dialog .form .fieldset_info {
  margin: 0 0.8em 1.2em 0.8em;
}
.ui-dialog .form .form_actions {
  clear: both;
}
.ui-dialog .form .input_active {
  background: #fffeee;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0&bgColorHeader=f1f1f1&bgTextureHeader=01_flat.png&bgImgOpacityHeader=100&borderColorHeader=f1f1f1&fcHeader=000000&iconColorHeader=666666&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=bfbfbf&fcContent=000000&iconColorContent=666666&bgColorDefault=4d4d4d&bgTextureDefault=01_flat.png&bgImgOpacityDefault=40&borderColorDefault=4d4d4d&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=4d4d4d&bgTextureHover=05_inset_soft.png&bgImgOpacityHover=50&borderColorHover=4d4d4d&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=bfbfbf&bgTextureActive=01_flat.png&bgImgOpacityActive=50&borderColorActive=bfbfbf&fcActive=000000&iconColorActive=000000&bgColorHighlight=ffeb80&bgTextureHighlight=06_inset_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=06_inset_hard.png&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=100&opacityOverlay=60&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=100&opacityShadow=60&thicknessShadow=2px&offsetTopShadow=-2px&offsetLeftShadow=-2px&cornerRadiusShadow=4
 */

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #bfbfbf;
  background: #ffffff url(images/ui-bg_flat_100_ffffff_40x100.png) 50% 50%
    repeat-x;
  color: #666666;
}
.ui-widget-content a {
  color: #000000;
}
.ui-widget-header {
  border: 1px solid #f1f1f1;
  background: #f1f1f1 url(images/ui-bg_flat_100_f1f1f1_40x100.png) 50% 50%
    repeat-x;
  color: #000000;
  font-weight: bold;
}
.ui-widget-header a {
  color: #000000;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #4d4d4d;
  background: #4d4d4d url(images/ui-bg_flat_40_4d4d4d_40x100.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #4d4d4d;
  background: #4d4d4d url(images/ui-bg_inset-soft_50_4d4d4d_1x100.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #bfbfbf;
  background: #bfbfbf url(images/ui-bg_flat_50_bfbfbf_40x100.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffde2e;
  background: #ffeb80 url(images/ui-bg_inset-hard_55_ffeb80_1x100.png) 50%
    bottom repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #9e0505;
  background: #cd0a0a url(images/ui-bg_inset-hard_45_cd0a0a_1x100.png) 50%
    bottom repeat-x;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_666666_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_666666_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_666666_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_000000_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_4ca300_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffcf29_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
}
.ui-widget-shadow {
  margin: -2px 0 0 -2px;
  padding: 2px;
  background: #000000 url(images/ui-bg_flat_100_000000_40x100.png) 50% 50%
    repeat-x;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 4;
  -khtml-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
}
/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
} /*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  width: 400px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 8px #000000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #000000; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 8px #000000; /* CSS3 Default */
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 0;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*******************************************
 HTML5 Boilerplate Cont. Leave at Bottom */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
