/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

/* line 27, ../src/main.scss */
#wrapper {
  width: 982px;
  background: #f9f9f9;
  padding: 100px 21px 0;
  margin: 0 auto;
  position: relative;
  height: 773px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* line 38, ../src/main.scss */
a, a:visited {
  font-weight: bold;
  text-decoration: none;
}

/* line 43, ../src/main.scss */
a:hover {
  text-decoration: underline;
}

/* line 47, ../src/main.scss */
#wrapper > header {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 57px;
  padding-top: 33px;
  background: url("../Images/new_bg.png") repeat-x left top;
}
/* line 56, ../src/main.scss */
#wrapper > header a, #wrapper > header a:visited {
  color: #000;
}
/* line 60, ../src/main.scss */
#wrapper > header #logo {
  position: absolute;
  top: 5px;
  left: 14px;
  z-index: 0;
  display: block;
  height: 44px;
  width: 205px;
  background: url(../Images/logo.png);
  text-indent: -999px;
  overflow: hidden;
}
/* line 73, ../src/main.scss */
#wrapper > header #main-navigation {
  margin-left: 103px;
  font-size: 13px;
}
/* line 77, ../src/main.scss */
#wrapper > header #main-navigation li {
  display: inline-block;
  width: 178px;
  text-indent: -24px;
  height: 30px;
  text-align: center;
  background: url("../Images/tabs.png") no-repeat left top;
  position: relative;
  margin-left: -27px;
  line-height: 32px;
  vertical-align: middle;
}
/* line 91, ../src/main.scss */
#wrapper > header #main-navigation li.dashboard {
  z-index: 4;
}
/* line 92, ../src/main.scss */
#wrapper > header #main-navigation li.manage {
  z-index: 3;
}
/* line 93, ../src/main.scss */
#wrapper > header #main-navigation li.stats {
  z-index: 2;
}
/* line 94, ../src/main.scss */
#wrapper > header #main-navigation li.account {
  z-index: 1;
}
/* line 96, ../src/main.scss */
#wrapper > header #main-navigation li.current {
  background-position: left bottom;
  z-index: 100;
}
/* line 102, ../src/main.scss */
#wrapper > header #sub-navigation {
  padding: 9px 0;
  border-bottom: #eee 1px solid;
  padding-left: 120px;
  font-size: 11px;
}
/* line 108, ../src/main.scss */
#wrapper > header #sub-navigation li {
  display: inline-block;
  padding: 0 19px;
  border-left: 1px solid #bbb;
}
/* line 112, ../src/main.scss */
#wrapper > header #sub-navigation li a {
  color: #3998d1;
}
/* line 115, ../src/main.scss */
#wrapper > header #sub-navigation li.current {
  background: none;
}
/* line 116, ../src/main.scss */
#wrapper > header #sub-navigation li.current a {
  color: #bbb;
}
/* line 120, ../src/main.scss */
#wrapper > header #sub-navigation li:first-child {
  border: 0;
  padding-left: 0;
}
/* line 126, ../src/main.scss */
#wrapper > header #user-navigation {
  position: absolute;
  top: 5px;
  font-size: 12px;
  right: 16px;
}
/* line 132, ../src/main.scss */
#wrapper > header #user-navigation .name {
  border-right: 2px solid #555;
  padding-right: 5px;
  margin-right: 5px;
  color: #555;
}
/* line 139, ../src/main.scss */
#wrapper > header #user-navigation a, #wrapper > header #user-navigation a:visited {
  color: #3998d1;
}
/* line 144, ../src/main.scss */
#wrapper > header #contact {
  display: block;
  position: absolute;
  top: 38px;
  right: 16px;
  width: 157px;
  padding: 9px;
  font-size: 12px;
  z-index: 100;
  background: white url("../Images/support_image.png") no-repeat 9px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* line 157, ../src/main.scss */
#wrapper > header #contact summary {
  margin-left: 36px;
  height: 31px;
  width: 119px;
  background: url("../Images/contact_arrow.png") no-repeat right 10px;
}
/* line 163, ../src/main.scss */
#wrapper > header #contact summary .contact {
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
/* line 171, ../src/main.scss */
#wrapper > header #contact summary strong {
  font-weight: bold;
  color: #666;
  display: block;
  cursor: pointer;
}
/* line 178, ../src/main.scss */
#wrapper > header #contact summary .contact:hover, #wrapper > header #contact summary strong:hover {
  text-decoration: underline;
}
/* line 183, ../src/main.scss */
#wrapper > header #contact details {
  display: none;
}
/* line 186, ../src/main.scss */
#wrapper > header #contact details dl {
  overflow: hidden;
}
/* line 190, ../src/main.scss */
#wrapper > header #contact details dt, #wrapper > header #contact details dd {
  float: left;
}
/* line 194, ../src/main.scss */
#wrapper > header #contact details dt {
  clear: left;
  font-weight: bold;
  color: #333;
  margin-right: 3px;
  margin-bottom: 11px;
}
/* line 201, ../src/main.scss */
#wrapper > header #contact details dt:after {
  content: ':';
}
/* line 203, ../src/main.scss */
#wrapper > header #contact details address {
  margin-bottom: 14px;
  margin-top: 3px;
}
/* line 206, ../src/main.scss */
#wrapper > header #contact details address a, #wrapper > header #contact details address a:visited {
  color: #3998d1;
}
/* line 209, ../src/main.scss */
#wrapper > header #contact details strong {
  display: block;
  color: #444;
  font-weight: bold;
}
/* line 215, ../src/main.scss */
#wrapper > header #contact details .Panic {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #666;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 29px;
  background: url("../Images/panic.png") no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
/* line 227, ../src/main.scss */
#wrapper > header #contact details .Panic:hover {
  text-decoration: underline;
}
/* line 233, ../src/main.scss */
#wrapper > header #contact.open {
  width: 162px;
  -moz-box-shadow: #999999 2px 2px 6px 0;
  -webkit-box-shadow: #999999 2px 2px 6px 0;
  -o-box-shadow: #999999 2px 2px 6px 0;
  box-shadow: #999999 2px 2px 6px 0;
}
/* line 237, ../src/main.scss */
#wrapper > header #contact.open details {
  display: block;
}
/* line 241, ../src/main.scss */
#wrapper > header #contact.open summary {
  padding-top: 5px;
  margin-bottom: 9px;
}

/* line 248, ../src/main.scss */
.hidden {
  display: none !important;
}

/* line 250, ../src/main.scss */
.button {
  background: #626262;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #525252;
  padding: 0;
  cursor: pointer;
  margin-right: 3px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
}
/* line 261, ../src/main.scss */
.button span {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 6px;
  border-top: 1px solid #9fa0a0;
  color: #fff;
  margin-top: -1px;
}

/* line 272, ../src/main.scss */
.button:hover {
  background: url(../Images/button-bg.png) repeat-x left top;
  font-weight: normal;
  text-decoration: none;
}
/* line 276, ../src/main.scss */
.button:hover span {
  border: 0;
  height: 22px;
}

/* line 279, ../src/main.scss */
.button:active {
  background-position: left bottom;
  font-weight: normal;
  text-decoration: none;
}

/* line 285, ../src/main.scss */
.button.disabled, .button.disabled:hover, .button.disabled:active {
  opacity: 0.7;
  background: #626262;
  font-weight: normal;
  text-decoration: none;
}
/* line 290, ../src/main.scss */
.button.disabled span, .button.disabled:hover span, .button.disabled:active span {
  border-top: 1px solid #9fa0a0;
  height: 21px;
}

/* line 298, ../src/main.scss */
#wrapper > footer {
  width: 1024px;
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 9px;
  background: url(../Images/new_bg.png) repeat-x left bottom;
}
/* line 307, ../src/main.scss */
#wrapper > footer nav {
  display: inline-block;
  padding-left: 98px;
  padding-top: 8px;
  width: 225px;
  border-left: 1px solid #fff;
  color: #fff;
}
/* line 315, ../src/main.scss */
#wrapper > footer nav h3 {
  font-weight: bold;
  margin-bottom: 11px;
}
/* line 320, ../src/main.scss */
#wrapper > footer nav li {
  margin-bottom: 9px;
}
/* line 324, ../src/main.scss */
#wrapper > footer nav a, #wrapper > footer nav a:visited {
  color: #fff;
  font-weight: normal;
}
/* line 327, ../src/main.scss */
#wrapper > footer nav:first-child {
  border: 0;
}

/* line 330, ../src/main.scss */
input[type=text], textarea, input[type=email], input[type=password] {
  border: 1px solid #dad8d8;
  padding: 2px 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: #efeded 1px 1px 2px 1px inset;
  -webkit-box-shadow: #efeded 1px 1px 2px 1px inset;
  -o-box-shadow: #efeded 1px 1px 2px 1px inset;
  box-shadow: #efeded 1px 1px 2px 1px inset;
}

/* line 338, ../src/main.scss */
input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=password]:focus {
  border-color: #3998d1;
}

/* line 342, ../src/main.scss */
.help-tip {
  z-index: 1000;
}

/* line 343, ../src/main.scss */
.help-tip:before {
  content: '';
  position: absolute;
  border: 9px solid transparent;
  border-right-color: #eee;
  left: -18px;
  top: 10px;
}

/* line 352, ../src/main.scss */
.help-tip .tip {
  width: 119px;
  height: 130px;
  background: #fff;
  padding: 10px;
  background-image: -webkit-gradient(radial, 100% 0%, 0, 100% 0%, 100, color-stop(17px, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-radial-gradient(top right, circle, #ffffff 17px, #dddddd 100%);
  background-image: radial-gradient(top right, circle, #ffffff 17px, #dddddd 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: #999999 2px 2px 5px 0;
  -webkit-box-shadow: #999999 2px 2px 5px 0;
  -o-box-shadow: #999999 2px 2px 5px 0;
  box-shadow: #999999 2px 2px 5px 0;
}

/* line 363, ../src/main.scss */
.box-container {
  width: auto;
  height: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1;
}

/* line 377, ../src/main.scss */
.box-container .box-border {
  position: absolute;
  opacity: 0.9;
  background: #3697c1;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

/* line 389, ../src/main.scss */
.box-container .close {
  cursor: pointer;
}

/* line 393, ../src/main.scss */
.box-container .close-box {
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  z-index: 550;
  background: url("../Images/fb_close.png");
}

/* line 402, ../src/main.scss */
.box-container .box-contained {
  position: absolute;
  margin: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
  background: #fff;
  padding: 15px;
}

/* line 412, ../src/main.scss */
.box {
  background: #fff;
  -moz-box-shadow: #999999 0 4px 5px 0;
  -webkit-box-shadow: #999999 0 4px 5px 0;
  -o-box-shadow: #999999 0 4px 5px 0;
  box-shadow: #999999 0 4px 5px 0;
}
/* line 417, ../src/main.scss */
.box .box-title {
  background: #626261;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  text-align: left;
  font-weight: bold;
}

/* line 430, ../src/main.scss */
.select-container {
  width: 196px;
  display: inline-block;
  background: url("../Images/select-bg1.png") no-repeat top right;
  height: 18px;
  padding-top: 2px;
  position: relative;
  z-index: 10;
  border: 1px solid #dad8d8;
  padding: 2px 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: #efeded 1px 1px 2px 1px inset;
  -webkit-box-shadow: #efeded 1px 1px 2px 1px inset;
  -o-box-shadow: #efeded 1px 1px 2px 1px inset;
  box-shadow: #efeded 1px 1px 2px 1px inset;
}
/* line 444, ../src/main.scss */
.select-container ol.select-current {
  vertical-align: middle;
}
/* line 448, ../src/main.scss */
.select-container li {
  padding-left: 18px;
  height: 18px;
  line-height: 20px;
  cursor: default;
}
/* line 455, ../src/main.scss */
.select-container ol.select-list {
  position: absolute;
  background: #fff;
  max-height: 130px;
  border: 1px solid #dad8d8;
  width: 203px;
  left: -2px;
  top: 21px;
}
/* line 465, ../src/main.scss */
.select-container ol.select-list li:hover {
  background: #dad8d8;
}
