﻿html {
}
body {
    background-color: #ffff99;
    font-family: Arial;
    font-size: 14px;
    margin: auto;
    min-width: 789px;
    width: auto !important;
}
#left_login {
    border: 1px solid red;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 2;
}
#right_login {
    background-color: #ffff99;
    border: 1px solid blue;
    height: 100%;
    left: 15%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 2;
}
#top {
    border: 1px solid red;
    height: 800px;
}
#bottom {
    border: 1px solid red;
    height: 160px;
}
#main_header {
    background-color: #ffff99;
    height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
}
#top_header {
}
#top_sections {
    width: 100%;
}
#top_padsection {
    position: absolute;
    top: 65px;
}
#top_logo {
    position:absolute;
    width:200px;
}
#top_dropdown {
    position:absolute;
    left:250px;
    width:300px;
    top: 15px;
}
#top_dropdown p {
    margin-top: 5px;
    max-height: 10px;
}

#top_dropdown select {
    left:120px;
    position:absolute;
    top:5px;
}
#top_linkers {
    position:absolute;
    padding-right:50px;
    right:0;
}
#top_linkers ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}
#top_linkers li {
    display: inline;
    padding-left: 15px;
}
#top_linkers a {
    text-decoration: none;
}
#second_section_body {
    background-color: #ccff99;
}
#content_area_text {
    height: 100%;
    overflow: hidden;
    padding-left: 20px;
    position: fixed;
    z-index: 2;
}
#number_steps {
    overflow: hidden;
    z-index: 2;
}
#main_body {
    background-color: rgb(204, 255, 153);
    height: 100%;
    position: absolute;
    top: 120px;
    width: 100%;
}
#client_header {
    position:absolute;
    height:50px;
    top:120px;
    width: 100%;
    z-index: 2;
}
#client_left {
    height:100%;
    position:absolute;
    top:170px;
    width: 50%;
    z-index: 2;
}
#client_right {
     height:100%;
    position:absolute;
    top:170px;
    width: 50%;
    left: 50%;
    z-index: 2;
}
#occpick {
    height: 120px;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 2;
}
#occlistheader {
    height: 40px;
    position: absolute;
    top: 240px;
    width: 100%;
    z-index: 2;
}
#occshow {
    height: 100%;
    position: absolute;
    top: 280px;
    width: 100%;
    z-index: 2;
}

#lma_header {
    height: 50px;
    position: absolute;
    top: 120px;
    width: 53%;
    z-index: 2;
}
#lma_body {
    height: 100%;
    position: absolute;
    top: 170px;
    width: 53%;
    z-index: 2;
}
#lmi_header {
    height: 50px;
    left: 53%;
    position: absolute;
    top: 120px;
    width: 47%;
    z-index: 2;
}
#lmi_body {
    height: 100%;
    left: 53%;
    position: absolute;
    top: 170px;
    width: 47%;
    z-index: 2;
}
#industry_left {
    height: 85%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 15%;
    width: 65%;
    z-index: 2;
}
#occselect {
    height: 160px;
    position: absolute;
    top: 120px;
    width: 65%;
    z-index: 2;
}
#indheader {
    height: 60px;
    position: absolute;
    top: 280px;
    width: 65%;
    z-index: 2;
}
#indsuggest {
    height: 100%;
    position: absolute;
    top: 340px;
    width: 65%;
    z-index: 2;
}
#industry_right {
    height: 85%;
    left: 65%;
    overflow: hidden;
    position: fixed;
    top: 15%;
    width: 35%;
    z-index: 2;
}
#indshowheader {
    height: 340px;
    left: 65%;
    position: absolute;
    top: 120p;
    width: 35%;
    z-index: 2;
}
#indshowpick {
    height: 100%;
    position: absolute;
    top: 340px;
    width: 35%;
	left: 65%;
    z-index: 2;
}
#getreportheader {
    height: 60px;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 2;
}
#reportstatus {
    height: 100%;
    position: absolute;
    top: 180px;
    width: 50%;
    z-index: 2;
}
#reportconfirm {
    height: 100%;
    position: absolute;
    top: 180px;
left:50%;
    width: 50%;
    z-index: 2;
}
#reportbuttons {
    border: 1px solid red;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
#reportdisplay {
    border: 1px solid red;
    height: 92%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 2;
}

#report_retriever{
position:absolute;
left:50%;
margin-left:20px;
top:12px;
}