@charset "UTF-8";

.tevatool {
	padding: 10px 0 20px 0;
	}

#toolwrap ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 313px;
	}
	
#toolwrap li {
	display: block;
	float: left;
	}

div#tab1 p
{
    display: none;
}

#toolwrap li.displayNone 
{
    display: none;
}
	
li#provenSuccess {
	width: 156px;
	height: 85px;
	}

li#provenSuccess a,
li#provenSuccess a:link {
	background: #fff url(/images/btn1.jpg) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 156px;
	height: 85px;
	position: relative;
	}
	
	li#provenSuccess a:hover,
	li#provenSuccess a:active,
	li#provenSuccess a.selected {
		background: #fff url(/images/btn1_hover.jpg) top left no-repeat;
		outline: none;
		}
	
li#genuineCommitment a {
	background: #fff url(/images/btn2.jpg) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 157px;
	height: 85px;
	position: relative;
	}
	
	li#genuineCommitment a:hover,
	li#genuineCommitment a:active,
	li#genuineCommitment a.selected {
		background: #fff url(/images/btn2_hover.jpg) top left no-repeat;
		outline: none;
		}
	
li#unmatchedFlexibility a {
	background: #fff url(/images/btn3.jpg) top left no-repeat;
	border: 0;
	clear: left;
	float: left;
	text-indent: -9000px;
	width: 156px;
	height: 86px;
	position: relative;
	}
	
	li#unmatchedFlexibility a:hover,
	li#unmatchedFlexibility a:active,
	li#unmatchedFlexibility a.selected {
		background: #fff url(/images/btn3_hover.jpg) top left no-repeat;
		outline: none;
		}
	
li#specializedDevelopment a {
	background: #fff url(/images/btn4.jpg) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 157px;
	height: 86px;
	position: relative;
	}
	
	li#specializedDevelopment a:hover,
	li#specializedDevelopment a:active,
	li#specializedDevelopment a.selected {
		background: #fff url(/images/btn4_hover.jpg) top left no-repeat;
		outline: none;
		}
		
.tabcontent {
	display: none;
}

.toolflyout {
	float: left;
	padding: 12px 0 0 2px;
	width: 259px;
	}

.toolflyoutback {
	background-color:#e7ece4;
	font-size: 11px;
	height: 120px;
	line-height: 1.3em;
	padding:0 20px;
	}

.toolflyoutback a {
	color: #0f6f15;
	}

.toolflyoutback strong {
	font-size: 11px;
	font-weight: bold;
	font-style: oblique;
	}