/* line 4, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* line 12, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* line 16, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
blockquote, q {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    quotes: "" "";
}

/* line 42, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
blockquote:before, q:before,
blockquote:after, q:after {
    content: "";
}

/* line 18, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
th, td, caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 20, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
table {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

/* line 22, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
a img {
    border: none;
}

/* line 22, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
body {
    line-height: 1.5;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333333;
    font-size: 75%;
}

/* line 53, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

/* line 58, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h1 img {
    margin: 0;
}

/* line 60, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em;
}

/* line 64, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
}

/* line 69, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

/* line 74, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

/* line 79, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
}

/* line 83, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* line 85, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
p {
    margin: 0 0 1.5em;
}

/* line 87, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

/* line 91, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}

/* line 95, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
a {
    text-decoration: underline;
    color: #000099;
}

/* line 12, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:visited {
    color: #000066;
}

/* line 15, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:focus {
    color: black;
}

/* line 18, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:hover {
    color: black;
}

/* line 21, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:active {
    color: #cc0099;
}

/* line 98, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

/* line 102, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
strong {
    font-weight: bold;
}

/* line 104, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
em {
    font-style: italic;
}

/* line 106, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
dfn {
    font-style: italic;
    font-weight: bold;
}

/* line 109, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
sup, sub {
    line-height: 0;
}

/* line 111, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
abbr, acronym {
    border-bottom: 1px dotted #666;
}

/* line 113, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
address {
    margin: 0 0 1.5em;
    font-style: italic;
}

/* line 116, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
del {
    color: #666;
}

/* line 118, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
pre {
    margin: 1.5em 0;
    white-space: pre;
}

/* line 121, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

/* line 123, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
li ul, li ol {
    margin: 0 1.5em;
}

/* line 125, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc;
}

/* line 128, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal;
}

/* line 131, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
dl {
    margin: 0 0 1.5em 0;
}

/* line 133, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
dl dt {
    font-weight: bold;
}

/* line 135, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
dd {
    margin-left: 1.5em;
}

/* line 137, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
table {
    margin-bottom: 1.4em;
    width: 100%;
}

/* line 140, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
th {
    font-weight: bold;
}

/* line 142, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
thead th {
    background: #c3d9ff;
}

/* line 144, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
th, td, caption {
    padding: 4px 10px 4px 5px;
}

/* line 146, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
tr.even td {
    background: #e5ecf9;
}

/* line 148, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
tfoot {
    font-style: italic;
}

/* line 150, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
caption {
    background: #eee;
}

/* line 152, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
.quiet {
    color: #666666;
}

/* line 154, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
.loud {
    color: #111111;
}

/* line 26, ../../../app/stylesheets/application.sass */
body {
    background: #003f7f url(/images/default-background.gif) repeat-x scroll 0 0;
}

/* line 9, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .clear {
    clear: both;
}

/* line 12, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .nowrap {
    white-space: nowrap;
}

/* line 16, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .clearfix {
    overflow: hidden;
    display: inline-block;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body .clearfix {
    display: block;
}

/* line 18, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

/* line 22, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

/* line 26, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .first {
    margin-left: 0;
    padding-left: 0;
}

/* line 29, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .last {
    margin-right: 0;
    padding-right: 0;
}

/* line 32, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .top {
    margin-top: 0;
    padding-top: 0;
}

/* line 35, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 30, ../../../app/stylesheets/application.sass */
body .clearfix {
    display: block;
    clear: both;
    float: none;
}

/* line 35, ../../../app/stylesheets/application.sass */
body .title {
    font-size: 24px !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
    color: #555 !important;
    font-family: helvetica, arial, sans-serif !important;
    letter-spacing: -1px;
}

/* line 43, ../../../app/stylesheets/application.sass */
body .title2 {
    font-size: 16px !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.5em !important;
}

/* line 47, ../../../app/stylesheets/application.sass */
body .title3 {
    font-size: 24px !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
    color: #D28205 !important;
    font-family: helvetica, arial, sans-serif !important;
    letter-spacing: -1px;
}

/* line 58, ../../../app/stylesheets/application.sass */
body #header {
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    height: 75px;
    width: 1060px;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #header {
    display: block;
}

/* line 63, ../../../app/stylesheets/application.sass */
body #header #logo {
    float: left;
    margin-top: 6px;
}

/* line 67, ../../../app/stylesheets/application.sass */
body #header #copy {
    float: right;
    padding-top: 10px;
    position: relative;
    right: -45px;
}

/* line 73, ../../../app/stylesheets/application.sass */
body #menu {
    background: url("/images/background-menu.gif") repeat-x scroll 0 0px transparent;
    height: 30px;
}

/* line 77, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items {
    margin: 0;
    margin-top: 17px;
    overflow: hidden;
    display: inline-block;
    border-left: 1px solid #c85800;
    height: 30px;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #menu ul#menu-items {
    float: right;
    display: block;
}

/* line 8, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
body #menu ul#menu-items li {
    float: left;
    list-style-type: none;
    margin-left: 0px;
}

/* line 83, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li.social {
    border: none;
    padding: 9px 0 0 0;
}

/* line 88, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li.social a {
    display: inline;
    padding: 0;
    margin: 0 0 0 5px;
}

/* line 89, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li.social a:hover {
    background: none;
}

/* line 95, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li {
    float: left;
    display: block;
    border-right: 1px solid #c85800;
}

/* line 100, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li a.active {
    color: #c85800;
    background: #f2f2f2;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    padding: 8px 15px;
    line-height: 16px;
    display: block;
}

/* line 101, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li a.active:hover {
    background: #f2f2f2;
}

/* line 113, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li a {
    color: white;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    padding: 8px 10px;
    line-height: 16px;
    display: block;
}

/* line 114, ../../../app/stylesheets/application.sass */
body #menu ul#menu-items li a:hover {
    color: #c85800;
    background: url(/images/background-menu-hover.gif) repeat-x;
}

/* line 126, ../../../app/stylesheets/application.sass */
body #description {
    width: 950px;
    margin: 15px auto 10px;
    height: 38px;
    background: url(/images/description.gif) no-repeat 0 0;
}

/* line 132, ../../../app/stylesheets/application.sass */
body #content {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #FFFFFF;
    padding: 5px 10px;
    margin: 0 auto 20px;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body #content {
    display: block;
}

/* line 139, ../../../app/stylesheets/application.sass */
body #content .map {
    height: 560px;
    border: 2px solid #ECEFF5;
    padding-top: 5px;
    margin-top: 10px;
    width: 845px;
    float: left;
	padding-left: 75px;
}

/* line 147, ../../../app/stylesheets/application.sass */
body #content #page-content {
    padding: 10px;
}

/* line 149, ../../../app/stylesheets/application.sass */
body #content #banners {
    padding: 2px;
    margin-top: 10px;
    text-align: center;
    margin-left: 5px;
    float: right;
    width: 145px;
}

/* line 156, ../../../app/stylesheets/application.sass */
body #content #banners div {
    padding-left: 0 !important;
    background: #94a3c4;
}

/* line 159, ../../../app/stylesheets/application.sass */
body #content #banners div a {
    font-size: 9px !important;
    text-align: center;
    display: block;
    color: #fff;
}

/* line 164, ../../../app/stylesheets/application.sass */
body #content #banners #banner {
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #D8DFEA;
    background-color: white;
}

/* line 172, ../../../app/stylesheets/application.sass */
body #content #initial-info {
    padding: 10px;
    width: auto;
    margin: 15px;
    line-height: 1.3em;
}

/* line 177, ../../../app/stylesheets/application.sass */
body #content #initial-info p {
    font-size: 14px;
}

/* line 179, ../../../app/stylesheets/application.sass */
body #content #initial-info span {
    font-size: 12px;
}

/* line 183, ../../../app/stylesheets/application.sass */
body #pop-up-info {
    width: auto;
    margin: 15px 0;
    line-height: 1.3em;
}

/* line 187, ../../../app/stylesheets/application.sass */
body #pop-up-info p {
    font-size: 13px;
}

/* line 189, ../../../app/stylesheets/application.sass */
body #pop-up-info span {
    font-size: 12px;
}

/* line 193, ../../../app/stylesheets/application.sass */
body .questions {
    list-style: none;
}

/* line 195, ../../../app/stylesheets/application.sass */
body .questions li {
    padding: 5px;
    background-color: #f5f5f5;
}

/* line 198, ../../../app/stylesheets/application.sass */
body .questions p {
    margin-bottom: 5px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.5em;
}

/* line 204, ../../../app/stylesheets/application.sass */
body .questions .title2 {
    margin: 0 0 1px !important;
}

/* line 208, ../../../app/stylesheets/application.sass */
body .questions .q1 p {
    padding-left: 85px;
    background: url(/images/info/help_hint.png) no-repeat 15px 50%;
}

/* line 211, ../../../app/stylesheets/application.sass */
body .questions .q2 p {
    padding-left: 85px;
    background: url(/images/info/users.png) no-repeat 15px 50%;
}

/* line 214, ../../../app/stylesheets/application.sass */
body .questions .q3 p {
    padding-left: 85px;
    background: url(/images/info/konv_message.png) no-repeat 15px 50%;
}

/* line 217, ../../../app/stylesheets/application.sass */
body .questions .q4 p {
    padding-left: 85px;
    background: url(/images/info/datashowchart.png) no-repeat 15px 50%;
}

/* line 220, ../../../app/stylesheets/application.sass */
body .questions .q5 p {
    padding-left: 85px;
    background: url(/images/info/document_encrypt.png) no-repeat 15px 50%;
}

/* line 223, ../../../app/stylesheets/application.sass */
body .questions .q6 p {
    padding-left: 85px;
    background: url(/images/info/contexthelp.png) no-repeat 15px 50%;
}

/* line 227, ../../../app/stylesheets/application.sass */
a.read-more {
    padding: 2px 0 2px 22px;
    margin: -2px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/images/link_icons/read-more.png);
}

/* line 234, ../../../app/stylesheets/application.sass */
div.query {
    margin-bottom: 10px;
    display: none;
}

/* line 238, ../../../app/stylesheets/application.sass */
div.query div.question-image-container, div.query div.answer-image-container {
    float: left;
    margin-right: 10px;
}

/* line 242, ../../../app/stylesheets/application.sass */
div.query div.question-image-container img, div.query div.answer-image-container img {
    padding: 2px;
}

/* line 245, ../../../app/stylesheets/application.sass */
div.query .question-container, div.query .answer-container {
    float: left;
    width: 700px;
}

/* line 249, ../../../app/stylesheets/application.sass */
.info-colums {
    margin: 5px 0;
	height: 120px;
}

/* line 252, ../../../app/stylesheets/application.sass */
.info-colums .info-col {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 250px;
    padding: 5px;
    width: 31%;
}

/* line 101, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
* html .info-colums .info-col {
    overflow-x: hidden;
}

/* line 257, ../../../app/stylesheets/application.sass */
.info-colums .info-col img {
    float: left;
}

/* line 260, ../../../app/stylesheets/application.sass */
.info-colums .info-col div.title {
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
.info-colums .info-col div.title {
    display: block;
}

/* line 265, ../../../app/stylesheets/application.sass */
.info-colums .info-col div.info {
    padding: 0 15px 0 40px;
    border-left: 1px solid #DDDDDD;
    margin-top: 7px;
    font-size: 11px;
}

/* line 271, ../../../app/stylesheets/application.sass */
.info-colums .info-col.special {
    height: auto;
}

/* line 274, ../../../app/stylesheets/application.sass */
.info-colums .info-col.last {
    margin-right: 0;
    overflow: hidden;
    display: inline-block;
}

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
.info-colums .info-col.last {
    display: block;
}

/* line 281, ../../../app/stylesheets/application.sass */
div#descripcion {
    float: right;
    width: 40%;
    padding: 10px;
    margin-right: 50px;
}

/* line 288, ../../../app/stylesheets/application.sass */
div#video {
    float: left;
    width: 410px;
    margin: 10px;
}

/* line 292, ../../../app/stylesheets/application.sass */
div#video p {
    color: #003399;
    font-size: 18px;
    margin: 0 0 8px 0;
}

/* line 300, ../../../app/stylesheets/application.sass */
div.unicos {
    width: 45%;
    float: left;
    margin: 0 15px;
}

/* line 304, ../../../app/stylesheets/application.sass */
div.unicos li, div.unicos p, div.unicos h2 {
    list-style: none;
    margin: 0 0 5px 0;
}

/* line 307, ../../../app/stylesheets/application.sass */
div.unicos li {
    line-height: 15px;
    border-top: 1px solid #eee;
    padding: 5px 0;
}

/* line 311, ../../../app/stylesheets/application.sass */
div.unicos .strong {
    font-weight: bolder;
    color: #00274e;
}

/* line 318, ../../../app/stylesheets/application.sass */
div#botones img {
    margin: 5px 0;
}

/* line 321, ../../../app/stylesheets/application.sass */
.facebook {
  padding: 10px 10px 10px 10px;
  /*background: url(/images/facebook.gif) no-repeat 0 15px;*/
  width: 60%;
  float: left;
  margin: 0 auto 0 20px;
  font-weight: bold; 
}

/* line 329, ../../../app/stylesheets/application.sass */
.mantenme {
    float: right;
    margin: 20px 35px 0 0;
}

/* line 333, ../../../app/stylesheets/application.sass */
hr {
    border: 1px solid #ccc;
    width: 95%;
}

h4 {
    color: #E96B05;
    font: bold 13px "lucida grande", tahoma, verdana, arial, sans-serif;
}

h4.subtitle {
    border-bottom: 1px dotted;
    color: #3B5998;
}

div.normal_input div.form_title {
    color: #666666; /*float:left;*/
    font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
    padding-left: 10px;
    padding-top: 3px;
    font-weight: bold; /*width:150px;*/
}

div.input {
    padding-left: 10px;
    padding-top: 3px;
}

input.check {
    margin: 2px;
    width: 20px;
}

input {
    border: 1px solid #BDC7D8;
    font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
    padding: 2px;
    width: 200px;
}

span {
    color: #666666;
    font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

select.special {
    width: 200px;
}

select {
    border: 1px solid #BDC7D8;
    font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
    padding: 2px;
}

div.normal_input {
    margin-bottom: 15px;
}

input.place {
    width: 170px;
}

div.criminal div.label, div.victim div.label {
    color: #666666;
    float: left;
    font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
    padding-left: 10px;
    padding-top: 3px;
    width: 150px;
}

input.input_button {
    background-color: #3B5998;
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    padding: 2px 15px 3px;
    text-align: center;
    width: auto;
}

/* Steps */

.FBUISteps {
    background: transparent url(/images/fbarrowSteps_middle.png) repeat scroll 0 0;
    height: 51px;
    margin: 0 auto;
    list-style: none outside none;
    margin-bottom: 10px;
}

.FBUISteps li {
    float: left;
}

.FBUISteps div:first-child .FBUIStep_Content {
    margin-left: 15px;
}

.FBUISteps div:first-child .FBUIStep_Back {
    width: 3px;
}

.FBUIStep_Part {
    background: transparent url(/images/fbarrowSteps.png) no-repeat scroll 0 0;
    float: left;
    height: 51px;
}

.FBUIStep_Back {
    background-position: -24px 0;
}

.FBUIStep_Activated .FBUIStep_Back {
    background-position: -21px 0;
}

.FBUIStep_Middle {
    background: transparent url(/images/fbarrowSteps_middle.png) repeat scroll 0 0;
    font-family: "lucida grande", verdana, arial, sans-serif;
}

.FBUIStep_Activated .FBUIStep_Middle {
    background: transparent url(/images/fbarrowSteps_middleactivated.png) repeat scroll 0 0;
}

.FBUIStep_Point {
    background-position: -30px 0;
    width: 21px;
}

.FBUIStep_NextActivated .FBUIStep_Point {
    background-position: -51px 0;
}

.FBUIStep_Activated .FBUIStep_Point {
    background-position: 0 0;
}

.FBUIStep_Content {
    margin: 13px 10px 0 11px;
}

.FBUIStep_Activated .FBUIStep_Content {
    color: #FFF;
}

.FBUIStep_Complete .FBUIStep_Content {
    color: #666;
}

.FBUIStep_Title {
    font-size: 13px;
    font-weight: bold;
}

.FBUIStep_Description {
    font-size: 11px;
}

.FBUIStep_Nub {
    background: transparent url(/images/fbarrowSteps.png) no-repeat scroll -72px 0;
    float: right;
    height: 51px;
    width: 2px;
}

.errorExplanation h2 {
    font-size: 12px;
    color: #ff0000;
}

#flash {
    margin: 10px 10px 10px 10px;
    font-size: 10pt;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
}

#flash.error {
    background-image: url(/images/icons/error.gif);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 6px 5px 6px 26px;
    border: solid 1px #ff0000;
}

#flash.success {
    background-image: url(/images/icons/success.gif);
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 6px 5px 6px 26px;
    background-color: #fff;
    border: 1px solid #6C0;
    color: #000;
}

#flash a.close {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-family: arial;
}

body #menu ul#menu-items li.log {
    margin-left: 20px;
    display: block;
    border-right: 1px solid #c85800;
    border-left: 1px solid #c85800;
    /*background: url(images/background_menu_login.gif) repeat-x top left;*/
}

body #menu ul#menu-items li.log a {
    color: #fff;
}

body #menu ul#menu-items li.log a:hover {
    color: #d15400;
    background-color: #FF9900;
    background-image: none;
}

.form_title.column {
    width: 220px;
    float: left;
}


div.login_container {
font-size:13px;
font-weight:bold;
padding: 10px 10px 10px 40px;
float: left;
}

input.login_button {
background:url("/images/boton_bg1.gif") repeat-x scroll 0 50% #00315F;
border:0 none;
color:#FFFFFF;
cursor:pointer;
margin:0px;
padding:15px;
-moz-border-radius:5px 5px 5px 5px;
font-size:18px;
}

.input.column {
    margin-left: 10px;
    float: left;
}

body #menu_container {
    float:left;
	margin-left:350px;
	margin-top:-17px;
}

#menu_tabs {
    float: left;
}

#menu_tabs ul.tabs {
    margin: 0;
}

#menu_tabs ul.tabs li {
    float: left;
    height: 47px;
    list-style-type: none;
    overflow: hidden;
}

#menu_tabs ul.tabs li a {
    text-indent: -5000px;
    display: block;
    height: 48px;
}

#menu_tabs ul.tabs li.reporta a {
    background: url(/images/tabs_menu.gif) no-repeat 0 0 transparent;
    width: 128px;
}

#menu_tabs ul.tabs li.explora a {
    background: url("/images/tabs_menu.gif") no-repeat scroll -128px 0 transparent;
    width: 128px;
}

#menu_tabs ul.tabs li.actua a {
    background: url("/images/tabs_menu.gif") no-repeat scroll -256px 0 transparent;
    width: 148px;
}

#menu_tabs ul.tabs li.reporta a:hover, #menu_tabs ul.tabs li.explora a:hover, #menu_tabs ul.tabs li.actua a:hover {
    background-position: 0 -48px;
}

#menu_tabs ul.tabs li.explora a:hover {
    background-position: -128px -48px ;
}

#menu_tabs ul.tabs li.actua a:hover {
    background-position: -256px -48px ;
}

#menu_tabs ul.tabs li.reporta a.selected, #menu_tabs ul.tabs li.explora a.selected, #menu_tabs ul.tabs li.actua a.selected {
    background-position: 0 -48px;
}

#menu_tabs ul.tabs li.explora a.selected {
    background-position: -128px -96px ;
}

#menu_tabs ul.tabs li.actua a.selected {
    background-position: -256px -144px ;
}

#header #submenu{
	float:right; margin-top:20px; color: #C85800;
}
#header #submenu a{
	text-decoration: none;
 	color: #C85800;
	font-weight: bold;
}
#header #submenu a:hover, #header #submenu a.active{
	text-decoration: underline;
}

#header #submenu #profileMenu{
	background-color:lightGrey;
	padding:5px 22px;
	position:absolute;
	right:75px;
	font-weight: normal;
	-moz-border-radius:0 5px 5px 5px;
}

#header #submenu #profileMenu a{
	font-weight: normal;
	margin-bottom: 5px;
}
