/*
Andrew Payne
email: andrewpay@aapt.net.au
Name: nccc
File: newsflash.css  -

This adds the graphic theme to the group of pages in the home menus.

*/




.newsflash {
    float: right;
    width: 200px;
    background: #B6C1A7;
    margin-left: 20px;
    font-size: 80%;
}

/* @annotation: Rounded Corners */
.newsflash .ct {
}

.newsflash .ct .l {
    background: url(subnct.gif) no-repeat;
}

.newsflash .ct .r {
    height: 15px;
    background: url(subnr.gif) no-repeat right top;
}

.newsflash .cb {
    background: url(subncb.gif) repeat-x left bottom;
}

.newsflash .cb .l {
    background: url(subncbl.gif) no-repeat left bottom;
}

.newsflash .cb .r {
    height: 15px;
    background: url(subncbr.gif) no-repeat right bottom;
    clear: right;
}


.newsflash .entry h4 {
   font-size: 100%;
   margin: 0px;
   background: #ADB79E;
}

