@import "fields.css";

body
{
  background-color: white;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

h2
{
  color: #09707B;
  font-weight: bold;
}

h1
{
  color: #EB641E;
  font-weight: bold;
}

.table_ochre th a
{
	text-decoration: none;
	color:#CD5806;
}
.table_ochre th a img
{
	border: none;
}
.table_ochre
{
  background:#fff;
  color:#7D3808;
  border-bottom:5px solid #CD5806;
  margin:5px 0px 5px 0px;
  border-collapse:collapse;
}

.table_ochre th
{
  background:#FFE8C4;
  border-bottom:3px solid #CD5806;
  color:#CD5806;
  padding:4px;
  text-align:left;
  font-size:14px;
}

.table_ochre td
{
  border-bottom: 1px solid #F5C39F;
  padding:4px;
}

.table_info
{
  background:#fff;
  color:#7D3808;
}

.table_info th
{
  text-align:left;
  font-weight:bold;
  padding:4px;
}

.table_info td
{
  border-bottom: 1px solid #CCCCCC;
  padding:4px;
}


/*.required 
{
  background: url("images/required.gif") no-repeat 90px 5px;
}*/

@media screen
{
  html
  {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden;
    /* */
  }

  body
  {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
  }

  #content
  {
    display: block;
    height: 100%;
    max-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 3;
    padding-left: 30px;
    /*word-wrap: break-word;*/
  }

  .pad1
  {
    display: block;
    width: 18px;
    height: 75px;
    float: left;
  }

  .pad2
  {
    display: block;
    height: 75px; /* height to miss header and footer */
  }

  #head
  {
    position: absolute;
    margin: 0;
    top: 0;
    right: 18px;
    display: block;
    width: 100%;
    height: 75px;
    z-index: 5;
  }

  #foot
  {
    position: absolute;
    margin: 0;
    bottom: -1px;
    right: 18px;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 4;
    background-color: #EB641E;
    color: white;
    text-align: center;
    padding-top: 8px;
    font-size: 12px;
  }

  #wrapper
  {
    margin-right: 30px;
  }
}

@media screen,print
{
  #ntglogo
  {
    border: 0px;
  }

  #logo 
  {
    width: 100px;
    background-color: #004F5D;
    float: left;
    padding-top: 3px;
    height: 72px;
    margin-right: -3px;
  }
  
  #title h1
  {
    color: white;
    background-color: #004F5D;
    height: 55px;
    margin-top: 0px;
    padding-top: 20px;
  }

  #foot a
  {
    color: white;
  }

  #title a
  {
    color: white;
    text-decoration: none;
  }
}

h2.expired
{
  color: white;
  background-color: red;
  text-align: center;
}