/*
POLDINGS LIMITED
poldings.com
---
new style sheet for
Nortel Networks
emeanortel.com
*/

/********** Page Body **********/

#pagebody {
    font-size: 100%;
}

h1.new {
    clear: both;
    color: #444;
    line-height: 130%;
}

h2.new {

}

.alert {
    padding: 10px;
    background-color: #ff9451;
}

p {
    line-height: 150%;
}

.small {
    font-size: 90%;
    color: #666;
}

/*
 * -------------------------------
 * SPACERS
 * -------------------------------
 */
.space40 {
    height: 40px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}
.space-line {
    clear: both;
    border-top: 1px dashed #ccc;
    margin: 15px 0 0px 0;
    padding: 10px 0 0 0px;
}

/*
 * -------------------------------
 * TABLE RATES
 * -------------------------------
 */

.table-rates table {
    width: 100%;
}

.table-rates th {
    font-weight: bold;
    background-color: #cac9c9;
    padding: 0.5em;
    border-bottom: 1px solid white;

}

.table-rates td {
    padding: 0.5em;
}

.table-rates tr:nth-child(odd) {
    background: #e9e9e9;
}

.table-rates tr:nth-child(even) {
    background: #f9f9f9;
}

.table-rates tr:hover {
    background: #ffe4d3;
}
/*
 * -------------------------------
 * LISTS
 * -------------------------------
 */
ul {
    margin: 0 0 10px 20px;
    font-size: 100%;
}

li {
    line-height: 150%;
    padding: 0 0 10px 10px;
}

/*
 * -------------------------------
 * OTHER
 * -------------------------------
 */
.highlight {
    margin: 0;
    padding: 20px;
    background-color: #ecf4ff;
    border: solid 1px #777;
    color: #444;
    font-size: 100%;
    line-height: 150%;
}

.highlight-orange {
    margin: 0;
    padding: 20px;
    background-color: #ffdd9a;
    border: solid 1px #777;
    color: #444;
    font-size: 100%;
    line-height: 150%;
}

.highlight-clear {
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    border: solid 1px #777;
    color: #444;
    font-size: 100%;
    line-height: 150%;
}