.tabs {
	list-style: none;
	height: 22px;
	padding: 20px 10px 0 10px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #4477aa;
	
}

.tabs li {
	display: inline;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 55px;
	margin: 0 13px 0 0;
	position: relative;
}

.tabs .tab-active {
	color: #fff;
	background-color: #5588bb;
	border: 2px solid #4477aa;
}

.tabs li a {
	border: solid 2px #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 55px;
	height: 40px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #888;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #ddd;
}

/* Year Nav Wrapper */

.wrapper {
	background: #fff;
	border: 1px solid #ddd;
	clear: both;
	height: 25px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Year Nav */
.year-link, active{
	background-color: #fff;
	border: 1px solid #ddd;
	border-collapse: collapse;
	color: #0072bc;
	display: inline-block;
	font-size: 14px;
	padding: 3px 12px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.year-link:hover{
	background-color: #ffaa33 !important;
	border: 1px solid #ee9922;
	color: #fff !important;
}

.year-active {
	background-color: #ffaa33 !important;
	border: 1px solid #ffaa33;
	color: #fff !important;
	border: 1px solid #ffaa33;
	border-collapse: collapse;
	color: #0072bc;
	display: inline-block;
	font-size: 14px;
	padding: 3px 12px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}




/* List Wrapper */
.container-wrap {
	background: #fff;
	border: 1px solid #ddd;
	clear: both;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.container-wrap-invisible {
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	clear: both;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.container-content {
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 20px;
}

.container-content li {
	margin: 0px 0;
	clear: both;
}


.budget-head {
	background-color: #eee;
	border-left: 10px solid #5588bb;
	border-bottom: 1px solid #cecece;
	padding: 5px;	
}

.budget-head a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none !important;
}

.budget-head span {
	font-size: 110% !important;
	color: #777755;
}

.budget-content {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 20px;
	margin: 0 20px;
	display: block;
	max-height: 800px;
}

.budget-content li {
	margin: 2px 0;
	clear: both !important;
}

