﻿.Apollo_ssFontSize a
{
    margin-right: 5px;
}

a.Apollo_ssFontSmall
{
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontSmall.png") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssFontSmallActive
{
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontSmall.png");
	background-repeat:no-repeat ;
	background-position: -18px 0;
	text-decoration: none;
	float:left;
}

a:hover.Apollo_ssFontSmall, a:hover.Apollo_ssFontMedium, a:hover.Apollo_ssFontLarge, a:hover.Apollo_ssContrast {
    background-position: -18px 0;
} 

a.Apollo_ssFontMedium {
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontMedium.png") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssFontMediumActive {
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontMedium.png");
	background-repeat:no-repeat ;
	background-position: -18px 0;
	text-decoration: none;
	float:left;
}

a.Apollo_ssFontLarge {
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontLarge.png") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssFontLargeActive {
	display:inline-block;
	width:18px;
	height:18px;
	background:url("stylesheets/images/FontLarge.png");
	background-repeat:no-repeat ;
	background-position: -18px 0;
	text-decoration: none;
	float:left;
}

a.Apollo_ssContrast
{
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/Contrast.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssContrastActive
{
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/Contrast.gif");
	background-repeat:no-repeat ;
	background-position: -24px 0;
	text-decoration: none;
	float:left;
}

a.Apollo_ssWidthSmall
{
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthSmall.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssWidthSmallActive
{
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthSmall.gif");
	background-repeat:no-repeat ;
	background-position: -24px 0;
	text-decoration: none;
	float:left;
}

a:hover.Apollo_ssWidthSmall, a:hover.Apollo_ssWidthMedium, a:hover.Apollo_ssWidthLarge, a:hover.Apollo_ssContrast {
    background-position: -24px 0;
} 

a.Apollo_ssWidthMedium {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthMedium.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssWidthMediumActive {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthMedium.gif");
	background-repeat:no-repeat ;
	background-position: -24px 0;
	text-decoration: none;
	float:left;
}

a.Apollo_ssWidthLarge {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthLarge.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

a.Apollo_ssWidthLargeActive {
	display:inline-block;
	width:24px;
	height:24px;
	background:url("stylesheets/images/WidthLarge.gif");
	background-repeat:no-repeat ;
	background-position: -24px 0;
	text-decoration: none;
	float:left;
}

a:focus, a:focus img, a:active, a:active img
{
    outline: #000000 solid 0px;
}
