div.content a, div.navigation a {
	text-decoration: none;
}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}

div.controls {
}

#main-col div.controls a,
#main-col div.pagination a,
#main-col div.pagination span.current {
	color: #fff;
	text-decoration: none;
}

#main-col div.controls a:hover,
#main-col div.pagination a:hover {
	text-decoration: none;
}

div.ss-controls {
	float: left;
}

div.ss-controls a {
	display: block;
	padding: 3px 18px;
	background: url(../../guide/img/bg_tool_01.gif) repeat-x 0 50%;
	border: 1px solid #8bd0ff;
	line-height: 1;
}

div.nav-controls {
	float: right;
	width: 18.4em;
}

div.nav-controls a {
	display: block;
	padding: 3px 0;
	background: url(../../guide/img/bg_tool_01.gif) repeat-x 0 50%;
	border: 1px solid #8bd0ff;
	line-height: 1;
}

div.nav-controls a.next {
	float: right;
	width: 9em;
	text-align: center;
}

div.nav-controls a.prev {
	float: left;
	width: 9em;
	text-align: center;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

div.pagination {
	margin: 0;
	padding: 0;
}

div.pagination a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 5px;
	background: url(../../guide/img/bg_tool_01.gif) repeat-x 0 50%;
	border: 1px solid #8bd0ff;
	line-height: 1;
}

div.pagination span.current {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 5px;
	background: url(../../guide/img/bg_tool_02.gif) repeat-x 0 50%;
	border: 1px solid #999999;
	line-height: 1;
}



