/* GENERAL SYLINGS - BEGIN */

.text-red {
color: #bf0000;
}

.text-gray {
color: #656565;
}

.text-small {
font-size: 0.9em;
}

.single-space {
line-height: 110%;
}

/* GENERAL SYLINGS - END*/





/* HOME PAGE SOCIAL MEDIA BUTTONS STYLES - BEGIN */

.socialmedia-epr {
 margin-bottom: 8px;
}

.socialmedia-epr p {
margin: 0;
padding: 0;
}

.socialmedia-epr a {
margin-right: 8px;
}

.socialmedia-epr img {
border: 0;
}

/* HOME PAGE SOCIAL MEDIA BUTTONS STYLES - END*/





/* PHM BLOG MODULE STYLINGS- BEGIN */

.phm-wrapper {
position: relative;
margin: 8px 0;
padding: 0;
border: 1px solid #cecece;
box-shadow: 0 0 4px #cecece;
}

.phm-image {
margin: 0;
padding: 0;
}

.phm-image img {
width: 100%;
}

.phm-logo {
position: absolute;
bottom: 53px;
left: -5px;
}

.phm-link {
padding: 16px 8px 12px 8px;
line-height: 110%;
overflow: auto;
height: 40px;
}

/* PHM BLOG MODULE STYLINGS- END*/







/* CAMPAIGN IMAGES - BEGIN
Styles the images used in all localRDCampaign SSIs throughout EPR sites. Place all images within DIV that calls this class. */

.localRDCampaign {
clear: both;
margin-top: 15px;
border-top: 5px solid #ececec;
padding-top: 8px;
text-align: center;
}

.localRDCampaign img {
margin-right: 5px;
margin-bottom: 5px;
border: 0;
}

/* CAMPAIGN IMAGES - END */







/* STYLES FOR TABLES - BEGIN

* GREEN THEME Hex Equivalents
*    Primary BG Color   = #c1d5b0;
*    Secondary BG Color = #d7e4cc;
*/

.epr-table table, table td, table th {
border: 1px solid #777777;
}

caption {
font-size: 110%;
font-weight: bold;
}

.epr-table table {
width: 90%;
margin: 0 auto;
border-collapse: collapse;
}

.epr-table th, td {
padding: 4px;
}

.epr-table th {
background-color: #c1d5b0;
}

.epr-table th.align-center {
text-align: center;
}

.epr-table td.align-center {
text-align: center;
}

.epr-table th.align-left {
text-align: left;
}

.epr-table td.align-left {
text-align: left;
}

.epr-table th.align-right {
text-align: right;
}

.epr-table td.align-right {
text-align: right;
}

.epr-table th.valign-top {
vertical-align: top;
}

.epr-table td.valign-top {
vertical-align: top;
}

.epr-table th.valign-middle {
vertical-align: middle;
}

.epr-table td.valign-middle {
vertical-align: middle;
}

.epr-table th.valign-bottom {
vertical-align: bottom;
}

.epr-table td.valign-bottom {
vertical-align: bottom;
}

/* STYLES FOR TABLES - END */







/* ---------------------- LEGACY CSS ------------------------------------------------------------ */


.newupdated {
    color: #FF7F7F;
    font-size: 0.9em;
    font-weight: normal;
}

div#emergencybox {
    border-color: #E4EDF6 #AEC9E4 #93B7DB #C9DBED;
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: none;
    margin: 20px 8px 10px 0;
}
div#emergencybox a, div#emergencybox a:visited {
    background: url("/images/report_emergency2.gif") repeat-x scroll 0 0 #C36A6A;
    border: 1px solid #F8F8F8;
    color: #FFFF66;
    display: block;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    min-height: 25px;
    padding: 15px 10px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 143px;
}
div#emergencybox a em {
    color: #FFFF66;
    font-style: normal;
    text-decoration: underline;
}
div#emergencybox a:hover {
    color: #D59797;
    text-decoration: none;
}
div#emergencybox a:hover em {
    color: #FFFFCC;
    text-decoration: none;
}














/*Styling for the Latest News module on the index page*/

#rss-block ul, #rss-mediablock ul {
                padding-left: 5px;
                list-style: none;
}

#rss-block li, #rss-mediablock li {
                padding: 5px 0 2px 0;
                border-bottom: dotted 1px #999999;
                line-height: 1.1em;
 }

#rss-block .item-title, #rss-mediablock .item-title {
                display: block;
                font-size: 1em;
                font-weight: normal;

}

#rss-block .item-pubdate, #rss-mediablock .item-pubdate {
                display: block;
                font-size: 0.8em;
                color: #999999;
}
