#Notice {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 0.7em;
	font-family: Verdana;
	clear: both;
	background: #EBEBEB;
	padding: 5px;
}

#alertNav {
	font-style: italic;
	cursor: pointer;
	color: #999;
}

#rightNav {
	float: right;
	font-family: Verdana; 
	font-size: 0.7em;
	margin-right: 5px;
	margin-bottom: 15px;
	color: #999;
}
#rightNav a {
	font-weight: bold;
	color: #004467;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}


#leftNav {
	float: left;
	font-family: Verdana; 
	font-size: 0.7em;
	margin-right: 5px;
	margin-bottom: 15px;
	color: #666;
}
#leftNav a {
	font-weight: bold;
	color: #004467;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

.centeredImage { text-align:center; margin-top:0px; margin-bottom:0px; padding:0px; }
#header {	border: none; padding: 5px; margin-bottom: 10px; }
#Logo1 {	float: left; }
#Logo3 {	float: right; }

#header img { border: 0; }

#cwcReportContainer { 
	clear: both;
	background-color: #FFF;
	width: 100%;
}

#cwcReportBody { 
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

#cwcReportSubHeader {
	font-family: Verdana; 
	font-size: 0.7em;
	padding: 2px;
	border-bottom: 1px solid #CCC;
}

#cwcReportHeader {
	color: #FFF;
	font-family: Tahoma;
	font-size: 12pt;
	padding: 5px;
	background-color: #006699;
	text-align: center;
	font-weight: bold;
	border: 1px solid #4C4C4C;
}

#cwcReportFooter {
	border-top: 1px solid #CCC;
	font-family: Verdana;
	font-size: 0.7em;
	padding: 2px;
	background-color: #EEE;
	text-align: right;
	color: #CCC;
	clear: both;
}

#cwcReportFooter a {
	color: #333;
	text-decoration: none;
}

.cwcReport { 
	font-family: Verdana; 
	font-size: 0.8em;
	padding: 2px 2px 2px 10px;
	height: auto;
}

.cwcReport strong {
	color: #333;
}

.cwcReportCat { 
	padding: 5px;
	background-color: #EBEBEB;
	border-bottom: 1px solid #CCC;
	font-family: Tahoma;
	font-weight: bold;	
	font-size: 1.0em;	
	clear: both;
}	

.cwcNewsBlock
{
    display: none;
    font-family: Verdana; 
    margin-left: 5px;
    padding: 2px;
    margin-top: 10px;
    border-bottom: 1px solid #F7F7F7;
}

.cwcReportBy
{
    font-family: Verdana; 
    font-size: 0.9em;
}

.cwcReportBy a {
    color: black;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}
.AttachedFiles {
    background-color:#FFF;
    border:1px solid #CCCCCC;
    font-size:10px;
    margin-top:10px;
    padding:10px;
    margin-right: 20px;
}


.cwcReportLR { 
	font-family: Verdana; 
	font-size: 0.8em;
	padding: 2px 2px 2px 10px;
	height: auto;
	float: left;
	width: 90%;
	position: relative;
}

.cwcReportLeft {
	float: left;
	width: 20%;
}

.cwcReportRight {
	float: right;
	width: 80%;
}
span.PostTime {
    color: #0081C2;
}