﻿.buttonContainer {
	margin:0px auto;
	width:575px;
	vertical-align:bottom;
	height:24px;
	min-height:24px;
	background-image:url( /company/interface/css/images/mga/podlogat.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.buttonDiv 
{
	vertical-align:bottom;
	background-repeat:repeat-x;
	float:left;
	padding:0px;
	height:24px;
	background-image:url( /company/interface/css/images/mga/graytab.gif );
	background-position:right;
	background-repeat:no-repeat;
}
.buttonDiv.active {
	background-image:url( /company/interface/css/images/mga/graytab.gif );
	background-position:right;
	background-repeat:no-repeat;
}

.buttonLeftInactive {
	width:3px;
	height:24px;
	background-color:#FFFFFF;
}
.buttonLeftActive {
	width:3px;
	height:24px;
	background-color:#FFFFFF;
}

.buttonText {
	padding:4px 15px 4px 8px;
}

.buttonTextLink, .buttonTextLink:visited 
{
	font-size:0.9em;
	font-family:Tahoma, Ariel, Verdana, Sans Serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:green !important;
}

.buttonDiv.active .buttonTextLink, .buttonDiv.active .buttonTextLink:visited,
.buttonTextLink:hover, .buttonTextLink:active 
{
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#000000 !important;
}

.buttonRightInactive {
	width:0px;
	height:24px;
}
.buttonRightActive {
	width:0px;
	height:24px;
}

.buttonBar {
	margin: 0px auto;
	width:575px;
	background-color:#FFFFFF;
	max-height:2px;
	height:2px;
	font-size:1pt;
}











.subButtonContainer {
	margin:0px auto;
	width:575px;
	background-color:#d0d0d0;
	vertical-align:bottom;
	height:18px;
	min-height:18px;
}


.subButtonDiv {
	background-repeat:repeat-x;
	float:left;
	padding:0px 7px;
	height:18px;
	background-color: #D0D0D0;
}
.subButtonDiv.active {
	background-color: #E0E0E0;
}