/** * Base reset */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font-family: inherit;  vertical-align: baseline;}/** * html5 set */ article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {  display: block;}/** * base set */ blockquote, q { quotes: none; }blockquote:before, blockquote:after,q:before, q:after { content: ""; content: none; }ins { background-color: #ff9; color: #000; text-decoration: none; }mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }del { text-decoration: line-through; }abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }table { border-collapse: collapse; border-spacing: 0; }hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 0.5em 0; padding: 0; }input, select { vertical-align: middle; }select{max-width:180px;}button, input, select, textarea {	margin: 0;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	box-sizing:border-box;}/** * Minimal base styles. */a:hover, a:active { outline: none; }ul, ol { margin-left: 2em; }ol { list-style-type: decimal; }small { font-size: 85%; }b, strong, th { font-weight: bold; }td { vertical-align: top; }sub, sup { font-size: 75%; line-height: 0; position: relative; }sup { top: -0.5em; }sub { bottom: -0.25em; }i, em{font-style:italic;}pre {  white-space: pre; white-space: pre-wrap; word-wrap: break-word;  padding: 1.1em;}textarea { overflow: auto; }label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }select, input, textarea, button { font:99% Tahoma, Verdana, sans-serif; }h1, h2, h3, h4, h5, h6{	font-weight:bold;	margin:.6em 0 .2em;}body {  font: 12px/1.4 Helvetica, Arial, sans-serif;}h1,h2{font-size:160%;line-height:1.1;}h3{font-size:140%;line-height:1.2;}h4{font-size:130%;line-height:1.25;}h5{font-size:120%;line-height:1.3;}h6{font-size:110%;line-height:1.35;}/* * some drupal style */table {  width: 100%;}thead th {  border-bottom: 2px solid #d3e7f4;  color: #494949;  font-weight: bold;}th a:link, th a:visited {  color: #6f9dbd;}td, th {  padding: .2em;}tr.even, tr.odd, tbody th {  border: solid #d3e7f4;  border-width: 1px 0;}tr.odd, tr.info {  background-color: #edf5fa;}tr.even {  background-color: #fff;}tr.drag {  background-color: #fffff0;}tr.drag-previous {  background-color: #ffd;}tr.odd td.active {  background-color: #ddecf5;}tr.even td.active {  background-color: #e6f1f7;}td.region, td.module, td.container, td.category {  border-top: 1.5em solid #fff;  border-bottom: 1px solid #b4d7f0;  background-color: #d4e7f3;  color: #455067;  font-weight: bold;}tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {  border-top-width: 0;}span.form-required {  color: #ffae00;}span.submitted, .description {  font-size: 0.92em;  color: #898989;}.description {  line-height: 150%;  margin-bottom: 0.75em;  color: #898989;}.messages, .preview {  margin: .75em 0 .75em;  padding: .5em 1em;}.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {  margin: 0.25em 0;}/** * Status report colors. */table.system-status-report tr.error, table.system-status-report tr.error th {  background-color: #fcc;  border-color: #ebb;  color: #200;}table.system-status-report tr.warning, table.system-status-report tr.warning th {  background-color: #ffd;  border-color: #eeb;}table.system-status-report tr.ok, table.system-status-report tr.ok th {  background-color: #dfd;  border-color: #beb;}/** * Generic elements. */.messages {  background-color: #fff;  border: 1px solid #b8d3e5;}.preview {  background-color: #fcfce8;  border: 1px solid #e5e58f;}div.status {  color: #33a333;  border-color: #c7f2c8;}div.error, tr.error {  color: #a30000;  background-color: #FFCCCC;}.form-item input.error, .form-item textarea.error {  border: 1px solid #c52020;  color: #363636;}/** * Local tasks */ul.primary, ul.primary li, ul.secondary, ul.secondary li {  border: 0;  background: none;  margin: 0;  padding: 0;}#tabs-wrapper {  position: relative;}ul.primary {  padding: 0.5em 0 10px;  float: left; /* LTR */}ul.secondary {  clear: both;  text-align: left; /* LTR */}ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {  border: 0;  background: transparent;  padding: 4px 1em;  margin: 0 0 0 1px; /* LTR */  height: auto;  text-decoration: none;  position: relative;  top: -1px;  display: inline-block;}ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {  background: #A6CEE7;  color: #fff;}ul.primary li.active a,ul.secondary li.active a {  font-weight: bold;}/** * Nodes & comments */.node {  margin: 0 0 1.5em;}.node p{	margin:.4em 0;}.node td{	vertical-align: middle;}.node .links, .comment .links {  text-align: left; /* LTR */}.picture, .comment .submitted {  float: right; /* LTR */  clear: right; /* LTR */  padding-left: 1em; /* LTR */}.new {  color: #000;  font-size: 0.92em;  font-weight: bold;  float: right; /* LTR */}.terms {  float: right; /* LTR */}.preview .node, .preview .comment, .sticky {  margin: 0;  padding: 0.5em 0;  border: 0;  background: 0;}.sticky {  padding: 1em;  background-color: #fff;  border: 1px solid #e0e5fb;  margin-bottom: 2em;}#comments {  position: relative;}#comments h2.comments {  padding: .5em 0;}.comment {  padding: 1.5em 0;}.indented {  margin-left: 25px; /* LTR */}.comment h3 a.active {  color: #494949;}/** * Aggregator.module */#aggregator {  margin-top: 1em;}#aggregator .feed-item-title {  font-size: 160%;  line-height: 130%;}#aggregator .feed-item {  margin-bottom: 1.75em;}#aggregator .feed-item-categories {  font-size: 0.92em;}#aggregator .feed-item-meta {  font-size: 0.92em;}/** * Menu.module */tr.menu-disabled {  opacity: 0.5;}tr.odd td.menu-disabled {  background-color: #edf5fa;}tr.even td.menu-disabled {  background-color: #fff;}.menu a{	display:block;}/** * Poll.module */.poll .bar {  background: #fff repeat-x 0 0;  border: solid #f0f0f0;  border-width: 0 1px 1px;}.poll .bar .foreground {  background: #71a7cc repeat-x 0 100%;}.poll .percent {  font-size: .9em;}/** * Autocomplete. */#autocomplete li {  cursor: default;  padding: 2px;  margin: 0;}/** * Collapsible fieldsets */fieldset {  margin: 1em 0;  padding: 1em;  border: 1px solid #d9eaf5;  background: #fff;  color:#333;}fieldset a{  color:#222;}/* Targets IE 7. Fixes background image in field sets. */*:first-child+html fieldset {  padding: 0 1em 1em;  background: transparent 0 .75em;}*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {  padding-top: 1em;}fieldset legend {  /* Fix disappearing legend in FFox */  display: block;}*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {  display: inline;}html.js fieldset.collapsed {  background: transparent;  padding-top: 0;  padding-bottom: .6em;}html.js fieldset.collapsible legend a {  padding-left: 2em; /* LTR */  background: url("data:image/gif;base64,R0lGODlhCgAKAMQUAM/Q0vT09Ojr7s7Q0dLU1f7+/u/z9+Dj5tfX1+Dg4MrKyufq7tfZ27m5uba2tsLCwvv7+7W1tbS0tP////P3+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABQALAAAAAAKAAoAAAU0ICWOZGkCkaRKEUAtTzHNU/Es1JDQUzKIggZkBmkIRgTEDEEgGRyBgMNQYigUDBPlcCCFAAA7") no-repeat 0 50%; /* LTR */}html.js fieldset.collapsed legend a {  background: url("data:image/gif;base64,R0lGODlhCgAKAMQWALm5ucLCwvv7+/H1+NLU1c7Q0dbW1uHk58nJyba2ttjb3c3P0OHh4dfZ2/T09Obq7eLi4vPz88zO0Ofq7rS0tP////P3+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABYALAAAAAAKAAoAAAUtoCVOYlkWwUKaFlUxADGYbiUYiVLWVRUhBxGv4gAKe7dEY1eBxGangOTBGlVDADs=") no-repeat 0 50%; /* LTR */}/** * Syndication icons and block */#block-node-0 h2 {  float: left; /* LTR */  padding-right: 20px; /* LTR */}#block-node-0 img, .feed-icon {  float: right; /* LTR */  padding-top: 4px;}#block-node-0 .content {  clear: right; /* LTR */}/** * Login Block */#user-login-form {  text-align: center;}#user-login-form ul {  text-align: left; /* LTR */}/** * User profiles. */.profile {  margin-top: 1.5em;}.profile h3 {  border-bottom: 0;  margin-bottom: 1em;}.profile dl {  margin: 0;}.profile dt {  font-weight: normal;  color: #898989;  font-size: 0.92em;  line-height: 1.3em;  margin-top: 1.4em;  margin-bottom: 0.45em;}.profile dd {  margin-bottom: 1.6em;}/** * Admin Styles */div.admin-panel,div.admin-panel .description,div.admin-panel .body,div.admin,div.admin .left,div.admin .right,div.admin .expert-link,div.item-list,.menu {  margin: 0;  padding: 0;}div.admin .left {  float: left; /* LTR */  width: 48%;}div.admin .right {  float: right; /* LTR */  width: 48%;}div.admin-panel {  background: #fff repeat-x 0 0;  padding: 1em 1em 1.5em;}div.admin-panel .description {  margin-bottom: 1.5em;}div.admin-panel dl {  margin: 0;}div.admin-panel dd {  color: #898989;  font-size: 0.92em;  line-height: 1.3em;  margin-top: -.2em;  margin-bottom: .65em;}table.system-status-report th {  border-color: #d3e7f4;}#autocomplete li.selected, tr.selected td, tr.selected td.active {  background: #027ac6;  color: #fff;}tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {  color: #d3e7f4;}tr.taxonomy-term-preview {  opacity: 0.5;}tr.taxonomy-term-divider-top {  border-bottom: none;}tr.taxonomy-term-divider-bottom {  border-top: 1px dotted #CCC;}/** * Generic elements. */.messages {  background-color: #fff;  border: 1px solid #b8d3e5;}.preview {  background-color: #fcfce8;  border: 1px solid #e5e58f;}div.status {  color: #33a333;  border-color: #c7f2c8;}div.error, tr.error {  color: #a30000;  background-color: #FFCCCC;}.form-item input.error, .form-item textarea.error {  border: 1px solid #c52020;  color: #363636;}/** * dblog.module */tr.dblog-user {  background-color: #fcf9e5;}tr.dblog-user td.active {  background-color: #fbf5cf;}tr.dblog-content {  background-color: #fefefe;}tr.dblog-content td.active {  background-color: #f5f5f5;}tr.dblog-warning {  background-color: #fdf5e6;}tr.dblog-warning td.active {  background-color: #fdf2de;}tr.dblog-error {  background-color: #fbe4e4;}tr.dblog-error td.active {  background-color: #fbdbdb;}tr.dblog-page-not-found, tr.dblog-access-denied {  background: #d7ffd7;}tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {  background: #c7eec7;}/** * Status report colors. */table.system-status-report tr.error, table.system-status-report tr.error th {  background-color: #fcc;  border-color: #ebb;  color: #200;}table.system-status-report tr.warning, table.system-status-report tr.warning th {  background-color: #ffd;  border-color: #eeb;}table.system-status-report tr.ok, table.system-status-report tr.ok th {  background-color: #dfd;  border-color: #beb;}.block-region {  padding: 1em;  background: transparent;  border: 2px dashed #b4d7f0;  text-align: center;  font-size: 1.3em;}.node p{	margin-bottom:0.6em;}#wrapper #container .breadcrumb {  font-size: 0.92em;}#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {  color: #529ad6;}#mission {  padding: 1em;  background-color: #fff;  border: 1px solid #e0e5fb;  margin-bottom: 2em;}