


/*
----------------------------------------------------------
  TASMANIAN GOVERNMENT CUE TEMPLATE
        Created : 2004.10.18
  Last modified : 2004.11.01
----------------------------------------------------------

  Standard header&footer baseline rules:
*/
#TG-header {
  width: 100%;
}

#TG-logo {
  float: left;
}

#TG-logoRow {
  font-size: 13px;
}

#TG-logoRow h1 {
  font-size: 19px;
}

#TG-logoRow a {
  text-decoration: none;
}

#TG-title {
  float: left;
  margin: 52px 0 0 10px;
}

#TG-spot {
  float: right;
  margin-top: -92px;
}

.nn {
  clear: both;
}

#TG-taglineRow {
  width: 100%;
  border: 1px none #000;
  background: #777;
  color: #fff;
  text-align: right;
}

#TG-taglineRow a {
  color: #fff;
  text-decoration: none;
}

#TG-tag-home {
  float: left;
}

#TG-footer {
  background: #eee;
  border: 1px none #fff;
  padding: 1em;
  color: #666;
  font-size: x-small;
  width: 100%;
  /* font-family: Arial, sans-serif; JT 01Nov2011 all verdana */
  font-family: Verdana, Arial, sans-serif;
}

#TG-footer hr {
  display: none;
}

#TG-footer a {
  color: #000;
}

.clearfloat {
  clear: both;
}

@media screen {
  /*(Note: the 'width' rule in the line immediately below are: top left logo + spacing + header title width)*/
  body {
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    font: medium Verdana, Arial, sans-serif;
  }
  /*  CUSTOM HEADER */
  #TG-title-wog,#TG-title-department,#TG-title-division {
    width: 530px;
    float: left;
  }
  #TG-header {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid #fff;
  }
  #TG-logoRow {
    width: 100%;
    height: 84px;
    max-height: 84px;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
		border: 0;
    white-space: nowrap;
  }
  #TG-title-wog a,#TG-title-department a,#TG-title-division a {
    text-decoration: none;
  }
  #TG-header>#TG-logoRow {
    overflow: hidden;
  }
  #TG-logo {
    display: block;
    float: left;
    padding: 0 7px 8px;
    margin-top: 9px;
    border-right: 1px solid #000;
  }
  #TG-title-department h1 {
    margin: 0 0 0 107px;
  }
  #TG-title-division h1 {
    margin: 0 0 0 107px;
  }
  #TG-title-wog h1 {
    margin: 0 0 0 107px;
  }
  #TG-spot {
    margin: 0;
    overflow: hidden;
    /* right: 10px; JT 01Nov2011 LeeBuchanan dont want right hand strip after image */
    border-top: 0;
  }
  #TG-taglineRow {
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    /* background: #354BDD; JT 01Nov2011 LeeBuchanan thinks PMS 371 at 60% more agricultural than Blue */
    background: #9ca485;
    color: #fff;
    text-align: right;
    font-size: x-small;
    /* font-family: Arial, sans-serif; JT 01Nov2011 all verdana */
    font-family: Verdana, Arial, sans-serif;
    line-height: 18px;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  #TG-taglineRow a {
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; JT comment out */
    margin-right: 3px;
  }
  #TG-taglineRow a:hover {
    color: #ddd;
  }
  a#TG-tag-home {
    display: block;
    width: 106px;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 0px solid #fff;
    height: 18px;
  }
  /* CUSTOM FOOTER */
  #TG-footer {
    clear: both;
    background: #EEEEEE;
    border-top: 1px solid #000;
    padding: 1em;
    color: #000;
    /* font-family: Arial, sans-serif; JT 01Nov2011 all verdana */
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    width: auto;
  }
  #TG-footer .logo {
    display: block;
    float: right;
  }
  #TG-footer hr {
    display: none;
  }
  #TG-footer p {
    margin: 0 0 1em;
  }
  #TG-footer a {
    color: #1418FF
  }
  #TG-footer .links {
    /* color: #eee; JT 01Nov2011 same as background will make text (eg vertical bars) invisible */
    font-size: small;
  }
  #TG-footer .links a {
    margin: 0 3px;
  }
  a img {
    border: none;
  }
  /* CONTENT */
  div#TG-header+table {
    padding: 0;
    margin: 0;
    top: 0;
  }
  a {
    text-decoration: none;
    color: blue;
  }
  a:active {
    text-decoration: none;
  }
  a:visited {
    color: blue;
    text-decoration: none;
  }
  a:hover {
    color: #EE9900;
    text-decoration: none;
  }
  td {
    font-weight: normal;
    font-size: 10pt; /* JT was 8pt */
    white-space: normal;
  }
  select {
    background-color: #FFFFFF;
    color: black;
    /* border-width: 1;
       border-color: grey; JT border grey as per LeeBuchanan Virgin site*/
    border: 1px solid #9fa0a4;
    font-size: 10pt; /* JT was 8pt */
    vertical-align: middle;
  }
  th,th.labelClass {
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    color: #757575 ;
    background-color: #ffffff;
    white-space: normal;
    vertical-align: bottom;
    padding-right: 8px;
    padding-left: 4px;
  }
  th a {
    font-weight: bold;
    font-size: 10pt; /* JT was 8pt */
    text-align: left;
    color: #757575 ;
    background-color: #ffffff;
    white-space: normal;
    vertical-align: bottom;
  }
  th a:hover {
    text-decoration: none;
  }
  th a:visited {
    text-decoration: none;
  }
  h3,h2 {
    white-space: nowrap;
  }
  #menuBarTableRow {
    padding: 0;
    margin: 0;
    border: 0;
  }
  #menuBar {
    padding: 0;
    margin: 0;
    top: 0;
    background-color: #eeeeee;
    /* border-bottom: thin solid rgb(167, 189, 250); JT 01Nov2011 remove */
  }
  #menuBar table {
    padding: 0;
  }
  #menuBar td {
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
    white-space: normal;
  }
  #menuBar a:link,#menuBar a:active,#menuBar a:hover,#menuBar a:visited {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10pt; /* JT was 9pt */
    /* color: #0066CC ; JT 01Nov2011 this is a bit bright for Lee Buchanan - suggested PMS 653 at 80% */
    color: #3385D6 ;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
  }
  #menuBar a:hover {
    background: #FFCC99;
    color: #555555;
    font-weight: bold;
    font-style: italic;
  }
  #menuStrip {
    width: 140px;
    margin: 0em;
    padding-left: 55px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt; /* JT was 8pt */
    vertical-align: top;
    border-top: 0;
    background-color: #FFFFFF ;
    /* border-right: thin solid rgb(167, 189, 250); JT 01Nov2011 remove */
  }
  #menuStrip ul {
    vertical-align: top;
    padding-left: 20px
  }
  #menuStrip li {
    border-bottom: 1px dashed #444;
    margin: 0;
    display: inline;
  }
  #menuStrip li a {
    display: block;
    padding-left: 10px;
    padding-top: 2px;
    border-left: none;
    border-bottom: 1px groove #ccc;
    background: #FFFFFF    url( listItemGrey.gif ) no-repeat 2px 5px;
    color: #0066CC ;
    text-decoration: none;
    font-size: 10pt; /* JT was 8pt */
    width: 130px;
  }
  #menuStrip li a:hover {
    font-weight: bold;
    background: #FFCC99 url( listItemGrey.gif ) no-repeat 2px 5px;;
    color: #555555;
    font-style: italic;
  }
  td#content {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right top;
    right: 1em;
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
    vertical-align: top;
    width: 100%;
  }
  input {
    color: black;
    /* border-width: 1px;
       border-color: #444;  JT border grey as per LeeBuchanan Virgin site*/
    border: 1px solid #9fa0a4;
    vertical-align: middle;
    font-size: 10pt; /* JT was 8pt */
    padding-left: 1px;
    padding-right: 1px;
  }
  input[type="submit"] { /* JT following Kade's suggestion */
    color: black;
    vertical-align: middle;
    border: 1px solid #9fa0a4;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
  }
  button {
    /* JT make same as type="submit" for Firefox */
    font-size: 10pt;
    vertical-align: middle;
    padding-left: 1px;
    padding-right: 1px;
  }
  .systemButtonClass {
    background-color: transparent;
    border: 0;
  }
  .fieldStartTimeClass button {
    display: none;
  }
  div {
    margin-left: 0;
    padding-left: 0;
    background-color: transparent;
    margin-bottom: 15px;
    position: relative;
  }
  div.staticHtml {
    margin-left: 20px;
    padding-left: 90px; /*18nov11 */
    background-color: transparent;
    position: relative;
    /* JT 01Nov11 added font specs */
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
  }
  div.sectionManGroupFilterClass {
    position: absolute;
    z-index: 100;
  }
  div.sectionSearchCriteriaClass {
    position: relative;
    z-index: 200;
    left: 30px;
    padding-left: 10px;
    height: 200px;
    width: 350px;
    vertical-align: top;
  }
  div.sectionSearchResultClass {
    position: relative;
    z-index: 200;
    left: 30px;
    padding-left: 10px;
    width: 75%;
    vertical-align: top;
  }
  /* JT 22Feb2012 */
  td.fieldResultMessageClass {
    color: red;
  }
  div.sectionNoticesClass {
    border-color: #000000;
    border-style: solid;
    border-width: thin;
    margin-left: 0.5em;
    background-color: #FFFFFF 
  }
  .pageErrorClass,.fieldTaskStatusMsgClass {
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    color: red;
    margin-top: 1em;
    width: 60%;
  }
  .pageHeadingClass {
    /* JT 01Nov2011 Make more consistent with BeanHeading */
    /* display: block; */
    /* font-size: 16pt;*/
    font-size: 14pt;
    /* font-family: Helvetica; JT 01Nov2011 */
    font-family: Verdana;
    /* color: #696969 ; */
    /* color: black ; JT 01Nov2011 LeeBuchanan wants agricultural PMS 371 full strength */
    color: #5a6833;
    /* font-weight: normal; */
    font-weight: bold;
    text-align: left;
    margin-top: 1em;
  }
  .beanHeadingClass,.subheadingClass {
    text-align: left;
    /* font-size: 11pt; JT */
    font-size: 14pt;
    font-weight: bold;
    /* color: #ff6600; JT this is red*/
    /* color: black ; JT 01Nov2011 LeeBuchanan wants agricultural PMS 371 full strength */
    color: #5a6833;
    margin-top: 1em;
    white-space: normal;
    width: 100%;
    padding-bottom: 10px;
  }
  .subheadingClass {
    white-space: nowrap;
    font-size: 8pt;
  }
  .sectionHeadingClass {
    position: relative;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 1px;
    padding-bottom: 0;
    color: #0066CC ;
  }
  #ErrorMessageSection {
    color: #FF0000 ;
  }
  .sectionSplashContentClass td {
    font-weight: normal;
    color: #887777;
    padding-bottom: 0.5em;
  }
  .sectionSectionListDetailsListClass {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .sectionSectionListDetailsDetailsClass {
    border-color: #776666;
    border-style: solid;
    border-width: thin;
    margin-left: 0.5em;
    background-color: #FFFFFF ;
  }
  .sectionSectionListDetailsDetailsClass table {
    background-color: #FFFFFF ;
  }
  .labelClass {
    text-align: right;
    font-size: 10pt; /* JT was 8pt */
    vertical-align: top;
    font-weight: normal;
  }
  .fieldNoteTextClass {
    vertical-align: top;
  }
  .fieldClass {
    text-align: left;
    font-size: 10pt; /* JT was 8pt */
    /* font-weight: bold; JT comment out */
    padding: 0px;
  }
  td.fieldClass td {
    vertical-align: middle;
    padding: 2px;
    background-color: #F0F0F0 ;
  }
  .fieldErrorClass {
    display: block;
    white-space: normal;
    width: 70%;
    text-align: left;
    font-size: 10pt; /* JT was 8pt */
    font-weight: bold;
    color: red;
    right: 10em;
  }
  .closeBoxClass {
    position: absolute;
    width: auto;
    height: auto;
    top: 1em;
    right: 1em;
    bottom: auto;
    left: auto;
    text-align: right;
  }
  #statusBar {
    display: none;
  }
}