table.news2 { 
	width: 100%;
	border: none;
	padding: 4px;
	vertical-align: top;
	margin-top: 2px;
	border-right:  1px solid #016332;
	border-left:  1px solid #016332;
	border-bottom:  1px solid #016332;}	

table.news2 td{ 
	border-right: none;
	border-left: none;
	padding: 2px 0 4px 3px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #016332;	}	
	
table.news2 th{ 
	padding: 2px 0 2px 4px;
	vertical-align: top;}	
	
table.news2 td.date{
	padding: 2px 3px 4px 4px;
	width: 12%;
	white-space:nowrap;}
	
table.news2 td.title{
	width: 75%;
	padding: 2px 1px 4px 1px;	}


table.news2 th.left {
	text-align: left;
	width: 70%;}

table.news2 th.right {
	text-align: right;
	width: 15%;}


span.newsrightspans {
	margin:2px 3px;
	text-align: right;
	cursor: pointer;
	}

.newsrightspans a{
	border-style: none;
	font-size: x-small;
	color: #FFFFFF;
	height: 15px;
	width:30px;
	padding: 0 0 0;
	margin: 0;
	cursor:pointer;}

span.newsrightbtns {
	width: 95px;
	float: right;
	min-height: 10px;
	margin: 0;
	padding: 0;}

.newsrightbtns input{
	border-style: none;
	background-color: #699271;
	font-size: x-small;
	color: #FFFFFF;
	height: 15px;
	width:30px;
	padding: 0 0 0;
	margin: 0;
	cursor:pointer;}

.newsrightbtns input:hover{ 
	cursor:pointer;
	text-decoration: underline;}
	
.newsrightbtns input.newsright{
	margin-left: -3px;}

.newsrightbtns input.newsleft{
	margin-right: 0;}
	
span.more{
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 0;}

a.more{
	cursor:pointer;
	font-size: x-small;
	color: #0000FF;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 0;
	float: right;
	clear: right;}

a:visited .more{
	cursor:pointer;
	font-size: x-small;
	color: #0000FF;
	float: right;}

p.news { margin-bottom: 0;}	

p.announc-date {
	margin: 6px 0;
	color:#788a98;
	font-weight: bold;}
	
table.news { 
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 4px;
	vertical-align: top;
	margin-top: 7px;}	

table.news td{ 
	border: none;
	padding-bottom: 4px;
	vertical-align: top;}	

table.news td.date{
	width: 5%;
	white-space: nowrap;}
	
th.left, th.right{
	/*OVERRIDE THE OR.CSS DEFINITION OF LEFT UNTIL THE NEWSROOM FUNCTION IS UPDATED 6-18-2008*/
	float:none;
}

.ShowTableBody{/*This is blank, but mostly needs to NOT set the display property*/}
.HideTableBody{ display:none; }

/*Carrissa Announce Table Container*/
table.ship {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		border: none;
		border-collapse: collapse;	}

table.ship td{
		width: 20%;
		padding: 4px;
		border: none;
		border-collapse: collapse;
		border-style: hidden;
		border-style:solid;
		border-color:#FFFFFF;
		text-align: center;	}

table.ship td p{
		width: 140px;
		text-align: center;
		font-size: x-small;
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
		font-size: x-small;}

/*Kim Announce Table Container*/		
		
table.pics {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		border: none;
		border-collapse: collapse;
		border-style: hidden;
		border-style:solid;
		border-color:#FFFFFF;}

table.pics td {
		width: 20%;
		padding: 4px;
		border: none;
		border-collapse: collapse;
		border-style: hidden;
		border-style:solid;
		border-color:#FFFFFF;
		text-align: center;}

table.pics td img{
		border: 1px solid blue;}
		
table.pics td p{
		width: 120px;
		text-align: center;
		font-size: x-small;
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;}
		
#maincontent table.news2 { 	margin-top: 2px; }
div.news-container+h2 { 	margin-top: 7px; }
h2~h3 { padding-top: 5px; }
h2~h2 { padding-top: 5px; }
	
a.archive {
		display:inline-block;
		margin-bottom: 0;
		width: 100%;
}

.news-container {
		float: right;
		width: 90px;
		font-size: x-small;
		text-align: center;
		margin: 0 0 4px 8px;
}

.float-right {padding-left: 6px;}		

p.news {
	margin: 0;
	overflow: hidden;
	width: 100%;
	text-align: right;
	font-size: x-small	
}

.news-archive-top {
	border-bottom: 1px dotted silver;
	overflow: hidden;
	clear: both;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.news-archive-bottom {
	border-top: 1px dotted silver;
	overflow: hidden;
	clear: both;
	margin-top: 3px;
	padding-top: 2px;
}
.news-archive-top h2{
	float: left;
	
}
.news-archive-top a, .news-archive-bottom a{
	float: right;
	font-size: x-small;
}