﻿.buttonContainer {
	margin:0px auto;
	width:575px;
	background-color:#d0d0d0;
	vertical-align:bottom;
	height:24px;
	min-height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -150px;
}

.buttonDiv {
	background-repeat:repeat-x;
	float:left;
	padding:0px;
	height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -25px;
}
.buttonDiv.active {
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif ); 
	background-position:0px -100px;
}

.buttonLeftInactive {
	width:6px;
	height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -0px;
	background-repeat:no-repeat;
}
.buttonLeftActive {
	width:6px;
	height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -75px;
	background-repeat:no-repeat;
}

.buttonText {
	padding:4px 5px;
}
.buttonTextLink, .buttonTextLink:visited, .buttonTextLink:active {
	font-family:Tahoma, Ariel, Verdana, Sans Serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#000000 !important;
}
.buttonTextLink:hover {
	text-decoration:none;
	color:#055035 !important;
}

.buttonRightInactive {
	width:6px;
	height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -50px;
	background-repeat:no-repeat;
}
.buttonRightActive {
	width:6px;
	height:24px;
	background-image:url( ../../../CommonContent/Assets/Images/tabs.gif );
	background-position:0px -125px;
	background-repeat:no-repeat;
}

.buttonBar {
	clear:both;
	width:575px;
	background-repeat:repeat-x;
	background-image: url(../../../CommonContent/Assets/Images/tabs.gif);
	background-position:0px -175px;
	max-height:5px;
	height:5px;
	font-size:1pt;
}
