/*
-----------------------------------------------
IP Australia Patent Search, IE Fixes

Colour scheme
  Light Blue/Green: #64c5d8;

  Link Blue: #5190cc;
  Visited Purple: #5f5284;

  Body Copy Black: #222;

  Light Grey: #888;
  Mid Grey: #444;

  Highlight Red: #ed1c24;
  Highlight Yellow: #ff9;
  Dark Yellow: #dbdb38;

----------------------------------------------- */

/* Search pages
----------------------------------------------- */
p.searchnav a, p.searchnav a:link, p.searchnav a:visited,
ul.resultsnav a, ul.resultsnav a:link, ul.resultsnav a:visited,
ul.detailsnav a, ul.detailsnav a:link, ul.detailsnav a:visited {
border: 0;
text-decoration: underline;
}
  p.searchnav a:hover, ul.resultsnav a:hover, ul.detailsnav a:hover {
  text-decoration: none;
  }



/* Forms:
  Simple
----------------------------------------------- */
body.simple.search form .submit-button {
width: 12%;
margin: 0.22em 0 0 0;
padding: 0.2em 0.3em 0.18em;
}
body.simple.search #structuredform form .submit-button {
padding: 0.05em;
width: 18%;
}

#structuredform fieldset label.st-field, #defaultform fieldset label.st-field {
width: 24%;
}

      /* Field specific rules */
      #structuredform fieldset label input.patentno,
      #defaultform fieldset label input.patentno,
      #structuredform fieldset label input.applicants,
      #defaultform fieldset label input.applicants,
      #structuredform fieldset label input.inventors,
      #defaultform fieldset label input.inventors,
      #structuredform fieldset label input.inv-title,
      #defaultform fieldset label input.inv-title,
      #structuredform fieldset label input.prcountry,
      #defaultform fieldset label input.prcountry,
      #structuredform fieldset label input.prnumber,
      #defaultform fieldset label input.prnumber,
      #structuredform fieldset label input.ipcmark,
      #defaultform fieldset label input.ipcmark,
      #structuredform fieldset label input.agentname,
      #defaultform fieldset label input.agentname,
      #structuredform fieldset label input.relatedapp,
      #defaultform fieldset label input.relatedapp {
      border: 1px #98adc3 solid;
      font: 1em Helvetica, Arial, sans-serif;
      margin-top: -1px;
      padding: 0.2em;
      width: 95%;
      }
    #structuredform fieldset label .daterange,
    #defaultform fieldset label .daterange {
    width: 48%;
    }
      #structuredform fieldset label .daterange input,
      #defaultform fieldset label .daterange input {
      padding: 0.2em;
      width: 60%;
      }

/* Results Page:
  General
----------------------:------------------------- */
.results .pagination, .results .customise, .results .resulttitlenav {
width: 100%;
}
.results .resulttitlenav h2{
  padding-bottom: 1em;	
}
p.columnsdata, label.noresults, .pagination p, form.jumpto {
width: 49%;
}
	form.jumpto {
	float: right;
	}

#reorder {
width: auto;
margin: 3.1em 0 0;
overflow: hidden;
left: 30px;
}

#rawresults {
/*width: 760px;*/
}

  .results .wrapper, .details .wrapper {
  width: auto;
  padding: 0 10px;
  }

.resulttitlenav ul a {
  white-space: nowrap;
}
/*
.resulttitlenav li{
  border: red 1px solid;
}
*/
/* Results Page:
  MyList
----------------------------------------------- */
#header {
position: relative;
height: 60px;
width: 100%;
padding: 0;
}


body {
position: absolute;
width: auto;
}

body.results #content,
body.results #footer {
width: auto;
}

#mylist {
font-size: 12px;
}

#mylist div.content {
overflow: hidden;
width: 320px;
margin-right: -1px;
}

#mylist div.query {
width: 300px;
margin-right: -1px;
}

#mylist div .actions a.mylist-submit {
color: #fff;
}

#mylist div h3 {
height: 1.4em;
}


/* Name Wizards
----------------------------------------------- */
#helpers form label.wiz-select {
padding-top: 1px;
}

#helpers form label input {
padding:0.18em 0.3em;
}