#CSSTabContainer {

}
.shadetabs {
 clear:both;
	padding: 3px 0;
	padding-left:8px;
	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*/
}
.shadetabs li {
	display: inline;
	margin: 0 !important;
	padding:0 !important;
	background:none !important;
}
.shadetabs li a,
.shadetabs li a:visited {
	text-decoration: none !important;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 25px;
	/*padding: 3px 55px;*/
	margin-right: 3px;
	border: 1px solid #CFBFD7;
	color: #9C2A51 !important;
	background: #F1F4F8 url(/Portals/0/images/tabs_dn.jpg) repeat-x !important;
}
.safari .shadetabs li a,
.safari .shadetabs li a:visited {
  display:inline-block;
  margin-bottom:-4px;
}
.shadetabs li a:hover {
	text-decoration: underline !important;
}
.shadetabs li.selected {
	position: relative;
}
.shadetabs li.selected a,
.shadetabs li.selected a:visited { /*selected main tab style */
	background: #F1F4F8 url(/Portals/0/images/tabs_up.jpg) repeat-x !important;
	border-bottom: 1px solid #F1F4F8;
	color: #333333 !important;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	float:left;
	border-top: 1px solid #CFBFD7;
	width: 545px;
	margin-bottom: 1em;
	padding: 10px;
}
.gecko .tabcontentstyle { /*style of tab content oontainer*/
  margin-top:-1px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
