/*
---------------------------
CSS STYLES - CONTENT LAYOUT
---------------------------
/* Copy */
body, p, td {
}

.pageSummary {
    color: #6a6a6a;
    margin-bottom: 5px;
}
.content {
    /* Find this below router 'text' - fixes 'bold text' cascading bug */
    margin-bottom: 5px;
}
.contentBold {
    font-weight: bold;
}
.contentBold a{
    font-weight: bold;
}
.contentRed {
    font-weight: bold;
    color: #c00;
}
.newsTitle {
    font-size: 115%;
    font-weight: bold;
    color: #c00;
}
.newsDate {
}


/* Narrow 356 Container */
.narrow {
    float: left;
    width: 356px;
}

/* Wide 550 Container */
.wide {
    float: left;
    width: 550px;
}


.widerow, .narrowrow {
    margin: 0px;
    padding: 0px;

}


/* Page header 2 Col */
.PHTwo1 {
    float: left;
    padding-right: 9px;
    width: 356px;
    border-right: 1px solid #cccccc;
}
.PHTwo2 {
    float: left;
    padding-left: 9px;
    width: 171px;
}


/* Spacers and Dividers */
.spacer11, .spacer6, .spacer3, .solidHline, .dottedHline, .totalHline {
    width: 100%;
    font-size: 1px;
    height: 1px;
    line-height: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.spacer11 {
    height: 8px;
    font-size: 1px;
    clear: both;
}
.spacer6 {
    height: 6px;
    font-size: 1px;
    clear: both;
}
.PHTwo2 .spacer6 {
    height: 4px;
}
.spacer3 {
    height: 3px;
    font-size: 1px;
    clear: both;
}
.solidHline {
    height: 1px;
    padding-top: 5px;
    border: 0px solid #fff;
    border-bottom: 1px solid #cccccc;
    clear: both;
}
.dottedHline {
    height: 0px;
    border: 0px solid #fff;
    border-bottom: 1px dotted #aaaaaa;
    clear: both;
}


/* Main Rooter */
.mainrooterRow {
   /*  border-top: green 1px solid;*/
    padding-top: 8px;


}
.mainrooterImage {
    float: left;
    width: 12px;
    padding-top: 1px;
}

/* Rooter */
.rooterRow {
    border-bottom: #ffffff 1px solid;
    clear: both;
}

.WcTwo1 .rooterRow {
    width: 260px;
    clear: both;
}
.rooterSpacer {
    float: left;
}
.rooterImage {
    float: left;
    width: 12px;
    margin-top: 0.20em;
}
.rooterText {
    float: left;
    padding-bottom: 3px;
}
.rooterText a {
    font-weight: bold;
}
.rooterTextLight {
    float: left;
    padding-bottom: 3px;
}

.content {
}

.content a{
    font-weight: normal;
}

.rooterTitle {
    /* font: left; */
    font-weight: bold;
    font-size: 130%;
    COLOR: #999;
}


/* ----------Begin Sitemap elements---------- */
.rooterTextB {
    float: left;
    COLOR: #333;
    FONT-STYLE: normal;
}
.rooterTextB a {
    FONT-WEIGHT: bold;
    COLOR: #333;
}
.rooterTextC {
    float: left;
    COLOR: #555;
}
.rooterTextC a {
    FONT-WEIGHT: bold;
    COLOR: #555;
}
.rooterTextD {
    float: left;
    COLOR: #888;
}
.rooterTextD a {
    FONT-WEIGHT: bold;
    COLOR: #888;
}
.rooterTextE {
    float: left;
    COLOR: #888;
}
.rooterTextE a {
    FONT-WEIGHT: normal;
    COLOR: #888;
}
/* ----------End Sitemap elements---------- */


/* IndentedText - This could be merged into Rooter */
.IndentedTextRow {
    clear: both;
}
.IndentedTextImage {
    FLOAT: left;
    WIDTH: 12px;
}
.IndentedTextText {
    FLOAT: left;
}

/* Greybox */
.GreyboxRow {
    width: 100%;
    float: left;
    BACKGROUND-COLOR: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    border-top: 10px solid #ffffff;
}
.GreyboxImage {
    FLOAT: left;
}
.GreyboxLinkImage {
    FLOAT: left;
    WIDTH: 12px;
    PADDING-TOP: 3px;
}
.GreyboxText {
    FLOAT: left;
    PADDING-TOP: 2px;
    PADDING-bottom: 2px;
}
.GreyboxText a {
    FONT-WEIGHT: bold;
}



/* ----------Begin Columns---------- */
/* Narrow 356 Column 2 */
.NcTwo1 {
    FLOAT: left;
    WIDTH: 175px;
}
.NcTwoS {
    FLOAT: left;
    WIDTH: 5px;
    BORDER-bottom: #ffffff 1px solid;
}

/* Wide 550 Column 2 */
.WcTwo1 {
    FLOAT: left;
    WIDTH: 267px;
}
.WcTwoS {
    FLOAT: left;
    WIDTH: 16px;
    BORDER-bottom: #ffffff 1px solid;
}

/* Wide 550 Column 3 */
.WcThree1 {
    FLOAT: left;
    WIDTH: 180px;
}
.WcThreeS {
    FLOAT: left;
    WIDTH: 5px;
    border-bottom: #ffffff 1px solid;
}
/* ----------End Columns---------- */


/* ----------Begin pict and text elements---------- */

/* spacer elements */
.WPic1CS, .WPic2CS, .NPic1CS, .NPic2CS, .NewsColS {
    float: left;
    width: 10px;
    display: none;
}

/* Wide Pic  */
.WPic1CPic {
    float: left;
    /*width: 100px;*/
    border-top: 4px solid #ffffff;
    padding-right: 10px;
}
.WPic1CT1 {
    float: left;
    width: 440px;
}
.WPic2CT1 {
    float: left;
    width: 215px;
}

/* Narrow Pic */
.NPic1CPic {
    float: left;
    /*width: 75px;*/
    padding-right: 10px;
    border-top: 4px solid #ffffff;
}
.NPic1CT1 {
    float: left;
    WIDTH: 465px;
}
.NPic2CT1 {
    float: left;
    WIDTH: 227px;
}

/* Wide & Narrow Pic for top narrow column */
.WPic1CT1-N {
    float: left;
}
/* ----------End pict and text elements---------- */


/* News Items */
.NewsCol1 {
    FLOAT: left;
    WIDTH: 75px;
}

.NewsColT {
    FLOAT: left;
}


.mainrooterText[class], .rooterText[class], .rooterTextLight[class], .rooterTextB[class], .rooterTextC[class], .rooterTextD[class], .rooterTextE[class], .IndentedTextText[class], .NewsColT[class], .WPic1CT1-N[class], .GreyboxText[class], .rooterTitle {
    float: none;
    display: table;
}


/* form elements */
.formContainer {
    WIDTH: 171px;
}

.formcss {
    color: #000;
    WIDTH: 135px;
}

.formButton {
    FLOAT: left;
    PADDING-TOP: 1px;
}

.formField {
    FLOAT: left;
    padding-right: 5px;
    WIDTH: 135px;
}

form .matrix th, form .matrix td {
	text-align: center;
}
form .matrix th.question {
	text-align: left;
}

/* Table styles and elements */

table {
    line-height: 1.8em;
    font-size: 100%;
    vertical-align: top;
    font-weight: normal;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: 100%;
}
th {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

tr {
    vertical-align: top;
    text-align: left;

}
.tright{
    text-align: right;
}
.tmiddle{
    /* text-align: middle; */
}
.tbottom{
        vertical-align: bottom;
}
.tbold{
    font-weight: bold;
}
.tdgrey{
    background-color: #CCCCCC;
}
.tlgrey{
    background-color: #E5E5E5;
}
.tlpink{
    background-color: #FCF2F2;
}
.tdpink{
    background-color: #F9E3E3;
}

            .fullLine {
                HEIGHT: 1px;
                font-size: 1px;
                background-color:#000;
            }

            .lightLine {
                HEIGHT: 1px;
                font-size: 1px;
                background-color:#aaa;
            }

            .dottedLine {
                HEIGHT: 1px;
                font-size: 1px;
                background: url(../images/shared/dotted.gif) repeat-x;
            }







/* Start Onebase additions */
/* List childs */
.listchildcontainer { 
  margin-left: 0px;
  padding: 0px;
  line-height: 130%;
}
.listchildcontainertable {
    margin-left: 15px;
}
.listchildcontainer ul {
    margin: 0px;
    padding: 0px;
  list-style-type: none;
}
.listchildcontainer ul li {
  background-image: url(../images/leftintranet_nav/level1arrow_a.gif);
  background-repeat: no-repeat;
  background-position: 0px .40em;
  padding-left: 12px;
  margin-left: 0px;
}
.listchildcontainer ul li.open {
  background-image: url(../images/leftintranet_nav/level1arrow_b.gif);
}

.listchildcontainertable select { /* Adapt widths for 25% col */
  width: 100%;
}

/* News Elements */ 
.newsbold { 
  font-weight: bold;
  margin-bottom: 0px;
}
.newsgrey { 
  font-weight: normal;
  color: #666666;
  margin-bottom: 0px;
}
.newstext { 
  font-weight: normal;
  margin-bottom: 0px;
}
.newslinklight, .newslinkbold {
  background-image: url(../images/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px .46em;
  padding-left: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newslinkbold {
  font-weight: bold;
}
.newslinkbold a, .newslinkbold link  {
  font-weight: bold;
}
.newsindend {
  padding-left: 12px;
  padding-top: 0px;
  margin-top: 0px;
}
.newsbottmspace {
  margin-bottom: 10px;
}


.colourboxWhite { 
  border: 1px solid #cccccc;
  padding: 3px;
  padding-top: 6px;
  padding-left: 8px;
  margin-left: 0px;
  margin-bottom: 15px;
  clear: both;
}
.colourboxWhite h1, .colourboxWhite h2, .colourboxWhite h3, .colourboxWhite h4, .colourboxWhite h5, .colourboxWhite p, .colourboxWhite ul li { /* reset paragraph indents to be in colour box  */
  margin-left: 0px;
}
/* END Onebase additions */

/* unic added for news tables */
.newsTable {
    line-height: 1.4em;
}
.newstitle {
    font-size: 115%;
    font-weight: bold;
    color: #c00;
}
.newsbottomspace {
  margin-bottom: 10px;
}


/* Routing elements */
.routerlight { /* router light */
  background-image: url(../images/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px .46em;
  padding-left: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.routerbold { /* router bold */
  background-image: url(../images/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px .46em;
  padding-left: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: bold;
}
.routerbold a { /* router bold */
  font-weight: bold;
}

.routerredtitle { /* router big red text */
  color: #990000;
  font-size: 130%;
  font-weight: normal;
}
.routerredtitle { /* router big red text */
  background-image: url(../images/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px .39em;
  padding-left: 12px;
}

.routergreybartitle { /* router grey bar */
  font-weight: bold;
  font-size: 100%;
  background: #e5e5e5;
  padding-left: 24px;
  background-image: url(../images/shared/arrow.gif);
  background-repeat: no-repeat;
  background-position: 12px .39em;

}
.routergreybartitle a, .routergreybartitle a:visited { /* router grey bar */
  font-weight: bold;
}


/* Table styles and elements */

table {
  line-height: 1.55em;
  font-size: 100%;
  vertical-align: top;
  font-weight: normal;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 100%;
}

th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
tr {
  vertical-align: top;
  text-align: left;
}
.tright{
  text-align: right;
}
.tmiddle{
  /* text-align: middle; */
}
.tbottom{
  vertical-align: bottom;
}
.tbold{
  font-weight: bold;
}
.tdgrey{
  background-color: #CCCCCC;
}
.tlgrey{
  background-color: #E5E5E5;
}
.tlpink{
  background-color: #FCF2F2;
}
.tdpink{
  background-color: #F9E3E3;
}
/* Table lines */
.fullLine {
  height: 1px;
  font-size: 1px;
  background-color:#000;
}
.lightLine {
  height: 1px;
  font-size: 1px;
  background-color:#aaa;
}
.dottedLine {
  height: 1px;
  font-size: 1px;
  background: url(../images/shared/dotted.gif) repeat-x;
}



/* Download links */
.pdf, .doc, .xls, .txt, .zip, .ppt, .swf, .wmv, .mov, .unknown {
  background-repeat: no-repeat;
  background-position: 0px .1em;
  padding-left: 20px;
  padding-bottom: 2px;
}

.pdf {
  background-image: url(../images/intraneticons/page_white_acrobat.gif);
}
.doc {
  background-image: url(../images/intraneticons/page_word.gif);
}
.xls {
  background-image: url(../images/intraneticons/page_excel.gif);
}
.txt {
  background-image: url(../images/intraneticons/page_txt.gif);
}
.zip {
  background-image: url(../images/intraneticons/page_zip.gif);
}
.ppt {
  background-image: url(../images/intraneticons/page_ppt.gif);
}
.swf {
  background-image: url(../images/intraneticons/page_swf.gif);
}
.wmv {
  background-image: url(../images/intraneticons/page_wmv.gif);
}
.mov {
  background-image: url(../images/intraneticons/page_mov.gif);
}
.unknown {
  background-image: url(../images/intraneticons/page_unknown.gif);
}

/* Download lists */
table p {
      margin-left: 0px;
}
table .pdf, table .doc, table .xls, table .txt, table .zip, table .ppt, table .swf, table .wmv, table .mov, table .unknown { /* Downloads & Links */
  margin-top: 0px;
    background-position: 0px .2em;
    

}
.downloadbuttons img {
    padding: 0px;
    margin-top: 2px;
}

td {
    padding-right: 2px;
}

table .tbold a {
    font-weight: bold;
}

/* some css classes for the cms author environment */

.cmsFormDesc {
    font-weight:bold;
    padding:5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}
.cmsDescError {
    font-weight:bold;
    color: #990000;
    padding:5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}
.cmsBar {
    color: #990000;
    margin: 10px 0px 0px 0px;
}

/* Image Alignment */
.imageleft {
  margin-top: 5px;
}

p.imageleftwrap {
  float: left;
  border-right: 10px solid #ffffff;
  margin-top: 5px;
  margin-bottom: 0px;
}

div.imagelefttextwrap span.caption {
  clear: both;
  text-align: left;
  display: block;

}

div.imagerighttextwrap p {
    clear: none;    
}

p.imagerightwrap {
  float: right;
  border-left: 10px solid #ffffff;
  margin-top: 5px;
  margin-bottom: 0px;
}

div.imagerighttextwrap span.caption {
  clear: both;
  text-align: right;
  display: block;
 
}

div.imagecentertextwrap {
    clear: both;
    text-align: center;
}

div.imagecentertextwrap img,
div.imagecentertextwrap span.caption {
    margin: 0 auto;
    display: block;
}
