  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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

* {
  outline: 0;
}

body {
  background: #ffffff;
  color: #424545;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sup {
  font-size: 0.8em;
  margin-right: 0.125em;
  vertical-align: top;
}

sub {
  font-size: 0.8em;
  margin-right: 0.125em;
  vertical-align: bottom;
}

pre {
  background: #fff;
  border: 1px solid #999999;
  font-family: Courier;
  margin-bottom: 10px;
  overflow: auto;
  padding: 5px 8px;
}

code {
  font-family: Courier;
}

blockquote {
  margin: 10px 0 10px 20px;
}

hr {
  border: none;
  border-bottom: 1px dotted #999999;
  display: block;
  padding: 5px 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #990000;
  font-family: Helvetica, sans-serif;
}

h1 {
  font-size: 18px;
  margin: 9px 0 8px 0;
}

h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0 8px 0;
}

h3 {
  font-size: 13px;
  margin: 10px 0 8px 0;
}

a, a:visited {
  color: #d17702;
  text-decoration: underline;
}

a:hover, a:visited:hover {
  text-decoration: none;
}

.smaller {
  font-size: 75%;
  line-height: 75%;
}

.bigger {
  font-size: 150%;
  line-height: 150%;
}

#wrapper {
  position: relative;
  width: 1250px;
}
#wrapper #header {
  background: #990000;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
#wrapper #header #wordmark {
  background: #990000;
  float: left;
}
#wrapper #header #wordmark h2 {
  margin: 0;
  padding: 0;
}
#wrapper #header #wordmark h2 a {
  display: block;
  height: 35px;
  width: 244px;
  background: url("https://www.cmu.edu/common/standard-v4/images/wordmark.gif") no-repeat left top;
  text-indent: -9999px;
}
#wrapper #header #search {
  font-size: 10px;
  color: #ffffff;
  float: right;
  margin: 0 5px 0 0;
}
#wrapper #header #search input[type=text] {
  border: 1px solid #464646;
  padding: 3px 5px 4px 5px;
}
#wrapper #header #search input[type=submit] {
  background: #990000;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 19px;
  font-size: 9px;
  position: relative;
  text-transform: uppercase;
  top: -1px;
}
#wrapper #header #search input[type=submit]:hover {
  background: #ffffff;
  color: #990000;
  cursor: pointer;
}
#wrapper #content-left {
  float: left;
  border-right: 1px dotted #999999;
  margin-right: -1px;
  position: relative;
  width: 20%;
}
#wrapper #content-left hr {
  width: 96%;
}
#wrapper #content-left #logo {
  margin: 0 0 0 10px;
}
#wrapper #content-left #nav {
  font-family: Helvetica, sans-serif;
  margin: 10px 5px 20px 10px;
}
#wrapper #content-left #nav a, #wrapper #content-left #nav a:visited, #wrapper #content-left #nav a:active {
  text-decoration: none;
}
#wrapper #content-left #nav h2 a, #wrapper #content-left #nav h2 a:visited, #wrapper #content-left #nav h2 a:active {
  color: #990000;
}
#wrapper #content-left #nav ul li {
  line-height: 15px;
  padding: 0 0 7px 7px;
}
#wrapper #content-left #nav ul li:last-child {
  padding-bottom: 0;
}
#wrapper #content-left #nav ul li a, #wrapper #content-left #nav ul li a:visited {
  color: #464646;
  font-size: 13px;
}
#wrapper #content-left #nav ul li a:hover, #wrapper #content-left #nav ul li a:visited:hover {
  text-decoration: underline;
}
#wrapper #content-right {
  float: left;
  position: relative;
  width: 80%;
}
#wrapper #content-right #topnav {
  background: #464646;
  display: block;
  font-size: 10px;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
#wrapper #content-right #topnav ul li {
  float: left;
}
#wrapper #content-right #topnav ul li:first-child a {
  border-left: none;
}
#wrapper #content-right #topnav ul li a, #wrapper #content-right #topnav ul li a:visited {
  border-left: 1px solid #dddddd;
  color: #ffffff;
  padding: 0 8px;
  text-decoration: none;
}
#wrapper #content-right #topnav ul li a.button, #wrapper #content-right #topnav ul li a:visited.button {
  border: 1px solid #ffffff;
  font-size: 9px;
  margin-right: 5px;
  padding: 2px 5px;
}
#wrapper #content-right #topnav ul li a:hover, #wrapper #content-right #topnav ul li a:visited:hover {
  text-decoration: underline;
}
#wrapper #content-right #topnav ul li a:hover.button:hover, #wrapper #content-right #topnav ul li a:visited:hover.button:hover {
  background: #ffffff;
  color: #464646;
  text-decoration: none;
}
#wrapper #content-right .content {
  background: #f3f0e9;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px 0 #cccccc;
  padding: 15px;
  /* for when callout boxes are present */
}
#wrapper #content-right .content.skinny {
  width: 63%;
}
#wrapper #content-right .content ol, #wrapper #content-right .content ul {
  list-style-position: outside;
  margin: 4px 0 9px 0;
  padding-left: 25px;
}
#wrapper #content-right .content ol {
  list-style-type: decimal;
}
#wrapper #content-right .content ul {
  list-style-type: square;
}
#wrapper #content-right .content p {
  padding-bottom: 10px;
}
#wrapper #content-right .content #last-updated {
  float: right;
  font-size: 9px;
  font-style: italic;
  position: relative;
  top: -5px;
}
#wrapper #content-right .content ul.row {
  margin: 0;
  padding: 0;
}
#wrapper #content-right .content ul.row li {
  list-style: none;
  padding: 5px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#wrapper #content-right .content ul.row li:hover {
  background: #cccccc;
  border: 1px solid #aaaaaa;
  padding: 4px;
}
#wrapper #content-right .content ul.row li:hover .actions {
  display: inline;
}
#wrapper #content-right .content ul.row li:hover .actions a {
  float: left;
  padding: 0 5px;
  text-align: center;
  width: 10px;
}
#wrapper #content-right .content ul.row li:hover .actions a:hover {
  background: #464646;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 4px;
  text-decoration: none;
}
#wrapper #content-right .content ul.row li a {
  color: #464646;
  text-decoration: none;
}
#wrapper #content-right .content ul.row li a:hover, #wrapper #content-right .content ul.row li a:visited, #wrapper #content-right .content ul.row li a:active {
  color: #464646;
  text-decoration: none;
}
#wrapper #content-right .content ul.row li .actions {
  background: #cccccc;
  display: none;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
#wrapper #content-right .content #callouts {
  position: absolute;
  top: 43px;
  left: 70%;
  width: 30%;
}
#wrapper #content-right .content #callouts .callout {
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px 0 #cccccc;
  margin: 0 0 15px 0;
  padding: 15px;
}
#wrapper #content-right .content #callouts .callout ol, #wrapper #content-right .content #callouts .callout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#wrapper #content-right .content #callouts .callout ol li, #wrapper #content-right .content #callouts .callout ul li {
  padding: 0 0 5px 0;
}
#wrapper #content-right .content #callouts .callout h2 {
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: right;
  text-transform: lowercase;
}
#wrapper #content-right .content #callouts .callout a, #wrapper #content-right .content #callouts .callout a:visited {
  color: #ffffff;
  text-decoration: none;
}
#wrapper #content-right .content #callouts .callout a:hover, #wrapper #content-right .content #callouts .callout a:visited:hover {
  text-decoration: underline;
}
#wrapper #content-right .content #callouts .callout.red {
  background: #990000;
}
#wrapper #content-right .content #callouts .callout.mustard {
  background: #c1a562;
}
#wrapper #content-right .content #callouts .callout.violet {
  background: #674c56;
}
#wrapper #content-right .content #callouts .callout.orange {
  background: #d17702;
}
#wrapper #content-right .content #callouts .callout.brown {
  background: #936241;
}
#wrapper #content-right .content #callouts .callout.tan {
  background: #ac9d74;
}
#wrapper #footer {
  color: #626262;
  font-size: 10px;
  margin-left: 20%;
  padding-left: 16px;
}
#wrapper #footer a, #wrapper #footer a:visited {
  color: #626262;
  text-decoration: underline;
}
#wrapper #footer a:hover, #wrapper #footer a:visited:hover {
  color: #464646;
}
#wrapper #footer ul {
  padding: 0 0 11px 0;
}
#wrapper #footer ul li {
  border-left: 1px solid #777777;
  display: inline;
  list-style: none;
  padding: 0 6px;
}
#wrapper #footer ul li:first-child {
  border-left: none;
  padding-left: 0;
}
#wrapper #footer-bar {
  background: #464646;
  height: 20px;
  width: 100%;
}

.flash {
  margin: 0 0 15px 0;
  width: 100%;
}
.flash .inner {
  padding: 10px;
}
.flash#notice {
  border: 1px solid #979700;
  background: #ffffd9;
  color: #646400;
}
.flash#alert {
  border: 1px solid #970000;
  background: #ffd9d9;
  color: #640000;
}

pre.flash {
  margin: 0;
  padding: 10px;
  width: auto;
}

.tooltip {
  cursor: pointer;
}

.pagination {
  text-align: center;
}

.more-link {
  font-size: 10px;
  float: right;
  position: relative;
  margin: -10px 0;
}
.more-link:after {
  display: block;
  content: ' \2192';
  float: right;
}

form .button[name="commit"] {
  background: #D17702;
  border: 1px solid #222;
  color: white;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0px 2px 0px #777;
  margin: 0 auto;
  margin-top: 30px;
}

table.striped {
  width: 100%;
}
table.striped tr th {
  background: #464646;
  border: 1px solid #464646;
  border-bottom: none;
  color: #ffffff;
  font-size: 10px;
  padding: 10px;
  text-transform: uppercase;
}
table.striped tr td {
  border: 1px solid #cccccc;
  padding: 7px;
}
table.striped tbody tr:nth-child(odd) {
  background: #eeeeee;
}
table.striped tbody tr:nth-child(even) {
  background: #ffffff;
}
table.striped input {
  padding: 5px 7px !important;
}
table.striped a {
  text-decoration: none;
}

input {
  border: 1px solid #464646;
}

input.money-input {
  margin-left: 5px;
  padding: 1px;
  text-align: right;
  width: 75px;
}

input.money-input:hover, input.money-input:focus {
  background: #ffffdf;
}

img.photo {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

.clear {
  clear: both;
}

.inner-padding {
  margin: 15px;
}

.organization {
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #464646;
}

.organization h2 {
  margin: 0;
  padding: 10px;
  background: #464646;
  font-size: 12px;
}

.organization h2 a, .organization h2 a:visited {
  color: #fff;
  text-decoration: none;
}

.organization h2 a:hover {
  color: #fff;
}

.organization .inner-content {
  padding: 15px;
}

.officer-row {
  display: none;
}

.categories-list {
  font-size: 10px;
  padding: 0 0 10px 0;
  text-align: center;
}

*[align=left] {
  text-align: left;
}

*[align=center] {
  text-align: center;
}

*[align=right] {
  text-align: right;
}

.authorized-signer-small {
  background: url("/stugov/budgettracker/images/icons/authorized-signer-small.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 17px;
}

.keycard-admin-small {
  background: url("/stugov/budgettracker/images/icons/keycard-admin-small.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 15px;
}

.student-activities-contact-small {
  background: url("/stugov/budgettracker/images/icons/student-activities-contact-small.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 17px;
}

.edit-small {
  background: url("/stugov/budgettracker/images/icons/edit-small.png") no-repeat;
  display: inline-block;
  height: 12px;
  width: 17px;
}

.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 1003;
}

.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url("/stugov/budgettracker/images/fancybox/fancybox_loading.gif");
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/stugov/budgettracker/images/fancybox/fancybox_sprite.png");
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}

.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("..//images/fancybox/blank.gif");
  /* helps IE */
  z-index: 1003;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev span, .fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}

.fancybox-prev span {
  background-position: 0 -36px;
}

.fancybox-next span {
  background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
  visibility: visible;
}

.fancybox-prev:hover span {
  left: 20px;
}

.fancybox-next:hover span {
  left: auto;
  right: 20px;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
  _position: absolute
}
.video-js:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important
}
.vjs-poster {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 100%
}
.video-js .vjs-subtitles {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0
}
.vjs-default-skin .vjs-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .85;
  display: none;
  margin: 0;
  padding: 0;
  height: 2.6em;
  color: #fff;
  border-top: 1px solid #404040;
  background: #242424;
  background: -moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
  background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));
  background: -webkit-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
  background: -o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
  background: -ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
  background: linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  transition: opacity .3s linear
}
.vjs-default-skin .vjs-control {
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 2.6em;
  width: 2.6em
}
.vjs-default-skin .vjs-control:focus {
  outline: 0
}
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer!important
}
.vjs-default-skin.vjs-paused .vjs-play-control div {
  width: 15px;
  height: 17px;
  background: url('/stugov/budgettracker/images/video-js.png');
  margin: .5em auto 0
}
.vjs-default-skin.vjs-playing .vjs-play-control div {
  width: 15px;
  height: 17px;
  background: url('/stugov/budgettracker/images/video-js.png') -25px 0;
  margin: .5em auto 0
}
.vjs-default-skin .vjs-rewind-control {
  width: 5em;
  cursor: pointer!important
}
.vjs-default-skin .vjs-rewind-control div {
  width: 19px;
  height: 16px;
  background: url('/stugov/budgettracker/images/video-js.png');
  margin: .5em auto 0
}
.vjs-default-skin .vjs-mute-control {
  width: 3.8em;
  cursor: pointer!important;
  float: right
}
.vjs-default-skin .vjs-mute-control div {
  width: 22px;
  height: 16px;
  background: url('/stugov/budgettracker/images/video-js.png') -75px -25px;
  margin: .5em auto 0
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0 div {
  background: url('/stugov/budgettracker/images/video-js.png') 0 -25px
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1 div {
  background: url('/stugov/budgettracker/images/video-js.png') -25px -25px
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2 div {
  background: url('/stugov/budgettracker/images/video-js.png') -50px -25px
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right
}
.vjs-default-skin .vjs-volume-bar {
  position: relative;
  width: 5em;
  height: .6em;
  margin: 1em auto 0;
  cursor: pointer!important;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  background: #666;
  background: -moz-linear-gradient(top,#333,#666);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#666));
  background: -webkit-linear-gradient(top,#333,#666);
  background: -o-linear-gradient(top,#333,#666);
  background: -ms-linear-gradient(top,#333,#666);
  background: linear-gradient(top,#333,#666)
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: .6em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  background: #fff;
  background: -moz-linear-gradient(top,#fff,#ccc);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));
  background: -webkit-linear-gradient(top,#fff,#ccc);
  background: -o-linear-gradient(top,#fff,#ccc);
  background: -ms-linear-gradient(top,#fff,#ccc);
  background: linear-gradient(top,#fff,#ccc)
}
.vjs-default-skin .vjs-volume-handle {
  position: absolute;
  top: -0.2em;
  width: .8em;
  height: .8em;
  background: #ccc;
  left: 0;
  border: 1px solid #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em
}
.vjs-default-skin div.vjs-progress-control {
  position: absolute;
  left: 4.8em;
  right: 4.8em;
  height: 1.0em;
  width: auto;
  top: -1.3em;
  border-bottom: 1px solid #1f1f1f;
  border-top: 1px solid #222;
  background: #333;
  background: -moz-linear-gradient(top,#222,#333);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));
  background: -webkit-linear-gradient(top,#222,#333);
  background: -o-linear-gradient(top,#333,#222);
  background: -ms-linear-gradient(top,#333,#222);
  background: linear-gradient(top,#333,#222)
}
.vjs-default-skin .vjs-progress-holder {
  position: relative;
  cursor: pointer!important;
  padding: 0;
  margin: 0;
  height: 1.0em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em;
  background: #111;
  background: -moz-linear-gradient(top,#111,#262626);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#111),to(#262626));
  background: -webkit-linear-gradient(top,#111,#262626);
  background: -o-linear-gradient(top,#111,#262626);
  background: -ms-linear-gradient(top,#111,#262626);
  background: linear-gradient(top,#111,#262626)
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 1.0em;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em
}
.vjs-default-skin .vjs-play-progress {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
  background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
  background: linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
  background: #efefef;
  background: -moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f1f1f1',GradientType=0);
  background: linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%)
}
.vjs-default-skin .vjs-load-progress {
  opacity: .8;
  background: #666;
  background: -moz-linear-gradient(top,#666,#333);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#666),to(#333));
  background: -webkit-linear-gradient(top,#666,#333);
  background: -o-linear-gradient(top,#666,#333);
  background: -ms-linear-gradient(top,#666,#333);
  background: linear-gradient(top,#666,#333)
}
.vjs-default-skin div.vjs-seek-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -0.3em;
  left: 0;
  top: 0;
  background: url('/stugov/budgettracker/images/video-js.png') 0 -50px;
  -moz-border-radius: .8em;
  -webkit-border-radius: .8em;
  border-radius: .8em;
  -webkit-box-shadow: 0 2px 4px 0 #000;
  -moz-box-shadow: 0 2px 4px 0 #000;
  box-shadow: 0 2px 4px 0 #000
}
.vjs-default-skin .vjs-time-controls {
  position: absolute;
  right: 0;
  height: 1.0em;
  width: 4.8em;
  top: -1.3em;
  border-bottom: 1px solid #1f1f1f;
  border-top: 1px solid #222;
  background-color: #333;
  font-size: 1em;
  line-height: 1.0em;
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif;
  background: #333;
  background: -moz-linear-gradient(top,#222,#333);
  background: -webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));
  background: -webkit-linear-gradient(top,#222,#333);
  background: -o-linear-gradient(top,#333,#222);
  background: -ms-linear-gradient(top,#333,#222);
  background: linear-gradient(top,#333,#222)
}
.vjs-default-skin .vjs-current-time {
  left: 0
}
.vjs-default-skin .vjs-duration {
  right: 0;
  display: none
}
.vjs-default-skin .vjs-remaining-time {
  right: 0
}
.vjs-time-divider {
  display: none
}
.vjs-default-skin .vjs-time-control {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif
}
.vjs-default-skin .vjs-time-control span {
  line-height: 25px
}
.vjs-secondary-controls {
  float: right
}
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer!important;
  float: right
}
.vjs-default-skin .vjs-fullscreen-control div {
  width: 16px;
  height: 16px;
  background: url('/stugov/budgettracker/images/video-js.png') -50px 0;
  margin: .5em auto 0
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div {
  background: url('/stugov/budgettracker/images/video-js.png') -75px 0
}
.vjs-default-skin .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.0em;
  height: 8.0em;
  margin: -43px 0 0 -43px;
  text-align: center;
  vertical-align: center;
  cursor: pointer!important;
  border: .3em solid #fff;
  opacity: .95;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #454545;
  background: -moz-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#454545),color-stop(50%,#232323),color-stop(50%,#161616),color-stop(100%,#3f3f3f));
  background: -webkit-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -o-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -ms-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545',endColorstr='#3f3f3f',GradientType=0);
  background: linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
  -webkit-box-shadow: 4px 4px 8px #000;
  -moz-box-shadow: 4px 4px 8px #000;
  box-shadow: 4px 4px 8px #000
}
.vjs-default-skin div.vjs-big-play-button:hover {
  -webkit-box-shadow: 0 0 80px #fff;
  -moz-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff
}
.vjs-default-skin div.vjs-big-play-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 35px;
  height: 42px;
  margin: -20px 0 0 -15px;
  background: url('/stugov/budgettracker/images/video-js.png') -100px 0
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  margin: -28px 0 0 -28px;
  -webkit-animation-name: rotatethis;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotatethis;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear
}
@-webkit-keyframes rotatethis {0% {
  -webkit-transform: scale(0.6) rotate(0deg)
}
12.5% {
  -webkit-transform: scale(0.6) rotate(0deg)
}
12.51% {
  -webkit-transform: scale(0.6) rotate(45deg)
}
25% {
  -webkit-transform: scale(0.6) rotate(45deg)
}
25.01% {
  -webkit-transform: scale(0.6) rotate(90deg)
}
37.5% {
  -webkit-transform: scale(0.6) rotate(90deg)
}
37.51% {
  -webkit-transform: scale(0.6) rotate(135deg)
}
50% {
  -webkit-transform: scale(0.6) rotate(135deg)
}
50.01% {
  -webkit-transform: scale(0.6) rotate(180deg)
}
62.5% {
  -webkit-transform: scale(0.6) rotate(180deg)
}
62.51% {
  -webkit-transform: scale(0.6) rotate(225deg)
}
75% {
  -webkit-transform: scale(0.6) rotate(225deg)
}
75.01% {
  -webkit-transform: scale(0.6) rotate(270deg)
}
87.5% {
  -webkit-transform: scale(0.6) rotate(270deg)
}
87.51% {
  -webkit-transform: scale(0.6) rotate(315deg)
}
100% {
  -webkit-transform: scale(0.6) rotate(315deg)
}

}
@-moz-keyframes rotatethis {0% {
  -moz-transform: scale(0.6) rotate(0deg)
}
12.5% {
  -moz-transform: scale(0.6) rotate(0deg)
}
12.51% {
  -moz-transform: scale(0.6) rotate(45deg)
}
25% {
  -moz-transform: scale(0.6) rotate(45deg)
}
25.01% {
  -moz-transform: scale(0.6) rotate(90deg)
}
37.5% {
  -moz-transform: scale(0.6) rotate(90deg)
}
37.51% {
  -moz-transform: scale(0.6) rotate(135deg)
}
50% {
  -moz-transform: scale(0.6) rotate(135deg)
}
50.01% {
  -moz-transform: scale(0.6) rotate(180deg)
}
62.5% {
  -moz-transform: scale(0.6) rotate(180deg)
}
62.51% {
  -moz-transform: scale(0.6) rotate(225deg)
}
75% {
  -moz-transform: scale(0.6) rotate(225deg)
}
75.01% {
  -moz-transform: scale(0.6) rotate(270deg)
}
87.5% {
  -moz-transform: scale(0.6) rotate(270deg)
}
87.51% {
  -moz-transform: scale(0.6) rotate(315deg)
}
100% {
  -moz-transform: scale(0.6) rotate(315deg)
}

}
div.vjs-loading-spinner .ball1 {
  opacity: .12;
  position: absolute;
  left: 20px;
  top: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball2 {
  opacity: .25;
  position: absolute;
  left: 34px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball3 {
  opacity: .37;
  position: absolute;
  left: 40px;
  top: 20px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball4 {
  opacity: .50;
  position: absolute;
  left: 34px;
  top: 34px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 15px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball5 {
  opacity: .62;
  position: absolute;
  left: 20px;
  top: 40px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball6 {
  opacity: .75;
  position: absolute;
  left: 6px;
  top: 34px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball7 {
  opacity: .87;
  position: absolute;
  left: 0;
  top: 20px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}
div.vjs-loading-spinner .ball8 {
  opacity: 1.00;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border: 1px solid #ccc
}

.tipsy {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 7px 8px 7px 8px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow {
  top: 0;
  border-top: none;
}

.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow {
  bottom: 0;
  border-bottom: none;
}

.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow {
  left: 50%;
  margin-left: -5px;
}

.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow {
  left: 10px;
}

.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow {
  right: 10px;
}

.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -5px;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  border-right: none;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  border-left: none;
}

#changed-budget {
  background: #ffffd9;
  border-bottom: 1px solid #979700;
  color: #646400;
  left: 0;
  opacity: 0.95;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.budget-status {
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
}

.budget-status.green {
  background: #00aa00;
}

.budget-status.yellow {
  background: #aaaa00;
}

.budget-status.red {
  background: #aa0000;
}