/*
This is Main layout 

|-MainContainer----------------------------------|
|------------------------------------------------|
|                HeaderContainer                 |
|------------------------------------------------|
|              |                 |               |
|              |                 |               |
|LeftContainer | CentreContainer | RightContainer|
|              |                 |               |
|              |                 |               |
|------------------------------------------------|
|                FooterContainer                 |
|------------------------------------------------|
|------------------------------------------------|

*/
#MainContainer
{
  width:970px; /*970px;*/
  height:auto;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  padding:0px;
}
#HeaderContainer
{
  width:970px;
  margin: 0px;
  padding: 0px;
}
#LeftContainer
{
  width:113px;
  margin: 0px;
  padding: 0px;
  float: left;
  overflow:hidden;
 }
#RightContainer
{
  width:288px;
  margin: 0px;
  padding: 0px;
  float: right;
}
#CentreContainer
{
  width:auto; /*569px;*/
  margin-top: 0px;
  margin-right: 288px;
  margin-bottom: 0px;
  margin-left: 113px;
  padding: 0px;
}
#FooterContainer
{
  width:970px;
  margin: 0px;
  padding: 0px;
  clear:both;
}







/* ---------------------------------------------------------------------------------
   GENERAL DECLARATIONS
   --------------------------------------------------------------------------------- */

	/**/
* {
    font-family: Arial, Helvetica, Sans-serif;

    /* font-size: small; */ /* IE does not give the same size font at FF */
    font-size: 9pt; /* TODO Set specific size for moment - although it means that user cannot increase font size from browser */

}

label {
	display: block;
	float: left;
	width: 140px;
}

a img {
    border: 0px;
}
/**/
a {
    text-decoration: none;
    font-weight: bold;
}
/**/
a:hover {
    text-decoration: underline;
}

body {
    margin: 0px;
}
.searchinputbox{
    width: 90px;
    margin: 0px;
    padding: 0px;
}
form {
    margin: 0px;
}
/**/
p {
    margin-top: 0px;
    padding-top: 0em;
    margin-bottom: 0.5em;
}

ul {
    margin-bottom: 0.5em;
    margin-top: 0em;
}

ol {
    margin-top: 0px;
    padding-top: 1em;
    padding-right: 1em;
}
table{
    padding: 0px;
    margin: 0px;
}
th {
    text-align: left;
}

h3 {
    font-size: 105%;
    margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------------------------
   HEADER BARS
   --------------------------------------------------------------------------------- */
	
.displayBox,
.displayBoxwide,
.displayBoxnarrow
{
    margin-top: 0px;
    margin-bottom: 10px;
}

/**/
.displayBox h1, 
.displayBoxwide h1,
.displayBoxnarrow h1
{
    background: no-repeat top left;
    padding: 4px 8px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.displayBox div.boxbody, 
.displayBoxwide div.boxbody, 
.displayBoxwide div.boxbodywide,
.displayBoxnarrow div.boxbody
{
    background: no-repeat bottom left;
    margin-left: 0px;
    padding: 0.5em 8px 8px 8px;
}

.boxbody h2 {
    color: #000;
    border-bottom: 1px solid #000;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0.5em;
    font-size: 105%;
    font-weight: bold;
}

div#contentbar {
/*    width: 770px; */
    margin: 0px auto;
    overflow: auto;
}

div.inputline {
    text-align: right;
    padding-bottom: 0.5em;
}


input.major, select.major, textarea.major {
    width: 97%;
}

input.minor, 
select.minor, 
textarea.minor {
    margin:0;
    padding:0;
    font-size: 90%;
    color: #999999
}

/**/
.displayBox h1 {
    background-image: url(images/header-main-benefitnew274.png);
    background-color: #6c0;
}

.displayBoxwide h1 {
    background-image: url(images/header-main-benefitnew-wide.png);
    background-color: #6c0;
}
.displayBoxnarrow h1 {
    background-image: url(images/header-main-benefitnew107.png);
    background-color: #6c0;
}

/**/
.displayBox div.boxbody {
    background-image: url(images/main-benefitnew274.png);
}

.displayBoxwide div.boxbody {
    background-image: url(images/main-benefitnew-wide.png);
}

.displayBoxnarrow div.boxbody {
    background-image: url(images/main-benefitnew107.png);
}

.displayBox {
	float: left;   /* rs */
    width: 274px; /*278 rh*/
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
}

.displayBoxwide{
	float: left;   /* rs */
    width: 556px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
}

.displayBoxnarrow {
	float: left;   /* rs */
    width: 107px; /*139px; */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}


/**/
.displayBox div.boxbody, 
.displayBoxwide div.boxbody,
.displayBoxnarrow div.boxbody{
    /* height: 51ex; */
    padding: 8px 8px 8px 8px;
}

.displayBox div.boxbody p, 
.displayBoxwide div.boxbody p ,
.displayBoxnarrow div.boxbody p{
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
}

/* ---------------------------------------------------------------------------------
   FOOTER BAR
   --------------------------------------------------------------------------------- */

div#footerbar {
    margin-top: 20px;
    clear: both;
    background: url(images/footerbar-background.png) top repeat-x #fff;
    border-top: 1px solid #939393;
}

div#footerbar div{
    width: 770px;
    margin: 0px auto;
    padding-bottom: 20px;
    text-align: center;
    color: #6c0;
    font-size: 100%;
}

div#footerbar a {
    color: #6c0;
}

p#copyright {
    color: #939393;
}

p.attribution {
    color: #aaa;
    font-style: italic;
}

a.helpicon, a.helpiconinline {
    /*float: right;
    clear: both;*/
}

/*    -------------------------------------------------------------------------------------
    ----- Popup help definitions
    ------------------------------------------------------------------------------------- */



div#contexthelppopup {
    z-index: 10020;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 300px;
    display: none;
    /*background: #fbff64;
    border: 1px solid #c5c902;*/
    background: #bec0c2;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}

iframe#ieiframehack {
    position: absolute;
    width:300px;
    height:300px;
    top:0px;
    left:0px;
    border:0px;
    display:none;
    background: transparent;
    z-index:10019;
}

div#contexthelppopup h3 {
    /*background-color: #c5c902;*/
    background-color: #a7a9ac;
    padding: 10px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px;
}

div#contexthelppopup p {
    padding: 10px;
    margin: 0px;
}


div#notinterestedpopup {
    display:none;
    position: absolute;
    z-index: 10;
    width: 200px;
    border: 1px solid #6c0;
    background-color: #fff;
    /*filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    -khtml-opacity:0.9;*/
}

div#notinterestedpopup h1 {
    margin: 0px;
    border: 0px;
    background-color: #6c0;
    color: #fff;
    font-size: 140%;
    padding: 4px;
}

div#notinterestedpopup div {
    padding: 6px;
}
div#notinterestedpopup form{
    margin: 6px;
}
div#notinterestedpopup a.cancel{
    cursor: pointer;
    text-align: right;
}


/* ======================================== */
div#mainmenu{
}

div.contentbox{
	float:left;
	width:900px;
}

td#referer_value_class{
}

td#url_value_class{
}
