/**
 * bottomNavigation
 * Style Sheet for back|up toolbar,
 * which is placed at the bottom of the pages
 */
 
a.a-bottomNavigationBack, a.a-bottomNavigationUp
{
	color: blue;
	margin: 0 5px 0 5px;
	padding: 0 0 0 9px;
	font-size: 0.9em;
	line-height: 1.1em;
	font-family: Verdana, Geneva, Arial, 'Arial CE', Helvetica, sans-serif;
	text-decoration: underline; 
	font-weight: normal;
}

a.a-bottomNavigationBack:hover, a.a-bottomNavigationUp:hover
{ 
               color: blue;
	text-decoration: none; 
	font-weight: normal;

}

a.a-bottomNavigationBack
{
	background: transparent url(../img/aback.gif) no-repeat 0 60%;
}

a.a-bottomNavigationBack:hover
{ 
	background: transparent url(../img/aback.gif) no-repeat 0 60%;
}

a.a-bottomNavigationUp
{
	background: transparent url(../img/aup.gif) no-repeat 0 60%;
}

a.a-bottomNavigationUp:hover
{
	background: transparent url(../img/aup.gif) no-repeat 0 60%;
}


span.spn-bottomNavigation
{
	background-color: transparent;
	color: #dddddd;
	display: block;
	text-align: right;
	width: inherit;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	border-top:  dashed 1px #dddddd; 
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	font-size: 1.0em;
	line-height: 1.1em;
	font-family: Verdana, Geneva, Arial, 'Arial CE', Helvetica, sans-serif;
}

/**
 * bottomNavigation END
 */
