/*
NB: when editing, remember the standard(Old).css


BACKGROUND

Pages are split into 3 main blocks


-----------------------------------
| header_block                    |   contains banner and minor navigation
|                                 |
-----------------------------------
-----------------------------------
| body_block                      |   contains the bulk and is split into 3 sub sections
|                                 |
| ------------------------------- |
| | menu_block                  | |   contains the menus and is split into 2 sub sections
| |                             | |
| | --------------------------- | |
| | | menu_block_global       | | |
| | |                         | | |
| | |                         | | |
| | |                         | | |
| | --------------------------- | |
| | --------------------------- | |
| | | menu_block_local        | | |
| | |                         | | |
| | |                         | | |
| | |                         | | |
| | --------------------------- | |
| |                             | |
| ------------------------------- |
|                                 |
| ------------------------------- |
| | content_block               | |   contains the main and is split into 1 or more sub sections
| |                             | |
| | --------------------------- | |
| | |  content_block_main     | | |   (desirable)
| | |                         | | |
| | |                         | | |
| | |                         | | |
| | --------------------------- | |
| | --------------------------- | |
| | |  content_block_sub_1    | | |   (optional)
| | |  of class               | | |
| | |    "content_block_sub"  | | |
| | |                         | | |
| | --------------------------- | |
| | --------------------------- | |
| | |  content_block_sub_2... | | |   (optional)
| | |  of class               | | |
| | |    "content_block_sub"  | | |
| | |                         | | |
| | --------------------------- | |
| |                             | |
| | --------------------------- | |
| | |  action_block           | | |   (optional)
| | |                         | | |
| | --------------------------- | |
| |                             | |
| ------------------------------- |
|                                 |
| ------------------------------- |
| | audit_block                 | |   contains minor audit trail information see <cams:audit...> (optional)
| |                             | |
| ------------------------------- |
|                                 |
-----------------------------------
-----------------------------------
| footer_block                    |   contains the footer of the page
|                                 |
-----------------------------------

*/




body { 
    text-align:center; /* centre allignment for IE */ 
}

/****************************************/
/* Master  */
/****************************************/
#header_block, #body_block, #footer_block {
    margin:0 auto; /* centre allignment for non IE */ 
    text-align:left; /* reset text alignment */ 
    width:760px;
}
#menu_block, #content_block, #action_block, #audit_block {
    margin-left:5px;
    margin-right:5px;
    width:750px;
}
#body_block, #footer_block {
    background-color:#FFFFFF;
}

 
/********************************************************************************/
/*  Header  */
/********************************************************************************/
#header_block {
    border:0px solid red;


}



/********************************************************************************/
/*  Body   */
/********************************************************************************/
#body_block {
    border:0px solid orange;
}

/********************/
/*  Menu   */
/********************/
#menu_block {
    border:0px solid #F00000;
}
#menu_block_global {
    border:0px solid #0F0000;
}
#menu_block_local {
    border:0px solid #00F000;
    padding-top:10px;
    text-align:right;
}

/********************/
/*  Content  */
/********************/
#content_block {
    border:0px solid #000F00;
}
#content_block_main {
    border:0px solid #0000F0;
}
.content_block_sub {
    border:0px solid #00000F;
}

/********************/
/*  Action  */
/********************/
#action_block {
    border:0px solid #F0000F;
    text-align:right;
}

/********************/
/*  Audit  */
/********************/
#audit_block {
    border:0px solid #00000F;
}



/********************************************************************************/
/*  Footer  */
/********************************************************************************/
#footer_block {
    border:0px solid green;


}






/* Minor - as used for testing */
#header_block, #body_block, #footer_block {
    border-width:0px;
}
#menu_block p {
    /*background-color:orange;*/
}



/****************************************/
/*  Separator - those which represent */
/****************************************/
#content_block_main, .content_block_sub, #audit_block, #menu_block {
    border-top:1px solid #9999FF;
    margin-top:2px;
}



/****************************************/
/*  Sub Items  */
/****************************************/
#menu_block p {
    margin-bottom:1px;
    margin-left:0px;
    margin-right:2px;
    margin-top:0px;
}
#content_block ul, ol {
    font-size:0.9em;
}

















/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/**
 * standard.css
 * created to enable code to go live with new look & feel switched off
 */
body {
    color:#6A5266;
    font-family:Verdana, sans-serif;
    font-size:100%;
    height:auto !important;/* For Modern Browsers */
    left:0px;
    /*text-align:left;*/
    top:0px;
}
form {
    margin: 0px;
    padding: 0px;
}

#container-content {
    padding:10px 10px 0px 10px;
}
#middle {
    clear:both;
    border-collapse:collapse;
    margin-top:0px;
    width:100%;
}
#prodbar {
    background-color:#99CCFF;
    border:0px solid #ccc;
    display:inline;/* IE Hack */
    float:left;
    height:20px;
    margin-top:10px;
    margin:0px 0px 0px 9px;
    padding:5px;
    text-indent:0px;
    width:96%;
}
#middlecolumn {
    height:400px;
    margin-left:0px;
    margin-top:5px;
    min-height:350px;
    right:0px;
    text-align:left;
    text-indent:1px;
    width:320px;
}
html>body #middlecolumn {
    width:380px;
    margin-left:0px;
    overflow:hidden;
}



body {


    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
}
table {
    background-color:#FFFFFF;
}

.pad {
    padding-left:6px;
    padding-right:6px;
}
img {
    border:0;
}
