/************************************************************************************************/
/* GREEN TABBED BOXES 																																					*/
/************************************************************************************************/

.tab-box { /*Where the header image loads*/
	border:0;
	float:left;
	width: 210px;
	margin: 0 0 10px 10px;
	padding:19px 0 0 0;
}
.tab-box-outer {
	margin:0;
	padding:0;
	border:3px solid #008349;
	background:white;
}
.tab-box-inner {
	margin:2px;
	padding:0;
	display: block;
	border:1px solid #008349;
	text-align:left;
}
.tab-box-inner a {
	font-weight: bold;
}
.tb-following-people { /*People I'm Following*/
	background: url('/images/three-column/tab-left-following.gif') top left no-repeat;
}
.tb-following-varieties { /*Varieties I'm Watching*/
	background: url('/images/three-column/tab-left-watching.gif') top left no-repeat;
}
.tb-icon-legend {
	background: url('/images/three-column/tab-left-icon-legend.gif') top left no-repeat;
}
.tb-my-planted-varieties { /*My Planted Varieties*/
	background: url('/images/three-column/tab-left-myplanted.gif') top left no-repeat;
}
.tb-suggested-colleagues { /*My Suggested Colleagues*/
	background: url('/images/three-column/tab-left-suggestedcol.gif') top left no-repeat;
}
.tb-people-following-me { /*People Following Me*/
	background: url('/images/three-column/tab-left-followingme.gif') top left no-repeat;
}
.tb-class-of-09 { /*Class of 09*/
	background: url('/images/three-column/tab-left-class09.gif') top left no-repeat;
}
.tb-growing { /*Who's Growing This Variety*/
	background: url('/images/three-column/tab-left-growingthis.gif') top left no-repeat;
}
.tb-npe { /*New Product Evaluators*/
	background: url('/images/three-column/tab-left-NPEs.gif') top left no-repeat;
}
.tb-varieties-they-plant { /*Person's Planted Varieties*/
	background: url('/images/three-column/tab-left-theyplanted.gif') top left no-repeat;
}
.tb-people-they-follow { /*People Following This Person*/
	background: url('/images/three-column/tab-left-theyfollow.gif') top left no-repeat;
}
.tb-myquicklinks { /*People Following This Person*/
	background: url('/images/three-column/tab-left-myquicklinks.gif') top left no-repeat;
}
.tb-theirquicklinks { /*People Following This Person*/
	background: url('/images/three-column/tab-left-theirquicklinks.gif') top left no-repeat;
}
/************************************************************************************************/
/* ANNOUNCEMENTS 																																								*/
/************************************************************************************************/

#announcement {
  background:#feffe4;
  color: #222; 
  margin: 10px 0 0 10px; 
  border: 1px solid #8c7c77;
/*  margin: 20px 0 0 10px;*/
}
#announcement h1 {
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-style: normal;
	color: #330000;
}
#announcement p {
    color: #333333;
    margin: 10px 0 0 0;
}
#announcement li{
   /*border-bottom: 1px solid #8c7c77;*/
}
#announcement li.title{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    /*border-bottom: 0;*/
}

#announcement li.message p{
    margin-botton: 1em;
}
#announcement .inner {
	margin: 5px;
}
/************************************************************************************************/
/* DISCUSS CLASS OF '10 																																				*/
/************************************************************************************************/
.class-10-sidebar {border:0; margin: 0; width: 200px; padding:19px 0 0 0;background:url('/images/three-column/tab-discuss-class10.gif') no-repeat 0 0;}
.class-10-sidebar .dpOuterBx {margin:0;padding:0;border:3px solid #008349;background:white;}
.class-10-sidebar .dpInnerBx {margin:2px;padding:0;border:1px solid #008349; text-align:left;}