/* --------- /stylesheets/clearfix.css --------- */ 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac *//* --------- /stylesheets/application.css --------- */ 
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  outline: none; }
  * html .clearfix {
    height: 1%; }
  * html .floatcontainer {
    height: 1%; }

code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
  font: inherit;
  font-size: 1em; }

dfn, i, cite, address, em {
  font-style: normal; }

th {
  font-weight: normal; }
  th.disabled {
    color: #bbb; }

h1 {
  font-weight: normal;
  font: 20px  "trebuchet ms", Verdana, Arial, sans-serif;
  color: #fff;
  margin-bottom: 10px; }
  h1.main {
    font: 22px  "trebuchet ms", Verdana, Arial, sans-serif;
    color: #175aa2;
    margin-bottom: 20px; }

h2, h3, h4, h5, h6 {
  font-weight: normal; }

h3 {
  font-weight: bold;
  font-size: 13px; }

a {
  border: none;
  color: inherit;
  color: #666;
  border-bottom: 1px solid #b3b3b3; }
  a:hover {
    border-bottom: 1px solid #b3b3b3; }
  a.optional {
    color: #aaa;
    text-decoration: none;
    font-size: 0.8em;
    text-align: right;
    display: block;
    width: 264px;
    padding: 0px 40px 0px 0px;
    border: none; }
    a.optional:hover {
      color: #666;
      text-decoration: underline; }

img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 12px  "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px;
  color: #333; }
  table.optional {
    display: none;
    padding: 0px 0px 0px 10px; }
    table.optional th {
      font-weight: normal;
      font-size: 11px;
      padding: 0px 0px 0px 10px;
      width: 120px; }
  table#file-list {
    width: 90%;
    border-collapse: collapse; }
    table#file-list th {
      color: #555;
      text-align: left; }
    table#file-list td {
      padding: 4px 8px; }
      table#file-list td.size {
        color: #888; }
    table#file-list tr.folder {
      font-weight: bold; }
    table#file-list tr.odd {
      background-color: #eee; }
  table.select_multiple_table td {
    height: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "Lucida Grande",Verdana;
    color: #333;
    font-size: 11px; }
  table.select_multiple_table tr.even {
    background-color: #FCFCFC; }
  table.select_multiple_table tr.odd {
    background-color: #F7F7F7; }
  table.select_multiple_table tr.selected {
    background-image: none;
    background-color: #FC6; }

caption, th {
  text-align: left;
  vertical-align: top; }

td {
  text-align: left;
  vertical-align: top; }
  td p {
    font: 12px "trebuchet ms", Verdana, Arial, sans-serif;
    line-height: 18px;
    color: #333; }

center {
  text-align: left;
  vertical-align: top; }

body {
  line-height: 1;
  background: white;
  color: black;
  color: #606060;
  font: 12px  "trebuchet ms", Verdana, Arial, sans-serif;
  background: #fff url(/images/skins/default/bg.png) repeat-x;
  margin: 0px;
  padding: 0px; }
  body#main_page .header {
    display: block;
    height: 200px;
    margin: 20px 0px 40px 0px;
    width: 765px; }
    body#main_page .header h1 {
      font: 25px "trebuchet ms", georgia, Verdana, Arial, sans-serif;
      color: #4e4e4e;
      text-align: center;
      line-height: 36px;
      position: relative;
      z-index: 130;
      margin-top: 9px; }
    body#main_page .header p {
      font: 14px  "trebuchet ms", georgia, Verdana, Arial, sans-serif;
      line-height: 24px; }

q {
  quotes: "" ""; }

ul {
  list-style: none;
  margin-left: 24px;
  list-style-type: disc; }

ol, dir, menu {
  list-style: none; }

sub, sup {
  vertical-align: baseline; }

hr {
  display: none; }

font {
  color: inherit !important;
  font: inherit !important;
  color: inherit !important; }

p {
  line-height: 20px;
  margin-bottom: 16px;
  font: 12px  "trebuchet ms", Verdana, Arial, sans-serif; }
  p.message {
    font-size: 1.5em;
    margin-bottom: 16px; }

#text {
  margin: 0px 0px 80px 0px; }
  #text p {
    margin: 0px 0px 10px 0px; }

#textpage p {
  margin: 0px 0px 10px 0px; }

span {
  font: 12px "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px; }

div {
  font: 12px "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px; }
  div.feature_set {
    border-bottom: 1px solid white;
    padding: 8px 8px 8px 12px; }
    div.feature_set span.name {
      font-size: 1.2em;
      font-weight: bold;
      color: #f80; }
    div.feature_set .info {
      color: black; }
    div.feature_set .select {
      float: right; }
      div.feature_set .select a {
        font-size: 1.0em;
        font-weight: bold;
        background: #f5f5f5;
        color: #ed3895;
        padding: 0.2em 0.5em;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #cecece;
        border-bottom: 2px solid #cecece;
        border-left: 2px solid #ffffff;
        width: 158px;
        margin: 5px 6px 0px 0px; }
  div.menu ul {
    display: block;
    margin: 0;
    padding: 0; }
  div.menu li {
    display: inline; }
    div.menu li:first-child:before {
      padding: 0;
      content: ""; }
    div.menu li:before {
      color: #ccc;
      content: " | "; }
  div.navigation {
    float: right;
    width: 690px;
    margin: -27px 0px 0px 0px;
    height: 36px;
    display: block;
    position: relative;
    z-index: 550; }
    div.navigation ul {
      float: right;
      padding: 0px 24px 0px 0px;
      list-style: none; }
    div.navigation li {
      float: left;
      background: url(/images/skins/default/left.png) no-repeat left top;
      margin: 0px 2px;
      padding: 0 0 0 8px; }
      div.navigation li:hover {
        background-position: 0% -200px;
        color: #b21a17; }
        div.navigation li:hover a {
          color: #334a70;
          background-position: 100% -150px; }
    div.navigation a {
      display: block;
      background: url(/images/skins/default/right.png) no-repeat right top;
      padding: 8px 15px 8px 6px;
      text-decoration: none;
      color: #fff;
      font: 15px trebuchet ms, Verdana, Arial, sans-serif;
      line-height: 20px;
      border: none;
      float: none; }
      div.navigation a:hover {
        color: #333; }
    div.navigation #current {
      background-image: url(/images/skins/default/left_on.png);
      border-width: 0; }
      div.navigation #current a {
        background-image: url(/images/skins/default/right_on.png);
        color: #334a70;
        padding-bottom: 8px; }
  div.bottom_menu {
    font-size: 0.8em;
    margin: 10px 30px 30px; }
    div.bottom_menu a {
      color: #666;
      text-decoration: none;
      font-size: 11px; }
      div.bottom_menu a:hover {
        color: #888;
        text-decoration: none; }
  div.quick_login {
    font-size: 8pt;
    color: #fff;
    background: url(/images/skins/default/login.png) no-repeat 0px 0px;
    width: 274px;
    height: 46px;
    margin: 0px -1px 0px -43px;
    position: relative;
    z-index: 500;
    float: left; }
    div.quick_login a {
      font-size: 9pt;
      color: #fff;
      margin: 10px 10px 0px -10px;
      display: block;
      width: 32px;
      float: right;
      border: none;
      text-decoration: underline; }
      div.quick_login a:hover {
        text-decoration: none; }
    div.quick_login form#quick_login_form {
      display: block;
      color: #fff;
      margin: 5px -10px 0px 0px;
      padding: 0px 0px 0px 25px;
      width: 220px;
      float: left; }
      div.quick_login form#quick_login_form label {
        display: block;
        float: left;
        width: 60px;
        font-size: 10px; }
      div.quick_login form#quick_login_form input {
        background-color: white;
        float: left;
        width: 94px;
        height: 15px;
        margin: 0px 2px 0px 0px;
        border: none;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc; }
      div.quick_login form#quick_login_form #loginbtn {
        width: 48px;
        height: 15px;
        border: none;
        font-size: 10px; }
  div.quick_login_info {
    font-size: 10px;
    left: 728px;
    position: absolute;
    text-align: right;
    top: 47px;
    z-index: 500; }
    div.quick_login_info a {
      color: white;
      margin-left: 4px;
      border: 0;
      text-decoration: underline; }
  div.main_animation {
    width: 366px;
    height: 298px;
    margin: 0;
    padding: 5px 0px 0px 0px;
    padding-left: 0px; }
  div.registration3 {
    width: 295px;
    margin: 20px 10px 0px 0px;
    padding: 30px 0px 30px 0px; }
  div#containerbg {
    position: absolute;
    width: 50%;
    left: 0%;
    right: 50%;
    height: 340px;
    z-index: 1;
    background: url(/images/skins/default/bg2.png) repeat-x; }
  div.auto_complete {
    width: 350px;
    background: #fefcf2;
    color: black;
    font-size: 11px;
    line-height: 13px; }
    div.auto_complete ul {
      border: 1px solid #888;
      margin: 0;
      padding: 0;
      width: 100%;
      list-style-type: none; }
      div.auto_complete ul li {
        margin: 0;
        padding: 1px; }
        div.auto_complete ul li.selected {
          background-color: #ffad45; }
      div.auto_complete ul strong.highlight {
        color: #800;
        margin: 0;
        padding: 0; }
  div.error {
    padding: 10px;
    border: 1px solid black;
    font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: -88px;
    width: 375px;
    background-color: #F00;
    color: white; }
  div.warning {
    background-color: #430;
    color: #F80; }
  div.notice {
    background-color: #FC6;
    color: black; }
  div.message {
    background-color: #FFF;
    color: black; }
  div.uploadStatus {
    margin: 5px; }
  div.progressBar {
    margin: 5px; }
    div.progressBar div.border {
      background-color: #fff;
      border: 1px solid gray;
      width: 100%; }
    div.progressBar div.background {
      background-color: #333;
      height: 18px;
      width: 0%; }

table p {
  font: 12px  "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px;
  color: #333; }
table#file-list th {
  padding: 4px 8px; }

tr, tr p {
  font: 12px "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px;
  color: #333; }

td {
  font: 12px "trebuchet ms", Verdana, Arial, sans-serif;
  line-height: 18px;
  color: #333; }

h2 {
  font: bold 13px "trebuchet ms", Verdana, Arial, sans-serif;
  margin-bottom: 0px; }

#formular h3 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  font-weight: normal; }

img {
  border: 0px solid; }

#account_type_name {
  cursor: pointer;
  padding-bottom: 8px;
  color: #ff8800;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline; }

#feature_upgrades table {
  border-spacing: 0px;
  border-collapse: collapse; }
#feature_upgrades td {
  padding: 0px;
  font-size: 0.9em;
  line-height: 1.3em;
  vertical-align: bottom; }
#feature_upgrades span.name {
  font-weight: bold;
  color: #f80; }

div.warning, div.notice, div.message {
  padding: 10px;
  border: 1px solid black;
  font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
  font-weight: bold;
  left: 200px;
  position: absolute;
  top: -88px;
  width: 375px; }

#altMainAnimation img {
  padding-top: 50px;
  padding-left: 90px; }

#signup {
  float: left;
  display: block;
  width: 260px;
  margin-top: 43px; }
  #signup h2 {
    display: block;
    color: #fff;
    font: bold 18px "trebuchet ms", Verdana, Arial, sans-serif;
    text-align: center;
    width: 265px;
    height: 62px;
    position: relative;
    padding: 20px 0 0 0;
    z-index: 100;
    background: url(/images/skins/default/registration_form_header_bg.png) no-repeat 0px bottom;
    margin: -20px 0 -62px 15px; }
  #signup .registrationtop {
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 305px;
    height: 43px;
    background: url(/images/skins/default/formtop.png) no-repeat 0px bottom; }
  #signup form#registration {
    width: 305px;
    margin: 0px 9px 0px 0px;
    padding: 30px 0px 30px 0px;
    padding: 0 0 30px 0; }
  #signup form select {
    width: 159px; }
  #signup input.text, #signup input.password, #signup select, #signup textarea {
    background: white url(/images/skins/default/textfieldbg.png) repeat-x 0px 0px;
    font-size: 0.9em;
    border: 1px solid #ccc;
    padding: 0.3em;
    color: #888;
    font-family: sans-serif;
    margin: 0px 0px 1px 0px;
    width: 150px; }
  #signup input#eu_member_state_code {
    width: 20px; }
  #signup input#vat_number {
    width: 118px; }
  #signup input.submit {
    display: none;
    font-size: 1.8em;
    font-weight: bold;
    background: #f5f5f5;
    color: #ed3895;
    padding: 0.2em 0.5em;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    border-left: 2px solid #ffffff;
    width: 159px;
    margin: 5px 6px 0px 129px; }
    #signup input.submit:hover {
      cursor: pointer; }
  #signup table {
    display: none; }
  #signup th {
    font-weight: normal;
    font-size: 11px;
    padding: 0px 10px 0px 20px;
    width: 75px;
    white-space: nowrap; }
  #signup .select {
    padding-bottom: 8px; }
  #signup #terms_of_service {
    font-size: 0.9em;
    text-align: right;
    margin-right: 28px;
    margin-top: 8px; }
    #signup #terms_of_service a {
      border: none;
      text-decoration: underline; }

#terms_of_service_text, #terms_of_service_text p, #terms_of_service_text a {
  color: black; }
#terms_of_service_text a {
  border: none;
  text-decoration: underline; }
#terms_of_service_text h1 {
  font-size: 28px;
  color: black; }

#other_page #signup {
  margin-top: 23px; }
#other_page form#registration .content {
  padding: 64px 0 0 16px; }

#main_page #signup form#registration {
  background: url(/images/skins/default/formbottom.png) no-repeat 0px bottom; }
#main_page #signup .content {
  background: #f4f4f4 url(/images/skins/default/formbg.png) no-repeat 0px 0px;
  padding-top: 20px; }

form#registration .content h3 {
  font-size: 120%;
  font-weight: bold;
  padding-left: 10px; }

.registration3 a.optional {
  color: #aaa;
  text-decoration: none;
  font-size: 0.8em;
  text-align: right;
  display: block;
  width: 254px;
  padding: 0px 40px 0px 0px;
  background: none;
  border: none; }
  .registration3 a.optional:hover {
    color: #666;
    text-decoration: underline; }

#feature_selection {
  background: #fff url(/images/skins/default/selectbg.png) no-repeat 0px 0px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 3px;
  color: #888;
  font-family: sans-serif;
  width: 151px;
  height: 16px;
  margin: 0px 0px 1px 0px; }
  #feature_selection a {
    color: black;
    text-decoration: none;
    display: block;
    border: 0px solid white;
    font-family: sans-serif; }

#user_surname {
  display: none; }

#page {
  width: 982px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  height: auto;
  padding: 0px 0px 0px 0px;
  display: block; }

#header {
  background: #fff url(/images/skins/default/headerbg.jpg) no-repeat top left;
  width: 982px;
  height: 339px;
  position: relative;
  z-index: 102;
  margin: 0px 0px 0px -46px; }
  #header #user {
    float: right; }
  #header #logo {
    float: left;
    width: 682px;
    height: 85px;
    padding: 8px 0px 0px 70px; }
    #header #logo a {
      text-decoration: none;
      border: 0; }

#content {
  padding: 0px;
  display: block;
  width: 868px;
  position: relative;
  z-index: 104;
  margin: -245px auto 0 auto; }
  #content #view {
    background: url(/images/skins/default/main_page_top_bg.jpg) no-repeat top left; }

#message_content {
  padding: 0px;
  display: block;
  width: 868px;
  position: relative;
  z-index: 104;
  margin: -245px auto 0 auto; }
  #message_content a {
    color: #e0e022;
    text-decoration: underline;
    border: 0; }
  #message_content div {
    margin-top: 20px;
    margin-left: 85px;
    color: white; }
    #message_content div input {
      margin-top: 10px; }

#tracking_codes {
  text-align: center;
  margin-top: 180px;
  z-index: 222048; }

#other_page_content {
  padding: 0px;
  display: block;
  width: 868px;
  position: relative;
  z-index: 104; }

#other_page_content {
  margin: -334px auto 0 auto;
  background: url(/images/skins/default/other_page_top_bg.png) no-repeat top left; }

#pageshadow {
  display: block;
  width: 981px;
  height: 89px;
  margin: 0 auto -90px auto;
  background: url(/images/skins/default/pageshadow.png) no-repeat top left; }

#payment_receipt ul {
  margin-bottom: 10px; }
#payment_receipt #login {
  margin-top: 20px; }

#left {
  float: left;
  display: block;
  width: 500px; }

#right {
  float: right;
  display: block;
  width: 300px; }

#page_table {
  width: 809px;
  position: relative;
  top: 23px;
  left: 50px;
  margin: 0px 50px 50px 0px;
  padding: 0px;
  position: relative;
  z-index: 200; }
  #page_table.payment_receipt #left {
    width: 770px; }
  #page_table.payment_receipt h1 {
    margin-top: 10px; }
  #page_table h1 {
    font: bold 26px "trebuchet ms", Verdana, Arial, sans-serif;
    color: #fff;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    line-height: 18px;
    position: relative;
    z-index: 130; }
  #page_table h2 img {
    margin-right: 12px; }

#top_table {
  width: 829px;
  position: relative;
  top: 0px;
  left: 50px;
  margin: 0px 0px 50px 0px; }
  #top_table .header {
    float: left;
    display: block;
    width: 425px;
    height: 304px; }
  #top_table .body {
    float: left;
    display: block;
    width: 500px;
    padding: 30px 14px 0px 0px;
    margin-top: 43px; }
    #top_table .body p {
      line-height: 15px; }
    #top_table .body img {
      margin: 0; }

#breadcrumbs h3 {
  padding: 4px 8px;
  border-bottom: 1px solid black;
  color: #888; }
  #breadcrumbs h3 span.current {
    color: black; }

#footer {
  height: 45px;
  padding: 20px 0px 0px 55px;
  background: #fff url(/images/skins/default/footerbg.png) no-repeat 0px 0px;
  color: #fff;
  width: 818px;
  color: #fff;
  border: none;
  text-decoration: none; }
  #footer p {
    color: #fff; }
  #footer a {
    color: #fff;
    border: none;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: none; }

#other_page #footer {
  margin-left: 54px; }

#footerleft {
  float: left;
  display: block;
  width: 791px; }
  #footerleft li {
    display: inline; }
  #footerleft a {
    color: #fff;
    border: 0;
    text-decoration: underline;
    margin-left: 4px;
    font-size: 95%; }

#errors {
  background-color: white;
  border: 2px solid #ddd;
  padding: 16px 8px;
  position: absolute;
  top: 380px;
  left: 210px;
  z-index: 1000;
  width: 310px; }
  #errors li {
    color: #DD0000;
    margin-bottom: 4px; }

.news_message {
  margin-bottom: 16px; }
  .news_message .time {
    color: #999; }
  .news_message .title {
    font-weight: bold;
    font-size: 1.2em; }

.select_multiple_outer_container {
  position: relative; }

.select_multiple_submit {
  background: #303030;
  padding: 10px;
  height: 20px;
  text-align: right; }

.select_multiple_label {
  margin-left: 5px;
  font-family: "Lucida Grande",Verdana;
  font-size: 11px; }

.select_multiple_container {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  border: 1px solid #222;
  border-top: none; }
  .select_multiple_container .select_multiple_header {
    color: #eee;
    font-family: "Lucida Grande",Verdana;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 7px 0 8px 10px;
    background-color: #303030; }

.select_multiple_name {
  padding-left: 15px;
  font-weight: bold; }

.select_multiple_checkbox {
  text-align: right; }
  .select_multiple_checkbox input {
    margin-right: 15px; }

#app_messages {
  float: right;
  margin-top: -40px;
  margin-right: 25px; }

.fieldWithErrors {
  border-right: 2px solid red;
  padding-right: 2px; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 15px 0 0 5px; }
  #errorExplanation ul li {
    font-size: 12px;
    list-style: square; }

.clearfix {
  display: inline-block;
  display: block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.floatcontainer {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  display: block; }
  .floatcontainer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.hidden {
  display: none; }

#signup_form_footer {
  margin-top: 12px;
  text-align: right; }

#signup #mcafee {
  display: inline;
  margin-right: 12px; }

#fb_like_button {
  margin: 32px 50px 16px 0; }

#other #content {
  color: white;
  margin: -220px 0 0 380px;
  width: 300px; }
  #other #content p {
    font-size: 14px; }
  #other #content h1 {
    font-size: 24px; }

#user_payment_method {
  margin-left: 20px; }
  #user_payment_method h3 {
    font-size: 100%;
    padding-left: 0; }
  #user_payment_method td {
    padding: 4px 0;
    font-size: 11px; }

#card_logos {
  margin-left: 16px; }
/* --------- /stylesheets/pushup.css --------- */ 
#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  margin-right: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }/* --------- /stylesheets/colorbox.css --------- */ 
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
