/*
-----------------------------------------------
IP Australia Patent Search, Screen Layout

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;


Overall Definitions
----------------------------------------------- */

* {
margin: 0;
padding: 0;
}

body {
background: #fff;
min-width: 760px;
position: absolute;
width: 100%;
}
	body.results {
	width: auto;
	}
html {
/*background: #e8f4f6;*/
background: #efefef;
}

.spacer {
clear: both;
height: 0;
overflow: hidden;
}

/** 
	Selector style will add a background image to all anchors that have their rel
	set to 'external' This image will allow for a visual clue to state that
	the link leads to a site outside of IPA.
	
	This is a CSS3 technique, ie it does not work in IE6. Style is simply ignored. 
	
			Joe N.
			19/11/07
*/
a[rel="external"] {
	background:url(../img/external.png) no-repeat 100% 0;
	padding-right: 15px;
}



/* Wrapper:
  This is set based on body.class, to it can
  be page specific.
----------------------------------------------- */
.wrapper {
margin: 0 auto;
}
  .simple .wrapper {
  width: 42em;
  }
  .structured .wrapper {
  width: 95%;
  max-width: 80em;
  }
  .advanced .wrapper {
  width: 50em;
  }
  .results .wrapper{
  padding: 0 10px;
  width: auto;
  }
  .details .wrapper {
  width: 95%;
  }




/* Header
----------------------------------------------- */
#header {
background: url("../img/banner_gradient.jpg") repeat-x scroll right center #7D646F;
border-bottom: 3px solid #EFEFEF;
padding: 9px 11px 0;
position: relative;
}

	#header .wrapper {
	position: relative;
	padding-bottom: 12px;
	}
	body.results #header .wrapper,
	body.details #header .wrapper {
	position: static;
	}
/* Footer
----------------------------------------------- */
#footer {
background: url("../img/boxes.jpg__") no-repeat scroll right center #7D646F;
border-bottom: 3px #efefef solid;
text-align: left;
padding: .5em .25em .25em;
}
#footernav {
background: #64c5d8;
}
  #footernav ul {
  list-style: none;
  overflow: hidden;
  zoom: 1;
  }
    #footernav ul li {
    float: left;
    margin-right: 1.5em;
    }
      #footernav ul li a, #footernav ul li a:link, #footernav ul li:visited {
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
      padding: 0.5em 0;
      /*cursor: pointer;*/
      text-decoration: none;
      }
        #footernav ul li a:hover {
        background: transparent url(../img/bullet-footer.gif) top center no-repeat;
        color: #000;
        }


/* Content: General
----------------------------------------------- */
#content {
background: #fff url(../img/bg-head.gif) top repeat-x;
padding: 2.7em 1em 1em;
}



/* Forms:
  General
----------------------------------------------- */

fieldset {
margin: 0;
border: 0;
padding: 0;
}

legend {
display: none;
}

input {
color: #000;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* Forms:
  Simple
----------------------------------------------- */
body.simple form, body.structured form {
overflow: hidden;
zoom: 1;
}

body.simple form .field-simple {
float: left;
margin: 0.15em 0.8em 0 0;
width: 83%;
}
  body.simple form .field-simple input {
  border: 1px #99aec3 solid;
  padding: 0.45em 0.3em 0.3em;
  width: 100%;
  }

body.simple form .submit-button, body.simple form .submit-button.hover,
body.structured form .submit-button, body.structured form .submit-button.hover,
body.advanced form .submit-button, body.advanced form .submit-button.hover {
background: #64c5d8;
border: 1px #5693cf solid;
color: #fff;
cursor:pointer;
float: right;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0.18em 0 0 0;
padding: 0.2em 0.3em 0.2em;
width: 14%;
}
  body.structured form .submit-button, body.structured form .submit-button.hover {
  margin: 0.25em 0 0 0;
  padding: 0.05em;
  width: 18%;
  }
  body.advanced form .submit-button, body.advanced form .submit-button.hover
  body.simple form .submit-button.hover {
  margin: 0.18em 0 0 0;
  padding: 0.2em 0.3em 0.2em;
  width: 14%;
  }
  body.structured form .submit-button.hover,
  body.advanced form .submit-button.hover {
  background: #5190cc;
  }

.simple-egs {
width: 100%;
margin: 0 0 3em;
}

.simple-egs div.eg {
color: #666;
float: left;
line-height: 1.6em;
margin: 1em 0 3em;
width: 25%;
}


/* Forms:
  Structured
----------------------------------------------- */
#structuredform, #defaultform { }

  #structuredform form, #defaultform form {
  display: block;
  width: 100%;
  }
  #structuredform fieldset, #defaultform fieldset {
  border-bottom: 1px #999 dotted;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0.5em 0;
  width: 100%;
  zoom: 1;
  }
        #structuredform fieldset a.remove {
        border: 1px #eee solid;
        display: block;
        float: left;
        padding: 2px;
        overflow: visible;
        text-decoration: none;
    	text-align: center;
        width: auto;
        }
        #defaultform a.remove {
        display: none;
        }
          #structuredform fieldset a:hover.remove {
          background-color: #eee;
          border: 1px #ccc solid;
          }
               #structuredform fieldset a.remove img {
               border: 0;
               margin: 5px 3px 3px;
               }

        #structuredform fieldset a.help {
        border: 1px #eee solid;
        display: block;
        float: right;
        margin: 0;
        position: relative;
        overflow: visible;
        padding: 2px;
        text-decoration: none;
        text-align: center;
        width: auto;
        }
        #defaultform a.help {
        display: none;
        }
          #structuredform fieldset a:hover.help {
          background-color: #eee;
          border: 1px #ccc solid;
          }
       #structuredform fieldset a.help img {
       border: 0;
       margin: 3px;
       }


    #structuredform fieldset label, #defaultform fieldset label {
    display: block;
    float: left;
    margin-right: 1%;
    }
      #structuredform fieldset label.st-field, #defaultform fieldset label.st-field {
      width: 25%;
      margin-right: 2%;
      margin-left: 1.5%;
      }
      #structuredform fieldset label.st-operator {
      width: 13%;
      }
        #defaultform fieldset label.st-operator  {
        width: 13%;
        margin: 0;
        }
      #structuredform fieldset label.st-input {
      width: 50%;
      }
        #defaultform fieldset label.st-input {
        width: 59%;
        }
        #defaultform fieldset label.st-field select,
         #structuredform fieldset label.st-field select{
        border: 1px #98adc3 solid;
        font: 1em Helvetica, Arial, sans-serif;
        padding: 0.2em 1px;
        width: 104%;
        }
        #structuredform fieldset label.st-operator select,
        #defaultform fieldset label.st-operator select {
        border: 1px #98adc3 solid;
        font: 1em Helvetica, Arial, sans-serif;
        padding: 0.2em 1px;
         width: 100%;
        }

      /* 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.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;
      padding: 0.3em;
      width: 97%;
      }
      #structuredform fieldset label select.appstatus,
      #defaultform fieldset label select.appstatus,
      #structuredform fieldset label select.apptype,
      #defaultform fieldset label select.apptype,
      #structuredform fieldset label select.underopp,
      #defaultform fieldset label select.underopp {
      border: 1px #98adc3 solid;
      font: 1em Helvetica, Arial, sans-serif;
      padding: 0.2em 1px;
      width: 97%;
      }
    #structuredform fieldset label .daterange,
    #defaultform fieldset label .daterange {
    display: block;
    width: 50%;
    float: left;
    }
      #structuredform fieldset label .daterange input,
      #defaultform fieldset label .daterange input {
      border: 1px #98adc3 solid;
      font: 1em Helvetica, Arial, sans-serif;
      float: left;
      padding: 0.3em;
      width: 60%;
      }
      #structuredform fieldset label .daterange .from,
      #defaultform fieldset label .daterange .from,
      #structuredform fieldset label .daterange .to,
      #defaultform fieldset label .daterange .to {
      color: #444;
      float: left;
      font-weight: normal;
      padding: 0.3em;
      }
      #structuredform fieldset label .daterange a.startdate,
      #structuredform fieldset label .daterange a.enddate,
      #defaultform fieldset label .daterange a.startdate,
      #defaultform fieldset label .daterange a.enddate {
      border: 1px #fff solid;
      display: block;
      float: left;
      margin: 0.1em 0.5em 0 0.3em;
      text-align: center;
      width: 15px;
      }
          #structuredform fieldset label a:hover.startdate,
          #structuredform fieldset label a:hover.enddate {
          background-color: #eee;
          border: 1px #ccc solid;
          }
      #structuredform fieldset label .daterange a.startdate img,
      #structuredform fieldset label .daterange a.enddate img,
      #defaultform fieldset label .daterange a.startdate img,
      #defaultform fieldset label .daterange a.enddate img {
      border: 0;
      margin: 3px 0;
      }


  #structuredform #info,
  #defaultform #info {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding: 0.3em 0 0;
  }
    #structuredform #info a,
    #defaultform #info a {
    color: #5190cc;
    display: block;
    float: left;
    margin: 0.45em 0 0;
    padding: 0;
    width: 15%;
    }
      #structuredform #info a:hover,
      #defaultform #info a:hover {
      color: #c00;
      text-decoration: none;
      }
    #structuredform #info a img,
    #defaultform #info a img {
    border: 0;
    margin: 3px 0 0;
    }
    #structuredform #info .submit,
    #defaultform #info .submit {
    float: right;
    width: 70%;
    }
      #structuredform #info .submit p,
      #defaultform #info .submit p {
      text-align: right;
      float: right;
      margin: 0.45em 1em 0;
      }

  #structuredform fieldset div.helptext {
  background: #ffffc9;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  color: #000;
  margin-top: 0.4em;
  padding: 0.6em 0.9em;
  }
  #structuredform fieldset div.helptext2 {
  background: #ffffc9;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  color: #000;
  margin-top: 0.4em;
  padding: 0.6em 0.9em;
  }
  #defaultform fieldset div.helptext2 {
  margin-top: 0.4em;
  padding: 0.6em 0.9em;
  }

/* Forms:
  Advanced
----------------------------------------------- */
label.field-advanced {
clear: both;
display: block;
height: 15em;
float: none;
margin-bottom: 8px;
padding: 1px;
}
  label.field-advanced textarea {
  border: 1px #98adc3 solid;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 1em;
  padding: 0.35em 0;
  width: 100%;
  height: 98%;
  }

/* Examples:
  General
----------------------------------------------- */

ul#egnav {
clear: both;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
list-style: none;
margin: 0 0 0.4em 0;
}
  ul#egnav li {
  display: inline;
  padding-right: 0.8em;
  }


#egtext {
background: #f7fbfc;
border: 1px #999 dashed;
color: #444;
overflow: hidden;
padding: 0.8em 1em;
zoom: 1;
}
  body.advanced #egnav {
  margin-top: 2em;
  }
  body.simple #egtext table {
  border-collapse: collapse;
  line-height: 1.3em;
  }
    body.simple #egtext table td {
    padding: 0 0.5em 0.5em 2em;
    vertical-align: top;
    width: 50%;
    }
      body.simple #egtext table td.label {
      font-weight: bold;
      padding-left: 0;
      }

/* Examples:
  Advanced
----------------------------------------------- */
  #egtext .left, #egtext .right {
  float: left;
  width: 47%;
  }
  #egtext .left {
  margin-right: 2%;
  }

  #egtext .operators dl dt {
  color: #111;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  }
  #egtext .operators dl dd {
  color: #555;
  margin: 0 0 0.8em;
  padding: 0.3em 0 0 0;
  }
    #egtext .operators dl dd strong {
    color: #000;
    }
  body.advanced #egtext table {
  border-collapse: collapse;
  line-height: 1.3em;
  }
    body.advanced #egtext table tbody td, body.advanced #egtext table thead td {
    padding: 0.25em 0.5em 0.25em 2em;
    vertical-align: top;
    text-align: right;
    width: 15%;
    }
      body.advanced #egtext table tbody td.label, body.advanced #egtext table thead td.label {
      padding-left: 0;
      text-align: left;
      width: 85%;
      }
  /*
  body.advanced #egtext table thead tr {
  border-bottom: 1px #999 dotted;
  }
  */
    body.advanced #egtext table thead td {
    padding: 0.1em 0.5em 0.25em 2em;
    font-weight: bold;
    }
  body.advanced #egtext table tbody td a {
  color: #5190cc;
  }
    body.advanced #egtext table tbody td a:hover {
    color: #c00;
    text-decoration: none;
    }
  body.advanced #egtext table tbody td.label a img {
  border: 0;
  }

/* Nav, Results/Details page
----------------------------------------------- */
.resultsnav, .detailsnav {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
float: right;
list-style: none;
padding: 0.6em 0 0 0;
}

.resultsnav {
  width: 50%;
  text-align: right;
}

  .resultsnav li, .detailsnav li {
  display: inline;
  padding-left: 2em;
  }
/* Results Page:
  General
----------------------:------------------------- */

.querymade {
  clear: both;
  margin: 0 0 1.8em;
  width: 100%;
}

.querymade .exactstring {
  display: none;
}

.results .pagination {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
overflow: hidden;
padding: 0.3em 0;
zoom: 1;
z-index: 2;
}
.results .bottom {
clear: both;
}
  .results .bottom .pagination {
  margin: 0;
  }
  
.results .customise {
border-top: 1px #333 dotted;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
padding: 0.3em 0;
width: 100%;
}

.results .customise form {
  float: right;
  text-align: right;
  width: 50%;
}

.results .bottom .customise {
  border-top: 0;
  border-bottom: 1px #333 dotted;
  overflow: hidden;
  zoom: 1;
  }

label.noresults {
/*float: right;*/
text-align: right;
margin: 0 0 1px 0;
width: 50%;
}
  label.jumpToPageNo input, form.jumpto label input {
  border: 1px #98adc3 solid;
  padding: 1px;
  }
    label.jumpToPageNo input, form.jumpto label input {
    padding: 0.28em 0.2em 0.22em;
    }
 label.noresults select {
  border: 1px #98adc3 solid;
  padding: 1px;
  width: 4.2em;
  _width: auto;
  }
  
form.jumpto {
float: right;
text-align: right;
width: 20%;
}

/*
HACK Alert!

adding a border to these divs prevents IE
from moving the RHS elements when the LHS are hovered over
go figure.
*/

div.resulttitlenav, div.customise, div.pagination {
	border: solid #FFF 1px;
}

#reorder {
background: #ffffe9;
border: 1px #e1e1e1 solid;
display: none;
font-family: Helvetica, Arial, Verdana, sans-serif;
left: 4%;
margin-top: 2.5em;
position: absolute;
width: 92%;
z-index: 4;
}
  #reorder div {
  padding: 0.8em 1em;
  }
  #reorder div.current, #reorder div.unused {
  overflow: hidden;
  padding: 0.8em 0;
  zoom: 1;
  }
    #reorder div.current ul, #reorder div.unused ul {
    background: #fff;
    border: 1px #efefef solid;
    list-style: none;
    min-height: 2.2em;
    float: left;
    padding: 4px;
    width: 98%;
    }
      #reorder div.current ul li, #reorder div.unused ul li {
      background: #ff9;
      border: 1px #f2f28c solid;
      cursor: move;
      display: block;
      float: left;
      margin: 0 0.5em 0 0;
      padding: 0.3em 0.5em;
      }
        #reorder div.current ul li.unsortable {
        cursor: default;
        background: transparent;
        border: 1px #fff solid;
        }
      #reorder div.unused ul li {
      background: #ebebeb;
      border: 1px #cececd solid;
      }
        #reorder div.current .sorthelper  {
        background: #fafaaf;
        border: 1px #f2f28c solid;
        float: left;
        padding: 0.3em 0.5em;
        }
        #reorder div.unused .sorthelper  {
        background: #fafafa;
        border: 1px #cececd solid;
        float: left;
        padding: 0.3em 0.5em;
        }
  #reorder .actions {
  border-top: 1px #888 dotted;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  padding: 0.8em 0 0 0;
  }
    #reorder .actions a.reorder-submit {
    background: #64c5d8;
    border: 1px #5693cf solid;
    color: #fff;
    cursor:pointer;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0 1em 0 0;
    padding: 0.3em 0.3em 0.27em;
    text-decoration: none;
    }
      #reorder .actions a.reorder-submit:hover {
      background: #5190cc;
      }

/* Results Page:
  Table
----------------------------------------------- */
body.details table#rawresults { display: none; }

#searchresults, #rawresults {
border-collapse: collapse;
clear:both;
margin: 0.2em 0 0;
width: 100%;
}
  #searchresults thead, #rawresults thead {
  background: #64c5d8 url(../img/bg-results-thead.gif) top repeat-x;
  line-height: 1.4em;
  }
  #searchresults td, #rawresults td {
/*  padding: 0.5em 0.8em 0.7em;*/
  padding: 0.3em 0.7em 0.5em;
  vertical-align: top;
  }
  #rawresults td {
/*  padding: 0.5em 0.8em 0.7em;*/
  padding: 0.1em 0.2em 0.2em;
  vertical-align: top;
  width: 5%;
  }
#searchresults tbody td, #rawresults tbody td {
  background: #f7fcfd;
  border-top: 1px #fff solid;
  line-height: 1.2em;
  }
    #searchresults tbody tr.odd td, #rawresults tr.odd td {
    background: #e8f6f9;
    }
    #searchresults tbody tr.hover td, #searchresults tbody tr.odd.hover td, #rawresults tbody tr.hover, #rawresults tbody tr.odd.hover {
    background-color: #c2f4ff;
    }
    #searchresults tbody td span.nodata, #rawresults tbody span.nodata {
    color: #999;
    }
  #searchresults tbody td.mylist {
  width: 1em;
  }
    #searchresults tbody td.mylist a {
    display: block;
    height: 1.1em;
    width: 1.1em;
    }
    #searchresults tbody td.mylist a img {
    border: 0;
    }

    #searchresults tbody td.mylist a:link {
      border-bottom:none; !important
    }

#rawresults td.noshow {
display: none;
}
td.date{
    white-space: nowrap; !important
}
td.ipcMark{
    white-space: nowrap; !important
}
/* Results Page:
  MyList
----------------------------------------------- */
.details p a.mylist-link {
background: transparent url(../img/icon-mylist.gif) 0 0.1em no-repeat;
padding-left: 1.2em;
}

#tooltipURL {
display: none;
}
.myListTip {
border: 1px #dbdb38 solid;
background: #ff9;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;
margin: 0.8em 0 0 -1.2em;
padding: 0.3em;
}

  #mylist {
	bottom: -3px;
	display: none;
	right: 0;
	position: absolute;
	z-index: 4;
  }
  	body.results #header .wrapper #mylist,
  	body.details #header .wrapper #mylist {
  	right: 10px;
  	}
  .results #mylist {
	/*position: absolute;*/
  }

  #mylist div.content {
    background: #ffffe9;
    border: 1px #dae0e1 solid;
    min-height: 3em;
    max-height: 320px;
    position: absolute;
    overflow: auto;
    right: 0;
    z-index: 5;
    width: 24em;
  }
  
  #myList span.queryId {
    display: none;
  }
  
  #mylist div table {
    border-collapse: collapse;
    margin: 0 0 0.5em 0.5em;
  }
  
      #mylist div table td {
      line-height: 1.2em;
      padding: 0.2em 0;
      vertical-align: top;
      }
        #mylist div a.remove {
        border: 0;
        display: block;
        float: left;
        margin-right: 1em;
        width: 1.3em;
        text-decoration: none;
        text-align: center;
        }
          #mylist div a:hover.remove {
          background-color: #eee;
          }
        #mylist div a.remove img {
        border: 0;
  margin: 3px;
        }


  #mylist div span.actions {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  padding: 0.6em 0.8em 0.8em;
  display: none;
  }
    #mylist div .actions a.mylist-submit {
    background: #64c5d8;
    border: 1px #5693cf solid;
    color: #fff;
    cursor:pointer;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin: 0 1em 0 0;
    padding: 3px 5px;
    }
      #mylist div .actions a.mylist-submit:hover {
      background: #5190cc;
      }

/* Details page:
  General
----------------------------------------------- */
.details .pagination {
clear: both;
overflow: hidden;
zoom: 1;
}

div.exampleMessage {
background-color: #ff9;
font: bold 2.2em  Helvetica, Arial, Verdana, sans-serif;
width: 40%;
padding: 0.6em;
margin: 0 auto;
}

.details .data {
border-bottom: 3px #fcfcb7 solid;
padding-bottom: 1px;
}

/* Feedback
----------------------------------------------- */

#feedback {
background: #edfcff;
border-bottom: 3px solid #b1e2eb;
}
  #feedback .wrapper {
  
  padding: 1em 0 2em;
  overflow: hidden;
  zoom: 1;
  }
   body.results  #footernav #feedback .wrapper , body.details  #footernav #feedback .wrapper {
  margin: 0cm 1cm 0cm .7cm;
   }
   body.results  div#footernav div.wrapper , body.details  div#footernav div.wrapper {
  margin: 0cm 1cm 0cm .40cm;
   }
  #feedback fieldset label {
  display: block;
  width: 100%;
  margin: 0.7em 0;
  }
    #feedback fieldset label.fromname {
    width: 240px;
    float: left;
    }
    #feedback fieldset label.email {
    width: 240px;
    float: left;
    }
    #feedback fieldset label input {
    display: block;
    border: 1px #98adc3 solid;
    font: 1em Helvetica, Arial, sans-serif;
    margin-top: 0.2em;
    padding: 0.2em;
    width: 220px;
    }
    #feedback fieldset label input.invalid {
    background-color:#ff9;
    }

    #feedback fieldset label textarea {
    border: 1px #98adc3 solid;
    display: block;
    height: 100px;
    font: 1em Helvetica, Arial, sans-serif;
    padding: 0.3em;
    width: 98%;
    }
    #feedback fieldset label textarea.invalid {
    background-color:#ff9;
    }
    #feedback fieldset input.button {
    background: #64c5d8;
    border: 1px #5693cf solid;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0.3em 0 0 0;
    padding: 0.2em 0.3em 0.2em;
    }
    #feedback fieldset label.checkbox input {
    border: 1px #98adc3 solid;
    display: inline;
    width: auto;
    }

  #feedback a.close {
  color: #5190cc;
  border-bottom: 1px #5190cc solid;
  display: block;
  float: left;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  margin: 0.4em 1em;
  text-decoration: none;
  }
    #feedback a:hover.close {
    border-bottom: 1px #edfcff solid;
    color: #c00;
    }

/* Miscellaneous:
----------------------------------------------- */
acronym {
border-bottom: 1px #aaa dotted;
cursor: help;
}

.loading {
background: #000;
height: 100%;
text-align: center;
position: absolute;
width: 100%;
}



/* jTip:
----------------------------------------------- */
#JT {
position: absolute;
z-index:100;
border: 2px solid #64c5d8;
background-color: #fff;
overflow: hidden;
color: #fff;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
text-align: left;
}

#JT_copy {
padding: 0.4em 0.5em;
color:#111;
}

.JT_loader {
background: url(../img/loader.gif) center center no-repeat;
width: 100%;
height: 16px;
}

#JT_close_left {
background-color: #64c5d8;
text-align: left;
padding-left: 0.5em;
padding-bottom: 0.3em;
padding-top: 0.2em;
font-weight:bold;
}

#JT_close_right {
background-color: #64c5d8;
text-align: left;
padding-left: 8px;
padding-bottom: 5px;
padding-top: 2px;
font-weight:bold;
}

#JT_copy p {
margin: 0.35em 0;
line-height: 1.3em;
}

#JT_copy img {
padding: 1px;
margin: 0 0.5em 0.5em 0;
border: 1px solid #CCCCCC;
float: left;
}

.jTip {
cursor:help;
}

#JT_copy table {
border-collapse: collapse;
}
  #JT_copy table td {
  border: 1px #ccc solid;
  line-height: 1.3em;
  padding: 0.3em;
  }
#JT_copy ul {
margin-left: 12px;
}

/* DEMO TOOLTIP STYLES: TEMPORARY
----------------------------------------------- */
#dJT {
position: absolute;
z-index: 101;
border: 1px solid #333;
background-color: #fff;
overflow: hidden;
color: #fff;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: left;
}

#dJT_copy {
padding: 0.4em 0.5em;
background-color: #ff9;
color:#111;
}

.dJT_loader {
background: url(../img/loader.gif) center center no-repeat;
width: 100%;
height: 16px;
}

#dJT_close_left {
background-color: #333;
text-align: left;
padding-left: 0.5em;
padding-bottom: 0.3em;
padding-top: 0.2em;
font-weight:bold;
font-size: 12px;
}

#dJT_close_right {
background-color: #333;
text-align: left;
padding-left: 8px;
padding-bottom: 5px;
padding-top: 2px;
font-weight:bold;
font-size: 12px;
}

#dJT_copy p {
margin: 0.35em 0;
line-height: 1.3em;
}

#dJT_copy img {
padding: 1px;
margin: 0 0.5em 0.5em 0;
border: 1px solid #CCCCCC;
float: left;
}

span.demo {
cursor:help;
background: #ff9;
}
td.title {
cursor: default;
}

#inter-demo {
background: #ff9;
border-bottom: 1px #333 solid;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
padding: 10px 0 5px;
}
  #inter-demo h2 {
  margin-top: 2px;
  margin-bottom: 12px;
  font-size: 14px;
  }

a.HideShow {
  color: #c00;
  margin-top: 1px;
  float: right;
  /*cursor: pointer;*/
  border-bottom:/*1px solid*/ #c00;
  }

    #inter-demo .text p {
    margin: 0 0 0.8em
    }

body#help #content ul {
margin: 0.3em 0 1.4em 12px;
}
body#help #content table {
border-collapse: collapse;
margin: 0.5em 0;
}
  body#help #content table td {
  border: 1px #ccc solid;
  padding: 0.3em;
  }

.topborder {
border-top: 1px #999 dotted;
}

#searchresults thead a .demo, #searchresults thead a:link .demo, #searchresults thead a:visited .demo, .details .data h4 .demo {
color: #111;
}


/*
*  Advanced Wizards
*/

#helpers {
clear: both;
padding-top: 0.4em;
}
  #helpers h3 {
  font: bold 1.1em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0 1em 0;
  }
  #helpers form {
  border-bottom: 1px #ccc dotted;
  margin: 0 0 1em;
  padding: 0.6em 0 1em;
  }
    #helpers form label.wiz-select {
    display: block;
    float: left;
    padding-top: 0;
    }
    #helpers form label select {
    width: 25%;
    border:1px solid #99AEC3;
    margin-right: 4px;
    margin-top: 0;
    padding: 1px;
    }
    #helpers form label input {
    width: 70%;
    border:1px solid #99AEC3;
    padding:0.21em 0.3em;
    }
  #helpers .name-wiz {
  background: #ffffe9;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  color: #000;
  margin-top: 1em;
  padding: 1em 1em 1.4em;
  }
    #helpers .name-wiz ul {
    background: #fff;
    border:  1px #fafafa solid;
    list-style: none;
    margin: 5px 0;
    padding: 5px 5px 3px;
    max-height: 220px;
    _height: 220px;
    overflow: auto;
    }
      #helpers .name-wiz ul li {
      background: #fafafa;
      border: 1px solid #ebebeb;
      cursor: pointer;
      padding: 2px 4px;
      margin-bottom:  2px;
      }
        #helpers .name-wiz ul li.selected {
        background: #ff9 url(../img/icon-tick.gif) no-repeat right center;
        border: 1px solid #F2F28C;
        }
        .searching {
        background: url(../img/ajax-loader.gif) no-repeat right center;
        }
  #helpers p.actions {
  border-top: 1px #ccc dotted;
  padding: 1em 0 0;
  }
  #helpers p.actions a.add {
  background: #64c5d8;
  border: 1px #5693cf solid;
  color: #fff;
  cursor:pointer;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0 1em 0 0;
  padding: 3px 5px;
  text-decoration: none;
  }
    #helpers p.actions a:hover.add {
    background: #5693cf;
    }
  #helpers p {
  margin: 0.1em 0 0.5em;
  }
  #helpers a.close {
  font-size: 0.95em;
  font-weight: normal;
  margin-left: 10px;
  }

/* Warning Message */
p.warning {
border: 1px #c00 solid;
clear: both;
color: #c00;
padding: 0.4em 0.6em 0.2em 0.8em;
margin: 0.6em 0em 0em 0em;
width: 600px;
}
/* Error Msg */

div.error {
background-color: #ffecec;
border: 1px #c00 solid;
clear: both;
color: #c00;
font: normal 1.2em/1.4em "Trebuchet MS", helvetica, arial, verdana, sans-serif;
padding: 0.6em 0.6em 0.6em 2.2em;
margin: 0.8em 0;
}
  div.error h3 {
  font: normal 1.2em/1em "Trebuchet MS", helvetica, arial, verdana, sans-serif !important;
  color: #c00 !important;
  margin-bottom: 0.5em;
  }
  div.error p {
  font: normal 0.85em/1em "Trebuchet MS", helvetica, arial, verdana, sans-serif !important;
  color: #111 !important;
  margin: 0.1em 0 0.7em;
  }
  div.error img {
  padding: 0.0em 0.0em 0.0em .6em;
    margin: .3em .8em .9em -1.9em ;
  }
div.structurederror {

background-color: #ffecec;
clear: both;
color: #c00;
font: normal "Trebuchet MS", helvetica, arial, verdana, sans-serif;
padding: 0.6em 0.6em 0 0.8em;
margin: -0.7em -0.8em 0.5em -0.9em;
}

div.structurederrorNS {

background-color: #ffecec;
clear: both;
color: #c00;
font: normal "Trebuchet MS", helvetica, arial, verdana, sans-serif;
padding: 0.6em 0.6em 0 0.8em;
margin: 0.2em 0 0 0;
}

  div.structurederror img, div.structurederrorNS img{
  padding: 0.0em 0.0em 0.0em 0em;
    margin: 0.3em 0.8em 0.9em 0.2em ;
  }

/* Popup Help Windows:
  Popup
----------------------------------------------- */
body.popup {
min-width: 480px;
}

body#help .wrapper {
margin: 0 auto;
width: 580px;
}

body#help .wrapper table td {
  vertical-align: top;
}

/**/
.noScriptHide {
  display:none; !important
}

.helptext ul {
margin: 0.3em 0 1.4em 12px;
}
.helptext table {
border-collapse: seperate;
border-spacing: 0px;
border-width: 0.9px;
margin: 0.2em 0 1em;
}
  .helptext table td, .helptext thead th, .helptext tbody td {
  border: 1px #d7d3aa solid;
  padding: 0.1em 0 0 0.4em;
  }
  .helptext table col#c1, .helptext table col#c3 {
  width: 75px;
  }
  .helptext table col#c2, .helptext table col#c4 {
  width: 350px;
  }


/* Activity indicator
----------------------------------------------- */
#activity {
border: 1px #64C5D8 solid;
background: #c2f4ff;
color: #000;
display: none;
font: normal 1.2em/1.4em "Trebuchet MS", helvetica, arial, verdana, sans-serif;
position: fixed;
_position: absolute;
top: 35%;
left: 50%;
text-align: center;
width: 200px;
margin-left: -100px;
opacity: .8;
filter: alpha(opacity=80);
z-index: 8666;
}

  #activity p {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 30px;
  }



/* Hide the printable logo */
img.print-logo {
display: none;
}


/* Non-JS Structured Search Page */
body#nojs #structuredform .st-field {
font-weight: bold;
text-shadow: #fff 0 0 0;
margin-left: 0;
}
body#nojs .wrapper {
max-width: 55em;
_width: 55em;
}

		body#nojs .wrapper #structuredform .help img {
		border: 0;	
		}
