/****************************************************************************/
/* News Page Styles */
/****************************************************************************/

TABLE.news{
	margin-left:19px;
	margin-right:19px;
	border:none;
}

.news TD.date{
	background-color:#84867B;
	padding: 3px;
	border: none;
	width: 50px;
	text-align:center;
}
.news TD.date SPAN{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.news TD.date .dateline1{
	font-size:11px;
}
.news TD.date .dateline2{
	font-size:14px;
	font-weight: bold;
}
.news TD.date .dateline3{
	font-size:11px;
	font-weight: bold;
}
.news TD.title{
	vertical-align: top;
}
.news TD.title H3{
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 1px;
}
.news TD.title P{
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 20px;
	color:#333333;
}
.news TD.content P{
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 3px;
	padding:0px;
}

/* Styles for image thumbnails table */

.smaller{
	font-size: 10px;
}
TABLE.view_table{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.view_table IMG{
	padding: 4px;
	margin: 3px;
	border: 1px #333333 solid;
}
.view_table TD{
	vertical-align: middle;
	text-align:center;
}	
.view_table TD.details{
	text-align:left;
}
.view_table .thumbnail{
	padding: 4px;
	margin: 3px;
	border: 1px #333333 solid;
}
.view_table .thumbnail:hover{
	border: 1px #CC0000 dashed;	
}
