@charset "utf-8";
/* CSS Document */
#tabbar {
	height:33px;
	border-bottom:3px #38528B solid;
	width: 100%;
	background-image:url(images/tab-background.png);
	background-repeat:repeat-x;
	clear:both;
	margin: 0 0 0 0;
}
#tabbar a {
	color: #38528B;
	font-size: 14px;
	padding-right: 14px;
	padding-left: 14px;
	border: 1px solid #cccccc;
	border-bottom:none;
	line-height: 27px;
	background-color: #F1F3FF;
	background-image:url(images/tab-unselected.png);
	background-repeat:repeat-x;
	display: block;
	float: left;
	margin-top:5px;
	margin-right:3px;
	text-decoration: none;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius-topright:5px;
	border-radius-topleft:5px;
}
#tabbar a:hover {
	background-image:url(images/tab-hover.png);
	color: #1B2947;
	text-decoration: none;
}
#tabbar a:active {
	outline: none;
}
#tabbar a.selected {
	background-image:url(images/tab-selected.png);
	border: 1px solid #1B2947;
	background-repeat:repeat-x;
	border-bottom:none;
	color: #ffffff;
}/**/
.scroller {width:561px;
	height:400px;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.blobs{
	width:561px;
	height:35px;
	text-align:center;
	background-image:url(images/dump-bottom-bg.png);
}
