.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #2d2b2b;
	background-color: #F7F7F7;
	border-top: 1px none #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;

}


.shadetabs li.selected a{ /*selected main tab style */
	background-color: #CCCCCC;
	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 100%;
	margin-bottom: 0em;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}

.tabcontent{
display:none;
}

#feedbox{
	float: left;
}

.feeds li {
	display: inline;

	font-size: 16px;
	}
	


@media print {
.tabcontent {
display:block!important;
}
}
