/**
 * Weq, for Wequassett Academy (for Drupal 5.0)
 * Adapted by Ben Chadwick, for Krate Design, from "Garland" theme by:
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #fefefe url(../../images/gradient.jpg) repeat-x top left;
  font: 12px/150% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

input {
  font: 12px/100% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

textarea, select {
  font: 12px/160% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia,Times New Roman,Serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height:120%;
  padding:0;
  margin-top:-6px;
  font-family: Georgia;
  font-style:italic;
  color:#295285;
}
h2.title {
	font-style:normal;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #295285;
  text-decoration: none;
}

a:hover {
  color: #295285;
  text-decoration: underline;
}

a:active, a.active {
  color: #295285;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #fbfbfb;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin-left: 20px; 
  padding: 0 0 .2em 0;
  list-style-image: url(../../images/menu-leaf.png);

}

ul li.expanded {
  list-style-image: url(../../images/menu-leaf.png);
  /*background: transparent url(../../images/menu-leaf.png) no-repeat 1px .45em;*/
  font-weight:normal;
}
ul li.leaf a.active,
ul li.expanded a.active
{
  font-weight:bold;
  color:#474747;
}

ul li.collapsed {
  list-style-image: url(../../images/menu-leaf.png);
  /*background: transparent url(../../images/menu-leaf.png) no-repeat 1px .45em;*/
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
  border:0;
}

thead th {
  border-bottom: 2px solid #ffffff;
  color: #303030;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #8c8c8c;
}

tr.even, tr.odd, tbody th {
  border: solid #ffffff;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #fefefe;
}

tr.even {
  background-color: #ffffff;
}

tr.odd td.active {
  background-color: #fefefe;
}

tr.even td.active {
  background-color: #fefefe;
}

td.region, td.module, td.container {
  background-color: #fefefe;
  color: #323b4c;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #efa300;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #787878;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #787878;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 0em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #fefefe;
  width:840px;
  margin:0 auto;
  text-align:center;
 /* background: #ffffff url(../../themes/weq/bg-navigation.png) repeat-x 50% 100%; */
}

#header-region .block {
  margin: 0 auto;
}

#header-region .block-region {
  margin: 0 auto; /* 0.5em 1em; */
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0;
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  /* background: #fefefe url(../../themes/weq/body.png) repeat-x 50% 0; */
  width:840px;
  margin: 0 auto;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fefefe;
}
#wrapper .faux_columns {
  background-image: url(../../themes/weq/images/faux-column.png);
  background-repeat: repeat-y;
  background-position: 180px;
}

#wrapper #container #header {
  margin: 0 auto;
  width:800px;
  color:#000000;
  background: #FFF;
}

#logo
{
  float:left;
  clear:both;
}

#wrapper #container #header #logo-floater {
  top:0;
  width:800px; /* 100%; */
  margin:0 auto;
  padding-top:8px;
  background-color: #FFF; 
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columsn, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -170px;
}
body.sidebar-right #center {
  margin-right: -170px;
}
body.sidebars #center {
  margin: 0 -170px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 170px;
}
body.sidebar-right #squeeze {
  margin-right: 170px;
}
body.sidebars #squeeze {
  margin: 0 170px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 20px 1px 0px 0;
  width: 158px; 
  float: left;
  z-index: 2;
  position: relative;
  margin-top:30px;
}

#wrapper #container .sidebar .block {
  margin: 0 0 15px 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0 0;
  background: #fefefe;
}


#sidebar-left .block-region {
  margin: 0 10px 0 0px;
}

#sidebar-right .block-region {
  margin: 0 0 0 15px;
}

.block-region {
  padding: 4px 4px 0 4px;
  background: transparent;
  border: 2px dashed #ffffff;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  width: 630px; 
  position: relative; 
  z-index: 100; 
}

.front-page .right-corner {
  width: 790px; 
}

#wrapper #container #center .right-corner {
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 0px 25px 0 35px;
  background-color: transparent;
  margin-left: -10px;
  position: relative;
  left: -10px;
  margin-bottom:5px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 20px 0 0;
  padding-bottom: 20px;
  color: #787878;
  background-color: #FFF;
}
#wrapper #container #footer * {
  background-color: #FFF;
}

#wrapper #container .breadcrumb {
/* 
  /* position: absolute;
  top: 15px;
  left: 35px;  * /
  margin-top:5px;
  z-index: 3; */
  display:none;
}

body.sidebar-left  #footer {
  margin-left: -170px;
}

body.sidebar-right #footer {
  margin-right: -170px;
}

body.sidebars #footer {
  margin: 0 -170px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  font-weight: normal;
  text-shadow: #423176 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #766fa2;
}

#mission {
  padding: 1em;
  background-color: #ffffff;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */

ul.primary-links {
  margin: 0 0 27px;
  padding: 10px 0 10px 0;
  color:#000000;
  width:800px;
  overflow:hidden; /* this suppresses the 2nd and 3rd registration link that would otherwise appear for admins/registrars; no functionality is lost. */
  height:20px;
  float:left;
  border-bottom:1px solid #8fa3aa;

}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin:0 auto;
  text-align:center;
  padding: .75em 0 0;
  /* color:#00008a; */ /* removed because it makes safari annoying */
}

 ul.primary-links li a.active {
  display: block;
  margin:0 auto;
  text-align:center;
  padding: .75em 0 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
  color:#000000;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  color:#000000;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #d7d6e1;
  background: transparent;
  color:#000000;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #d7d6e1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color:#000000; 
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #fdfdfd;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

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: 1px solid #f60;
  background: transparent;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
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: url(../../themes/weq/bg-tab.png) repeat-x 0 50%;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 -26px 0 -26px;
  padding: 0 0 0 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #efa300;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #ffffff;
  margin-bottom: 2em;
  border: 1px solid #ffffff;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #fdfdfd;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0; 
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #fdfdfd;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #303030;
}

.node .content, .comment .content {
  margin: 0 0 0 0;
  text-align: justify;
  color:#676767;
  padding-left:0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #fdfdfd;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #787878;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #ffffff;
}
#palette .item-selected {
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #ffffff;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #fefefe;
}
tr.even td.menu-disabled {
  background-color: #ffffff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #ffffff url(../../themes/weq/bg-bar-white.png) repeat-x 0 0;
  border: solid #fcfcfc;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #fcfcfc url(../../themes/weq/bg-bar.png) 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 #ffffff;
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(../../themes/weq/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(../../themes/weq/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 10px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
  z-index:1000;
}
#user-login-form ul {
  text-align: left;
}

/**
 * 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;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #ffffff url(../../themes/weq/gradient-inner.png) 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: #787878;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #ffffff;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #332d7c;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #dbdae6;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/*******************************************************************
 *                                        *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-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;
}
.field-field-quote
{
  margin: 0 0 1.5em 0;
  background-color:#fff;
  padding:0px;
  float:left;
  clear:both;
  width: 120px; 
  font-family: Georgia,Times New Roman,Serif; 
  font-style:italic;
  font-size:1.2em;
  line-height:110%;
  color:#676767;
}
div.content img {
  margin-right:10px;
}
table {
  border:0;
}
table.course_catalog
{
  margin-bottom:10px;
  border-collapse:collapse;
  text-align:left;
  z-index:1;
}
table.course_catalog tr 
{
}
table.course_catalog tr td
{
  padding:0 4px 0 0;
  vertical-align:center;
  font-size:0.9em;
}
table.course_catalog .school_header 
{
  font-size:1.6em;
  font-style:italic;
  text-align:left;
  border:0;
  color:#295285;
}
table.course_catalog .school_header td 
{
  font-family: Georgia,Times New Roman,Serif; 
  padding-bottom:5px;
  margin:0;
  padding:0;
}
table.course_catalog .school_header td,
table.course_catalog .department_header td
{
  padding-top:10px;
}
table.course_catalog .department_header 
{
  font-family: Arial,Helvetica,Sans-Serif;
  font-size:1.3em;
  border:0;  
}
table.course_catalog .course_header td
{
}
table.course_catalog .course_header 
{
  font-size:1.2em;
  font-weight:bold;
  border:0;  
}
table.course_catalog tr.class_schedule,
table.course_catalog tr.class_schedule_archived
{
  font-size:0.8em;
}
table.course_catalog tr.class_schedule td
{
  font-family: Arial,Helvetica,Sans-Serif;
  background-color:#e9f3fc;
  vertical-align:top;
  margin:2px;
  border:2px solid #FFF;
  line-height:1.2em;
}
table.course_catalog tr.class_schedule td.cen
{
  text-align:center;
  vertical-align:middle;
  padding:2px;
  color:#676767;
}
table.course_catalog tr.class_schedule_head td.cen
{
  background-color:#fff; /* f0f0ff; */
  color:#676767;
  text-align:center;
  vertical-align:middle;
  border:2px solid #FFF;
  font-weight:bold;
  text-decoration:underline;
  padding:2px;
}
td.shrink,
table.course_catalog tr.class_schedule_archived td.cen
{
  background-color:#fef0f0;
  text-align:center;
  vertical-align:middle;
  text-decoration:underline;
  padding:2px;
  border:2px solid #FFF;
  color:#676767;
}
td.shrink
{
	padding:0;
	width:1px;
	margin:0;
	font-size:0;
	text-align:center;
}
table.course_catalog tr.class_schedule td.left
{
  font-family: Arial,Helvetica,Sans-Serif;
  padding:4px;
  text-align:left;
  padding-left:4px;
  color:#676767;
}
#sidebar_margin
{
  margin-top:27px; 
  padding:0;
  margin-left:-27px;
  padding-left:27px; 
}
span.catalog_classname
{
  font-family: Arial Black;
  font-size:1em;
}
table.course_catalog tr td {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size:1.1em;
  line-height:1.2em;
}
/* definitions for individual menu items on the primary list */
a.menu-1-1-2,
a.menu-1-1-2-active { /* general */
	color:transparent;
	color:#fff !important;
	width:132px;
	text-decoration:none;
	height:20px;
	line-height:0;
	font-size:1px;
        background: transparent url(../../images/nav-general.gif) no-repeat 10px center;
	display:block;	
	float:left;
}
a.menu-1-2-2,
a.menu-1-2-2-active { /* about */ 
	color:transparent;
	color:#fff !important;
	line-height:0;
	text-decoration:none;
	width:156px;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-about.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-3-2,
a.menu-1-3-2-active { /* academic */
	color:transparent;
	color:#fff !important;
	line-height:0;
	text-decoration:none;
	width:184px;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-academic.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-4-2,
a.menu-1-4-2-active { /* courses */
	color:transparent;
	color:#fff !important;
	width:97px;
	height:20px;
	font-size:1px;
	text-decoration:none;
	line-height:0;
        background: transparent url(../../images/nav-courses.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-5-2,
a.menu-1-5-2-active
 { /* faculty */
	width:100px;
	height:20px;
	color:transparent;
	color:#fff !important;
	padding-top:10px;
	font-size:1px;
        background: transparent url(../../images/nav-faculty.gif) no-repeat center;
	text-decoration:none;
	line-height:0;
	display:block;
	float:left;
}
a.menu-1-6-2,
a.menu-1-7-2,
a.menu-1-8-2,
a.menu-1-6-2-active,
a.menu-1-7-2-active,
a.menu-1-8-2-active { /*, registration */
	text-decoration:none;
	width:131px;
	color:transparent;
	color:#fff !important;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-registration.gif) no-repeat 26px center;
	display:block;
	line-height:0;
	float:left;
}
ul.primary.tabs li a,
ul.secondary.tabs li a,
ul.tabs li a, ul.tabs li a,
ul.tabs li a, ul.tabs li a.active
ul.primary li a.active
{
  display:block;
  padding: 2px 5px 0 5px;
  border:1px solid #CCC;
  float:left;
  margin:10px 2px 5px 10px;
}
ul.primary.tabs li a:hover,
ul.secondary.tabs li a:hover,
ul.tabs li a:hover,
ul.tabs li a.active:hover
{
  display:block;
  padding: 2px 5px 0 5px;
  border:1px solid #CCC;
  background-color:#Fee;
  float:left;
  margin:10px 2px 5px 10px;
}

input.form-submit /* adjust position on login button */
{
  position:relative;
  top:2px;
  left:4px;
}
.regresult
{
        display:block;
        width:100%;
        padding:10px;
        background-color:#fee;
        color:#000;
}
input.register_button
{
  position:relative;
  top:15px;
  padding:0;
  margin:0;
  border:0;
  left:2px;
}
.title
{
  font-size:1.1em;
  font-weight:bold;
}
#user-login-form div div.form-item label span.form-required
{ 
	 display:none;
}
input,select,textarea
{
  border:1px solid #8fa3aa;
  background-color:#FFF;
}
#edit-user-login-block {
	 display:none;
}
div#footer
{
	font-size:11px;
	clear:both;
	width:800px;
	background-color: #FFF;
	padding-top:20px;
}
#footer .wrapper { 
	padding-top:10px;
	display: block;
	border-top:1px solid #8fa3aa;	
}
#footer #f-arr
{
	width:400px;
	color:#676767;
	float:left;
	text-align:left;
}
#footer #f-sd
{
	width:267px;
	float:left;
	text-align:left;
}
#footer #f-links
{
	width:400px;
	float:left;
	text-align:right;
}
.sidebar 
{
	  margin-bottom:0;
}
div.contextMenu
{
	 width:200px;
}
table.course_catalog {
	 margin:0;
	 margin:0 0 15px 0;
	 color:#295285;
}
.course_description
{
	color:#676767;
	font-size:1em;
}
input.form-radio { border: 0; }
input[type="checkbox"]
{
	border:0;
}
input[type="button"]
{
	margin-right:5px;
}
input[type="submit"]
{
	margin-top:10px;
}
h2.with-tabs
{
	margin-top:10px;
}
/* some stuff for the user login at the top of the page */
table.transcript
{
	color:#676767;
}
#header-left
{
	margin-top:5px;
	padding:0 8px 0 0;
	margin-right:8px; 
	border-right:1px solid #979797;
	float:right;
}
#header-right
{
	margin-top:5px;
	float:right;
	padding:0 20px 0 0;
}
form div div.container-inline a
{
padding-left:5px;
position:relative;
top:5px;
}
.floating-div
{
  background-color:#fcfcde;
  padding:4px; 
  width:150px;
  border:1px solid #CCC;
  position:absolute;
  z-index:10000;
  left:-160px;
  color:#000;

}
.bottom-fat
{
  width:200px;
  margin-bottom:400px;
}

form 
{
  clear:both;
}
div .messages
{
  clear:both;
}
input.field_textbox { width: 120px; }
#user_profile .category { font-size: 150%; font-weight: bold; }
#user_profile .name { font-size: 125%; }
#user_profile .value { margin: 0 0 0 20px; }

#scheduledClass_notes { width: 250px; height: 50px; }

.department_header, .catalog_classname, .archive_checkbox { color: #295285; }
table.course_catalog { color: #676767; }
/*{{{ course schedule columns */
col.course_id { width: 65px; }
col.course_room { width: 60px; }
col.course_datetime { width: 85px; }
col.course_professor { width: 80px; }
col.course_notes { width: 100px; }
col.course_register { width: 60px; }
col.course_archive { width: 30px; }

/*}}} */
#sidebar-left .sidebar { position: absolute; z-index: -1000; }
hr.clear { clear: both; visibility: hidden; }
#footer { clear: both; }
/* I can't believe this became REALLY handy */
#node-25 { margin-top: -11px; }

.front-page #center { width: 100%; }

/*
     FILE ARCHIVED ON 15:13:22 Aug 04, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:37:06 Mar 21, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 405.538 (3)
  esindex: 0.011
  captures_list: 438.916
  CDXLines.iter: 15.18 (3)
  PetaboxLoader3.datanode: 434.051 (5)
  exclusion.robots: 0.441
  exclusion.robots.policy: 0.421
  RedisCDXSource: 13.219
  PetaboxLoader3.resolve: 201.84 (3)
  load_resource: 285.542
*r Drupal 5.0)
 * Adapted by Ben Chadwick, for Krate Design, from "Garland" theme by:
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #fefefe url(../../images/gradient.jpg) repeat-x top left;
  font: 12px/150% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

input {
  font: 12px/100% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

textarea, select {
  font: 12px/160% Arial, Helvetica, Sans-Serif;
  color: #303030;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia,Times New Roman,Serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height:120%;
  padding:0;
  margin-top:-6px;
  font-family: Georgia;
  font-style:italic;
  color:#295285;
}
h2.title {
	font-style:normal;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #295285;
  text-decoration: none;
}

a:hover {
  color: #295285;
  text-decoration: underline;
}

a:active, a.active {
  color: #295285;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #fbfbfb;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin-left: 20px; 
  padding: 0 0 .2em 0;
  list-style-image: url(../../images/menu-leaf.png);

}

ul li.expanded {
  list-style-image: url(../../images/menu-leaf.png);
  /*background: transparent url(../../images/menu-leaf.png) no-repeat 1px .45em;*/
  font-weight:normal;
}
ul li.leaf a.active,
ul li.expanded a.active
{
  font-weight:bold;
  color:#474747;
}

ul li.collapsed {
  list-style-image: url(../../images/menu-leaf.png);
  /*background: transparent url(../../images/menu-leaf.png) no-repeat 1px .45em;*/
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
  border:0;
}

thead th {
  border-bottom: 2px solid #ffffff;
  color: #303030;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #8c8c8c;
}

tr.even, tr.odd, tbody th {
  border: solid #ffffff;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #fefefe;
}

tr.even {
  background-color: #ffffff;
}

tr.odd td.active {
  background-color: #fefefe;
}

tr.even td.active {
  background-color: #fefefe;
}

td.region, td.module, td.container {
  background-color: #fefefe;
  color: #323b4c;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #efa300;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #787878;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #787878;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 0em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #fefefe;
  width:840px;
  margin:0 auto;
  text-align:center;
 /* background: #ffffff url(../../themes/weq/bg-navigation.png) repeat-x 50% 100%; */
}

#header-region .block {
  margin: 0 auto;
}

#header-region .block-region {
  margin: 0 auto; /* 0.5em 1em; */
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0;
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  /* background: #fefefe url(../../themes/weq/body.png) repeat-x 50% 0; */
  width:840px;
  margin: 0 auto;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fefefe;
}
#wrapper .faux_columns {
  background-image: url(../../themes/weq/images/faux-column.png);
  background-repeat: repeat-y;
  background-position: 180px;
}

#wrapper #container #header {
  margin: 0 auto;
  width:800px;
  color:#000000;
  background: #FFF;
}

#logo
{
  float:left;
  clear:both;
}

#wrapper #container #header #logo-floater {
  top:0;
  width:800px; /* 100%; */
  margin:0 auto;
  padding-top:8px;
  background-color: #FFF; 
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columsn, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -170px;
}
body.sidebar-right #center {
  margin-right: -170px;
}
body.sidebars #center {
  margin: 0 -170px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 170px;
}
body.sidebar-right #squeeze {
  margin-right: 170px;
}
body.sidebars #squeeze {
  margin: 0 170px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 20px 1px 0px 0;
  width: 158px; 
  float: left;
  z-index: 2;
  position: relative;
  margin-top:30px;
}

#wrapper #container .sidebar .block {
  margin: 0 0 15px 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0 0;
  background: #fefefe;
}


#sidebar-left .block-region {
  margin: 0 10px 0 0px;
}

#sidebar-right .block-region {
  margin: 0 0 0 15px;
}

.block-region {
  padding: 4px 4px 0 4px;
  background: transparent;
  border: 2px dashed #ffffff;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  width: 630px; 
  position: relative; 
  z-index: 100; 
}

.front-page .right-corner {
  width: 790px; 
}

#wrapper #container #center .right-corner {
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 0px 25px 0 35px;
  background-color: transparent;
  margin-left: -10px;
  position: relative;
  left: -10px;
  margin-bottom:5px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 20px 0 0;
  padding-bottom: 20px;
  color: #787878;
  background-color: #FFF;
}
#wrapper #container #footer * {
  background-color: #FFF;
}

#wrapper #container .breadcrumb {
/* 
  /* position: absolute;
  top: 15px;
  left: 35px;  * /
  margin-top:5px;
  z-index: 3; */
  display:none;
}

body.sidebar-left  #footer {
  margin-left: -170px;
}

body.sidebar-right #footer {
  margin-right: -170px;
}

body.sidebars #footer {
  margin: 0 -170px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  font-weight: normal;
  text-shadow: #423176 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #766fa2;
}

#mission {
  padding: 1em;
  background-color: #ffffff;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */

ul.primary-links {
  margin: 0 0 27px;
  padding: 10px 0 10px 0;
  color:#000000;
  width:800px;
  overflow:hidden; /* this suppresses the 2nd and 3rd registration link that would otherwise appear for admins/registrars; no functionality is lost. */
  height:20px;
  float:left;
  border-bottom:1px solid #8fa3aa;

}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin:0 auto;
  text-align:center;
  padding: .75em 0 0;
  /* color:#00008a; */ /* removed because it makes safari annoying */
}

 ul.primary-links li a.active {
  display: block;
  margin:0 auto;
  text-align:center;
  padding: .75em 0 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
  color:#000000;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  color:#000000;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #d7d6e1;
  background: transparent;
  color:#000000;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #d7d6e1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color:#000000; 
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #fdfdfd;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

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: 1px solid #f60;
  background: transparent;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
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: url(../../themes/weq/bg-tab.png) repeat-x 0 50%;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 -26px 0 -26px;
  padding: 0 0 0 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #efa300;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #ffffff;
  margin-bottom: 2em;
  border: 1px solid #ffffff;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #fdfdfd;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0; 
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #fdfdfd;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #303030;
}

.node .content, .comment .content {
  margin: 0 0 0 0;
  text-align: justify;
  color:#676767;
  padding-left:0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #fdfdfd;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #787878;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #ffffff;
}
#palette .item-selected {
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #ffffff;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #fefefe;
}
tr.even td.menu-disabled {
  background-color: #ffffff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #ffffff url(../../themes/weq/bg-bar-white.png) repeat-x 0 0;
  border: solid #fcfcfc;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #fcfcfc url(../../themes/weq/bg-bar.png) 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 #ffffff;
  background: #ffffff url(../../themes/weq/gradient-inner.png) repeat-x 0 0;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(../../themes/weq/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(../../themes/weq/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 10px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
  z-index:1000;
}
#user-login-form ul {
  text-align: left;
}

/**
 * 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;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #ffffff url(../../themes/weq/gradient-inner.png) 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: #787878;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #ffffff;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #332d7c;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #dbdae6;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/*******************************************************************
 *                                        *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-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;
}
.field-field-quote
{
  margin: 0 0 1.5em 0;
  background-color:#fff;
  padding:0px;
  float:left;
  clear:both;
  width: 120px; 
  font-family: Georgia,Times New Roman,Serif; 
  font-style:italic;
  font-size:1.2em;
  line-height:110%;
  color:#676767;
}
div.content img {
  margin-right:10px;
}
table {
  border:0;
}
table.course_catalog
{
  margin-bottom:10px;
  border-collapse:collapse;
  text-align:left;
  z-index:1;
}
table.course_catalog tr 
{
}
table.course_catalog tr td
{
  padding:0 4px 0 0;
  vertical-align:center;
  font-size:0.9em;
}
table.course_catalog .school_header 
{
  font-size:1.6em;
  font-style:italic;
  text-align:left;
  border:0;
  color:#295285;
}
table.course_catalog .school_header td 
{
  font-family: Georgia,Times New Roman,Serif; 
  padding-bottom:5px;
  margin:0;
  padding:0;
}
table.course_catalog .school_header td,
table.course_catalog .department_header td
{
  padding-top:10px;
}
table.course_catalog .department_header 
{
  font-family: Arial,Helvetica,Sans-Serif;
  font-size:1.3em;
  border:0;  
}
table.course_catalog .course_header td
{
}
table.course_catalog .course_header 
{
  font-size:1.2em;
  font-weight:bold;
  border:0;  
}
table.course_catalog tr.class_schedule,
table.course_catalog tr.class_schedule_archived
{
  font-size:0.8em;
}
table.course_catalog tr.class_schedule td
{
  font-family: Arial,Helvetica,Sans-Serif;
  background-color:#e9f3fc;
  vertical-align:top;
  margin:2px;
  border:2px solid #FFF;
  line-height:1.2em;
}
table.course_catalog tr.class_schedule td.cen
{
  text-align:center;
  vertical-align:middle;
  padding:2px;
  color:#676767;
}
table.course_catalog tr.class_schedule_head td.cen
{
  background-color:#fff; /* f0f0ff; */
  color:#676767;
  text-align:center;
  vertical-align:middle;
  border:2px solid #FFF;
  font-weight:bold;
  text-decoration:underline;
  padding:2px;
}
td.shrink,
table.course_catalog tr.class_schedule_archived td.cen
{
  background-color:#fef0f0;
  text-align:center;
  vertical-align:middle;
  text-decoration:underline;
  padding:2px;
  border:2px solid #FFF;
  color:#676767;
}
td.shrink
{
	padding:0;
	width:1px;
	margin:0;
	font-size:0;
	text-align:center;
}
table.course_catalog tr.class_schedule td.left
{
  font-family: Arial,Helvetica,Sans-Serif;
  padding:4px;
  text-align:left;
  padding-left:4px;
  color:#676767;
}
#sidebar_margin
{
  margin-top:27px; 
  padding:0;
  margin-left:-27px;
  padding-left:27px; 
}
span.catalog_classname
{
  font-family: Arial Black;
  font-size:1em;
}
table.course_catalog tr td {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size:1.1em;
  line-height:1.2em;
}
/* definitions for individual menu items on the primary list */
a.menu-1-1-2,
a.menu-1-1-2-active { /* general */
	color:transparent;
	color:#fff !important;
	width:132px;
	text-decoration:none;
	height:20px;
	line-height:0;
	font-size:1px;
        background: transparent url(../../images/nav-general.gif) no-repeat 10px center;
	display:block;	
	float:left;
}
a.menu-1-2-2,
a.menu-1-2-2-active { /* about */ 
	color:transparent;
	color:#fff !important;
	line-height:0;
	text-decoration:none;
	width:156px;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-about.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-3-2,
a.menu-1-3-2-active { /* academic */
	color:transparent;
	color:#fff !important;
	line-height:0;
	text-decoration:none;
	width:184px;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-academic.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-4-2,
a.menu-1-4-2-active { /* courses */
	color:transparent;
	color:#fff !important;
	width:97px;
	height:20px;
	font-size:1px;
	text-decoration:none;
	line-height:0;
        background: transparent url(../../images/nav-courses.gif) no-repeat center;
	display:block;
	float:left;
}
a.menu-1-5-2,
a.menu-1-5-2-active
 { /* faculty */
	width:100px;
	height:20px;
	color:transparent;
	color:#fff !important;
	padding-top:10px;
	font-size:1px;
        background: transparent url(../../images/nav-faculty.gif) no-repeat center;
	text-decoration:none;
	line-height:0;
	display:block;
	float:left;
}
a.menu-1-6-2,
a.menu-1-7-2,
a.menu-1-8-2,
a.menu-1-6-2-active,
a.menu-1-7-2-active,
a.menu-1-8-2-active { /*, registration */
	text-decoration:none;
	width:131px;
	color:transparent;
	color:#fff !important;
	height:20px;
	font-size:1px;
        background: transparent url(../../images/nav-registration.gif) no-repeat 26px center;
	display:block;
	line-height:0;
	float:left;
}
ul.primary.tabs li a,
ul.secondary.tabs li a,
ul.tabs li a, ul.tabs li a,
ul.tabs li a, ul.tabs li a.active
ul.primary li a.active
{
  display:block;
  padding: 2px 5px 0 5px;
  border:1px solid #CCC;
  float:left;
  margin:10px 2px 5px 10px;
}
ul.primary.tabs li a:hover,
ul.secondary.tabs li a:hover,
ul.tabs li a:hover,
ul.tabs li a.active:hover
{
  display:block;
  padding: 2px 5px 0 5px;
  border:1px solid #CCC;
  background-color:#Fee;
  float:left;
  margin:10px 2px 5px 10px;
}

input.form-submit /* adjust position on login button */
{
  position:relative;
  top:2px;
  left:4px;
}
.regresult
{
        display:block;
        width:100%;
        padding:10px;
        background-color:#fee;
        color:#000;
}
input.register_button
{
  position:relative;
  top:15px;
  padding:0;
  margin:0;
  border:0;
  left:2px;
}
.title
{
  font-size:1.1em;
  font-weight:bold;
}
#user-login-form div div.form-item label span.form-required
{ 
	 display:none;
}
input,select,textarea
{
  border:1px solid #8fa3aa;
  background-color:#FFF;
}
#edit-user-login-block {
	 display:none;
}
div#footer
{
	font-size:11px;
	clear:both;
	width:800px;
	background-color: #FFF;
	padding-top:20px;
}
#footer .wrapper { 
	padding-top:10px;
	display: block;
	border-top:1px solid #8fa3aa;	
}
#footer #f-arr
{
	width:400px;
	color:#676767;
	float:left;
	text-align:left;
}
#footer #f-sd
{
	width:267px;
	float:left;
	text-align:left;
}
#footer #f-links
{
	width:400px;
	float:left;
	text-align:right;
}
.sidebar 
{
	  margin-bottom:0;
}
div.contextMenu
{
	 width:200px;
}
table.course_catalog {
	 margin:0;
	 margin:0 0 15px 0;
	 color:#295285;
}
.course_description
{
	color:#676767;
	font-size:1em;
}
input.form-radio { border: 0; }
input[type="checkbox"]
{
	border:0;
}
input[type="button"]
{
	margin-right:5px;
}
input[type="submit"]
{
	margin-top:10px;
}
h2.with-tabs
{
	margin-top:10px;
}
/* some stuff for the user login at the top of the page */
table.transcript
{
	color:#676767;
}
#header-left
{
	margin-top:5px;
	padding:0 8px 0 0;
	margin-right:8px; 
	border-right:1px solid #979797;
	float:right;
}
#header-right
{
	margin-top:5px;
	float:right;
	padding:0 20px 0 0;
}
form div div.container-inline a
{
padding-left:5px;
position:relative;
top:5px;
}
.floating-div
{
  background-color:#fcfcde;
  padding:4px; 
  width:150px;
  border:1px solid #CCC;
  position:absolute;
  z-index:10000;
  left:-160px;
  color:#000;

}
.bottom-fat
{
  width:200px;
  margin-bottom:400px;
}

form 
{
  clear:both;
}
div .messages
{
  clear:both;
}
input.field_textbox { width: 120px; }
#user_profile .category { font-size: 150%; font-weight: bold; }
#user_profile .name { font-size: 125%; }
#user_profile .value { margin: 0 0 0 20px; }

#scheduledClass_notes { width: 250px; height: 50px; }

.department_header, .catalog_classname, .archive_checkbox { color: #295285; }
table.course_catalog { color: #676767; }
/*{{{ course schedule columns */
col.course_id { width: 65px; }
col.course_room { width: 60px; }
col.course_datetime { width: 85px; }
col.course_professor { width: 80px; }
col.course_notes { width: 100px; }
col.course_register { width: 60px; }
col.course_archive { width: 30px; }

/*}}} */
#sidebar-left .sidebar { position: absolute; z-index: -1000; }
hr.clear { clear: both; visibility: hidden; }
#footer { clear: both; }
/* I can't believe this became REALLY handy */
#node-25 { margin-top: -11px; }

.front-page #center { width: 100%; }

/*
     FILE ARCHIVED ON 15:13:22 Aug 04, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:37:06 Mar 21, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 405.538 (3)
  esindex: 0.011
  captures_list: 438.916
  CDXLines.iter: 15.18 (3)
  PetaboxLoader3.datanode: 434.051 (5)
  exclusion.robots: 0.441
  exclusion.robots.policy: 0.421
  RedisCDXSource: 13.219
  PetaboxLoader3.resolve: 201.84 (3)
  load_resource: 285.542
*/