/**
 * @title       EDF ENR news styles
 */
/**
 * @section     newsNav
 * @tree        #newsNav < #main
 */
#newsNav {
    margin:10px 10px 10px 30px; padding:0 0 15px; border-bottom:1px dotted #cac3bf;
}
#newsNav li {
    float:left;
}
#newsNav li.back {
    float:right;
}
#newsNav li span {
    display:block;
}
#newsNav li.first span {
    background:url(/templates/edf/common/img/bg/bg-newsnav-left.png) no-repeat 0 100%;
}
#newsNav li.first span.on {
    background:url(/templates/edf/common/img/bg/bg-newsnav-left.png) no-repeat 0 0;
}
#newsNav li.last span {
    background:url(/templates/edf/common/img/bg/bg-newsnav-right.png) no-repeat 100% 100%;
}
#newsNav li.last span.on {
    background:url(/templates/edf/common/img/bg/bg-newsnav-right.png) no-repeat 100% 0;
}
#newsNav li a {
    display:block;
    padding:0 10px;
    height:26px;
    line-height:26px;
}
#newsNav li.last a:hover, #newsNav li.last a:focus {text-decoration:none; cursor:default;}
#newsNav li.first a {
    padding:0 15px 0 10px;
    background:url(/templates/edf/common/img/bg/bg-newsnav-center.png) no-repeat 100% 100%;
}
#newsNav li.first .on a {
    padding:0 10px 0 15px;
    background:url(/templates/edf/common/img/bg/bg-newsnav-center.png) no-repeat 100% 0;
}

#newsNav a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
#newsNav .back a {
    padding:0;
    color:#0e295f;
    font-weight:normal;
}
#newsNav .on a, #newsNav .on a:hover {
    color:#0e295f;
}
#newsNav a:hover {
    color:#fff;
    text-decoration:underline;
}
#newsNav .back a:hover {
    color:#0e295f;
}
#main h2 {
    float:left; clear:both;
    margin-top:12px; margin-left:30px;
}
/**
 * @section     yearForm
 * @tree        #yearForm < #main
 */
#yearForm, #yearForm div, #yearForm label {
    float:left;
}
#yearForm .select label {
    margin:0 0 0 30px;
    color:#003675;
    line-height:50px;
}
#yearForm .select #yearFormyearNewsREP {
    margin:15px 5px 0;
    width:50px;
}
#yearForm .actions {
    margin:10px 0 0 10px;
}
/**
 * @section     articles
 * @tree        #articles < #main
 */
#articles {
    clear:both;
    width:700px;
}
#articles li {
    padding:15px 0 0; margin:0 0 7px;
    background:url(/templates/edf/common/img/bg/bg-lexicon-dt.png) no-repeat 0 0;
}
#articles li .wrapperOuter {
    padding:0 0 19px;
    background:url(/templates/edf/common/img/bg/bg-lexicon-dd-bottom.png) no-repeat 0 100%;
}
#articles li .wrapperInner {
    padding:0 30px;
    background:url(/templates/edf/common/img/bg/bg-lexicon-dd.png) repeat-y;
}
#articles h3, #articles h3 a {
    color:#96b444;
    text-transform:uppercase; text-decoration:none;
}
#articles h3 a:hover {
    color:#96b444;
    text-decoration:underline;
}
#articles p {
    margin:0; padding-bottom:10px;
}
#articles p.date {
    margin:10px 0 0; padding:0;
}
#articles a.readMore {
    float:right;
    color:#fe5f12;
    text-decoration:none;
}
#articles a.readMore:hover {
    text-decoration:underline;
}
#newsNav:after, #articles li .wrapperInner:after {
    display:block; clear:both;
    visibility:hidden;
    height:0;
    content:".";
}