/* ######### CSS for Shade Tabs. Remove if not using ######### */

.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: Georgia, Times, serif;
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 1px;
	border: 1px solid #cccccc;
	color: #C2CE24;
	background: white url(../pix/shade.gif) top left repeat;
	font-size: 16px;
	font-weight: bold;
}

.shadetabs li a:visited{
	color: #C2CE24;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../pix/shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontent {
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#tabs table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #636466;
	line-height: 18px;
}
#tabs td.date {
	font-size: 11px;
	font-weight: bold;
	color: #862175;
}
#tabs td {
	padding: 10px;
	vertical-align: top;
}
#tabs td.projectNews {
	padding: 0 10px 0 0;
	margin: 0;
}
#tabs td.projectMoreNews {
	margin: 0;
	vertical-align: middle;
	color: #9d9d9d;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#tabs td.projectMoreNewsItems {
	margin: 15px;
	padding: 3px 5px 3px 0;
}
#tabs td.projectNews img {
	margin-bottom: 15px;
}
#tabs h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #862175;
	padding: 0 0 10px 0;
	margin: 0;
}
#tabs font.date {
	color: #862175;
	font-weight: bold;
	margin-right: 3px;
}

#tabcontent {
	border: 1px solid #cccccc;
	width:540px;
	margin-bottom: 5px;
	padding: 10px;
}
