﻿@font-face {
    font-family: HelveticaLT;
    src: url(/Fonts/helveticaLT.eot); /* EOT file for IE */
}

@font-face {
    font-family: HelveticaLT;
    src: url(/Fonts/helveticaLT.ttf); /* TTF file for CSS3 browsers */
}

body {
    /*background: #f0f0f0 url(/Content/Web/images/bg_body.png) repeat-x 0 0 scroll;*/
    /*background: url(/Content/Web/images/bg.png) center top repeat-y #535456;*/
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #242424;
}

a {
    color: #242424;
}

#ViT-Portal {
}

#portal-top {
    /*background: url(/Content/Web/images/bgHeader_new.png) 0 0 repeat-x;*/
}

#main {
    padding-bottom: 10px;
}

#header {
    overflow: hidden;
}

#header-top {
    width: 1400px;
    margin: 0 auto;
    background: url(/Content/Web/images/bg-header.png) 0 0 no-repeat;
    background-size: cover;
    height: 175px;
}

#header-top-left {
    float: left;
}

#header-top-right {
    float: right;
    position: relative;
    margin: 10px 15px 0 0;
}

#header-bottom {
    margin: 10px 0 0;
}

#header-bottom-box {
    margin: 0 auto;
    width: 1400px;
    background-color: white;
    padding: 0 10px 10px 10px;
    display: block;
}

#portal-center {
    width: 1400px;
    margin: 0 auto;
    background: none white;
    padding: 0 10px;
}

#left {
    float: left;
    width: 250px;
}

#right {
    float: left;
    margin-left: 10px;
    width: 1140px;
}

.icon {
    background: url(/Content/Web/images/CssSprite.png) 0 0 no-repeat;
}

a.icon:hover {
    text-decoration: none;
}

input, textarea, select, span.editable {
    font-size: 12px;
    outline: medium none;
    font-family: Arial;
}

input {
    border: 1px solid #BDC2C9;
    height: 25px;
    line-height: 18px;
}

textarea {
    border: 1px solid #BDC2C9;
    width: 200px;
}

.nobg {
    background: none !important;
}

.fl {
    float: left;
}

#portal-bottom {
    position: relative;
}

.error {
    color: red;
}
