/*** uncss> filename: http://vbox.ubuntu.com:8080/static/css/bootstrap.min.css ***/

/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
button,
input[type="checkbox"] {
  cursor: pointer;
}

@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

@page {
    margin: .5cm;
}

  p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

a {
  color: #08c;
  text-decoration: none;
}

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

.container {
  width: 940px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

h3 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h3 {
  line-height: 40px;
}

h3 {
  font-size: 24.5px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ol ol {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

form {
  margin: 0 0 20px;
}

label,
input,
button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*label {
  display: block;
  margin-bottom: 5px;
}*/

input[type="text"],
input[type="password"] {
  display: inline-block;
  height: 20px;
  /*padding: 4px 6px;*/
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}

input {
  /*width: 206px;*/
}

input[type="text"],
input[type="password"] {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input {
  margin-left: 0;
}

.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-prepend input {
  font-size: 14px;
}

.input-prepend input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend input:focus {
  z-index: 2;
}

.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-prepend .add-on {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend .add-on {
  margin-right: -1px;
}

.input-prepend .add-on:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

[class^="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-search {
  background-position: -48px 0;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active {
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn:hover,
.btn:active {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active {
  background-color: #ccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active {
  background-color: #24748c \9;
}

button.btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav>li>a {
  display: block;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-pills {
  *zoom: 1;
}

.nav-pills:before,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-pills:after {
  clear: both;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-pills>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity .3s linear,top .3s ease-out;
  -moz-transition: opacity .3s linear,top .3s ease-out;
  -o-transition: opacity .3s linear,top .3s ease-out;
  transition: opacity .3s linear,top .3s ease-out;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.hide {
  display: none;
}

/*** uncss> filename: http://vbox.ubuntu.com:8080/static/css/bootstrap-responsive.min.css ***/

/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@-ms-viewport {
  width: device-width;
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  input {
    margin-left: 0;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .container {
    width: 724px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  input {
    margin-left: 0;
  }
}

@media (max-width:767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .input-prepend input {
    display: inline-block;
    width: auto;
  }

  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }

  .modal.fade {
    top: -100px;
  }
}

@media (max-width:480px) {
  input[type="checkbox"] {
    border: 1px solid #ccc;
  }

  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}

@media (max-width:979px) {
  body {
    padding-top: 0;
  }
}

/*** uncss> filename: http://vbox.ubuntu.com:8080/static/css/project.css ***/

/*! project specific CSS goes here. */

body {
  background-color: #eeeeee;
}

/**************header &footer css***************/

.logo_aera {
  height: 130px;
  background-image: url(/static/img/header_bg.png);
  background-repeat: repeat;
}

#header-box {
  height: 130px;
  background: url(/static/img/home/header_normal.png) no-repeat;
}

#page-home {
  float: left;
  width: 250px;
  height: 130px;
  cursor: pointer;
}

#top-qr {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.container {
  width: 1030px;
  margin: auto;
}

#user_reg {
  cursor: pointer;
}

#info_green {
  background: url(/static/img/r1.png) 3px 7px no-repeat;
}

#info_orange {
  background: url(/static/img/r2.png) 3px 7px no-repeat;
}

#info_brown {
  background: url(/static/img/r3.png) 3px 7px no-repeat;
}

.captcha {
  width: 85px;
  height: 30px;
  margin-bottom: 5px;
}

#js-captcha-refresh {
  cursor: pointer;
}

#reg-close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.5;
  margin: 5px 10px 0 0;
}

#reg_box {
  padding: 10px 0;
  display: none;
  background-color: #fff;
}

#reg_info {
  float: left;
  width: 259px;
  padding: 10px;
  border-right: 1px solid #dcdcdc;
}

#reg_form {
  float: left;
  width: 720px;
  padding: 5px 10px 10px 15px;
}

#reg_form h3 {
  font-style: Italic;
  color: #ff9343;
  margin: 0 0 10px 0;
  float: left;
}

#reg_action {
  margin: 0;
}

.reg_table {
  font-size: 12px;
  color: #a0a0a0;
}

.warning {
  color: #ff9343;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.reg_table tr td {
  width: 33%;
  height: 60px;
}

.reg_table input {
  margin-bottom: 5px;
}

.required {
  width: 195px;
}

#id_captcha_1 {
  width: 100px;
  margin-left: 3px;
}

#info_green {
  background-color: #f5ffde;
}

#info_orange {
  background-color: #ffefd8;
}

#info_brown {
  background-color: #f8f5f1;
}

.info_color {
  padding: 10px 5px 10px 60px;
  margin-bottom: 5px;
  color: #a0a0a0;
  font-size: 12px;
}

.blue_line {
  background-color: #0099ff;
  color: #FFFFFF;
  font-size: 22px;
  height: 34px;
  line-height: 34px;
}

.blue_line .dropdown {
  float: left;
  width: 20%;
  z-index: 1001;
}

.blue_line > .container > .dropdown > a {
  color: #fff;
  display: block;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  padding: 0 30px;
  padding-bottom: 4px\9;
  font-weight: bold;
}

.blue_line > .container > .dropdown > a:hover {
  background-color: #fff;
  color: #0099ff;
}

#top_home {
  position: relative;
  float: right;
  margin-right: 35px;
  padding: 5px 20px 5px 25px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#signin-box {
  position: absolute;
  top: 40px;
  width: 300px;
  z-index: 2001;
  background-color: #fff;
  display: none;
}

.box-close {
  cursor: pointer;
  font-size: 11px;
  text-align: right;
  padding: 5px 10px;
  color: silver;
  float: right;
}

.box-close font {
  color: gray;
}

.modal-header {
  overflow: hidden;
}

#signin_form {
  padding: 5px 20px;
}

#signin_table {
  width: 260px;
}

#signin_table tr td font {
  display: block;
  font-size: 12px;
}

#signin_table tr td input {
  width: 246px;
}

#remember-me {
  margin: 20px 0;
}

#remember-me input {
  margin-top: 0;
}

#remember-me label {
  font-size: 12px;
  color: gray;
}

#login_btn {
  border: 0;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  background-color: #ffcc00;
  border-radius: 4px;
}

#top_media {
  height: 16px;
  padding: 4px;
  float: left;
}

#top_media a {
  text-decoration: none;
}

#top_media a img {
  display: block;
  float: left;
  margin-right: 10px;
}

#top_sign {
  float: left;
  font-size: 16px;
  font-style: Italic;
  line-height: 24px;
  margin-right: 30px;
}

#sign_btn {
  padding: 3px 5px;
  background-color: #0099ff;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.black_line {
  background-color: #333333;
  color: #0099ff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.black_line span {
  padding: 0 9px;
  /*padding:0 10px;*/
  font-size: 14px;
}

.black_line span.black_line_end {
  /*margin:0px auto;*/
  /*display:inline-block;*/
}

.black_line span.big_font {
  padding: 0;
  font-size: 18px;
}

.nav-pills {
  margin: 0 auto 0 auto;
}

.subnav .nav > li > a {
  margin: 0;
  border-left: 1px solid #666666;
  border-right: 1px solid #020000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 23px 7px 24px;
}

.subnav .nav > li > a:hover {
  color: #ffff99;
  background-color: transparent;
}

#home-search {
  margin-left: 330px;
  padding-top: 55px;
}

#home-search .input-prepend {
  margin: 0;
  width: 240px;
  float: left;
}

#home-search .input-prepend .add-on {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-right: 0;
  padding: 2px;
  border-radius: 0;
}

#home-search .input-prepend input {
  border-left: 0;
  padding: 2px;
  border-radius: 0;
}

#forum-btn {
  border: 0;
  background-color: #83a7cb;
  color: #FFF;
  padding: 3px 6px;
}

#site-btn {
  border: 0;
  background-color: #e9b586;
  color: #FFF;
  padding: 3px 15px;
}

.footer {
  text-align: center;
  padding-top: 10px;
  margin-top: 0px;
  font-size: 14px;
  font-style: Italic;
  font-family: Georgia, serif;
  background-color: #333333;
  font-weight: bold;
}

.footer_line {
  height: 5px;
  background-color: #ffcc01;
  color: #ffcc01;
  margin-bottom: 0;
}

#footer-letter {
  width: 900px;
  margin: 0px auto;
  padding: 20px 0;
  overflow: hidden;
}

.letter-box {
  float: left;
  width: 415px;
  color: #cdcdcd;
  text-align: left;
  padding-left: 35px;
}

.letter-form {
  padding: 0;
  width: 435px;
  padding-left: 15px;
}

.letter-form input {
  width: 250px;
  height: 28px;
  background-color: #333333;
  border: 1px solid #707070;
  color: #cdcdcd;
  border-radius: 2px;
  margin-bottom: 0;
  font-style: Italic;
  font-family: Georgia, serif;
}

.letter-form button {
  background-color: #ffcc01;
  color: #000;
  border-radius: 2px;
  border: 0;
  height: 38px;
  margin-left: 10px;
  font-weight: bold;
  padding: 0 30px;
  font-style: Italic;
  font-family: Georgia, serif;
}

#footer_nav {
  width: 900px;
  list-style: none;
  margin: 0px auto;
  padding: 25px 0;
  border-top: 1px dashed gray;
}

#footer_nav > li {
  width: 20%;
}

#footer_nav > li > a {
  text-decoration: none;
  color: #cdcdcd;
}

#footer_nav > li > a:hover {
  color: #ffcc00;
}

/**************end header & footer css***************/

/**************welcomepage css***************/

.row-fluid {
  width: 1010px;
  background-color: white;
  padding: 0px 10px;
}

/**************end welcomepage css***************/

.ad_250_200 {
  width: 250px;
  height: 200px;
  border: 1px solid silver;
}

.ad_250_400 {
  width: 250px;
  height: 400px;
  border: 1px solid silver;
  margin-top: 10px;
}

.main_left {
  width: 750px;
  margin-top: 10px;
  float: left;
}

.main_right {
  width: 252px;
  margin-left: 8px;
  margin-top: 10px;
  float: right;
}

.blue_line>.container>.dropdown>a{
    font-size:20px;
    padding:0px 14px;
    width:auto;
}
.blue_line>.container>.dropdown{
    width:auto;
    border-left:1px solid white;
}
    .blue_line>.container>.noline_left{
    border-left:0px solid white;
}
body>div.white_line{
    height:20px;
    background-color:white;
    width:1030px;
    margin:0px auto;
}

/*** uncss> filename: http://vbox.ubuntu.com:8080/static/css/home.css ***/

 {
  padding: 5px 10px;
  font-size: 11px;
}

/*** uncss> filename: http://vbox.ubuntu.com:8080/static/css/als_style.css ***/

