/*                LAYOUT                */
#huntApplicationWrapper {
  width: 769px;
  margin-left: 70px;
}

#huntApplicationWrapper .info {
  width: 743px;
  margin-bottom: 10px;
  background: #ddddcf;
  padding: 13px;
  float: left;
}

#huntApplicationWrapper .contentLeft {
  width: 74px;
  float: left;
}

#huntApplicationWrapper .content {
  width: 643px;
  float: right;
}
        
#huntApplicationWrapper .applicationinfo {
        width: 743px;
        background: #c2d7dc;
        float: left;
        padding: 13px;
        margin-bottom: 10px;
}

#huntApplicationWrapper .applicantinfo {
        background: #f0f6f6;
        float: left;
        width: 743px;
        padding: 13px;
        margin: 0 0 10px 0;
}
#huntApplicationWrapper .applicationType {
        background: #c2d7dc;
        float: left;
        width: 743px;
        padding: 13px;
        border: 0;
        font-size: 17px;
        margin-right: -3px;
}
#huntApplicationWrapper .applicationType label {
  font-size: 17px;
}
#huntApplicationWrapper .applicationType input {
  padding-left: 5px;
}

#huntApplicationWrapper .offerListWrap {
  float: left;
}

#huntApplicationWrapper hr.line {
        clear: both;
}

/*                TEKST                */


#huntApplicationWrapper h2 { /* GENERAL H2 */
        font-size: 17px;
        font-weight: normal;
        margin: 0 0 5px 0;
        display: inline;
        float: left;
}

#huntApplicationWrapper h2.main { /* ORANGE BACKGROUND */
        display: block;
        width: 743px;
        background: #f5c13a;
        font-size: 17px;
        font-weight: normal;
        margin: 0;
        padding: 10px 13px;
}
#huntApplicationWrapper .info h2 { /* INFO */
        display: block;
        width: 74px;
        font-size: 17px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        float: left;
}        

#huntApplicationWrapper p {
        margin: 0 0 13px 0;
        padding: 0;
        line-height: 120%;
}

#huntApplicationWrapper .smallertext {
        font-size: 9px;
        color: #ccc;
}

.errorMessage {
        color: red;
        font-weight: bold;
}
/*                OFFERLIST TABLE                */
#huntApplicationWrapper table.offerListTable {
  margin: 0 0 0 61px !important;
  margin-left: 39px;
  width: 679px;
}
#huntApplicationWrapper table.offerListTable th {
        font-weight: normal;
        font-size: 11px;
        text-align: center;
        margin: 0;
}
#huntApplicationWrapper table.offerListTable td {
  padding: 5px;
}
#huntApplicationWrapper table.offerListTable td.offerListChk {
  width: 16px;
  vertical-align: top;
  padding-top: 0;
}
#huntApplicationWrapper td.offerListOffer {
  background: white;
  width: 493px;
}
#huntApplicationWrapper td.offerListOfferSel1 {
  background: #adc8cf;
  width: 493px;
}
#huntApplicationWrapper td.offerListOfferSel2 {
  background: #d8e6e9;
  width: 493px;
}
#huntApplicationWrapper td.offerListPrio {
  background: #adc8cf;
  width: 60px;
}
#huntApplicationWrapper td.offerListPrio .submI {
  border: 0;
}
#huntApplicationWrapper td.offerListIBChk {
  vertical-align: center;
  text-align: center;
  background: #e8f0f2;
  width: 70px;
}

/* SPECIESLIST TABLE */
#huntApplicationWrapper table.speciesListTable {
  margin: 0 0 0 61px !important;
  margin-left: 39px;
  width: 679px;
}
#huntApplicationWrapper table.speciesListTable th {
        font-weight: normal;
        font-size: 11px;
        text-align: center;
        margin: 0;
}
#huntApplicationWrapper table.speciesListTable td {
  padding: 5px;
}
#huntApplicationWrapper table.speciesListTable td.speciesListChk {
  width: 16px;
  vertical-align: middle;
  padding-top: 0;
}
#huntApplicationWrapper td.speciesType {
  background: white;
  width: 573px;
  font-weight: bold;
}
#huntApplicationWrapper td.speciesListPrio {
  background: #adc8cf;
  width: 60px;
}
#huntApplicationWrapper td.speciesTypeSel1 {
  background: #adc8cf;
  width: 573px;
}
#huntApplicationWrapper td.speciesTypeSel2 {
  background: #d8e6e9;
  width: 573px;
}


/*                FORM                */
#huntApplicationWrapper .formLine {
        height: 48px;
        width: 570px;
        background: #d8e6e9;
        margin: 0 0 2px 0;
}
#huntApplicationWrapper .formLineDark {
        height: 48px;
        width: 570px;
        background: #c2d7dc;
        margin: 0 0 2px 0;
}

#huntApplicationWrapper label em {
        color: red;
}
#huntApplicationWrapper .applicationType input {
        margin-left: 15px;
}
#huntApplicationWrapper label {
        width: 105px;
}
#huntApplicationWrapper .applicationType label {
        width: 120px;
}
#huntApplicationWrapper input.ff200 {
  width: 186px;
}
#huntApplicationWrapper input.ff180 {
        width: 176px;
}
#huntApplicationWrapper input.ff140 {
        width: 140px;
}
#huntApplicationWrapper input.ff100 {
        width: 100px;
}
#huntApplicationWrapper input.ff80 {
        width: 80px;
}
#huntApplicationWrapper input.ff60 {
        width: 60px;
}
#huntApplicationWrapper input.ff40 {
        width: 40px;
}

#huntApplicationWrapper ol.huntApplicationForm {
        float: left;
        display: block;
        width: 575px;
        margin: 0 5px 5px 0;
        padding: 0;
}

#huntApplicationWrapper ol.huntApplicationForm li {
        list-style: none;
        display: block;
        float: left;
        width: 180px;
        height:38px;
        background: #d8e6e9;
        padding: 5px;
        margin: 0 0 2px 0;
}
#huntApplicationWrapper ol.huntApplicationForm li.dark { background: #c2d7dc; }

#huntApplicationWrapper ol.huntApplicationForm li.jegerNummer { width: 160px; }

#huntApplicationWrapper ol.huntApplicationForm li.nyJeger { width: 200px; }

#huntApplicationWrapper ol.huntApplicationForm li.addressInfo { width: 190px; }

#huntApplicationWrapper ol.huntApplicationForm li.zipInfo { width: 55px; }        

#huntApplicationWrapper ol.huntApplicationForm li.zipInfo label { width: 55px; }

#huntApplicationWrapper ol.huntApplicationForm li.postplaceInfo { width: 90px; }

#huntApplicationWrapper ol.huntApplicationForm li.postplaceInfo label { width: 90px; }

#huntApplicationWrapper ol.huntApplicationForm li.districtInfo { width: 85px; }

#huntApplicationWrapper ol.huntApplicationForm li.districtInfo label { width: 85px; }

#huntApplicationWrapper ol.huntApplicationForm li.countryInfo { width: 100px; }

#huntApplicationWrapper ol.huntApplicationForm li.emailInfo { width: 560px; }

#huntApplicationWrapper ol.huntApplicationForm li.light {
        height: 30px;
        width: 560px;
        background: white;
}
#huntApplicationWrapper ol.huntApplicationForm li.dogsInfo {
        background: #e8e8e8;
}
#huntApplicationWrapper ol.huntApplicationForm li.dogsInfo label {
  width: 180px;
}
#huntApplicationWrapper ol.huntApplicationForm li.zipInfo label {
        width: 55px;
}        

#huntApplicationWrapper ol.huntApplicationForm li.light label {
        display: block;
        width: 295px;
        float: left;
        margin-top: 6px;
}
#huntApplicationWrapper ol.huntApplicationForm li.tmpTelPrivInfo {
        width: 560px;
}
#huntApplicationWrapper ol.huntApplicationForm li.transparent {
        background: transparent;
        width: 560px;
        text-transform: uppercase;
}
#huntApplicationWrapper ol.huntApplicationForm li.transparent a {
        display: block;
        background: url("/images/huntApplications/buttonPluss_blue_background.gif") transparent no-repeat;
        padding: 4px 0 0 30px;
        height: 24px;
        color: #333;
        text-decoration: none;
}

#huntApplicationWrapper a.removeApplicant {
        display: block;
        width: 60px;
        float: left;
        background: url("/images/huntApplications/remove.gif") transparent no-repeat;
        padding-top: 10px;
        text-transform: uppercase;
        color: #333;
        text-decoration: none;
        font-size: 9px;
}

#huntApplicationWrapper input.submitApplication {
        float: right;
        border: 0;
}
#huntApplicationWrapper .selectLeaderHunter select{
        width: 320px;
        float: left;
        margin-right: 20px;
}
#huntApplicationWrapper .selectLeaderHunter label {
        font-size: 17px;
        float: left;
}
#huntApplicationWrapper .selectLeaderHunter .yearHuntLabel{
        width: 210px;
        font-size: 11px;
}
#huntApplicationWrapper form.extraApplicantForm {
  clear: both;
}
