/*!
 * Bootstrap v2.1.0
 *
 * 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.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    overflow-x: no-content;
    overflow-y: no-content;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    /* [disabled]vertical-align: middle; */
    border-style: none;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
    -ms-interpolation-mode: bicubic;
    top: 0px;
}
.clearfix {
    *zoom: 1; }

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

.clearfix:after {
    clear: both;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Arial bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /* [disabled]background-color: #FFFFFF; */
}

a {
    /* [disabled]color: #0088cc; */
    text-decoration: none;
}

a:hover {
    /* [disabled]color: #005580; */
    /* [disabled]text-decoration: underline; */
}
.row {
    *zoom: 1; margin-left: -20px;
    display: block;
    height: auto;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 920px;
}
.navigation {
	/* [disabled]margin-left: 0px; */
	position: relative;
	/* [disabled]top: 0px; */
	/* [disabled]display: inline-block; */
	/* [disabled]padding-right: 4px; */
	/* [disabled]font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; */
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1; min-width: 920px;
    z-index: 1;
    height: auto;
}
.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}
.container:after {
    clear: both;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1; background-color: #7C8599;
    background-repeat: repeat-x;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.container-fluid:after {
    clear: both;
}
ul, ol {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 25px;
    margin-bottom: 10px;
    list-style-type: none;
}

li {
  display: inline-block;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings-wh.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.nav {
	/* [disabled]margin-left: 0; */
	/* [disabled]margin-bottom: 20px; */
	list-style: none;
}

.nav > li > a {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 15px;
	text-shadow: -1px 1px #000000;
	line-height: 20px;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav-stacked > li {
	/* [disabled]text-shadow: -1px 1px #000000; */
}

.nav-stacked > li > a {
    margin-right: 0;
}
