


        .profile a{
                color:#079ebd;
        }

        select{
                border:1px solid #696969;
                color:#686868;
                height:18px;
                height:expression('20px');
                font-size:1.0em;
                font-weight:normal;
                line-height:1.8em;
        }

        .profile .left{
                float:left;
                width:580px;
        }

        .profile .right{
                float:left;
                width:200px;
        }

        .profile .section{
                float:left;
                width:560px;
                padding:10px 20px 20px 0;
                background:#f1f1f1 url('/images/section.png') repeat-x;
                border:1px solid #e5e5e5;
                margin-bottom:10px;
        }

        .section {
                background:#f1f1f1 url('/images/section.png') repeat-x !important;
        }

        .profile .section h1{
                float:left;
                padding:0 0 20px 20px;
                font-size:1.5em;
        }

        .profile .structure h1{
                font-size:1.8em;
        }

        .profile .question{
                float:left;
                width:220px;
                text-align:right;
        }

        .question-long{
                margin:8px 0;
                width:532px;
        }

        .profile .justify{
                float:right;
        }

        .profile .text{
                float:left;
                height:18px;
                border:1px solid #696969 !important;
        }

        .profile .management{
                float:left;
                width:298px;
                height:78px;
                border:1px solid #709936;
        }

        .profile .long{
                width:148px;
        }

        .profile .medium{
                width:85px;
        }

        .short
        {
                width:35px !important;
        }

        .profile .answer{
                float:left;
                width:320px;
                margin:0 0 15px 20px;
        }

        .columnOne{
                float:left;
                width:100px;
                padding-right:30px;
        }

        .columnTwo{
                float:left;
                width:100px;
        }

        .fullWidth{
                float:left;
                padding:0 0 10px 20px;        
        }

        .radio{
                float:left;
                margin:0 5px 10px 0;
        }

        .profile label{
                float:left;
                padding:0 18px 20px 5px;
        }

        .gwt
        {
                background:white;
                border:1px solid #696969;
                padding:4px 0 4px 4px;
                width:516px;
        }

        #gwtoptions{
                display:none;
        }

        .gwt label{
                float:none;
                padding:0 0 0 3px;
                margin-left:8px;
        }

        .other{
                float:left;
        }

        .other label{
                padding-right:10px;
        }

        .section img{
                float:left;
                padding:0 5px;
        }

        .buttons{
                float:right;
                padding-right:15px;
        }

        button.previous{
                background:url('/images/previous.png') no-repeat;
                border:0;
                color:#ffffff;
                cursor:pointer;
                font-family:Arial, san-serif;
                font-size:8pt;
                font-weight:bold;
                float:right;
                margin-right:5px;
                width:93px;
                height:23px;
        }

        button.previous span{
                position:relative;
                top:-1px;
        }

        button.save{
                background:url('/images/save.png') no-repeat;
                border:0;
                color:#ffffff;
                cursor:pointer;
                font-family:Arial, san-serif;
                font-size:8pt;
                font-weight:bold;
                float:right;
                margin-right:5px;
                width:53px;
                height:23px;
        }

        button.save span{
                position:relative;
                top:-1px;
        }

        button.next{
                background:url('/images/next.png') no-repeat;
                border:0;
                color:#ffffff;
                cursor:pointer;
                font-family:Arial, san-serif;
                font-size:8pt;
                font-weight:bold;
                float:right;
                margin-right:5px;
                width:69px;
                height:23px;
        }

        button.next span{
                position:relative;
                top:-1px;
        }

        .profile .tracker{
                float:left;
                width:199px;
                height:226px;
                background:url('/images/greyGradient.gif') repeat-x;
                border-left:1px solid #bdbdbd;
                border-right:1px solid #bdbdbd;
        }

        .tracker{
                border-left:1px solid #bdbdbd;
        }

        .tracker .step{
                float:left;
                width:169px;
                padding:8px 15px;
                border-bottom:1px solid #fff;
        }

        .tracker a.submiting{
                float:left;
                margin-left:15px;
                padding:5px 20px 5px 0;
                background:url('/images/submit.gif') right no-repeat;
        }

        ul.organization{
                float:left;
                margin-bottom:20px;
        }

        ul.organization li{
                padding:5px 0 5px 40px;
                margin:0;
                width:159px;
                background:url('/images/ul.gif') 15px no-repeat;
                border-bottom:1px solid #fff;
        }

        ul.organization li.active{
                background:url('/images/ulActive.gif') #c2d3df 15px no-repeat;
        }

        ul.organization li.Completed{
                background:url('/images/ul_checked.gif') 15px no-repeat;
        }

        ul.organization li.activeCompleted{
                background:url('/images/ulActive_checked.gif') #c2d3df 15px no-repeat;
        }

