﻿        .body
        {
            background-color: #EEEEEE;
        }
        .companytitle
        {
            font-size: x-large;
            font-weight: bold;
            color: #000080;
        }
        .companyinformation
        {
            font-size: medium;
        }
        .fullwidth
        {
            width: 100%;
            clear: both;
        }
        .tableleftcol
        {
            width: 400px;
            position: relative;
            top: 0px;
            left: 0px;
        }
        .tablerightcol
        {
            width: auto;
            position: relative;
            float: left;
            top: 0px;
            left: 0px;
        }
        .table2leftcol
        {
            width: auto;
            position: relative;
            top: 0px;
            left: 0px;
        }
        .table2rightcol
        {
            width: auto;
            position: relative;
            top: 0px;
            left: 0px;
        }
        .normalTextBox
        {
            width: 350px;
        }
        .multiTextBox
        {
            width: 350px;
            height: 100px;
        }
        .cityTextBox
        {
            width: 200px;
        }
        .stateTextBox
        {
            width: 50px;
        }
        .zipTextBox
        {
            width: 100px;
        }
        .contactnameTextBox
        {
            width:200px;
        }
        .phoneTextBox
        {
            width: 125px;
        }
        .numberTextBox
        {
            width: 75px;
        }
        .emailTextBox
        {
            width: 200px;
        }
        .attachmentdiv
        {
            width: 100%;
        }
        .attachmentTB
        {
            width: 565px;
        }
        .smallcompanyname
        {
            font-size: larger;
            font-weight: bold;
            color: #000080;
        }
        .disabledTextCities
        {
        }
        .disabledTextBusinessSector
        {
        }
        .disabledTextITSkills
        {
        }
        .disabledTextBoxCities
        {
            background-color: Silver;
            width: 200px;
        }
        .disabledTextBoxBusinessSector
        {
            background-color: Silver;
            width: 200px;
        }
        .disabledTextBoxITSkills
        {
            background-color: Silver;
            width: 200px;
        }
        .enabledTextBusinessSector
        {
        }
        .enabledTextITSkills
        {
        }
        .enabledTextBoxCities
        {
            width: 200px;
        }
        .enabledTextBoxBusinessSector
        {
            width: 200px;
        }
        .enabledTextBoxITSkills
        {
            width: 200px;
        }
        .declineButtons
        {
            text-align:center;
        }
        .declineText
        {
            font-size:x-large;
            font-weight:bold;
            text-align:center;
            color:Red;
        }
        .totalTextBoxSize
        {
            width:50px;
            color:Black;
            background-color:Silver;    
            text-align:center;           
        }
        .totalPercentErrorLBL
        {
            color:Red;
        }