/* CSS Document */
body{
margin:0 auto;
background:transparent url(./images/bg.jpg);
width:100%;
background-repeat:repeat-x;
}


img{border:none;}
*{font-family:Arial, Helvetica, sans-serif;line-height:1.5;color:#000;}



table.ccatable {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-size: 8pt;
}

table.menu {
  font-size: 8pt;
}

table.complex {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  font-size: 8pt;
}
table.complex caption {
  padding: .25em;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  background-color1: #F5F6CE;
  background-color: white;
}

table.complex td{
  padding: .125em;
  margin: 0;
  background-color: white;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

table.table.complex th {
  padding: .125em;
  margin: 0;
  background-color: #A01F1F;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

table.complex th.label {
  text-align: center;
  padding-right: .25em;
  background-color: #A01F1F;
  color:white;
  font-size: x-small;
  font-weight: bold;
}

table.complex th.title {
  text-align: left;
  background-color: pink;
  color:black;
  font-weight: bold;
  font-size: x-small;

}

table.complex td.head {
  text-align: center;
  background-color: white;
  font-weight: bold;
}

table.complex td.cost, table.complex th.approval {
  text-align: right;
  padding-right: .25em;
}

table.complex td.total {
  font-weight: bold;
  text-align: right;
  padding-right: .25em;
}


table.complex th.sub {
  text-align: right;
  padding-right: .25em;
}

table.complex th.sect {
  text-align: Left;
  background-color: pink;
  border-top: 1px solid #808080;
}

table.complex a.linker {
  text-align: right;
  padding-right: .25em;
  color: #0000FF;
}

tr.cca{
  background-color: #610B0B;
}

td.ccatext {
  text-align: right;
  padding-right: .25em;
  color: #FFFFFF;
  font-weight: bold;
  font-size: small;
}


td.textfont {
  text-align: left;
  padding-right: .25em;
  color: white;
  font-weight: bold;
  font-size: smaller;
}
td.headingfont {
  text-align: left;
  padding-right: .25em;
  color: white;
  font-weight: 300;
  font-size: smaller ;
  font-style: italic;
}

td.main_bg{
  background:url(images/banner.jpg) no-repeat left top;
}

td.nav_line
{
  background-color:#ffffff;
}

a.ccatext{
 color:white;
 text-decoration: none;
}

a.linkfont {
  text-align: right;
  padding-right: .25em;
  color: #78BCFF;
  font-weight: bold;
  font-size: xx-small;
}

a.linkfont2 {
  text-align: right;
  padding-right: .25em;
  color: blue;
  font-weight: bold;
  font-size: xx-small;
}

th.caption {
  text-align: center;
  background-color: #A01F1F;
  background-color1: #C0C0C0;
  color: white;
  font-size:  x-small;
  font-weight: bold;
}

td.msg {
  text-align: left;
  color:black;
  font-weight: bold;
  font-size:  x-small;
  
}
th.msghead {
  text-align: left;
  background-color: pink;
  color: black;
  font-weight: bold;
  font-size: x-small;
  
}

td.noticeboardmsg {
  text-align: left;
  color:black;
  font-weight: bold;
  font-size:  xsmall;
  
}

td.msgdate {
  text-align: left;
  color: #DC143C;
  font-weight: bold;
  font-size:  x-small;
}