.arrow-bullet15 {
	margin-right: 5px;
}

.subTab {
	background-image: url( /images/subTab-tile.gif );
	background-position: bottom right;
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;
}

.subTabContent {
	background-image: url( /images/subTabContent-tile.gif );
	background-position: top right;
	background-repeat: repeat-y;
	background-color: white;
	border-left: solid 1px #5e96cc;
	padding: 15px 15px 0px 15px;
}
.subTabBottom {
	background-image: url( /images/subTabBottom-tile.gif );
	background-position: top right;
	background-repeat: repeat-x;
	height: 8px;
	margin-bottom: 30px;
}
.subTabBottom-1 {
	float: left;
	width: 8px;
	height: 8px;
}
.subTabBottom-3 {
	float: right;
	width: 8px;
	height: 8px;
}

.moreTabs {
	float: right;
	margin-top: -18px;
	cursor: pointer;
}

table.footerMenu {
	font-family: arial;
	font-size: 10px;
	table-layout: fixed;
}

table.footerMenu td {
	/* white-space: nowrap; 
	padding-right: 30px; */
	vertical-align: top;
	color: #003366;
	padding: 0px;
	text-align: left;
}

table.footerMenu a {
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	color: #003366;
	line-height: 14px;
}

.footerMenuCategory {
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 5px;
	font-weight: bold;
}

.footerMenuLinks {
	background-image: url(/images/arrow-small.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
}

/* borders for screenshot images in /help/clear-cache-X.jsp's */

img.cacheImage {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 1px 1px;
}
img.cacheImage-rightBorder {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 0px;
}

