/*-------- LightBlue06 --------*/
.LightBlue06_top_left {padding:0px; margin:0px; background:url(images/LightBlue06_r1_c1.gif) no-repeat top left; height:32px;}
.LightBlue06_top_right {padding:0px; margin:0px; background:url(images/LightBlue06_r1_c7.gif) no-repeat top right; height:32px;}
.LightBlue06_top_bg {padding:0px; margin:0px 10px 0px 22px; background:url(images/LightBlue06_r1_c3.gif) repeat-x top left; height:32px; line-height:32px; }

.LightBlue06_bg {background:#F1F1F1;}
.LightBlue06_content {padding:0px 11px 0px 11px; }

.LightBlue06_bottom_left {margin:0px; background:url(images/LightBlue06_r9_c1.gif) no-repeat top left; height:21px;}
.LightBlue06_bottom_right {padding:0px; margin:0px; background:url(images/LightBlue06_r9_c7.gif) no-repeat top right; height:21px;}
.LightBlue06_bottom_bg {padding:0px; margin:0px 10px 0px 10px; background:url(images/LightBlue06_r9_c2.gif) repeat-x top; height:21px;}

/* styles from DR's container file */
        .header {
            font-family: sans-serif;
            text-rendering: optimizeLegibility !important;
            color: whitesmoke;
            background-color: #1c4e69;
            padding: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
		
		.news-box {
            max-width: 100%;/*This number might be moddifed to use with DNN - modified from 80% for div*/
            /*  border-radius: 10px; */
            /*background-color: #ffffff;Header Color*/
            /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);  */
            margin: 0 auto; padding-top:0px;
            padding-bottom: 10px;
        }
 
        .li {
            position: relative;
            width: 100%;/*This number might be moddifed to use with DNN*/
            left: -60px;/*This number might be moddifed to use with DNN*/
            padding: 5px;
            margin-left: 50px;
        }
