﻿/* *********************************************
 * 
 * Compress with http://cleancss.com/ to
 * deploy a smaller file in swr_styles.css
 * 
 * Caveat: Search for "0.95px" (or whatever
 * tooltip opacity is) after optimization
 * and replace it with "0.95".
 * It happens because opacity is not a valid
 * CSS 2.1 property, so a unitless number there
 * is "invalid" as far as the optimizer knows.
 * 
 * ********************************************* */

/* Base formatting for all pages */

body {
  border-collapse: collapse;
  font-family: 'times new roman',times,serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  margin: 40px 0;
}
body.notop {
  margin-top: 10px;
}

#wemakerobots {
  position: fixed;
  top: 50%;
  right: 2%;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
td {
  padding: 2px;
}

table.photos {
  border-width: 0;
}
table.photos td {
  text-align: center;
  vertical-align: center;
  padding: 0;
  padding-top: 10px;
  border: 0;
}
img {
  border: 0;
}
a {
  color: #ff0;
  text-decoration: none;
  -moz-outline: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.center,.centered {
  text-align: center;
}
.right {
  text-align: right;
}

#PBouter {
  margin-left: auto;
  margin-right: auto;
}

/* Global jQuery Tooltip formatting */

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #000;
  opacity: 0.95;
  font-weight: 500;
  padding: 5px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: auto;
  max-width: 300px;
  background-color: #306;
  display: none;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fixedwidth {
  width: 300px;
}

#tooltip h3 {
  font-size: 100%;
  padding: 2px;
  padding-left: 0;
}

#tooltip div {
  font-size: 75%;
}
#tooltip h3, #tooltip div {
  margin: 0;
  text-indent: 0;
  font-family: 'times new roman',times,serif;
}

#tooltip div.url {
  font-style: italic;
}

/* End global jQuery Tooltip formatting */

#TB_window {
  font-family: 'times new roman',times,serif;
  color: #fff;
  border: 1px solid #fff;
}
#TB_window,#TB_window div {
  background: #90f;
  color: #fff;
}
#TB_window a {
  color: #ccc !important;
}
#TB_window a:hover {
  color: #fff;
}
#TB_window h1,#TB_window h2,#TB_window h3,#TB_window h4 {
  margin-bottom: 0;
}
#TB_window h1 {
  font-size: 200%;
}
#TB_window h2 {
  font-size: 175%;
}
#TB_window h3 {
  font-size: 150%;
}
#TB_window h4 {
  font-size: 125%;
}
#TB_ajaxContent {
  padding-top: 5px;
}

/* Editor Form formatting */

#content form {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

fieldset {
  border: 3px double #000;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

fieldset legend {
  border: 1px solid #000;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

fieldset label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  display: block;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}

button,input[type=button],input[type=submit] {
  margin: 2px;
  background-color: #333;
  color: white;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-outline: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

input[type=text],input[type=password] {

}

span#submit_container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

/* Link formatting */

a:link {
  color: #ff0;
  background-color: inherit;
}
a:visited {
  color: #cc0;
  background-color: inherit;
}
a:hover {
  color: #fc0;
  background-color: inherit;
}
a:active {
  color: #33f;
  background-color: inherit;
}

/* Special icons for certain link types */
/* Files */
a.file,a.doc {
  padding-right: 18px;
  background: url(../../images/common/doc.png) center right no-repeat;
}
/* Google Docs */
a.google.doc {
  padding-right: 18px;
  background: url(../../images/common/document.png) center right no-repeat;
}
/* PDFs */
a.pdf {
  padding-right: 18px;
  background: url(../../images/common/pdf.png) center right no-repeat;
}
/* Google Docs/Spreadsheets Forms */
a.google.form {
  padding-right: 18px;
  background: url(../../images/common/form.png) center right no-repeat;
}
/* mailto:s/emails */
a.mailto,a.email {
  padding-right: 18px;
  background: url(../../images/common/email_go.png) center right no-repeat;
}
/* reports/checklists */
a.report,a.checklist {
  padding-right: 18px;
  background: url(../../images/common/report.png) center right no-repeat;
}

/* External links */
a.external {
  background: url(../../images/common/newwindow.gif) center right no-repeat;
  padding-right: 13px;
}

/* End special link formatting */
/* End link formatting */
/* General DIV Formatting -- Base Template */

div {
  color: #fff;
  background-color: transparent;
}

/* End General DIV Formatting */
/* Clearfix formatting */

div.clearfix {
  height: 0px;
  width: 1px;
  clear: both;
}
#content div.clearfix {
  clear: both;
  width: 100%;
  height: 1px;
}

/* End Clearfix formatting */
/* Hide LinkAlert DIV for Firefox users with that extension */

#linkalert-box {
  display: none;
}

/* End Hiding of LinkAlert DIV */
/* Begin msg header formatting */

.msg {
  margin: 2em auto 10px;
  text-align: center;
  padding: 2px;
  background-color: #fc0;
  color: #000;
  width: auto;
  max-width: 500px;
  clear: both;
  font: bold 10pt arial,sans-serif;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.criticalmsg {
  color: #fff;
  background-color: #f00;
}
.bigmsg {
  width: 700px;
  padding: 5px;
  margin-top: 0;
}

/* Close links */
a.msgclose {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
a.msgclose:hover {
  color: inherit;
}

/* End msg header formatting */
/* Embed formatting */

.page-Videos embed {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* End embed formatting */
/* Main layout container formatting */

#container {
  border: 5px #000 solid;
  padding: 0px;
  width: 875px;
  color: #000;
  overflow: hidden;
  margin: 0 auto;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* End main layout container formatting */
/* Header formatting */

#header {
  background: url(../../images/common/ultraviolet_logo_fade.gif) 10px 50% no-repeat;
  background-color: #90f;
  min-height: 135px;
  text-align: center;
  vertical-align: center;
  clear: both;
  padding: 5px 15px 5px 150px;
  font-family: 'times new roman',times,serif;
  font-size: 2em;
  -moz-border-radius-topleft: 19px;
  border-top-left-radius: 19px;
  -moz-border-radius-topright: 19px;
  border-top-right-radius: 19px;
}

#header h1 {
  font-size: 1em;
}
#header h2 {
  font-size: 0.75em;
  font-weight: normal;
}

#hover_text {
  font-size: 12px;
  font-family: arial,sans-serif;
  margin-left: -150px;
}

/* End header formatting */
/* Sub-header (tag) formatting */

#tag {
  background-color: #90f;
  font-family: 'monotype corsiva','URW Chancery L',arial,verdana,cursive;
  font-style: italic;
  clear: both;
  padding: 5px;
  text-align: center;
  border: 0 #000 solid;
  border-top-width: 1px;
}

/* Search box */
#search-form {
  float: right;
  clear: right;
  width: 220px;
  white-space: nowrap;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* End Sub-header (tag) formatting */
/* Background container for nav and content */

#stripecontainer {
  background: url(../../images/common/column_tile.png) -201px 0 repeat-y;
}

/* End background container */
/* Navigation DIV formatting */

#nav {
  background-color: transparent;
  color: #000;
  width: 190px;
  float: right;
  padding: 5px 0 10px;
  margin-left: 10px;
  font-family: 'times new roman',times,serif;
}

/* End navigation DIV formatting */
/* Navigation Link formatting */

#nav ul,#nav li,#nav ul ul,#nav li li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav #internal_nav a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
  border-right-width: 0;
  margin-top: 5px;
  cursor: default;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}
#nav #internal_nav ul li:last-child {
  margin-bottom: 15px;
}
#nav #internal_nav li.level0 {
  width: 190px;
}
#nav #internal_nav li.level1 {
  margin-left: 10px;
  width: 180px;
}
#nav #internal_nav li.level2 {
  margin-left: 20px;
  width: 170px;
}

#nav #internal_nav a:link {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
#nav #internal_nav a:visited {
  color: #ddd;
  text-decoration: none;
  background-color: transparent;
}
#nav #internal_nav a:hover {
  color: #fff;
  background-color: #609;
  border-style: solid;
}
#nav #internal_nav a:active {
  color: #000;
  background-color: #fc0;
}

/* Sidebar logos */
#nav #navlogos {
  text-align: center;
  margin: 25px auto 5px -10px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
#nav #navlogos h3 {
  margin: 5px auto;
  font: 0.9em arial,sans-serif;
  font-weight: 600;
}
#nav #navlogos a {
  clear: both;
}
#nav #navlogos img {
  margin: 10px auto;
}

/* Formatting for current location -- This is detected by a jQuery-based script which gives the current navbar link an ID of "cur" */

#nav #internal_nav li a#cur {
  color: #000 !important;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  font-weight: bold;
  z-index: 1000;
}

#nav #internal_nav li.level0 a#cur {
  width: 180px;
}
#nav #internal_nav li.level1 a#cur {
  width: 170px;
}
#nav #internal_nav li.level2 a#cur {
  width: 160px;
}

/* End current location formatting */
/* Main content formatting */

#content {
  color: #000;
  background-color: transparent;
  height: 100%;
  padding: 5px;
  padding-top: 10px;
  width: 664px;
  border: 0 #000 solid;
  border-width: 1px 0 0 1px;
  float: right;
  font-family: arial,sans-serif;
  font-size: 12.6667px;
  line-height: 1.5em;
}
#content p {
  margin: .5em 0 .75em 0;
}
#content a:link {
  color: #909;
}
#content a:visited {
  color: #808;
}
#content a:hover {
  color: #a0a;
  text-decoration: underline;
}
#content a:active {
  color: #fc0;
}
#content ul {
  list-style: disc;
}
#content ol {
  list-style: upper-roman;
}
#content ol ol {
  list-style: lower-roman;
}
#content acronym,#content span.info,#content abbr {
  border: 0 #999 dotted;
  border-bottom-width: 1px;
  cursor: help;
}
#content code {
  font-family: monospace;
}

/* Override for last content paragraph */

#content p:last-child {
  margin-bottom: 0px;
}

/* End override */
#content h1,#content h2,#content>h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.15em;
}
#content h1 {
  font-size: x-large;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
#content h1:first-child {
  margin-top: 0.3em;
}
#content h2 {
  font-size: large;
}

#content .backtotop {
  float: right;
  margin-left: 5px;
  font-size: 70%;
}

#content div {
  color: #000000;
}

#content address {
  white-space: pre;
  margin-left: 40px;
}

#content img.pageimage {
  margin: 15px auto 10px;
  display: block;
  text-align: center;
  border: 5px solid #90f;
}

/* Member page formatting */

.listitem > img {
  float: left;
  margin: 5px;
  margin-right: 20px;
}
.listitem {
  padding: 5px;
  padding-left: 15px;
  padding-right: 75px;
  margin-top: 1em;
  border: 1px solid #9900ff;
}
.listitem:hover {
  background: url(../../images/common/circuit_tile.png) 100% 0 repeat-y;
  border-left-width: 10px;
  padding-left: 6px;
}
.listitem p {
  padding-left: 176px;
}
.listitem h3,.listitem h4 {
  padding-left: 161px;
}
/* Remove coloring and hover effect for bio popup links */
#content .listitem h3 a, #content .listitem h3 a:link, #content .listitem h3 a:visited, #content .listitem h3 a:active {
  color: #000;
  text-decoration: none;
}

.listbioinline {
  display: none;
}

.personicon {
  margin-left: 10px;
}

/* End person-list page formatting */
/* Formatting for bigbox lists like the one on the Get Involved page */

#content ul.bigbox {
  list-style: none;
  font-size: 1.2em;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
}
#content ul.bigbox li {
  border: 1px solid #90f;
  width: auto;
  max-width: 50%;
  padding: 5px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
#content ul.bigbox li a, #content ul.bigbox li a:hover {
  text-decoration: none !important;
  color: #000 !important;
  display: block;
}
#content ul.bigbox li a:hover {
  color: #90f !important;
}

/* End bigbox list formatting */
/* End main content formatting */
/* Footer formatting */

#footer {
  font-family: arial,sans-serif;
  font-size: 70%;
  line-height: 1.5em;
  color: #ddd;
  text-align: center;
  padding: 5px;
  clear: both;
  border: 0 #000 solid;
  border-top-width: 1px;
  background-color: #90f;
  -moz-border-radius-bottomleft: 19px;
  border-bottom-left-radius: 19px;
  -moz-border-radius-bottomright: 19px;
  border-bottom-right-radius: 19px;
}

/* Friend Connect sign-in box */
#friendconnect-signin {
  position: absolute;
  top: 3px;
  right: 5px;
  font: 11.3333px/1.2em arial,sans-serif;
  width: 282px;
  text-align: right;
  white-space: nowrap;
  background: none;
}