/* Please be carefull altering this file */
/* It has been configured to create template layouts */
/* Hints placed below for changing background and border colour */

/* Alter this file at your own risk */
/* Doing so could break template layout functionality  */

.newsDate {
    /* format date text for news items */
    font-size: 11px;
    /* end */
}

.newsLeft {
    padding: 0px 1% 0px 1%;
    margin: 0px 5px 2px 0px;
    width: 25%;
    display: block;
    float: left;
    clear: left;
    /* Background and border for right news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}

.newsRight {
    padding: 0px 1% 0px 1%;
    margin: 0px 0px 2px 5px;
    width: 25%;
    display: block;
    float: right;
    clear: right;

    /* Background and border for left news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}

.newsWrap {
    margin: 0px;
}

.newsSubWrap {
    width: 100%;
    clear: left;
}

.newsOne {
    width: 96.5%;
    padding: 0px 1% 0px 1%;
    margin: 1px;
    display: block;
    float: left;

    /* Background and border for full news items */
    /* end */
}

.newsTwo {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 47%;
    display: block;
    float: left;

    /* Background and border for split2 news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}

.newsThree {
    padding: 0px 1% 0px 1%;
    margin: 1px;
    width: 30.5%;
    display: block;
    float: left;

    /* Background and border for split3 news items */
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    /* end */
}

td.newsTitle {
  padding-left: 5px;
  font-size: 12px;
}
td.newsTitle a, td.newsTitle a:visited {
  color: #df9404;
  text-decoration: none;
}
td.newsTitle a:hover, td.newsTitle a:focus {
  text-decoration: underline;
}
