/* CSS Document */

/* HTML TAGS */
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/ogara_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

table {
	padding: 0px;
	border-spacing: 0px;
}

td {
	padding: 0px;
	border-spacing: 0px;
}

h1 {
	color: #00452E;
	font-size: 18px;
	font-weight: bold;
	margin:0 0 12px 0;
	text-align: left;
}

h2 {
	color: #00452E;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 -10px 0;
	text-align: left;
}


/*BACKGROUNDS*/

.bg_mininav {
	background: url('images/header_mininav.jpg') top center no-repeat;
	width: 535px;
	height: 90px;
	text-align: right;
	padding: 0 23px 0 0;
}

.bg_navtop {
	background: url('images/bg_navtop.gif') top center no-repeat;
	width: 950px;
	height: 1px;
}

.bg_navbot {
	background: url('images/bg_navbot.gif') top center no-repeat;
	width: 950px;
	height: 2px;
}

.bg_contentbot {
	background: url('images/bg_navtop.gif') top center no-repeat;
	width: 950px;
	height: 2px;
}

.bg_keyword {
	background: url('images/keyword_search.gif') top center no-repeat;
	width: 244px;
	height: 50px;
}

.left_content {
	background-color: #1e1e1e;
	background-image: url(images/bg_left_content.gif);
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 600px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.sideContainer {
	min-height: 600px;
	text-align: left;
	vertical-align: top;
	margin: 20px;
}

.sideboxContainer {
	min-height: 200px;
	text-align: left;
	vertical-align: top;
	margin: 20px;
}


.main_content {
	background: #ffffff url('images/bg_main_content.gif') top center repeat-x;
	min-height: 300px;
	vertical-align: top;
	padding: 17px 17px 20px 17px;
	line-height: 17px;	
	font-weight: normal;
	text-align: justify;
}

.sub_content {
	background: #ffffff url('images/bg_main_content.gif') top center repeat-x;
	min-height: 80px;
	vertical-align: top;
	padding: 17px 17px 20px 17px;
	line-height: 17px;	
	font-weight: normal;
	text-align: justify;
}
.spacer {
	padding: 3px 3px 0 3px;
	vertical-align: top;
	background-color: #FFFFFF;	
}

.footer {
	background: #000000 url('images/bg_footer.gif') top center repeat-x;
	height: 48px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
	text-align: center;
}

.category {
    background: url('images/bullet_chevron.gif') no-repeat left;
    padding: 2px 0 4px 18px;
	line-height: 10px;
	text-align: left;
}

.category2 {
	background: url(images/bullet_whitechevron.gif) no-repeat left 2px;
	padding: 0 0 3px 20px;
	margin: 0 0 0 10px;
	line-height: 14px;
	text-align: left;
}

.category3 {
	background: url('images/bullet_whitechevron2.gif') no-repeat top left;
	padding: 2px 0 3px 20px;
	line-height: 14px;
	text-align: left;
}


/*TABLE STYLES*/

td.coursebox {
	background: url('images/coursebox_top.gif');
	background-repeat: repeat-y;
	background-position: top center;
	padding: 15px 15px 0px 15px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
}

td.tablerow {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}
td.formrow {
	background-color: #EEEEEE;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #999999;
}


/*TEXT STYLES*/

.subnav {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.subdate {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.address {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;		
}

.captionText {
	font-size:9px;
	padding: 0 0 0 10px
}

.redText {
	color: #F00000;
}

.hangingIndent {
	margin-left: -15px;
}

/* LINKS */
a {
	color: #00452E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #027435;
	text-decoration: underline;
}

.headline {
	color: #00452E;
	font-size: 12px;
	font-weight: bold;
}
.headline a {
	color: #00452E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.headline a:hover {
	text-decoration: underline;
}

a.footer_text {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	position:relative;
}

a.footer_text:hover {
	text-decoration: underline;
}

.copyright a:link, .copyright a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	position:relative;
}

.copyright a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	position:relative;
}

a.bullet_chevron {
	text-align: left;
	color: #00452e;
	line-height:16px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 3px 16px;
	background: url('images/bullet_chevron.gif') left center no-repeat;
}

a.bullet_chevron:hover {
	text-decoration: underline;
	color: #027435;	
}

a.homebox {
	display: block;
	height: 111px;
	width: 260px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 6px 0;
	background-repeat: no-repeat;
	background-position: left 0px;
}
a.homebox:hover {
	text-decoration: none;
	background-position: left -111px;
}

a.homeboxPrep {
	display: block;
	height: 125px;
	width: 260px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 6px 0;
	background-repeat: no-repeat;
	background-position: left 0;
}
a.homeboxPrep:hover {
	text-decoration: none;
	background-position: left -125px;
}

a.pdfbox {
	display: block;
	height: 130px;
	width: 198px;
	text-decoration: none;
	font-weight: bold;
	margin: 17px 0 0px 17px;
	background-repeat: no-repeat;
	background-position: left 0px;
}
a.pdfbox:hover {
	text-decoration: none;
	background-position: left -130px;
}

a.pdfboxPrep {
	display: block;
	height: 130px;
	width: 198px;
	text-decoration: none;
	font-weight: bold;
	margin: 17px 0 0px 17px;
	background-repeat: no-repeat;
	background-position: left 0;
}
a.homeboxPrep:hover {
	text-decoration: none;
	background-position: left -130px;
}


a.corpbox {
	display: block;
	height: 199px;
	width: 287px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 0;
}
a.corpbox:hover {
	text-decoration: none;
	background-position: left -199px;
}
a.corpbutton {
	display: block;
	height: 35px;
	width: 287px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 0;
}
a.corpbutton:hover {
	text-decoration: none;
	background-position: left -35px;
}

a.pdfbutton {
	display: block;
	text-align: left;
	color: #ffffff;
	line-height:28px;
	height: 28px;
	width: 220px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0 30px;
	margin: 0 0 4px 0;
	background: url('images/pdf_button.gif') left 0 no-repeat;
}
a.pdfbutton:hover {
	color: #ffffff;
	text-decoration: underline;
	background-position: left -28px;
}


a.subnavbutton {
	display: block;
	text-align: left;
	color: #ffffff;
	line-height:28px;
	height: 28px;
	width: 202px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0 0 4px 0;
	background: url('images/subnav_button.gif') left 0 no-repeat;
}
a.subnavbutton:hover {
	color: #ffffff;
	text-decoration: underline;
	background-position: left -28px;
}
a.subnavbutton_active {
	text-align: left;
	color: #ffffff;
	width: 202px;
	text-decoration: none;
	font-weight: bold;
}
a.subnavbutton_active:hover {
	color: #ffffff;
	text-decoration: underline;
}

.subnav_button_expanded {
	background: url('images/subnav_expanded_bg.gif') 0 70px no-repeat;
	width: 222px;
}
.subnav_button_expanded div {
	display: block;
	background: url('images/subnav_expanded_top.gif') left 0 no-repeat;
	width: 222px;
	padding: 8px 10px 0 10px;
}

.image_topbump {
	padding: 0 0 4px 0;
}

.bullet_subnav {
	list-style-type: none;
	text-align: left;
	color: #ffffff;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	width: 202px;
	padding: 3px 0px 3px 14px;
	margin: 0px 0px 0px 0px;
	background: url('images/bullet_subnav.gif') left center no-repeat;
}


a.bullet_subnav {
	text-align: left;
	color: #ffffff;
	line-height:18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	width: 202px;
	padding: 3px 0px 3px 14px;
	margin: 0px 0px 0px 0px;
	background: url('images/bullet_subnav.gif') left center no-repeat;
}

a.bullet_subnav:hover {
	text-decoration: underline;
	color: #ffffff;	
}

a.bullet_secondnav {
	text-align: left;
	color: #FFFFFF;
	line-height:12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	width: 180px;
	padding: 2px 0px 4px 12px;
	margin: 0px 10px 0px 12px;
	background: url('images/bullet_secondnav.gif') left 4px no-repeat;
	display: block;
	}

a.bullet_secondnav:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}

a.bullet_mininav {
	text-align: right;
	color: #ffffff;
	line-height:18px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 15px 3px 12px;
	background: url('images/bullet_yellow.gif') left center no-repeat;
}

a.bullet_mininav:hover {
	text-decoration: underline;
	color: #ffffff;	
}

/*IMAGES*/

.image_headline {
padding: 0 0 12px 0;
}

.image_course {
padding: 0 0 6px 0;
}

.image_leftbumb {
float: right;
padding: 0px 0px 0px 0px;
}

.image_bumb {
float: right;
padding: 10px 0 10px 10px;
}

.image_leftbotbumb {
float: right;
margin: 0 0 10px 10px;
}

.image_dots {
padding: 5px 0 12px 0;
}

.imgborder {
	border: solid 1px #000000;
	margin: 0 0 10px 0;
}

/*FORMS*/
.keywordbox {
	padding: 2px 2px 0 2px;
	width: 120px;
	margin: 2px 0px 1px 20px;
	background-color: #ffffff;
}

.keywordbutton {
	margin: 3px 0 0 5px;
}

.textbox {
	padding: 2px;
	width: 140px;
	margin: 2px 0px 3px 0px;
	background-color: #ffffff;
}

.textbox_small {
	border: 1px solid #424234;
	padding: 3px;
	width: 50px;
	background-color: #ffffff;
}

.messagebox {
	padding: 2px;
	width: 140px;
	margin: 2px 0px 3px 0px;
	background-color: #ffffff;
	width: 250px;
	height: 100px;
	overflow: auto;
}

.contactbox {
	padding: 2px;
	width: 140px;
	margin: 2px 0px 3px 0px;
	background-color: #ffffff;
	width: 200px;
	height: 100px;
	overflow: auto;
}

.month {
	font-size: 11px;
	width: 95px;
	margin: 2px 0px 3px 0px;
	padding: 2px;
	background-color: #ffffff;
}

.year {
	font-size: 11px;
	width: 65px;
	margin: 2px 0px 3px 0px;
	padding: 2px;
	background-color: #ffffff;
}

.dropdown {
	font-size: 11px;
	width: 80px;
	margin: 2px 0px 3px 0px;
	padding: 2px;
	background-color: #ffffff;
}

.button {
	font-size: 10px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;

}

/* CALENDAR */

	#testdiv1 .TESTcpYearNavigation,
	#testdiv1 .TESTcpMonthNavigation
			{
			background-color:#0981c4;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			line-height: 18px;
			}
	#testdiv1 .TESTcpDayColumnHeader,
	#testdiv1 .TESTcpYearNavigation,
	#testdiv1 .TESTcpMonthNavigation,
	#testdiv1 .TESTcpCurrentMonthDate,
	#testdiv1 .TESTcpCurrentMonthDateDisabled,
	#testdiv1 .TESTcpOtherMonthDate,
	#testdiv1 .TESTcpOtherMonthDateDisabled,
	#testdiv1 .TESTcpCurrentDate,
	#testdiv1 .TESTcpCurrentDateDisabled,
	#testdiv1 .TESTcpTodayText,
	#testdiv1 .TESTcpTodayTextDisabled,
	#testdiv1 .TESTcpText
			{
			font-size:9pt;
			}
	#testdiv1 TD.TESTcpDayColumnHeader
			{
			text-align:center;
			font-weight: bold;
			}
	#testdiv1 .TESTcpCurrentMonthDate,
	#testdiv1 .TESTcpOtherMonthDate,
	#testdiv1 .TESTcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	#testdiv1 .TESTcpCurrentMonthDateDisabled,
	#testdiv1 .TESTcpOtherMonthDateDisabled,
	#testdiv1 .TESTcpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			}
	#testdiv1 .TESTcpCurrentMonthDate
			{
			color:#0981c4;
			font-weight:bold;
			text-align: center;
			}
	#testdiv1 .TESTcpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	#testdiv1 .TESTcpOtherMonthDate
			{
			color:#808080;
			}
	#testdiv1 TD.TESTcpCurrentDate
			{
			color:#FFFFFF;
			background-color: #0981c4;
			text-align: center;
			}
	#testdiv1 TD.TESTcpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	#testdiv1 TD.TESTcpTodayText,
	#testdiv1 TD.TESTcpTodayTextDisabled
			{
			font-weight:bold;
			}
	#testdiv1 A.TESTcpTodayText,
	#testdiv1 SPAN.TESTcpTodayTextDisabled
			{
			height:20px;
			}
	#testdiv1 A.TESTcpTodayText
			{
			color:#0981c4;
			font-weight:bold;
			}
	#testdiv1 SPAN.TESTcpTodayTextDisabled,
			{
			color:#D0D0D0;
			}
	#testdiv1 .TESTcpBorder
	

a.gsa_button img {
	border: solid 2px #969696;
	padding: 2px;
}
a.gsa_button:hover img {
	border: solid 4px #BA9B02;
	padding: 0px;
}


.corner1, .corner2, .corner3, .corner4 { 
	background-repeat: no-repeat;
	height: 5px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
.corner1 { width: 100%; background-image: url("images/corner1.gif"); background-position: top left; background-color: #CCCCCC; }
.corner2 { width: 100%; background-image: url("images/corner2.gif"); background-position: top right; }
.corner3 { width: 100%; background-image: url("images/corner3.gif"); background-position: bottom left; }
.corner4 { width: 100%; background-image: url("images/corner4.gif"); background-position: bottom right; background-color: #EEEEEE; }
table.cornered {
	background-color: #EEEEEE;
}
table.cornered tr td {
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #CCCCCC;
}
table.cornered tr td td {
	padding: 0;
	border-top: 0px;
}
table.cornered td.tableheader{
	background-color: #CCCCCC;
	padding: 0 10px 5px 10px;
}

#sidebar a,
#sidebar h1,
#sidebar .headline,
#sidebar .headline a
{
	color: #BA9B02;
}
#sidebar, #sidebar td {
	color: #FFFFFF;
}
#sidebar input.textfield {
	width: 200px;
	margin: 0 0 4px 0;
}
.sidebar-bg {
	background: url('images/sidebar_bg.gif') top left repeat-y; 
	background-color:#FFFFFF;
	
	
}
.sidebar-bg-top {
	background: url('images/sidebar_grad.gif') top left repeat-x;  
	
}

#content {
	line-height: 18px;
}

.yellow {
	font-weight: bold;
	color: #BA9B02;
}

.green {
	color: #00452E;
}

td.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 11pt;
	color: #000;
	padding: 3px;
}


#description {
	color: #336;
	font-size: x-small;
	text-decoration: none;
}

.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: block;
	margin: 20px -20px 0 -20px;
	padding: 0 0 0 20px;
	width: 668px;
	height: 23px;
	background: url('images/subnav_bgline.gif') left bottom repeat-x;
}

.shadetabs li{
	display: block;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.shadetabs li a {
	display: block;
	float: left;
	height: 23px;
	padding: 0 0 0 8px;
	margin: 0 3px 0 0;
	background: url('images/tab_left.gif') left 0 no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	white-space: nowrap;
}
.shadetabs li a span {
	display: block;
	float: left;
	height: 23px;
	padding: 0 8px 0 0;
	margin: 0;
	background: url('images/tab_right.gif') right 0 no-repeat;
	line-height: 23px;
	position: relative;
}

.shadetabs li a:visited {
	color: #FFFFFF;
}

.shadetabs li a:hover {
	color: #FFFFFF;
	background-position:left -23px;
	text-decoration: underline;
}
.shadetabs li a:hover span {
	background-position:right -23px;
}

.shadetabs li.selected a{ /*selected main tab style */
	display: block;
	float: left;
	height: 23px;
	padding: 0 0 0 8px;
	margin: 0 3px 0 0;
	background: url('images/tab_current_left.gif') left 0 no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	white-space: nowrap;
}
.shadetabs li.selected a span {
	display: block;
	height: 23px;
	padding: 0 8px 0 0;
	margin: 0;
	color: #000000;
	background: url('images/tab_current_right.gif') right 0 no-repeat;
	line-height: 23px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
	background-position:left 0;
}
.shadetabs li.selected a:hover span{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
	background-position:right 0;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	padding: 10px 0 0 0;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
}
}

a.pdf {
	padding: 4px 0 2px 22px;
	background: url('images/pdf_file.gif') left center no-repeat;
	font-weight: bold;
}

.blackbox {
	background-image: url('images/black_box_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 610px;
	display: block;
}
.blackbox span {
	background-image: url('images/black_box_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 580px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}
.blackbox span a, .blackbox span a:visited {
	color: #BA9B02;
	text-decoration: none;
}
.blackbox span a:hover {
	color: #BA9B02;
	text-decoration: underline;
}
.module_table {
	border: 2px solid #333;
}
.module_table td {
	text-align: left;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #999;
	background: #ffffff url('images/bg_main_content.gif') top center repeat-x;
	margin: 20px;
}
.module_table td.table_headline {
	color: #FFFFFF;
	font-weight:bold;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #000;
	background: #000000 url('images/bg_footer.gif') bottom center repeat-x;
}

#contentContainer {
	width: 916px;
	margin: 0px;
	padding: 0px;
}
#homeSensorSystems, #homeTraining {
	position: relative;
	width: 298px;
	float: left;
	padding: 0 11px 5px 0;
}
#homeMobile {
	position: relative;
	width: 298px;
	float: left;
	padding: 0 0 5px 0;
}
.active {
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	float: left;
	display: none;
}
#homeSensorSystems .active p, #homeTraining .active p, #homeMobile .active p {
	background: #FFFFFF;
	margin: 0px 6px 15px 6px;
}
#homeSensorSystems .inactive p, #homeTraining .inactive p, #homeMobile .inactive p {
	background: #FFFFFF;
	margin: 0px 6px 15px 6px;
}
#buttonSensorSystems a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonSensorSystems.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
#buttonSensorSystems a:hover {
	background-position: 0px -35px;
	color: #000000;
	margin: 15px 10px;
}
#buttonTrainingServices a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonTrainingServices.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
#buttonTrainingServices a:hover {
	background-position: 0px -35px;
	color: #000000;
	margin: 15px 10px;
}
#buttonMobileSystems a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonMobileSystems.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
#buttonMobileSystems a:hover {
	background-position: 0px -35px;
	color: #000000;
	margin: 15px 10px;
}
.inactive #buttonSensorSystems a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonSensorSystems.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
.inactive #buttonSensorSystems a:hover {
	background-position: 0px -35px;
	color: #000000;
}
.inactive #buttonTrainingServices a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonTrainingServices.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
.inactive #buttonTrainingServices a:hover {
	background-position: 0px -35px;
	color: #000000;
}
.inactive #buttonMobileSystems a {
	width: 280px;
	height: 35px;
	background-image: url('images/buttonMobileSystems.jpg');
	color: #000000;
	text-indent: -5000px;
	display: block;
	font-size: 0px;
	text-align:center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 15px 10px;
}
.inactive #buttonMobileSystems a:hover {
	background-position: 0px -35px;
	color: #000000;

