/* css document */


table.marged tr td,
table.marged tr th {
    margin: 4px;
}

table.padded tr td,
table.padded tr th {
    padding: 4px;
}


table.bordered,
table.bordered td,
table.bordered th {
    border: 1px solid #aaa;
    border-collapse: collapse;
}

table.bordered {
    width: 100%;
}


table.bordered td {
    font-weight: normal;
    text-align: center;
}


table.bordered tr th {
    text-align: left;
    color: #666;
}

table.bordered tr:nth-child(2n),
table.alternate tr:nth-child(2n),
td.light,
tr.light {
    background: #f8f8f8;
}

table.bordered thead tr {
    background: #fff;
}
table.bordered thead tr td,
table.bordered thead tr th {

    font-weight: bold;
    font-size: 16px;
    color: #0068b1;
    padding: 12px 6px;

    border-color: #fff;
    border-bottom: 1px solid #aaa;
}





/* 


    New cols strucutre


*/


.x1, .x2, .x3, .x4, .x5, .x6, .x7, .x33, .x25, .x190 {
    display: block;
    float: left;
}

.x1 { width: 112px; margin: 0 7px 0 0; }
.x2 { width: 227px; margin: 0 14px 0 0; }
.x25 { width: 290px; margin: 0 14px 0 0; } /* 2.5 actually... cf emails */
.x3 { width: 350px; margin: 0 14px 0 0; }
.x4 { width: 472px; margin: 0 14px 0 0; }
.x5 { width: 594px; margin: 0 14px 0 0; }
.x6 { width: 715px; margin: 0 14px 0 0; }
.x7 { width: 839px; margin: 0 14px 0 0; }

.x33 { width: 31%; margin: 0 2.5% 0 0; }
.x190 { width: 190px; margin: 0 14px 0 0; }


/* Ugly IE6 fixes*/
.x1 { _margin: 0 3px 0 0; }
.x2, .x3, .x4, .x5, .x6, .x7, .x33, .x25, .x190 { _margin: 0 3px 0 0; }
/* ugly IE6 fixes end */

.pnl h1 {
    background: transparent url(/images/bars/general/pnl_top.jpg) no-repeat 0 0;

    border: 0;
    text-align: center;
}

.pnl h1 span,
.pnl h1 a,
.pnl h1 a:link,
.pnl h1 a:active,
.pnl h1 a:visited {
    display: block;
    margin: 0 0 0 20px;
    padding: 10px 20px 0 0 ;

    text-align: center;
    line-height: 32px;
    font-size: 22px;
    text-decoration: none;

    font-family: 'Cabin','Trebuchet MS', "Gill Sans",sans-serif;

    color: #262626;
    background: transparent url(/images/bars/general/pnl_top.jpg) no-repeat 100% 0;
}

.pnl h1 span {
    font-size: 16px;
    line-height: 22px;
    color: #0068b1;
}

.pnl h1 a:hover {
    color: #0068b1;
}

.pnl h1.y2 a {
    height: 64px;
    line-height: 54px;
}

.pnl .colContent {
    background: white  url(/images/bars/general/pnl_sep.jpg) repeat-x 50% 0;

    border: 0;
    border-left: 2px solid #aaa;
    border-right: 2px solid #aaa;
}

.pnl .scolBottom,
.pnl .colBottom {
    float: right;
    height : 39px;
    width : 100%;

    background: transparent url(/images/bars/general/pnl_bottom.jpg) no-repeat 0 0;
    border: 0;

}

.pnl .scolBottom p,
.pnl .colBottom p {
    margin : 0 0 0 20px;
    padding : 10px 20px 0 7px;
    height : 39px;

    background: transparent url(/images/bars/general/pnl_bottom.jpg) no-repeat 100% 0;
}

.pnl .colBottom div.pull {
    float: left;
    width: 100%;
    margin-top: -8px;
}

.pnl .scolBottom {
    height: 20px;
    background: transparent url(/images/bars/general/sColBottom.jpg) no-repeat 0 0;
}
.pnl .scolBottom p {
    height: 20px;
    padding : 0px 20px 0 5px;
    background: transparent url(/images/bars/general/sColBottom.jpg) no-repeat 100% 0;
}



.nm { margin: 0; }
.np { padding: 0; }

.padded { padding: 5px; }
.marged { margin: 5px; }
