/* v1.0 | 20080212  http://meyerweb.com/eric/tools/css/reset/ */

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,
b, u, i, center,
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;
    vertical-align: baseline;
    background: transparent;
}
html { font-size: 62.5%; }
body {
    font-size: 1.3em;
    line-height: 1.2em;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th { font-weight: normal; }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.3);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -25px;
  left: -30px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-valign: center;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: url('/shared/static/vd05169a/common/images/tut_icon.png?a88fce971508') center top no-repeat;
  background-size: 30px;
  width: 35px;
  height:47px;
  line-height: 35px;
  border: 0px;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  background-color: #E6D2A5;
  text-align: justify;
  text-justify: inter-word;
  min-width: 300px;
  max-width: 400px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}


div.jGrowl {
    z-index:            9999;
    color:              #fff;
    font-size:          12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
    position:           absolute;
}

div.ie6.top-right {
    right:              auto;
    bottom:             auto;
    left:               expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top:                expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left:               expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top:                expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left:               expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top:                expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left:               expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top:                expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left:               expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top:                expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width:              100%;
}

/** Normal Style Positions **/
div.jGrowl {
    position:           absolute;
}

body > div.jGrowl {
    position:           fixed;
}

div.jGrowl.top-left {
    left:               0px;
    top:                0px;
}

div.jGrowl.top-right {
    right:              0px;
    top:                0px;
}

div.jGrowl.bottom-left {
    left:               0px;
    bottom:             0px;
}

div.jGrowl.bottom-right {
    right:              0px;
    bottom:             0px;
}

div.jGrowl.center {
    top:                0px;
    width:              50%;
    left:               25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left:        auto;
    margin-right:       auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color:       #000;
    opacity:                .85;
    -ms-filter:             "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter:                 progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom:                   1;
    width:                  235px;
    padding:                10px;
    margin-top:             5px;
    margin-bottom:          5px;
    font-family:            Tahoma, Arial, Helvetica, sans-serif;
    font-size:              1em;
    text-align:             left;
    display:                none;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
}

div.jGrowl div.jGrowl-notification {
    min-height:             40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    margin:                 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight:            bold;
    font-size:              .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index:                99;
    float:                  right;
    font-weight:            bold;
    font-size:              1em;
    cursor:                 pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top:            4px;
    padding-bottom:         4px;
    cursor:                 pointer;
    font-size:              .9em;
    font-weight:            bold;
    text-align:             center;
}

/** Hide jGrowl when printing **/
@media print {
    div.jGrowl {
        display:            none;
    }
}
html, body {
    height: 100%;
}

body {
    padding: 0px;
    text-align: left;
}

#outer-container {
    height: 100%;
    width: 100%;
}

#inner-container {
    display: block;
    position: relative;
    width: 1130px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#header {
    width:960px;
    /*height: 50px;*/
    height: 85px;
}

#header2 {
    width:960px;
    /*height: 50px;*/
    height: 125px;
}

#middle {
    overflow: hidden;
}

#left-column {
    float: left;
    width: 830px;
}

#left-column.unauthenticated {
    width: 600px;
}

#right-column {
    float: right;
}

#footer {
    width: 100%;
    height: 60px;
    text-align: center;
    clear: both;
}

#leaderboard-ad {
    width: 750px;
    height: 90px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}

#skyscraper-ad {
    width: 300px;
    height: 650px;
    padding-top: 110px;
}

#ad-words {
    width: 830px;
    height: 90px;
    padding: 5px;
    text-align: center;
    clear: both;
}

#ad-words div.bsap{
    margin: 0 auto;
    width: 750px;
}

#social-login {
    width: 205px;
    display: inline-block !important;
    padding: 10px;
}
.g-signin2 {
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.myfb_button {
   /* background: url('//static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png') no-repeat scroll 0 0 #29447E;*/
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
    text-decoration: none;
}

/* STYLING OF THE TOP NAVIGATION */


.navigation {
    /* positioning and size */
    padding: 6px;
}

#header-navigation {
    position: relative;
    /*width: 515px;*/
    left: 270px;
    top: 10px;
}

#header-navigation div {
    float: left;
    margin: 0px 6px 0px 0px;
    cursor: pointer;
}
#header-navigation-2nd-level {
    position: relative;
    width: 560px;
    left: 270px;
    top: 10px;
    
}
#header-navigation-2nd-level div {
    float: left;
    margin: 7px 5px 0px 0px;
    cursor: pointer;
}
#header-navigation-3rd-level {
    position: relative;
    width: 560px;
    left: 270px;
    top: 10px;
    
    
}
#header-navigation-3rd-level div {
    float: left;
    margin: 7px 5px 0px 0px;
    cursor: pointer;
}

/* STYLING OF THE ACCOUNT OPTIONS SECTION. */

#account-container
{
    position: relative;
    right: 0px;
    top: 10px;
}

#account-header
{
    height: 25px;
    margin: 0px;
    text-align: left;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px;
    font-weight: normal;
}

#account-header .account-image
{
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

#account-header div
{
    float: left;
}

#account-header .down-arrow {
    position: relative;
    top: 17px;
    left: -8px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: #edf2fd;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border-width: 4px 4px 0;
    padding-top: 1px;
}

#account-details
{
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 5px;
    font-size: 12px;
    display: none;
    z-index: 100;
}

#account-details a
{
    text-decoration: none;
}

#account-details .account-title
{
    padding: 5px;
    clear: both;
    margin-bottom: 4px;
}

#account-details .account-summary {
    margin-bottom: 4px;
}

#account-details .account-signout
{
    padding: 5px;
    clear: both;
    margin-top: 4px;
}

#account-details .account-signout a
{
    text-decoration: none;
}

#content-area {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#footer {
    width: 960px;
    margin-top: 20px;
}

/*
    THE FOLLOWING ELEMENTS ARE COMMON TO ALL THEMES, AND HAVE THEREFORE BEEN EXTRACTED HERE
*/

.inline-block-class {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1; /* for IE */
    *display:inline; /* for IE */

    vertical-align: top;
}

.reportable {
    position: relative;
    display: inline-block;
}

.report-this {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;

    font-size: xx-small;
    cursor: pointer;
    display: none;
}

.reported-content {
    padding: 5px;
    margin: 10px;
    height:150px;
    overflow:auto;
}


.overlay
{
    display:none;
    z-index:9999;

    padding: 10px;
    width:755px;
    min-height:200px;
}

.overlay .close
{
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index:10000;
}

.age-changes,
.lobby-panel,
.campaigns {
    /* positioning and size */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 16px 16px 16px 16px;

    /* internal styling - padding etc. */

    /* typography */
    font-weight: normal;
    text-align: center;
}

.lobby-panel table {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.divider {
    margin: 10px auto 10px auto;
    height: 33px;
    width: 60px;
}

.divider-small {
    margin: 3px auto 3px auto;
    height: 16px;
    width: 29px;
}

.lobby-panel table th,
.lobby-panel table td {
    padding: 6px;
}

.age-changes {
    width: 340px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.age-changes:nth-child(even){
    clear: both;
}

.age-changes h2 {
    text-align: center;
}

.age-changes h3 {
    margin-top: 10px;
}

.age-changes table,
.campaigns table {
    width: 100%;
}

.race-changes h1,
.trait-changes h1 {
    clear: both;
}


.message {
    /* positioning and size */
    margin: 20px;
    padding: 8px;

    text-align: left;

    /* internal styling - padding etc. */
    /* typography */
    font-weight: normal;
    text-align: center;
}


.lobby-panel .avatar {
    float: left;
}

#default-avatar {
    background: url('/shared/static/vd05169a/common/images/default_avatar.png?a88fce971508') no-repeat top left;
    width: 190px;
    height: 210px;
}

.lobby-panel .statement {
    height: 70px;
    width: 215px;
    padding: 10px 25px 5px 10px;
    text-align: left;
}


#game-navigation {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#game-navigation .current-date {
    margin-bottom: 10px;
}

#game-navigation .navigation {
    margin-bottom: 10px;
}

#game-navigation .navigation div {
    margin-bottom: 3px;
}


#resource-bar
{
    /* positioning and size */
    width: 700px;
    margin-bottom: 10px;

    /* typography */
    text-align: center;
}

ul {
    text-align: left;
    margin-left: 60px;
    list-style: disc;
}

.game-content form,
.game-content h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


.game-content h3 {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

form ul.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

form table .errorlist {
    display: block;
}

.game-content form h2 {
    margin-top: 0px;
}

.game-content form.change-kingdom {
    position: relative;
    text-align: left;
}

.game-content form.change-kingdom .change-kingdom-heading {
    margin-left: 4px;
    margin-top: 10px;
    width: 420px;
    text-align: left;
    padding-bottom: 5px;
}

.game-content form.change-kingdom .change-kingdom-nav {
    margin: 5px 0 4px 4px;
    display: inline-block;
}

.game-content form.change-kingdom .change-kingdom-nav a {
    display: inline-block;
    width: 60px;

    padding: 3px;
    font-size: 14px;
    text-align: center;
}

.game-content form.change-kingdom #royal-commands {
    padding: 5px 0px;
}

.game-content form.change-kingdom #royal-commands .kingdom-label {
    display: inline-block;
    width: 150px;
}

.game-content form.change-kingdom #royal-commands .edit-instruction {
    width: 280px;
}

.game-content form.change-kingdom #royal-commands .instruction {
    display: inline-block;
    width: 400px;
}

.game-content form.change-kingdom #royal-commands table {
    margin-bottom: 0px;
}

.game-content form.change-kingdom .change-kingdom-form {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 260px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    font-weight: lighter;
    vertical-align: middle;
}

#change-kingdom-button {
    display: inline-block;
    height: 41px;
    width: 60px;
    margin: 4px 4px 0px 0px;
    text-align: center;
}

.game-content form.change-kingdom.change-kingdom-target .change-kingdom-form {
    top: 4px;
    vertical-align: middle;
}

.game-content form.change-kingdom.change-kingdom-target #change-kingdom-button {
    position: relative;
    top: -3px;
    right: -3px;
    height: 30px;
}

form input[type=text],
form input[type=number],
form input[type=password] {
    display: inline-block;
    text-align: center;
}

form .errorlist {
    display: inline-block;
}

form input[type=submit],
.button-link {
    /* positioning and size */
    padding: 3px 3px 3px 3px;
    
    /* internal styling - padding etc. */
    /* typography */
    text-align: left;

    text-decoration: none;
    cursor: pointer;
}

form input[type=submit]{
    margin-bottom: 10px;
}

form input[type=submit]:disabled {
    opacity: 0.5;
}

form p {
    text-align: center;
}

form ul {
    list-style-image: none;
}
form ul li {
    display: inline;
    margin-right: 40px;
}


/* NEWS */
.next-prev-nav {
    position: relative;
    text-align: center;
}
.next-prev-nav .previous {
    position: absolute;
    left: 0px;
}
.next-prev-nav .next {
    position: absolute;
    right: 0px;
}

/* KINGDOM NEWS */
.news-legend {
    margin-top: 10px;
}

.news-legend span {
    margin-left: 20px;
    font-size: 0.8em;
    white-space:nowrap;
}
.news-legend span:first-child {
    margin-left: 0px;
}

.news-incident-type {
    text-align: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-right: 0px;
    background-position: 5px 5px;

}
.news-incident-date {
    width: 120px;
}

.provinces-legend span {
    margin-left: 10px;
}

.provinces-legend .invitations {
    float: right;
}

.game-content .kingdom-details-scaled-taunt {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.game-content .kingdom-details-scaled-taunt p {
    text-align: center;
}

.game-content .kingdom-details-scaled-taunt img {
    width: 600px;
    height: 75px;
}

.meter-container
{
    position: relative;
    height: 30px;
    width: 415px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.dip-status
{
    height: 14px;
    position: absolute;
    /* allow some margin-left so that the pointers align with 0 on the meter */
    margin-left: 7px;
    font-size: 10px;
    text-align: center;
    top: 10px;
}

.dip-status-WAR
{
    margin-left: 10px;
}

.meter-value
{
    position: absolute;
    height: 15px;
    background-repeat: no-repeat;
    font-size: 10px;
    width: 45px;
    padding-left: 17px;
}

.own-meter-value
{
    bottom: -9px;
    padding-top: 2px;
}

.their-meter-value
{
    top: -4px;
    padding-bottom: 2px;
}

#hostility-meter-example {
    height: 44px;
    width: 427px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.province-flag {
    margin: 20px auto 20px auto;
}

.province-flag .flag {
    position: relative;
    margin: 10px auto 10px auto;
    width: 200px;
    height: 146px;
}


.province-flag .flagpole {
    position: absolute;
    left: 0px;
    height: 146px;
    width: 18px;
}

.province-flag .flag-image {
    position: absolute;
    left: 8px;
    width:200px;
    height:100px;
    top: 22px;
    text-align: center;
}

.province-flag .flag-image .default-flag{
    width:200px;
    height:100px;
}

.motto {
    height: 70px;
    width: 215px;
    padding: 10px 25px 5px 10px;
    text-align: left;
}

.motto h3 {
    margin: 0px;
}

.game-header
{
    float: left;
    width: 700px;
}


.game-header h1
{
    display: block;
    float: left;
}


.game-content {
    float: left;
    width: 694px;
    padding: 1px 1px 1px 1px;
}

.game-content h2:first-child {
    margin-top: 0px;
}

.game-content p {
    margin: 10px 10px 10px 20px;
    text-align: left;
}

.page-summary {
    text-align: left;
    margin-bottom: 10px;
}

.game-content table {
    width: 100%;
    margin-bottom: 20px;
}

.game-content th,
.game-content td {
    padding: 4px 10px 4px 5px;
}


.game-content table.one-column-stats th {
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.game-content table.one-column-stats td {
    width: 50%;
    text-align: left;
    padding-left: 15px;
}

.game-content table.two-column-stats th {
    width: 30%;
    text-align: right;
}

.game-content table.two-column-stats td {
    width: 20%;
    text-align: left;
}

.game-content table.three-column-stats th {
    width: 20%;
    text-align: right;
}

.game-content table.three-column-stats td {
    width: 13%;
    text-align: left;
}

.game-content table.schedule td {
    padding: 0px;
    text-align: center;
}
.game-content table.schedule thead th {
    padding: 0px;
    width: 25px;
    text-align: center;
}
.game-content table.schedule tbody th {
    width: 80px;
}


.game-content table.math-table tbody th {
    text-align: right;
}
.game-content table.math-table thead th,
.game-content table.math-table tbody td {
    text-align: left;
}

.game-content div.preference-box {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.game-content table.mail-view {
    width: 694px;
    margin-bottom: 0px;
}

.game-content table.mail-view th {
    text-align: right;
}

.game-content table.mail-view td {
    text-align: left;
}

.game-content table.mail-view tr td {
    position: relative;
}

.game-content table.mail-view tr td:nth-child(odd) {
    width: 150px;
}

.game-content table.mail-view tr th {
    text-align: left;
}

.game-content table.mail-view form {
    display: inline-block;
    width: auto;
    height: 23px;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.game-content table.mail-view input[type="text"] {
    text-align: left;
}

.game-content form.forum-delete-button input[type="submit"] {
    display: block;
}

div.wysiwyg ul.toolbar {
    width: auto;
}

#bookmark-container
{
    margin-top: 5px;
    position: relative;
    float: left;
}

#bookmark-header
{
    height: 30px;
    width: 26px;
    margin: 0px;
    text-align: left;
    top: 0px;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
}

#bookmark-details
{
    position: absolute;
    top: 30px;
    padding: 5px;
    display: none;
    z-index: 100;
}

#bookmark-details div {
    white-space: nowrap;
}

table#throne-royal-commands {
    text-align: left;
}

table#throne-royal-commands th {
    padding-left: 10px;
}

#royal-command-container {
    margin-top: 5px;
    position: relative;
    float: left;
    height: 30px;
    width: 26px;
}

#royal-command-icon {
    height: 30px;
    width: 26px;
}

.tablesorter th {
    cursor: pointer;
    padding: 4px 4px 4px 5px;
}

.tablesorter th .order-icon {
    display: inline-block;
    height: 9px;
    width: 21px;
}

ol {
    list-style: decimal;
    text-align: left;
}

.recruitment-header {
    width: 700px;
    margin: 0 auto 5px auto;
    padding: 0px 16px;
    text-align: left;
}

.recruitment-header .your-qualifications {
    text-align: right;
    width: 299px;
    padding-right: 10px;
    padding-top: 10px;
}

.recruitment-header .your-qualifications-graph {
    width: 200px;
}

.recruitment-campaigns table {
    width: 100%;
}

.recruitment-campaigns table th {
    width: 130px;
}

.recruitment-header .your-kingdom-rankings {
    text-align: right;
    width: 107px;
    padding-top: 5px;
}

.recruitment-header .your-kingdom-rankings-graph {
    width: 70px;
    position: relative;
    height: 50px;
}


.your-kingdom-rankings-graph .rank-bar,
.your-kingdom-rankings-graph .rank-label {
    cursor: pointer;
}

.your-kingdom-rankings-graph .rank-bar,
.campaign-kingdom-rankings-graph .rank-bar {
    position: absolute;
    width: 12px;
    bottom: 5px;
}

.your-kingdom-rankings-graph .rank-bar {
    bottom: 15px;
}

.your-kingdom-rankings-graph .rank-label {
    position: absolute;
    width: 12px;
    bottom: 0px;
    text-align: center;
    font-size: 9px;
}

.your-kingdom-rankings-graph .net_worth,
.campaign-kingdom-rankings-graph .net_worth {
    right: 45px;
}

.your-kingdom-rankings-graph .land,
.campaign-kingdom-rankings-graph .land {
    right: 30px;
}

.your-kingdom-rankings-graph .honor,
.campaign-kingdom-rankings-graph .honor {
    right: 15px;
}

.your-kingdom-rankings-graph .war_wins,
.campaign-kingdom-rankings-graph .war_wins {
    right: 0px;
}



.campaigns {
    width: 700px;
    text-align: left;
}

.campaigns h3 {
    padding-top: 10px;
}

.campaigns .odd {
}

.campaigns .even {
    background: rgba(48, 48, 48, 0.2);
}

.campaigns .spacer {
    height: 5px;
}

.campaigns .basic-details {
    padding-top: 5px;
    padding-left: 5px;
    position: relative;
}

.campaigns .campaign-id {
    width: 50px;
}

.campaigns .campaign-summary {
    width: 250px;
    text-align: center;
}

.campaigns .campaign-requirements {
    width: 245px;
}

.campaigns .campaign-kingdom-rankings-graph {
    width: 140px;
    height:50px;
    position: absolute;
    bottom: 0px;
}


.campaigns .expanded-details {
    padding-left: 5px;
    padding-top: 10px;
}

.campaigns .campaign-message {
    width: 290px;
}

.campaigns .ajax-div {
    width: 380px;
    text-align: center;
}

.campaigns .application-message {
    width: 240px;
}

.campaigns .application-message textarea {
    width: 230px;
    height: 46px;
}

#campaign-pagination {
    clear: both;
    margin-bottom: 10px;
}

.campaign-meter-level div {
    height: 10px;
    width: 10px;
}

.campaign-meter-level div.unknown {
    background-color: inherit;
    border: none;
    text-align: center;
    font-size: 11px;
    height: 12px;
    width: 12px;
}

.science-group {
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-right: 15px;
    border-bottom: solid rgba(0,0,0,0.2) 4px;
}
.science-group:last-child {
    border-bottom: none;
}

.scientist-widget {
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
    margin-left: 1.25%;
    margin-right: 1.25%;
}

.last-of-science-type {
    clear: all;
    margin-bottom: 40px;
}

.scientist-name {
    font-size: 14px;

}
.scientist-advice {
    font-size: 12px;
}

.scientist-widget .NOVICE {
    color: #81c220;
}
.scientist-widget .GRADUATE {
    color: #85d1d6;
}
.scientist-widget .PROFESSOR {
    color: #e6d22b;
}
.scientist-type div.selector {
    width: 150px;
}
.scientist-type div.selector select,
.scientist-type div.selector option,
.scientist-type div.selector span {
    width: 120px;
}

#close-recruitment-chat {
    height:30px;
    width: 150px;
    text-align: center;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: inherit;
    background-color: #2E2E2E\9; /* IE 8 and below */
    padding: 5px;

    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.jGrowl-notification .jGrowl-close {
    display: none;
}

.jGrowl-notification .jGrowl-message {
    background-color: inherit;
}

tr#calculator-separator {
    border-top: 1px dashed #fff;
}

table.province-target-finder tr.own-province {
    font-weight: bold;
}

#common-combinations {
    border-top: 2px dotted #000;
}
#common-combinations td {
    line-height: 1.5em;
    padding-left: 10px;
}
#add_homepage {
    display: none !important; 
}
#curved_image {
    background: url('/shared/static/vd05169a/common/images/app_login_combined.png?a88fce971508') no-repeat;
    width: 375px;
    height: 208px;
    margin: auto;
    margin-bottom: 5px;
}

#war_history_container {
    display: flex;
    flex-direction: column;
}

#war_history_show {
    justify-content: end;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_justify_center {
    justify-content: center;
}

.margin_row {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin_column {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ranking_history_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}

.ranking_history_container a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.disable-link {
    pointer-events: none;
    color: white;
}

.ranking_history_column {
    display: flex;
    flex-direction: column;
    margin: 5px 5px 5px 5px;
    justify-content: center;
}

.ranking_history_row {
    display: flex;
    flex-direction: row;
}

.ranking_history_row h3 {
    margin: 10px 10px 10px 10px;
}

.ranking_history_p {
    margin: 1px 1px 1px 1px !important;
}

.grow_1 {
    flex: 1 1 0;
}

.grow_2 {
    flex: 2 1 0;
}

.grow_3 {
    flex: 3 1 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-even {
    display: flex;
    justify-content: space-evenly;
}

.td_center_bottom {
    vertical-align:bottom;
    text-align:center;
}

.flex-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.loader {
        border: 4px solid #7c551a;
        border-top: 4px solid #E5C40F;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        animation: spin 1s linear infinite;
        margin: auto;
        margin-top: 20px;
    }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.op-col-group col:first-child {
    width: 5%;
}

.op-col-group col:nth-child(2) {
    width: 10%;
}

.op-col-group col:nth-child(3) {
    width: 45%;
}

.op-col-group col:nth-child(4) {
    width: 45%;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url('/shared/static/vd05169a/common/images/sprite.png?a88fce971508');
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('/shared/static/vd05169a/common/images/bg-input-focus.png?a88fce971508') repeat-x 0px 0px;
  background: url('/shared/static/vd05169a/common/images/bg-input.png?a88fce971508') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('/shared/static/vd05169a/common/images/bg-input-focus.png?a88fce971508') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector select option {
    background:#FFFFFF;
}

div.selector select optgroup {
    background-color:#FFFFFF;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png?a88fce971508') 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png?a88fce971508') 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png?a88fce971508') 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png?a88fce971508') 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png?a88fce971508') 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png?a88fce971508') 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png?a88fce971508') 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_222222_256x240.png?a88fce971508'); }
.ui-widget-content .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_222222_256x240.png?a88fce971508'); }
.ui-widget-header .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_ffffff_256x240.png?a88fce971508'); }
.ui-state-default .ui-icon { background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a88fce971508'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a88fce971508'); }
.ui-state-active .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a88fce971508'); }
.ui-state-highlight .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_228ef1_256x240.png?a88fce971508'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-icons_ffd27a_256x240.png?a88fce971508'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?a88fce971508') 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url('/shared/static/vd05169a/common/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png?a88fce971508') 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

div.wysiwyg { border: 1px solid #999; padding: 5px; background: #fff url('/shared/static/vd05169a/external/jquery-wysiwyg/jquery.wysiwyg.bg.png?a88fce971508') repeat-x top; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.toolbar li.jwysiwyg-custom-command { overflow: hidden; }

div.wysiwyg ul.toolbar { border-bottom: 1px solid #ccc; float: left; width: 100%; padding: 0; }
div.wysiwyg ul.toolbar li { list-style: none; float: left; margin: 1px 2px 3px 0;  background: rgb(240, 240, 240); -moz-user-select: none; -webkit-user-select: none; user-select: none; clear: none; padding: 0 }
div.wysiwyg ul.toolbar li.separator { width: 1px; height: 16px; margin: 0 4px; border-left: 1px solid #ccc; }
div.wysiwyg ul.toolbar li { text-indent: -5000px; opacity: 0.85; filter: alpha(opacity=85); display: block; width: 16px; height: 16px; background: url('/shared/static/vd05169a/external/jquery-wysiwyg/jquery.wysiwyg.gif?a88fce971508') no-repeat -64px -80px; border: 1px dotted rgb(240, 240, 240); cursor: pointer; margin: 0px; }
div.wysiwyg ul.toolbar li.wysiwyg-button-hover, div.wysiwyg ul.toolbar li.active { opacity: 1.00; filter:alpha(opacity=100); border: 1px outset rgb(224, 224, 224); }
div.wysiwyg ul.toolbar li.active { background-color: rgb(255, 255, 64); border: 1px solid rgb(208, 208, 208); border-left-color: #aaa; border-top-color: #aaa; margin: 0; }

div.wysiwyg ul.toolbar li.disabled, div.wysiwyg ul.toolbar li.wysiwyg-button-hover.disabled, div.wysiwyg ul.toolbar li.active.disabled { opacity: 0.5; filter:alpha(opacity=50); border: 0px none transparent; padding: 1px; cursor: auto; }


div.wysiwyg ul.toolbar li.bold { background-position: 0 -16px; }
div.wysiwyg ul.toolbar li.italic { background-position: -16px -16px; }
div.wysiwyg ul.toolbar li.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.toolbar li.underline { background-position: -48px -16px; }
div.wysiwyg ul.toolbar li.highlight { background-position: -48px -96px; }

div.wysiwyg ul.toolbar li.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.toolbar li.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.toolbar li.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.toolbar li.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.toolbar li.indent { background-position: -64px 0; }
div.wysiwyg ul.toolbar li.outdent { background-position: -80px 0; }

div.wysiwyg ul.toolbar li.subscript { background-position: -64px -16px; }
div.wysiwyg ul.toolbar li.superscript { background-position: -80px -16px; }

div.wysiwyg ul.toolbar li.undo { background-position: 0 -64px; }
div.wysiwyg ul.toolbar li.redo { background-position: -16px -64px; }

div.wysiwyg ul.toolbar li.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.toolbar li.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.toolbar li.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.toolbar li.h1 { background-position: 0 -32px; }
div.wysiwyg ul.toolbar li.h2 { background-position: -16px -32px; }
div.wysiwyg ul.toolbar li.h3 { background-position: -32px -32px; }
div.wysiwyg ul.toolbar li.h4 { background-position: -48px -32px; }
div.wysiwyg ul.toolbar li.h5 { background-position: -64px -32px; }
div.wysiwyg ul.toolbar li.h6 { background-position: -80px -32px; }

div.wysiwyg ul.toolbar li.paragraph { background-position: 0px -96px; }
div.wysiwyg ul.toolbar li.colorpicker { background-position: -16px -96px; }
div.wysiwyg ul.toolbar li.fullscreen { background-position: -32px -96px; }

div.wysiwyg ul.toolbar li.cut { background-position: -32px -64px; }
div.wysiwyg ul.toolbar li.copy { background-position: -48px -64px; }
div.wysiwyg ul.toolbar li.paste { background-position: -64px -64px; }
div.wysiwyg ul.toolbar li.insertTable { background-position: -64px -48px; }

div.wysiwyg ul.toolbar li.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.toolbar li.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.toolbar li.createLink { background-position: -80px -48px; }
div.wysiwyg ul.toolbar li.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.toolbar li.html { background-position: -48px -48px; }
div.wysiwyg ul.toolbar li.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.toolbar li.empty { background-position: -64px -80px; }

div.wysiwyg ul.toolbar li.code { background-position: -64px -96px; }

div.wysiwyg iframe { border: 1px solid #999; clear: left;
-moz-box-shadow    :inset 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow :inset 0 0 10px rgba(0, 0, 0, 0.4);
box-shadow         :inset 0 0 10px rgba(0, 0, 0, 0.4);
background-color:white; padding:0px; margin:0; display:block; width: 100%;
}



              .customDefault { 
                color: black;
              }
              .customDefault .introjs-skipbutton {
                border-radius: 0;
                color: red;
              }
            
#header {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 311px;
    background: none;
    text-align: center;
}

#inner-container {
    width:1000px;
}

#header-navigation {
    position: static;
    display: inline-block;
    margin: 16px auto 0px auto;
    left: auto;
    top: auto;
}

#header-navigation div {
    display: inline-block;
    position: static;
}

#middle {
}

#content-area {
    margin: 10px 0px 10px 10px;
    border: 2px solid;
    padding: 16px 16px 16px 16px;

    /* border styling */
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    /* internal styling - padding etc. */

    /* typography */
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;

    /* colors */
    border-color: #555555;
    -moz-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000;
    -webkit-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000;
    box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000;

    background: rgb(49,44,32);
    background: rgba(49,44,32, 0.4);

}

#content-area h1 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    font-weight: 200;
}

#content-area p {
    margin: 10px 10px 10px 10px;
}

#about {
    font-size: 15px;
}

#about h2 {
    font-size: 28px;
    line-height: 32px;
}

#frontpage-logo {
    background: url('/shared/static/vd05169a/common/images/frontpage-logo.png?a88fce971508') no-repeat top left;
    width: 584px;
    height: 249px;
}

#left-column {
    width: 630px;
}

#news h1 {
    font-size: 35px;
}

#news .news-more {
    text-align: right;
    margin-top: 15px;
}

#news .news-more h2{
    font-size: 24px;
}

#left-column .blog-entry {
    margin-bottom: 5px;
}

#left-column .blog-entry a {
    padding-left: 10px;
}

#right-column {
    width: 310px;
    padding: 40px 5px 20px 5px;

    border: 2px solid;
    margin: 10px 0px 10px 0px;

    /* border styling */
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    /* internal styling - padding etc. */

    /* typography */
    font-family: KnightsQuestRegular;
    font-size: 20px;
    text-align: left;

    /* colors */
    border-color: #555555;
    -moz-box-shadow:    0px -1px 1px #fffbf1,
                                    inset 0px 1px 2px #000,
                                    inset 0px -1px 1px #fffbf1,
                                    0px 1px 1px #000,
                                    -1px 0px 2px #000,
                                    inset 1px 0px 1px #fffbf1,
                                    inset -1px 0px 2px #000,
                                    1px 0px 1px #fffbf1;
    -webkit-box-shadow: 0px -1px 1px #fffbf1,
                                        inset 0px 1px 2px #000,
                                        inset 0px -1px 1px #fffbf1,
                                        0px 1px 1px #000,
                                        -1px 0px 2px #000,
                                        inset 1px 0px 1px #fffbf1,
                                        inset -1px 0px 2px #000,
                                        1px 0px 1px #fffbf1;
    box-shadow:     0px -1px 1px #fffbf1,
                                inset 0px 1px 2px #000,
                                inset 0px -1px 1px #fffbf1,
                                0px 1px 1px #000,
                                -1px 0px 2px #000,
                                inset 1px 0px 1px #fffbf1,
                                inset -1px 0px 2px #000,
                                1px 0px 1px #fffbf1;

    background: #3a3830; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #3a3830 0%, #23221f 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3830), color-stop(100%,#23221f)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #3a3830 0%,#23221f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #3a3830 0%,#23221f 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #3a3830 0%,#23221f 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover,  #3a3830 0%,#23221f 100%); /* W3C */


}


#login form {
    border: 2px solid;
    margin: 10px 0px 20px 0px;
    padding: 12px;

    /* border styling */
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    /* internal styling - padding etc. */

    /* typography */
    font-family: KnightsQuestRegular;
    font-size: 20px;
    text-align: right;

    -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68;
    -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68;
    text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68;

    /* colors */
    border-color: #555555;
    -moz-box-shadow:    0px -1px 1px #fffbf1,
                                    inset 0px 1px 2px #000,
                                    inset 0px -1px 1px #fffbf1,
                                    0px 1px 1px #000,
                                    -1px 0px 2px #000,
                                    inset 1px 0px 1px #fffbf1,
                                    inset -1px 0px 2px #000,
                                    1px 0px 1px #fffbf1;
    -webkit-box-shadow: 0px -1px 1px #fffbf1,
                                        inset 0px 1px 2px #000,
                                        inset 0px -1px 1px #fffbf1,
                                        0px 1px 1px #000,
                                        -1px 0px 2px #000,
                                        inset 1px 0px 1px #fffbf1,
                                        inset -1px 0px 2px #000,
                                        1px 0px 1px #fffbf1;
    box-shadow:     0px -1px 1px #fffbf1,
                                inset 0px 1px 2px #000,
                                inset 0px -1px 1px #fffbf1,
                                0px 1px 1px #000,
                                -1px 0px 2px #000,
                                inset 1px 0px 1px #fffbf1,
                                inset -1px 0px 2px #000,
                                1px 0px 1px #fffbf1;

    background: #4e4e4e; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #d7d7d7 0%, #353535 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d7d7d7), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #d7d7d7 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #d7d7d7 0%,#353535 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #d7d7d7 0%,#353535 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover,  #d7d7d7 0%,#353535 100%); /* W3C */


}

.g-signin2 {
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#login .form-heading {
    margin-bottom: 10px;
}

#login form p {
    filter: glow(color=#252525,strength=3);
}

#login form table {
    width: 100%;
}

#login form input[type="text"],
#login form input[type="password"] {
    width: 180px;
    text-align: left;
}

#login form input[type="submit"] {
    font-size: 24px;
    margin-top: 4px;
}

#right-column h1 {
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
}

#login-links {
    float: left;
    margin-top: 10px;
    text-align: center;
}
#signup-links {
    margin-top: 10px;
    text-align: center;
}

#fb-signup-links {
    float: right;
    margin-top: 10px;
}

#signup-links a {
    font-size: 24px;
}

#facebook-like {
    width: 275px;
    margin-left: 5px;
    margin-right: 5px;
}

#twitter-share {
    margin-top: 10px;
    margin-left: 5px;
}

#tweets {
    margin: 5px;
}

#tweets h1 {
    font-size: 35px;
}

p.tweet {
    margin: 5px 0px 5px 0px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;


}

#tweets .twitter-more {
    text-align: right;
}

#tweets .twitter-more h2{
    font-size: 24px;
}

.fb-no-jump {
    display: inline-block !important;
    max-height:50px /*change as per requirement*/
    overflow:hidden;
}

#social-login {
    width: 205px;
    display: inline-block !important;
    padding: 10px;
}

#social-signup {
    width: 205px;
    transform: translate(-20%,0);
    display: inline-block !important;
    padding: 10px;
}

.discord-button {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #6057F1;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.discord-button::before {
    content: url('/shared/static/vd05169a/common/images/discord.svg?a88fce971508');
    margin-right: 10px;
    filter: invert(1);
    margin-top: 5px;
}

.discord-button:hover {
    background-color: #677bc4;
}

.discord-button a {
    font-family: KnightsQuestRegular;
    font-size: 20px;
    color: white;
    -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68;
    -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68;
    text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68;
}

.google-play img {
    width: 200px;
}