/*CSS Document*/
#tabbox{
	margin:0px;
	padding:0px;
	border:0px;
	width:95%;
}

.tab_item, .tab_item_active{
	margin:0px;
	padding:10px;
	cursor:pointer;
	display:block;
	float:left;
}

.tab_item{
	background-color:#EEEEEE;
}

.tab_item_active{
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
}

.hidden{
	display:none;
}

.visible{
	display:'';
}

.clear{
	clear:both;
}

.tab_content {
	border:1px solid #000000;
	padding:10px;
}

.grant_link{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
}

.link_wrapper{
	margin-top:10px;
}

.description{
	border:1px dashed #CCCCCC;
	background-color:#EEEEEE;
}

.section{
	border:1px solid #CCCCCC;
	padding:10px;
	margin:0px 0px 10px 0px;
}

.item_with_event{
	cursor:pointer;
}

/* user list grants */
#yearnav A {border:1px solid #408BC9; background-color:#5EA1D7; font-weight:bold; color:#FFF; padding:2px 4px; margin:0 10px}
.grantitem {
	background-color: #F9F9F9;
	border: 1px solid #D8D8D8;
	padding: 8px 2px;
}
.grantitem p {
	padding-left: 30px;
}

.grantitem a {
	border-width: 0;
}
.grantitem h4 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}


.grantitem h4 {
	margin: 0px;
	padding-bottom: 4px;
	font-size: 14px;
	background-image: url(bull3.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 20px;
}
.grantitem .grantmore{display:inline; background:url(more.gif) no-repeat top center; border:0; text-decoration:none}